diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index a553cef999..e5ab56843b 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-#CONTRIBUTING
+# CONTRIBUTING
## Reporting Issues
@@ -6,50 +6,56 @@ See [this page](http://tgstation13.org/wiki/Reporting_Issues) for a guide and fo
## Introduction
-Hello and welcome to /tg/station's contributing page. You are here because you are curious or interested in contributing. Thanks for being interested. Everyone is free to contribute to this project as long as they follow the simple guidelines and specifications below, because at /tg/station, we have a goal to increase code maintainability and to do that we are going to need all pull requests to hold up to those specifications. This is in order for all of us to benefit, instead of having to fix the same bug more than once because of duplicated code.
+Hello and welcome to /tg/station's contributing page. You are here because you are curious or interested in contributing - thank you! Everyone is free to contribute to this project as long as they follow the simple guidelines and specifications below; at /tg/station, we strive to maintain code stability and maintainability, and to do that, we need all pull requests to hold up to those specifications. It's in everyone's best interests - including yours! - if the same bug doesn't have to be fixed twice because of duplicated code.
-But first we want to make it clear how you can contribute, if contributing is a new experience for you, and what powers the team has over your pull request so you do not get any surprises when submitting pull requests, and it is closed for a reason you did not anticipate.
+First things first, we want to make it clear how you can contribute (if you've never contributed before), as well as the kinds of powers the team has over your additions, to avoid any unpleasant surprises if your pull request is closed for a reason you didn't foresee.
## Getting Started
-At /tg/station we do not have a list of goals and features to add, we instead allow freedom for contributors to suggest and create their ideas for the game. That does not mean we aren't determined to squash bugs, which unfortunately pop up a lot due to the deep complexity of the game. Here are some useful getting started guides, if you want to contribute or if you want to know what challenges you can tackle with zero knowledge about the game's code structure.
+
+/tg/station doesn't have a list of goals and features to add; we instead allow freedom for contributors to suggest and create their ideas for the game. That doesn't mean we aren't determined to squash bugs, which unfortunately pop up a lot due to the deep complexity of the game. Here are some useful starting guides, if you want to contribute or if you want to know what challenges you can tackle with zero knowledge about the game's code structure.
If you want to contribute the first thing you'll need to do is [set up Git](http://tgstation13.org/wiki/Setting_up_git) so you can download the source code.
-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).
+We have a [list of guides on the wiki](http://www.tgstation13.org/wiki/index.php/Guides#Development_and_Contribution_Guides) that will help you get started contributing to /tg/station with Git and Dream Maker. For beginners, it is recommended you work on small projects like bugfixes 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+Task%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+Fix%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.
+You can of course, as always, ask for help at [#coderbus](irc://irc.rizon.net/coderbus) on irc.rizon.net. We're just here to have fun and help out, so please don't expect professional support.
## Meet the Team
-**Project Leads**
+**Design Lead**
-Project Leads, which are elected by the maintainers and members of the project, have complete control over what goes through and what is reverted. They are encouraged to take control in what features are added to the game. Project Leads can also act as Project Managers when needed.
+The Design Lead has the final say on what gameplay changes get into and out of the game. He or she has full veto power on any feature or balance additions, changes, or removals, and establishes a general, personally-preferred direction for the game.
-**Project Managers**
+**Headcoder**
+The Headcoder is responsible for controlling, adding, and removing maintainers from the project. In addition to filling the role of a normal maintainer, they have sole authority on who becomes a maintainer, as well as who remains a maintainer and who does not.
-Project Managers are responsible for recruiting and firing maintainers, enforcing coding standards, and reverting changes that should have not been committed. Project Managers are assigned by Project Leads. On things that Project Managers disagree on they are to refer to the Project Leads for advice. It is encouraged that if you do not want to waste time working on a feature, that might be denied, that you ask a Project Manager first.
+**Art Director**
+
+The Art Director controls sprites and aesthetic that get into the game. While sprites for brand-new additions are generally accepted regardless of quality, modified current art assets fall to the Art Director, who can decide whether or not a sprite tweak is both merited and a suitable replacement.
+
+They also control the general "perspective" of the game - how sprites should generally look, especially the angle from which they're viewed. An example of this is the [3/4 perspective](http://static.tvtropes.org/pmwiki/pub/images/kakarikovillage.gif), which is a bird's eye view from above the object being viewed.
**Maintainers**
-Maintainers are quality control. If a proposed pull request does not meet the mentioned quality specifications then it can be closed if you fail to satisfy them. Maintainers are required to give a reason for closing the pull request.
+Maintainers are quality control. If a proposed pull request doesn't meet the following specifications, they can request you to change it, or simply just close the pull request. Maintainers are required to give a reason for closing the pull request.
Maintainers can revert your changes if they feel they are not worth maintaining or if they did not live up to the quality specifications.
-## Specification
+## Specifications
-As mentioned before, you are expected to follow these specifications in order to make everyone's lives easier, it will also save you and us time, with having to make the changes and us having to tell you what to change. Thank you for reading this section.
+As mentioned before, you are expected to follow these specifications in order to make everyone's lives easier. It'll save both your time and ours, by making sure you don't have to make any changes and we don't have to ask you to. Thank you for reading this section!
-### Object Oriented code
-As BYOND's Dream Maker is an object oriented language, code must be object oriented when possible in order to be more flexible when adding content to it. If you are unfamiliar with this concept, it is highly recommended you look it up.
+### Object Oriented Code
+As BYOND's Dream Maker (henceforth "DM") is an object-oriented language, code must be object-oriented when possible in order to be more flexible when adding content to it. If you don't know what "object-oriented" means, we highly recommend you do some light research to grasp the basics.
-### All Byond paths must contain the full path.
-(ie: absolute pathing)
+### All BYOND paths must contain the full path.
+(i.e. absolute pathing)
-Byond will allow you nest almost any type keyword into a block, such as:
+DM will allow you nest almost any type keyword into a block, such as:
-```c++
+```DM
datum
datum1
var
@@ -78,12 +84,12 @@ The use of this is not allowed in this project as it makes finding definitions v
The previous code made compliant:
-```c++
+```DM
/datum/datum1
- var/varname1
- var/varname2
- var/static/varname3
- var/static/varname4
+ var/varname1
+ var/varname2
+ var/static/varname3
+ var/static/varname4
/datum/datum1/proc/proc1()
code
@@ -101,16 +107,16 @@ The previous code made compliant:
### No overriding type safety checks.
The use of the : operator to override type safety checks is not allowed. You must cast the variable to the proper type.
-### Type paths must began with a /
-eg: `/datum/thing` not `datum/thing`
+### Type paths must begin with a /
+eg: `/datum/thing`, not `datum/thing`
### Datum type paths must began with "datum"
-In byond this is optional, but omitting it makes finding definitions harder.
+In DM, this is optional, but omitting it makes finding definitions harder.
### Do not use text/string based type paths
It is rarely allowed to put type paths in a text format, as there are no compile errors if the type path no longer exists. Here is an example:
-```C++
+```DM
//Good
var/path_type = /obj/item/weapon/baseball_bat
@@ -118,49 +124,69 @@ var/path_type = /obj/item/weapon/baseball_bat
var/path_type = "/obj/item/weapon/baseball_bat"
```
-### Tabs not spaces
+### Tabs, not spaces
You must use tabs to indent your code, NOT SPACES.
(You may use spaces to align something, but you should tab to the block level first, then add the remaining spaces)
-### No Hacky code
-Hacky code, such as adding specific checks, is highly discouraged and only allowed when there is ***no*** other option. (Protip: 'I couldn't immediately think of a proper way so thus there must be no other option' is not gonna cut it here )
+### No hacky code
+Hacky code, such as adding specific checks, is highly discouraged and only allowed when there is ***no*** other option. (Protip: 'I couldn't immediately think of a proper way so thus there must be no other option' is not gonna cut it here! If you can't think of anything else, say that outright and admit that you need help with it. Maintainers exist for exactly that reason.)
-You can avoid hacky code by using object oriented methodologies, such as overriding a function (called procs in DM) or sectioning code into functions and then overriding them as required.
+You can avoid hacky code by using object-oriented methodologies, such as overriding a function (called "procs" in DM) or sectioning code into functions and then overriding them as required.
-### No duplicated code.
-Copying code from one place to another maybe suitable for small short time projects but /tg/station focuses on the long term and thus discourages this.
+### No duplicated code
+Copying code from one place to another may be suitable for small, short-time projects, but /tg/station is a long-term project and highly discourages this.
Instead you can use object orientation, or simply placing repeated code in a function, to obey this specification easily.
### Startup/Runtime tradeoffs with lists and the "hidden" init proc
-First, read the comments in this byond thread, starting here:http://www.byond.com/forum/?post=2086980&page=2#comment19776775
+First, read the comments in [this BYOND thread](http://www.byond.com/forum/?post=2086980&page=2#comment19776775), starting where the link takes you.
There are two key points here:
-1) Defining a list in the type definition incurs a hidden proc call - init, if you must define a list at startup, do so in New()/Initialize and avoid the overhead of a second call (init() and then new())
+1) Defining a list in the variable's definition calls a hidden proc - init. If you have to define a list at startup, do so in New() (or preferably Initialize()) and avoid the overhead of a second call (Init() and then New())
-2)Offsets list creation overhead to the point where the list is actually required (which for many objects, may be never at all).
+2) It also consumes more memory to the point where the list is actually required, even if the object in question may never use it!
-Remember, this tradeoff makes sense in many cases but not all, you should think carefully about your implementation before deciding if this is an appropriate thing to do
+Remember: although this tradeoff makes sense in many cases, it doesn't cover them all. Think carefully about your addition before deciding if you need to use it.
-### Prefer `Initialize` over `New` for atoms
-Our game controller is pretty good at handling long operations and lag. But, it can't control what happens when the map is loaded, which calls `New` for all atoms on the map. If you're creating a new atom, use the `Initialize` proc to do what you would normally do in `New`. This cuts down on the number of proc calls needed when the world is loaded. See here for details on `Initialize`: https://github.com/tgstation/tgstation/blob/master/code/game/atoms.dm#L49
+### Prefer `Initialize()` over `New()` for atoms
+Our game controller is pretty good at handling long operations and lag, but it can't control what happens when the map is loaded, which calls `New` for all atoms on the map. If you're creating a new atom, use the `Initialize` proc to do what you would normally do in `New`. This cuts down on the number of proc calls needed when the world is loaded. See here for details on `Initialize`: https://github.com/tgstation/tgstation/blob/master/code/game/atoms.dm#L49
While we normally encourage (and in some cases, even require) bringing out of date code up to date when you make unrelated changes near the out of date code, that is not the case for `New` -> `Initialize` conversions. These systems are generally more dependant on parent and children procs so unrelated random conversions of existing things can cause bugs that take months to figure out.
### No magic numbers or strings
-Make these #defines with a name that more clearly states what it's for.
+This means stuff like having a "mode" variable for an object set to "1" or "2" with no clear indicator of what that means. Make these #defines with a name that more clearly states what it's for. For instance:
+````DM
+/datum/proc/do_the_thing(thing_to_do)
+ switch(thing_to_do)
+ if(1)
+ (...)
+ if(2)
+ (...)
+````
+There's no indication of what "1" and "2" mean! Instead, you'd do something like this:
+````DM
+#define DO_THE_THING_REALLY_HARD 1
+#define DO_THE_THING_EFFICIENTLY 2
+/datum/proc/do_the_thing(thing_to_do)
+ switch(thing_to_do)
+ if(DO_THE_THING_REALLY_HARD)
+ (...)
+ if(DO_THE_THING_EFFICIENTLY)
+ (...)
+````
+This is clearer and enhances readability of your code! Get used to doing it!
-### Control statements:
-(if,while,for,etc)
+### Control statements
+(if, while, for, etc)
* All control statements must not contain code on the same line as the statement (`if (blah) return`)
* All control statements comparing a variable to a number should use the formula of `thing` `operator` `number`, not the reverse (eg: `if (count <= 10)` not `if (10 >= count)`)
-### Use early return.
-Do not enclose a proc in an if block when returning on a condition is more feasible
+### Use early return
+Do not enclose a proc in an if-block when returning on a condition is more feasible
This is bad:
-````
+````DM
/datum/datum1/proc/proc1()
if (thing1)
if (!thing2)
@@ -168,7 +194,7 @@ This is bad:
do stuff
````
This is good:
-````
+````DM
/datum/datum1/proc/proc1()
if (!thing1)
return
@@ -186,13 +212,13 @@ This prevents nesting levels from getting deeper then they need to be.
* Calls to the database must be escaped properly - use sanitizeSQL to escape text based database entries from players or admins, and isnum() for number based database entries from players or admins.
-* All calls to topics must be checked for correctness, topic href calls can be easily faked by clients, so you should ensure that the call is valid for the state the item is in. Do not rely on the UI code to provide only valid topic calls
+* All calls to topics must be checked for correctness. Topic href calls can be easily faked by clients, so you should ensure that the call is valid for the state the item is in. Do not rely on the UI code to provide only valid topic calls, because it won't.
-* Information that players could use to metagame (that is to identify the round type and or the antags via information that would not be available to them in character) should be kept as administrator only
+* Information that players could use to metagame (that is, to identify round information and/or antagonist type via information that would not be available to them in character) should be kept as administrator only.
-* It is recommended as well you do not expose information about the players - even something as simple as the number of people who have readied up at the start of the round can and has been used to try to identify the round type
+* It is recommended as well you do not expose information about the players - even something as simple as the number of people who have readied up at the start of the round can and has been used to try to identify the round type.
-* 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
+* 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.
@@ -201,66 +227,85 @@ This prevents nesting levels from getting deeper then they need to be.
* Files and path accessed and referenced by code above simply being #included should be strictly lowercase to avoid issues on filesystems where case matters.
+### SQL
+* Do not use the shorthand sql insert format (where no column names are specified) because it unnecessarily breaks all queries on minor column changes and prevents using these tables for tracking outside related info such as in a connected site/forum.
+
+* All changes to the database's layout(schema) must be specified in the database changelog in SQL, as well as reflected in the schema files
+
+* Queries must never specify the database, be it in code, or in text files in the repo.
+
+
+
### 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.
+* Code should be modular where possible; if you are working on a new addition, then strongly consider putting it in its own file unless it makes sense to put it with similar ones (i.e. a new tool would go in the "tools.dm" file)
* Bloated code may be necessary to add a certain feature, which means there has to be a judgement over whether the feature is worth having or not. You can help make this decision easier by making sure your code is modular.
-* You are expected to help maintain the code that you add, meaning if there is a problem then you are likely to be approached in order to fix any issues, runtimes or bugs.
+* You are expected to help maintain the code that you add, meaning that if there is a problem then you are likely to be approached in order to fix any issues, runtimes, or bugs.
-* Do not divide when you can easily convert it to a multiplication. (ie `4/2` should be done as `4*0.5`)
-
-* Do not use the shorthand sql insert format (where no column names are specified) because it unnecessarily breaks all queries on minor column changes and prevents using these tables for tracking outside related info such as in a connected site/forum.
+* Do not divide when you can easily convert it to multiplication. (ie `4/2` should be done as `4*0.5`)
#### Enforced not enforced
-The following different coding styles are not only not enforced, but it is generally frowned upon to change them over from one to the other for little reason:
+The following coding styles are not only not enforced at all, but are generally frowned upon to change for little to no reason:
* English/British spelling on var/proc names
- * Color/Colour nobody cares,
+ * Color/Colour - both are fine, but keep in mind that BYOND uses `color` as a base variable
* Spaces after control statements
- * if() if () nobody cares.
+ * `if()` and `if ()` - nobody cares!
-#### Operators and spaces:
+### Operators
+#### Spacing
(this is not strictly enforced, but more a guideline for readability's sake)
* Operators that should be separated by spaces
* Boolean and logic operators like &&, || <, >, ==, etc (but not !)
+ * Bitwise AND &
* Argument separator operators like , (and ; when used in a forloop)
* Assignment operators like = or += or the like
* Operators that should not be separated by spaces
- * Bitwise operators like & or |
+ * Bitwise OR |
* Access operators like . and :
* Parentheses ()
* logical not !
Math operators like +, -, /, *, etc are up in the air, just choose which version looks more readable.
-### Dream Maker Quirks/Tricks:
+#### Use
+* Bitwise AND - '&'
+ * Should be written as ```bitfield & bitflag``` NEVER ```bitflag & bitfield```, both are valid, but the latter is confusing and nonstandard.
+
+
+### Dream Maker Quirks/Tricks
Like all languages, Dream Maker has its quirks, some of them are beneficial to us, like these
-* In-To for loops: ```for(var/i = 1, i <= some_value, i++)``` is a fairly standard way to write an incremental for loop in most languages (especially those in the C family) however DM's ```for(var/i in 1 to some_value)``` syntax is oddly faster than its implementation of the former syntax; where possible it's advised to use DM's syntax. (Note, the ```to``` keyword is inclusive, so it automatically defaults to replacing ```<=```, if you want ```<``` then you should write it as ```1 to some_value-1```).
-HOWEVER, if either ```some_value``` or ```i``` changes within the body of the for (underneath the ```for(...)``` header) or if you are looping over a list AND changing the length of the list then you can NOT use this type of for loop!
+#### In-To for-loops
+```for(var/i = 1, i <= some_value, i++)``` is a fairly standard way to write an incremental for loop in most languages (especially those in the C family), but DM's ```for(var/i in 1 to some_value)``` syntax is oddly faster than its implementation of the former syntax; where possible, it's advised to use DM's syntax. (Note, the ```to``` keyword is inclusive, so it automatically defaults to replacing ```<=```; if you want ```<``` then you should write it as ```1 to some_value-1```).
+
+HOWEVER, if either ```some_value``` or ```i``` changes within the body of the for (underneath the ```for(...)``` header) or if you are looping over a list AND changing the length of the list then you can NOT use this type of for-loop!
-* Istypeless for loops: a name for a differing syntax for writing for-each style loops in DM, however it is NOT DM's standard syntax hence why this is considered a quirk. Take a look at this:
-```
+#### Istypeless for loops
+A name for a differing syntax for writing for-each style loops in DM. It's NOT DM's standard syntax, hence why this is considered a quirk. Take a look at this:
+```DM
var/list/bag_of_items = list(sword, apple, coinpouch, sword, sword)
var/obj/item/sword/best_sword = null
for(var/obj/item/sword/S in bag_of_items)
if(!best_sword || S.damage > best_sword.damage)
best_sword = S
```
-The above is a simple proc for checking all swords in a container and returning the one with the highest damage, it uses DM's standard syntax for a for loop, it does this by specifying a type in the variable of the for header which byond interprets as a type to filter by, it performs this filter using ```istype()``` (or some internal-magic similar to ```istype()```, I wouldn't put it past byond), the above example is fine with the data currently contained in ```bag_of_items```, however if ```bag_of_items``` contained ONLY swords, or only SUBTYPES of swords, then the above is inefficient, for example:
-```
+The above is a simple proc for checking all swords in a container and returning the one with the highest damage, and it uses DM's standard syntax for a for-loop by specifying a type in the variable of the for's header that DM interprets as a type to filter by. It performs this filter using ```istype()``` (or some internal-magic similar to ```istype()``` - this is BYOND, after all). This is fine in its current state for ```bag_of_items```, but if ```bag_of_items``` contained ONLY swords, or only SUBTYPES of swords, then the above is inefficient. For example:
+```DM
var/list/bag_of_swords = list(sword, sword, sword, sword)
var/obj/item/sword/best_sword = null
for(var/obj/item/sword/S in bag_of_swords)
if(!best_sword || S.damage > best_sword.damage)
best_sword = S
```
-specifies a type for DM to filter by, with the previous example that's perfectly fine, we only want swords, but here the bag only contains swords? is DM still going to try to filter because we gave it a type to filter by? YES, and here comes the inefficiency. Whereever a list (or other container, such as an atom (in which case you're technically accessing their special contents list but I digress)) contains datums of the same datatype or subtypes of the datatype you require for your for body
+specifies a type for DM to filter by.
+
+With the previous example that's perfectly fine, we only want swords, but here the bag only contains swords? Is DM still going to try to filter because we gave it a type to filter by? YES, and here comes the inefficiency. Wherever a list (or other container, such as an atom (in which case you're technically accessing their special contents list, but that's irrelevant)) contains datums of the same datatype or subtypes of the datatype you require for your loop's body,
you can circumvent DM's filtering and automatic ```istype()``` checks by writing the loop as such:
-```
+```DM
var/list/bag_of_swords = list(sword, sword, sword, sword)
var/obj/item/sword/best_sword = null
for(var/s in bag_of_swords)
@@ -268,55 +313,61 @@ for(var/s in bag_of_swords)
if(!best_sword || S.damage > best_sword.damage)
best_sword = S
```
-Of course, if the list contains data of a mixed type then the above optimisation is DANGEROUS, as it will blindly typecast all data in the list as the specified type, even if it isn't really that type! which will cause runtime errors.
+Of course, if the list contains data of a mixed type then the above optimisation is DANGEROUS, as it will blindly typecast all data in the list as the specified type, even if it isn't really that type, causing runtime errors.
-* Dot variable: like other languages in the C family, Dream maker has a ```.``` or "Dot" operator, used for accessing variables/members/functions of an object instance.
+#### Dot variable
+Like other languages in the C family, DM has a ```.``` or "Dot" operator, used for accessing variables/members/functions of an object instance.
eg:
-```
+```DM
var/mob/living/carbon/human/H = YOU_THE_READER
H.gib()
```
-however DM also has a dot variable, accessed just as ```.``` on it's own, defaulting to a value of null, now what's special about the dot operator is that it is automatically returned (as in the ```return``` statment) at the end of a proc, provided the proc does not already manually return (```return count``` for example). Why is this special? well the ```return``` statement should ideally be free from overhead (functionally free, of course nothing's free) but DM fails to fulfill this, DM's return statement is actually fairly costly for what it does and for what it's used for.
-With ```.``` being everpresent in every proc can we use it as a temporary variable? Of course we can! However the ```.``` operator cannot replace a typecasted variable, it can hold data any other var in DM can, it just can't be accessed as one, however the ```.``` operator is compatible with a few operators that look weird but work perfectly fine, such as: ```.++``` for incrementing ```.'s``` value, or ```.[1]``` for accessing the first element of ```.``` (provided it's a list).
+However, DM also has a dot variable, accessed just as ```.``` on its own, defaulting to a value of null. Now, what's special about the dot operator is that it is automatically returned (as in the ```return``` statement) at the end of a proc, provided the proc does not already manually return (```return count``` for example.) Why is this special?
-## Globals versus Static
+Well, the ```return``` statement should ideally be free from overhead (functionally free, although of course nothing's free), but DM fails to fulfill this. DM's return statement is actually fairly costly for what it does and for what it's used for.
-Byond has a var keyword, called global. This var keyword is for vars inside of types. IE:
+With ```.``` being everpresent in every proc, can we use it as a temporary variable? Of course we can! However, the ```.``` operator cannot replace a typecasted variable - it can hold data any other var in DM can, it just can't be accessed as one, although the ```.``` operator is compatible with a few operators that look weird but work perfectly fine, such as: ```.++``` for incrementing ```.'s``` value, or ```.[1]``` for accessing the first element of ```.```, provided that it's a list.
-```
+## Globals versus static
+
+DM has a var keyword, called global. This var keyword is for vars inside of types. For instance:
+
+```DM
mob
var
global
- thing = 1
+ thing = TRUE
```
-It DOES NOT mean that you can access it everywhere like a global var, instead It means that that var will only exist once for all instances of its type, in this case that var will only exist once for all mobs, ie its shared across everything in it's type. (much more like the keyword static in other languages like php/c++/c#/java)
+This does NOT mean that you can access it everywhere like a global var. Instead, it means that that var will only exist once for all instances of its type, in this case that var will only exist once for all mobs - it's shared across everything in its type. (Much more like the keyword `static` in other languages like PHP/C++/C#/Java)
Isn't that confusing?
-There is also an undocumented keyword static, that has the same behaviour as global but more correctly describes byond's behaviour. Therefore we always use static instead of global where we need it as it reduces suprise when reading byond code.
+There is also an undocumented keyword called `static` that has the same behaviour as global but more correctly describes BYOND's behaviour. Therefore, we always use static instead of global where we need it, as it reduces suprise when reading BYOND code.
## Pull Request Process
-There is no strict process when it comes to merging pull requests, pull requests will sometimes take a while before they are looked at by a maintainer, the bigger the change the more time it will take before they are accepted into the code. Every team member is a volunteer who is giving up their own time to help maintain and contribute, so please be nice. Here are some helpful ways to make it easier for you and for the maintainer when making a pull request.
+There is no strict process when it comes to merging pull requests. Pull requests will sometimes take a while before they are looked at by a maintainer; the bigger the change, the more time it will take before they are accepted into the code. Every team member is a volunteer who is giving up their own time to help maintain and contribute, so please be courteous and respectful. Here are some helpful ways to make it easier for you and for the maintainers when making a pull request.
* Make sure your pull request complies to the requirements outlined in [this guide](http://tgstation13.org/wiki/Getting_Your_Pull_Accepted)
-* You are going to be expected to document all your changes in the pull request, failing to do so will mean delaying it as we will have to question why you made the change. On the other hand you can speed up the process by making the pull request readable and easy to understand, with diagrams or before/after data.
+* You are going to be expected to document all your changes in the pull request. Failing to do so will mean delaying it as we will have to question why you made the change. On the other hand, you can speed up the process by making the pull request readable and easy to understand, with diagrams or before/after data.
-* We ask that you use the changelog system to document your change, this prevents our players from being caught unaware by changes - you can find more information about this here http://tgstation13.org/wiki/Guide_to_Changelogs
+* We ask that you use the changelog system to document your change, which prevents our players from being caught unaware by changes - you can find more information about this [on this wiki page](http://tgstation13.org/wiki/Guide_to_Changelogs).
* If you are proposing multiple changes, which change many different aspects of the code, you are expected to section them off into different pull requests in order to make it easier to review them and to deny/accept the changes that are deemed acceptable.
-* 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.
+* 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 support or object to any changes being made, which will likely hold more weight, as you're the one who added the feature. It is a shame this has to be explicitly said, but there have been cases where this would've saved some trouble.
* 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
-* 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)
+* Code where one line of code is split across mutiple lines (except for multiple, separate strings and comments; 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.
+Just becuase something isn't on this list doesn't mean that it's acceptable. Use common sense above all else.
-Therefore EOF settings of main repo are forbidden territory one must avoid wandering into
+## 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 there comes a time when it matters.
+
+Therefore, EOF settings of main repo are forbidden territory one must avoid wandering into, at risk of losing body and/or mind to the Git gods.
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index a1c37bc290..f5fa86a76d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,3 +1,3 @@
-[Note]: # (State what the issue is from a "whats wrong" perspective. Issue reports should clearly allow maintainers to understand whats wrong and how to test/reproduce if that is not obvious. Avoid ambiguity. Please enter the commit hash from the "Show Server Revision" verb if you can. Remove these notes before submitting your report.)
+[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))
-[GameAdmins]: # (If you are reporting a bug that occurred 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.)
+[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/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index f67f095a4f..82633fdc70 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,3 +1,6 @@
+[Feature Freeze!]: # We are currently not considering any balance or antagonist oriented pull requests. Full details, as well as ways to bypass this freeze, are available here https://github.com/tgstation/tgstation/pull/28223
+
+
[Changelogs]: # (Please make a changelog if you're adding, removing or changing content that'll affect players. This includes, but is not limited to, new features, sprites, sounds; balance changes; map edits and important fixes)
[]: # (See here for how to easily make a changelog: https://github.com/tgstation/tgstation/wiki/Changelogs. An example changelog has been provided below. Please edit or remove)
diff --git a/.travis.yml b/.travis.yml
index 0f9c8c3aca..c0a45df72d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,5 +41,3 @@ script:
- tools/travis/build_tools.sh
- tools/travis/build_byond.sh
-notifications:
- email: false
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm
index 35960074c1..daf1e0fb25 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm
@@ -91,9 +91,7 @@
"ao" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/effect/decal/sandeffect,
/obj/structure/mirror{
@@ -168,8 +166,7 @@
dir = 1
},
/turf/open/floor/plasteel/asteroid{
- baseturf = /turf/open/floor/plating/beach/sand;
- tag = "icon-asteroidwarning (NORTH)"
+ baseturf = /turf/open/floor/plating/beach/sand
},
/area/ruin/powered/beach)
"aC" = (
@@ -226,8 +223,7 @@
dir = 1
},
/turf/open/floor/plasteel/asteroid{
- baseturf = /turf/open/floor/plating/beach/sand;
- tag = "icon-asteroidwarning (NORTH)"
+ baseturf = /turf/open/floor/plating/beach/sand
},
/area/ruin/powered/beach)
"aK" = (
@@ -297,8 +293,7 @@
dir = 1
},
/turf/open/floor/plasteel/asteroid{
- baseturf = /turf/open/floor/plating/beach/sand;
- tag = "icon-asteroidwarning (NORTH)"
+ baseturf = /turf/open/floor/plating/beach/sand
},
/area/ruin/powered/beach)
"aX" = (
@@ -317,8 +312,7 @@
/area/ruin/powered/beach)
"ba" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/pod/dark{
baseturf = /turf/open/floor/plating/asteroid/basalt;
@@ -348,7 +342,6 @@
/area/ruin/powered/beach)
"bf" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/pod/dark{
@@ -371,7 +364,6 @@
/area/ruin/powered)
"bj" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/turf/open/floor/plasteel/asteroid{
@@ -387,7 +379,6 @@
/area/ruin/powered/beach)
"bl" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/turf/open/floor/plasteel/asteroid{
@@ -495,8 +486,7 @@
/area/ruin/powered/beach)
"bB" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1;
@@ -539,8 +529,7 @@
/area/ruin/powered/beach)
"bH" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/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.";
@@ -694,8 +683,7 @@
dir = 1
},
/turf/open/floor/plasteel/asteroid{
- baseturf = /turf/open/floor/plating/beach/sand;
- tag = "icon-asteroidwarning (NORTH)"
+ baseturf = /turf/open/floor/plating/beach/sand
},
/area/ruin/powered/beach)
"ck" = (
@@ -706,8 +694,7 @@
dir = 1
},
/turf/open/floor/plasteel/asteroid{
- baseturf = /turf/open/floor/plating/beach/sand;
- tag = "icon-asteroidwarning (NORTH)"
+ baseturf = /turf/open/floor/plating/beach/sand
},
/area/ruin/powered/beach)
"cl" = (
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_biodome_clown_planet.dmm b/_maps/RandomRuins/LavaRuins/lavaland_biodome_clown_planet.dmm
index 423d2e424e..06d6206353 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_biodome_clown_planet.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_biodome_clown_planet.dmm
@@ -607,7 +607,6 @@
/area/ruin/powered/clownplanet)
"bo" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_animal_hospital.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_animal_hospital.dmm
index 288f5fd12c..523c5ca7c8 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_animal_hospital.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_animal_hospital.dmm
@@ -77,7 +77,6 @@
/area/ruin/powered/animal_hospital)
"an" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/obj/machinery/light{
@@ -172,7 +171,6 @@
/area/lavaland/surface/outdoors)
"ay" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm
index a6c92c7610..c1a1fbf54d 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_ash_walker1.dmm
@@ -1,589 +1,1604 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"a" = (
+"aa" = (
+/turf/template_noop,
+/area/template_noop)
+"ab" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors)
-"b" = (
-/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+"ac" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors)
-"c" = (
-/turf/closed/wall/mineral/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+"ad" = (
+/obj/structure/stone_tile/block{
+ dir = 1
},
-/area/ruin/unpowered)
-"d" = (
-/obj/effect/light_emitter,
-/mob/living/simple_animal/hostile/spawner/ash_walker,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/obj/structure/stone_tile/cracked{
+ dir = 8
},
-/area/ruin/unpowered)
-"e" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/mob_spawn/human/ash_walker,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ae" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
},
-/area/ruin/unpowered)
-"f" = (
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"af" = (
+/obj/structure/stone_tile/block{
+ dir = 1
},
-/area/ruin/unpowered)
-"g" = (
-/obj/effect/mob_spawn/human/ash_walker,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ag" = (
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ah" = (
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ai" = (
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 4
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"aj" = (
+/obj/structure/stone_tile/slab,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ak" = (
+/turf/closed/indestructible/riveted/boss,
+/area/ruin/unpowered/ash_walkers)
+"al" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"am" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"an" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ao" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ap" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"aq" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ar" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"as" = (
+/turf/closed/wall/mineral/wood,
+/area/ruin/unpowered/ash_walkers)
+"at" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"au" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
},
-/area/ruin/unpowered)
-"h" = (
-/obj/effect/decal/cleanable/blood,
/obj/item/device/flashlight/lantern,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"av" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"aw" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
},
-/area/ruin/unpowered)
-"i" = (
/obj/effect/decal/cleanable/blood,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"ax" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/cracked{
+ dir = 1
},
-/area/ruin/unpowered)
-"j" = (
-/obj/item/weapon/pickaxe,
-/obj/item/weapon/pickaxe,
-/obj/structure/closet/crate/internals,
-/obj/item/weapon/pickaxe,
-/obj/item/weapon/pickaxe,
-/obj/item/weapon/pickaxe,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"ay" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/item/device/flashlight/lantern,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"az" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"aA" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/item/device/malf_upgrade,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aB" = (
+/obj/structure/stone_tile/block/cracked,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aC" = (
+/obj/structure/stone_tile/block/cracked,
+/obj/item/weapon/storage/toolbox/syndicate,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aD" = (
+/obj/structure/table/optable,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aE" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/closet/crate/medical,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/reagent_containers/blood/random,
+/obj/item/weapon/reagent_containers/blood/lizard,
+/obj/item/weapon/reagent_containers/blood/lizard,
+/obj/item/stack/sheet/cloth/ten,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aF" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"aG" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"aH" = (
+/obj/structure/stone_tile/surrounding_tile/cracked,
+/obj/structure/stone_tile/center,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth,
+/area/ruin/unpowered/ash_walkers)
+"aI" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/lava/smooth,
+/area/ruin/unpowered/ash_walkers)
+"aJ" = (
+/obj/structure/stone_tile/surrounding_tile/cracked,
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/center,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth,
+/area/ruin/unpowered/ash_walkers)
+"aK" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/mob/living/simple_animal/hostile/asteroid/gutlunch/gubbuck,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"aL" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"aM" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aN" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/item/weapon/weldingtool/experimental,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aO" = (
/obj/item/weapon/storage/box/rxglasses,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aP" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aQ" = (
+/obj/structure/stone_tile/block{
+ dir = 8
},
-/area/ruin/unpowered)
-"k" = (
-/obj/effect/mob_spawn/human/corpse/damaged,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/obj/machinery/iv_drip,
+/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aR" = (
+/obj/structure/stone_tile/block{
+ dir = 8
},
-/area/ruin/unpowered)
-"l" = (
+/obj/structure/stone_tile,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"aS" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"aT" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth,
+/area/ruin/unpowered/ash_walkers)
+"aU" = (
+/mob/living/simple_animal/hostile/spawner/lavaland/ash_walker,
+/turf/open/floor/plating/lava/smooth,
+/area/ruin/unpowered/ash_walkers)
+"aV" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth,
+/area/ruin/unpowered/ash_walkers)
+"aW" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"aX" = (
+/obj/item/seeds/glowshroom,
+/obj/item/seeds/glowshroom,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"aY" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/indestructible/boss,
+/area/ruin/unpowered/ash_walkers)
+"aZ" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"ba" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"bb" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bc" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/mob/living/simple_animal/hostile/asteroid/gutlunch/guthen,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"bd" = (
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/center/cracked,
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth,
+/area/ruin/unpowered/ash_walkers)
+"be" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth,
+/area/ruin/unpowered/ash_walkers)
+"bf" = (
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/center,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth,
+/area/ruin/unpowered/ash_walkers)
+"bg" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"bh" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bi" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bj" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/item/weapon/storage/bag/plants/portaseeder,
+/turf/open/indestructible/boss,
+/area/ruin/unpowered/ash_walkers)
+"bk" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/item/stack/marker_beacon/ten,
+/turf/open/indestructible/boss,
+/area/ruin/unpowered/ash_walkers)
+"bl" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"bm" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/item/weapon/construction/rcd/loaded,
+/turf/open/indestructible/boss,
+/area/ruin/unpowered/ash_walkers)
+"bn" = (
/obj/structure/closet/crate/radiation,
/obj/item/device/flashlight/lantern,
/obj/item/device/flashlight/lantern,
/obj/item/device/flashlight/lantern,
/obj/item/device/flashlight/flare,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
},
-/area/ruin/unpowered)
-"m" = (
-/obj/structure/closet/crate/medical,
-/obj/item/device/malf_upgrade,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/obj/structure/stone_tile/cracked{
+ dir = 1
},
-/area/ruin/unpowered)
-"n" = (
-/obj/structure/closet/crate/hydroponics,
-/obj/item/weapon/storage/belt,
-/obj/item/weapon/scythe,
-/obj/item/seeds/glowshroom,
-/obj/item/seeds/glowshroom,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/item/weapon/storage/bag/plants/portaseeder,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"bo" = (
+/obj/structure/stone_tile/block{
+ dir = 8
},
-/area/ruin/unpowered)
-"o" = (
-/obj/item/device/flashlight/lantern,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"p" = (
-/obj/item/device/flashlight/seclite,
-/obj/item/device/flashlight,
-/obj/structure/closet/crate,
-/obj/item/device/flashlight,
-/obj/item/device/flashlight,
-/obj/item/device/flashlight,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"q" = (
-/obj/item/device/flashlight/flare,
-/obj/item/device/flashlight/seclite,
-/obj/item/device/flashlight/seclite,
-/obj/item/device/flashlight,
-/obj/structure/closet/crate,
-/obj/item/device/flashlight,
-/obj/item/device/flashlight,
-/obj/item/device/flashlight,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"r" = (
-/turf/closed/wall/mineral/iron{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"s" = (
-/obj/item/weapon/twohanded/spear,
-/obj/structure/mineral_door/iron,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"t" = (
-/obj/structure/mineral_door/iron,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"u" = (
-/obj/structure/closet/crate/engineering,
-/obj/item/weapon/construction/rcd/loaded,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"v" = (
-/obj/structure/closet/crate/medical,
-/obj/item/weapon/storage/firstaid/regular,
-/obj/item/weapon/reagent_containers/blood/random,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"w" = (
-/obj/machinery/the_singularitygen,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"x" = (
-/obj/structure/rack{
- icon = 'icons/obj/stationobjs.dmi';
- icon_state = "minibar_left";
- name = "skeletal minibar"
- },
-/obj/item/stack/sheet/cloth/ten,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"y" = (
-/obj/structure/rack{
- icon = 'icons/obj/stationobjs.dmi';
- icon_state = "minibar_right";
- name = "skeletal minibar"
- },
-/obj/item/clothing/head/helmet/roman/legionaire,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"z" = (
-/obj/item/weapon/shovel,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"A" = (
-/obj/structure/closet/crate,
-/obj/item/weapon/storage/firstaid/regular,
-/obj/item/weapon/storage/firstaid/o2,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"B" = (
-/obj/structure/table_frame,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"C" = (
-/obj/structure/table/optable,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"D" = (
-/obj/item/device/flashlight,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"E" = (
-/obj/item/weapon/storage/toolbox/syndicate,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"F" = (
-/obj/structure/closet/crate/miningcar,
+/obj/item/weapon/pickaxe,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
-"G" = (
-/obj/item/weapon/twohanded/spear,
-/obj/structure/rack,
-/obj/item/weapon/twohanded/spear,
-/obj/item/weapon/twohanded/spear,
-/obj/item/weapon/twohanded/spear,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+"bp" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
},
-/area/ruin/unpowered)
-"H" = (
-/obj/item/weapon/twohanded/spear,
-/obj/structure/rack,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/obj/structure/stone_tile{
+ dir = 1
},
-/area/ruin/unpowered)
-"I" = (
-/obj/structure/mineral_door/iron,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth;
- blocks_air = 1
+/obj/structure/stone_tile{
+ dir = 4
},
-/area/ruin/unpowered)
-"J" = (
-/turf/closed/wall/mineral/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/obj/item/device/flashlight/lantern,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"bq" = (
+/obj/structure/stone_tile/block{
+ dir = 1
},
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"br" = (
+/obj/structure/stone_tile/slab/cracked,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"bs" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/obj/effect/decal/cleanable/blood,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"bt" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/item/device/flashlight/lantern,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"bu" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors)
-"K" = (
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth;
- initial_gas_mix = "o2=13;n2=24;TEMP=300"
+"bv" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
},
+/obj/structure/closet/crate,
+/obj/item/device/flashlight/lantern,
+/obj/item/device/flashlight/lantern,
+/obj/item/device/flashlight/lantern,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"bw" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/item/stack/sheet/mineral/wood,
+/obj/item/stack/sheet/mineral/wood,
+/obj/item/stack/sheet/mineral/wood,
+/obj/item/stack/sheet/mineral/wood,
+/obj/item/seeds/tower,
+/turf/open/indestructible/boss,
+/area/ruin/unpowered/ash_walkers)
+"bx" = (
+/obj/structure/stone_tile/slab/cracked,
+/obj/effect/decal/cleanable/blood,
+/turf/open/indestructible/boss,
+/area/ruin/unpowered/ash_walkers)
+"by" = (
+/obj/structure/closet/crate,
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/item/device/flashlight/lantern,
+/obj/item/device/flashlight/lantern,
+/obj/item/device/flashlight/lantern,
+/turf/open/indestructible/boss,
+/area/ruin/unpowered/ash_walkers)
+"bz" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/machinery/the_singularitygen,
+/turf/open/indestructible/boss,
+/area/ruin/unpowered/ash_walkers)
+"bA" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
-"L" = (
+"bB" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"bC" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bD" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"bE" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bF" = (
+/obj/structure/stone_tile/slab,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bG" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/ruin/unpowered/ash_walkers)
+"bH" = (
+/obj/structure/necropolis_gate,
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/fans/tiny/invisible,
+/obj/effect/decal/cleanable/blood,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"bI" = (
+/obj/structure/stone_tile/slab/cracked,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bJ" = (
+/obj/structure/stone_tile/surrounding_tile,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bK" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bL" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bM" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bN" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bO" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bP" = (
+/obj/structure/stone_tile/block,
/obj/item/weapon/twohanded/spear,
-/obj/structure/table,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
- },
-/area/ruin/unpowered)
-"M" = (
-/obj/item/weapon/pickaxe,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth;
- initial_gas_mix = "o2=13;n2=24;TEMP=300"
- },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
-"N" = (
+"bQ" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bR" = (
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/center,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bS" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bT" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/center,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bU" = (
+/obj/structure/stone_tile/block/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bV" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bW" = (
+/obj/structure/stone_tile/surrounding_tile/cracked,
/obj/structure/ore_box,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
-"O" = (
-/obj/item/weapon/reagent_containers/glass/bowl,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+"bX" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
},
-/area/ruin/unpowered)
-"P" = (
-/obj/machinery/iv_drip,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bY" = (
+/obj/structure/stone_tile{
+ dir = 8
},
-/area/ruin/unpowered)
-"Q" = (
-/mob/living/simple_animal/hostile/asteroid/gutlunch/guthen,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"bZ" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
},
-/area/ruin/unpowered)
-"R" = (
-/mob/living/simple_animal/hostile/asteroid/gutlunch/gubbuck,
-/turf/open/floor/engine/cult{
- baseturf = /turf/open/floor/plating/lava/smooth
+/obj/structure/stone_tile/cracked{
+ dir = 8
},
-/area/ruin/unpowered)
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ca" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cb" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cc" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cd" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ce" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cf" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/closet/crate/internals,
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cg" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ch" = (
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/center/cracked,
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ci" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/center/cracked,
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cj" = (
+/obj/effect/mob_spawn/human/corpse/damaged,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ck" = (
+/obj/item/weapon/twohanded/spear,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cl" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/item/weapon/twohanded/spear,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cm" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cn" = (
+/obj/structure/bonfire/dense,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"co" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cp" = (
+/obj/structure/stone_tile/cracked,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cq" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cr" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/center/cracked,
+/obj/structure/stone_tile/surrounding_tile/cracked,
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cs" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ct" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/center,
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cu" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cv" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"cw" = (
+/obj/machinery/hydroponics/soil,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cx" = (
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cy" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cz" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/item/weapon/twohanded/spear,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"cA" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"cB" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"cC" = (
+/obj/item/device/flashlight/lantern,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cD" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/item/device/flashlight/lantern,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"cE" = (
+/obj/structure/stone_tile/surrounding/cracked,
+/obj/effect/baseturf_helper,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/ruin/unpowered/ash_walkers)
+"cF" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/twohanded/spear,
+/obj/item/weapon/storage/belt,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"cG" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cH" = (
+/obj/item/stack/sheet/mineral/wood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cI" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cJ" = (
+/obj/item/weapon/shovel,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cK" = (
+/obj/item/weapon/pickaxe,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cL" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/twohanded/spear,
+/obj/item/weapon/scythe,
+/turf/open/indestructible/boss/air,
+/area/ruin/unpowered/ash_walkers)
+"cM" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/twohanded/spear,
+/turf/open/indestructible/boss,
+/area/ruin/unpowered/ash_walkers)
+"cN" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/twohanded/spear,
+/obj/item/clothing/head/helmet/roman/legionaire,
+/turf/open/indestructible/boss,
+/area/ruin/unpowered/ash_walkers)
+"cO" = (
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 8
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cP" = (
+/obj/structure/stone_tile/block,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cQ" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cR" = (
+/obj/structure/stone_tile/surrounding_tile/cracked,
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"cS" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/mob_spawn/human/corpse/damaged,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
(1,1,1) = {"
-a
-a
-a
-a
-a
-b
-b
-a
-a
-a
-a
-a
-b
-J
-J
-b
-K
-a
+aa
+aa
+aa
+aa
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+aa
+aa
+ah
+ah
+ah
+ah
+aa
+aa
+aa
"}
(2,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-F
-K
-K
-b
-b
-b
+aa
+ah
+ah
+ah
+ah
+aL
+ah
+bi
+bu
+am
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+aa
+aa
"}
(3,1,1) = {"
-b
-a
-a
-a
-a
-a
-a
-a
-c
-c
-c
-c
-r
-r
-r
-b
-b
-b
+aa
+aa
+ah
+am
+as
+as
+as
+as
+ak
+as
+as
+ah
+cp
+bX
+bL
+bM
+cC
+ah
+ah
+aa
"}
(4,1,1) = {"
-a
-a
-a
-a
-a
-c
-c
-c
-c
-u
-A
-C
-G
-L
-r
-K
-b
-b
+aa
+aa
+ah
+an
+ak
+aA
+aM
+aX
+bj
+bv
+ak
+bK
+bM
+bM
+bN
+bM
+bY
+cG
+ah
+aa
"}
(5,1,1) = {"
-a
-a
-c
-c
-c
-c
-j
-m
-r
-v
-P
-R
-f
-L
-r
-b
-b
-b
+aa
+aa
+ah
+ah
+as
+aB
+aN
+aY
+bk
+bw
+ak
+bX
+cS
+bM
+bM
+cw
+bM
+bL
+ah
+ah
"}
(6,1,1) = {"
-a
-a
-c
-d
-e
-i
-f
-n
-r
-w
-f
-D
-H
-H
-r
-b
-b
-b
+aa
+aa
+ah
+ao
+ak
+aC
+aO
+aM
+bl
+bx
+bD
+bY
+cg
+bM
+bO
+cx
+cw
+cH
+ah
+ah
"}
(7,1,1) = {"
-a
-a
-c
-e
-h
-f
-k
-f
-s
-f
-f
-f
-r
-r
-r
-b
-K
-b
+aa
+aa
+ah
+ap
+as
+aD
+aP
+aZ
+bm
+by
+ak
+bN
+cg
+cl
+cq
+bM
+cw
+cI
+ah
+ah
"}
(8,1,1) = {"
-a
-a
-c
-f
-i
-f
-f
-o
-t
-f
-k
-f
-I
-K
-b
-b
-b
-b
+aa
+aa
+ah
+ah
+as
+aE
+aQ
+ba
+bn
+bz
+ak
+bZ
+ch
+cm
+cr
+bY
+bM
+cJ
+ah
+ah
"}
(9,1,1) = {"
-a
-a
-c
-g
-f
-O
-f
-p
-r
-x
-Q
-f
-r
-b
-b
-K
-K
-K
+aa
+ah
+ah
+ah
+as
+ak
+as
+as
+as
+ak
+ak
+ca
+bV
+cn
+cs
+cy
+cq
+bM
+ah
+ah
"}
(10,1,1) = {"
-a
-a
-c
-c
-c
-c
-l
-q
-r
-y
-f
-f
-r
-K
-b
-b
-b
-b
+aa
+ai
+aq
+at
+aF
+aR
+bb
+bo
+bA
+bE
+bO
+cb
+ci
+bA
+ct
+bN
+bM
+cK
+ah
+ah
"}
(11,1,1) = {"
-a
-a
-a
-a
-a
-c
-c
-c
-c
-z
-B
-E
-r
-M
-b
-b
-b
-b
+ab
+aj
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+bF
+bE
+cc
+bX
+co
+bO
+bM
+cg
+ah
+ah
+aa
"}
(12,1,1) = {"
-a
-a
-a
-a
-a
-a
-a
-a
-c
-c
-c
-c
-r
-N
-b
-K
-b
-b
+ac
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+bP
+bL
+bX
+bM
+bY
+bM
+ah
+ah
+ah
+aa
"}
(13,1,1) = {"
-b
-b
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+ad
+ak
+ak
+au
+aG
+aS
+bc
+bp
+ak
+ak
+bQ
+bM
+cj
+bL
+ah
+ah
+ah
+ah
+ah
+ah
"}
(14,1,1) = {"
-b
-b
-b
-b
-b
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
-a
+ae
+ak
+ak
+av
+aH
+aT
+bd
+bq
+ak
+bG
+bR
+cd
+bM
+bM
+cu
+ah
+ah
+aq
+ah
+cO
+"}
+(15,1,1) = {"
+ac
+ak
+ak
+aw
+aI
+aU
+be
+br
+bB
+bH
+bS
+ce
+bM
+bN
+ak
+ak
+as
+ak
+ak
+ah
+"}
+(16,1,1) = {"
+ac
+ak
+ak
+ax
+aJ
+aV
+bf
+bs
+ak
+bG
+bT
+cd
+bM
+bY
+as
+cz
+cD
+cL
+as
+cp
+"}
+(17,1,1) = {"
+af
+ak
+ak
+ay
+aK
+aW
+bg
+bt
+ak
+ak
+bU
+bM
+ck
+cb
+cv
+cA
+cE
+cM
+as
+ah
+"}
+(18,1,1) = {"
+ac
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+bV
+bM
+bN
+ah
+as
+cB
+cF
+cN
+ak
+cP
+"}
+(19,1,1) = {"
+ag
+aj
+ak
+ak
+ak
+ak
+ak
+ak
+ak
+bI
+bW
+cf
+ah
+cp
+as
+as
+as
+ak
+ak
+cQ
+"}
+(20,1,1) = {"
+aa
+al
+ar
+az
+az
+az
+bh
+az
+bC
+bJ
+ah
+ah
+ah
+al
+ah
+an
+bC
+cp
+ah
+cR
"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm
index d6a1a3567a..d90fe281d5 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_biodome_winter.dmm
@@ -120,38 +120,33 @@
/area/ruin/powered/snow_biodome)
"at" = (
/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/lava/smooth;
- name = "floor"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/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"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"av" = (
/obj/structure/bookcase/random,
/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/lava/smooth;
- name = "floor"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"aw" = (
/obj/structure/table/wood,
/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/lava/smooth;
- name = "floor"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/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"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"ay" = (
@@ -172,13 +167,10 @@
/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"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"aB" = (
@@ -198,8 +190,7 @@
"aD" = (
/obj/machinery/door/airlock/wood,
/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/lava/smooth;
- name = "floor"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"aE" = (
@@ -210,26 +201,21 @@
/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"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/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"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/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"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"aI" = (
@@ -254,8 +240,7 @@
"aL" = (
/obj/structure/displaycase/captain,
/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/lava/smooth;
- name = "floor"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"aM" = (
@@ -266,8 +251,7 @@
"aN" = (
/obj/structure/bed/dogbed,
/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/lava/smooth;
- name = "floor"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"aO" = (
@@ -451,8 +435,7 @@
dir = 8
},
/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/lava/smooth;
- name = "floor"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"bx" = (
@@ -460,8 +443,7 @@
dir = 4
},
/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/lava/smooth;
- name = "floor"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"by" = (
@@ -476,15 +458,13 @@
"bz" = (
/obj/machinery/light,
/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/lava/smooth;
- name = "floor"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"bA" = (
/obj/machinery/light,
/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/lava/smooth;
- name = "floor"
+ baseturf = /turf/open/floor/plating/lava/smooth
},
/area/ruin/powered/snow_biodome)
"bB" = (
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_blooddrunk1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_blooddrunk1.dmm
new file mode 100644
index 0000000000..f521dfc163
--- /dev/null
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_blooddrunk1.dmm
@@ -0,0 +1,362 @@
+//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,
+/area/lavaland/surface/outdoors)
+"c" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"d" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"e" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"f" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"g" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"h" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"i" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"j" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"k" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"l" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"m" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"n" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"o" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"p" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"q" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"r" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"s" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"t" = (
+/obj/structure/stone_tile/surrounding/cracked{
+ dir = 6
+ },
+/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"u" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"v" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"w" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"x" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"y" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+
+(1,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+b
+b
+c
+c
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(3,1,1) = {"
+b
+b
+b
+c
+d
+c
+c
+b
+b
+b
+b
+b
+b
+a
+"}
+(4,1,1) = {"
+b
+b
+c
+c
+k
+o
+c
+c
+c
+c
+b
+b
+b
+b
+"}
+(5,1,1) = {"
+b
+c
+d
+g
+c
+p
+c
+v
+c
+c
+c
+c
+b
+b
+"}
+(6,1,1) = {"
+b
+c
+c
+h
+l
+e
+s
+j
+c
+d
+e
+c
+c
+b
+"}
+(7,1,1) = {"
+b
+c
+c
+c
+c
+q
+t
+w
+x
+y
+p
+e
+c
+b
+"}
+(8,1,1) = {"
+b
+c
+e
+i
+m
+j
+u
+e
+c
+f
+d
+y
+c
+b
+"}
+(9,1,1) = {"
+b
+c
+f
+j
+c
+r
+c
+o
+c
+c
+c
+c
+b
+b
+"}
+(10,1,1) = {"
+b
+b
+c
+c
+c
+o
+c
+c
+b
+b
+c
+b
+b
+b
+"}
+(11,1,1) = {"
+b
+b
+b
+c
+n
+c
+c
+b
+b
+b
+b
+b
+b
+a
+"}
+(12,1,1) = {"
+a
+b
+b
+c
+c
+c
+b
+b
+b
+b
+b
+a
+a
+a
+"}
+(13,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+a
+a
+"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_blooddrunk2.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_blooddrunk2.dmm
new file mode 100644
index 0000000000..8cca384a41
--- /dev/null
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_blooddrunk2.dmm
@@ -0,0 +1,364 @@
+//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,
+/area/lavaland/surface/outdoors)
+"c" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"d" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"e" = (
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"f" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"g" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"h" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"i" = (
+/obj/structure/stone_tile/surrounding_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"j" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"k" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"l" = (
+/obj/structure/stone_tile/surrounding_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"m" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"n" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"o" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"p" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"q" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"r" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"s" = (
+/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/guidance{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"t" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"u" = (
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"v" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"w" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"x" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"y" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"z" = (
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"A" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+
+(1,1,1) = {"
+a
+a
+b
+b
+b
+b
+a
+b
+b
+a
+a
+a
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+"}
+(3,1,1) = {"
+b
+b
+c
+h
+k
+f
+f
+f
+k
+f
+b
+b
+a
+a
+a
+"}
+(4,1,1) = {"
+b
+b
+d
+c
+l
+f
+f
+f
+v
+f
+b
+b
+b
+a
+a
+"}
+(5,1,1) = {"
+b
+b
+e
+i
+m
+k
+f
+u
+w
+f
+f
+b
+b
+b
+a
+"}
+(6,1,1) = {"
+a
+b
+f
+f
+f
+o
+r
+q
+w
+f
+f
+f
+f
+b
+b
+"}
+(7,1,1) = {"
+b
+b
+b
+f
+f
+p
+s
+t
+f
+f
+q
+n
+A
+f
+b
+"}
+(8,1,1) = {"
+b
+b
+g
+f
+c
+q
+t
+q
+k
+x
+f
+z
+d
+f
+b
+"}
+(9,1,1) = {"
+a
+b
+f
+j
+n
+j
+f
+e
+n
+y
+f
+n
+y
+b
+b
+"}
+(10,1,1) = {"
+a
+b
+b
+f
+f
+f
+f
+f
+f
+b
+b
+f
+f
+b
+b
+"}
+(11,1,1) = {"
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(12,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+b
+b
+a
+a
+b
+b
+a
+a
+"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_blooddrunk3.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_blooddrunk3.dmm
new file mode 100644
index 0000000000..138cefc338
--- /dev/null
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_blooddrunk3.dmm
@@ -0,0 +1,365 @@
+//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,
+/area/lavaland/surface/outdoors)
+"c" = (
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"d" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"e" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"f" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"g" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"h" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"i" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"j" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"k" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"l" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"m" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"n" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/hunter,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"o" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"p" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"q" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"r" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"s" = (
+/obj/structure/stone_tile/surrounding_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"t" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"u" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"v" = (
+/obj/structure/stone_tile/surrounding/cracked{
+ dir = 6
+ },
+/obj/structure/stone_tile/center,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+
+(1,1,1) = {"
+a
+a
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+b
+b
+b
+a
+a
+b
+b
+b
+c
+c
+b
+b
+b
+a
+a
+"}
+(3,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+c
+g
+m
+c
+c
+b
+b
+a
+"}
+(4,1,1) = {"
+b
+c
+c
+b
+b
+b
+c
+c
+g
+k
+h
+q
+c
+c
+b
+b
+"}
+(5,1,1) = {"
+b
+c
+c
+c
+c
+c
+c
+g
+i
+c
+c
+h
+s
+c
+c
+b
+"}
+(6,1,1) = {"
+b
+d
+e
+e
+d
+f
+d
+f
+e
+d
+n
+f
+t
+v
+c
+b
+"}
+(7,1,1) = {"
+b
+c
+c
+c
+c
+c
+c
+h
+j
+c
+c
+o
+u
+c
+b
+b
+"}
+(8,1,1) = {"
+b
+b
+b
+c
+c
+c
+c
+c
+h
+l
+o
+r
+c
+b
+b
+b
+"}
+(9,1,1) = {"
+a
+b
+b
+b
+b
+c
+c
+c
+c
+h
+p
+c
+c
+b
+b
+a
+"}
+(10,1,1) = {"
+a
+a
+a
+b
+b
+b
+b
+b
+c
+c
+c
+c
+b
+b
+a
+a
+"}
+(11,1,1) = {"
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm
index 7f0cfced70..ef7c93f96c 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_golem_ship.dmm
@@ -53,7 +53,6 @@
/area/ruin/powered/golem_ship)
"h" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 4
},
/obj/structure/window/reinforced{
@@ -66,7 +65,6 @@
/area/ruin/powered/golem_ship)
"i" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 8
},
/turf/open/floor/plating{
@@ -119,8 +117,7 @@
/obj/structure/statue/gold/rd,
/obj/structure/window/reinforced{
dir = 4;
- name = "shrine of the liberator";
- pixel_x = 0
+ name = "shrine of the liberator"
},
/obj/machinery/light{
dir = 8
@@ -163,8 +160,7 @@
},
/obj/structure/window/reinforced{
dir = 4;
- name = "shrine of the liberator";
- pixel_x = 0
+ name = "shrine of the liberator"
},
/turf/open/floor/mineral/titanium/purple{
baseturf = /turf/open/floor/plating/lava/smooth
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm
index 930fea83aa..b050027960 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm
@@ -171,7 +171,6 @@
/area/ruin/powered)
"D" = (
/obj/effect/decal/cleanable/blood/footprints{
- tag = "icon-blood1 (NORTH)";
icon_state = "blood1";
dir = 1
},
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm
index 369309c118..27ff98834a 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_pizzaparty.dmm
@@ -78,8 +78,7 @@
/area/ruin/unpowered)
"l" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/table/wood,
/obj/effect/spawner/lootdrop{
@@ -225,7 +224,6 @@
/area/space)
"C" = (
/obj/structure/chair/wood/wings{
- tag = "icon-wooden_chair_wings (EAST)";
icon_state = "wooden_chair_wings";
dir = 4
},
@@ -292,7 +290,6 @@
/area/ruin/unpowered)
"K" = (
/obj/structure/chair/wood/wings{
- tag = "icon-wooden_chair_wings (NORTH)";
icon_state = "wooden_chair_wings";
dir = 1
},
@@ -334,8 +331,7 @@
/area/ruin/unpowered)
"P" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood{
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm
index ac67c57d9b..9031c4ecae 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm
@@ -60,7 +60,6 @@
/area/ruin/powered/seedvault)
"j" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 8
},
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
@@ -80,7 +79,6 @@
/area/ruin/powered/seedvault)
"m" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 8
},
/turf/open/space/basic,
@@ -153,7 +151,6 @@
/area/ruin/powered/seedvault)
"u" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -190,9 +187,7 @@
"y" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/freezer{
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 58dbdc1806..489a51fd80 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_survivalpod.dmm
@@ -19,9 +19,7 @@
"e" = (
/obj/structure/sign/mining/survival{
dir = 4;
- icon_state = "survival";
- pixel_x = 32;
- tag = "icon-survival (EAST)"
+ pixel_x = 32
},
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
@@ -47,9 +45,7 @@
"i" = (
/obj/structure/sign/mining/survival{
dir = 8;
- icon_state = "survival";
- pixel_x = -32;
- tag = "icon-survival (WEST)"
+ pixel_x = -32
},
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
@@ -107,7 +103,6 @@
/obj/effect/decal/cleanable/blood,
/obj/effect/decal/cleanable/blood/drip,
/obj/effect/decal/cleanable/blood/footprints{
- tag = "icon-blood1 (NORTH)";
icon_state = "blood1";
dir = 1
},
@@ -131,7 +126,6 @@
/area/lavaland/surface/outdoors)
"t" = (
/obj/effect/decal/cleanable/blood/footprints{
- tag = "icon-blood1 (NORTH)";
icon_state = "blood1";
dir = 1
},
@@ -142,7 +136,6 @@
/area/ruin/powered)
"u" = (
/obj/effect/decal/cleanable/blood/footprints{
- tag = "icon-blood1 (WEST)";
icon_state = "blood1";
dir = 8
},
@@ -151,7 +144,6 @@
/area/lavaland/surface/outdoors)
"v" = (
/obj/effect/decal/cleanable/blood/footprints{
- tag = "icon-blood1 (WEST)";
icon_state = "blood1";
dir = 8
},
@@ -169,7 +161,6 @@
"x" = (
/obj/effect/decal/cleanable/blood/drip,
/obj/effect/decal/cleanable/blood/footprints{
- tag = "icon-blood1 (NORTH)";
icon_state = "blood1";
dir = 1
},
@@ -180,7 +171,6 @@
pixel_y = 32
},
/obj/effect/decal/cleanable/blood/footprints{
- tag = "icon-blood1 (WEST)";
icon_state = "blood1";
dir = 8
},
@@ -188,7 +178,6 @@
/area/lavaland/surface/outdoors)
"z" = (
/obj/effect/decal/cleanable/blood/footprints{
- tag = "icon-blood1 (WEST)";
icon_state = "blood1";
dir = 8
},
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_swarmer_crash.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_swarmer_crash.dmm
index a2b42d46af..c259e321ff 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_swarmer_crash.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_swarmer_crash.dmm
@@ -17,8 +17,7 @@
/area/ruin/unpowered)
"e" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
/turf/template_noop,
/area/ruin/unpowered)
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
index afc0dfb104..fa3e0e6316 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
@@ -43,8 +43,6 @@
/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)
@@ -127,7 +125,6 @@
/area/ruin/powered/syndicate_lava_base)
"at" = (
/obj/effect/mob_spawn/human/lavaland_syndicate{
- tag = "icon-sleeper_s (EAST)";
icon_state = "sleeper_s";
dir = 4
},
@@ -138,7 +135,6 @@
/area/ruin/powered/syndicate_lava_base)
"av" = (
/obj/effect/mob_spawn/human/lavaland_syndicate{
- tag = "icon-sleeper_s (WEST)";
icon_state = "sleeper_s";
dir = 8
},
@@ -147,8 +143,6 @@
"aw" = (
/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)
@@ -200,8 +194,6 @@
"aA" = (
/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)
@@ -258,7 +250,6 @@
/area/ruin/powered/syndicate_lava_base)
"aI" = (
/obj/effect/mob_spawn/human/lavaland_syndicate/comms{
- tag = "icon-sleeper_s (EAST)";
icon_state = "sleeper_s";
dir = 4
},
@@ -358,8 +349,6 @@
dir = 8
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/ruin/powered/syndicate_lava_base)
@@ -388,9 +377,7 @@
},
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -403,8 +390,6 @@
/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)
@@ -416,8 +401,6 @@
/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)
@@ -449,8 +432,6 @@
/area/ruin/powered/syndicate_lava_base)
"bf" = (
/obj/structure/toilet{
- tag = "icon-toilet00 (WEST)";
- icon_state = "toilet00";
dir = 8
},
/obj/machinery/light/small{
@@ -488,16 +469,12 @@
/obj/item/weapon/reagent_containers/glass/beaker/large,
/obj/item/weapon/reagent_containers/glass/beaker/large,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/ruin/powered/syndicate_lava_base)
"bj" = (
/obj/machinery/chem_master,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/ruin/powered/syndicate_lava_base)
@@ -585,7 +562,6 @@
/area/ruin/powered/syndicate_lava_base)
"br" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = 32
},
/obj/machinery/computer/pandemic,
@@ -608,8 +584,6 @@
/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)
@@ -676,8 +650,6 @@
"bD" = (
/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)
@@ -712,8 +684,6 @@
amount = 10
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/ruin/powered/syndicate_lava_base)
@@ -766,8 +736,6 @@
"bM" = (
/obj/machinery/smartfridge/chemistry/virology/preloaded,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/ruin/powered/syndicate_lava_base)
@@ -798,8 +766,6 @@
"bQ" = (
/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)
@@ -817,8 +783,6 @@
/obj/item/weapon/reagent_containers/syringe,
/obj/item/weapon/reagent_containers/glass/beaker/large,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/ruin/powered/syndicate_lava_base)
@@ -878,8 +842,6 @@
pixel_x = 26
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/ruin/powered/syndicate_lava_base)
@@ -891,8 +853,6 @@
/obj/item/clothing/glasses/hud/health,
/obj/item/clothing/glasses/science,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/ruin/powered/syndicate_lava_base)
@@ -917,8 +877,6 @@
/obj/item/weapon/pen,
/obj/machinery/light,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/ruin/powered/syndicate_lava_base)
@@ -932,8 +890,6 @@
amount = 10
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/ruin/powered/syndicate_lava_base)
@@ -1008,22 +964,16 @@
/area/ruin/powered/syndicate_lava_base)
"cn" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/ruin/powered/syndicate_lava_base)
"co" = (
/turf/open/floor/plasteel/podhatch/corner{
- tag = "icon-podhatchcorner (EAST)";
- icon_state = "podhatchcorner";
dir = 4
},
/area/ruin/powered/syndicate_lava_base)
"cp" = (
/turf/open/floor/plasteel/podhatch/corner{
- tag = "icon-podhatchcorner (WEST)";
- icon_state = "podhatchcorner";
dir = 8
},
/area/ruin/powered/syndicate_lava_base)
@@ -1072,8 +1022,6 @@
/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)
@@ -1093,8 +1041,6 @@
/area/ruin/powered/syndicate_lava_base)
"cy" = (
/turf/open/floor/plasteel/podhatch/corner{
- tag = "icon-podhatchcorner (NORTH)";
- icon_state = "podhatchcorner";
dir = 1
},
/area/ruin/powered/syndicate_lava_base)
@@ -1103,8 +1049,6 @@
/area/ruin/powered/syndicate_lava_base)
"cA" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/ruin/powered/syndicate_lava_base)
@@ -1185,9 +1129,7 @@
"cK" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 30
@@ -1222,8 +1164,7 @@
dir = 8;
freerange = 1;
listening = 1;
- name = "Pirate Radio Listening Channel";
- pixel_x = 0
+ name = "Pirate Radio Listening Channel"
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -1293,8 +1234,7 @@
dir = 8;
freerange = 1;
listening = 0;
- name = "Pirate Radio Broadcast Channel";
- pixel_x = 0
+ name = "Pirate Radio Broadcast Channel"
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -1354,14 +1294,12 @@
/area/ruin/powered/syndicate_lava_base)
"dc" = (
/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
dir = 5
},
/area/ruin/powered/syndicate_lava_base)
"dd" = (
/obj/effect/baseturf_helper,
/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
dir = 5
},
/area/ruin/powered/syndicate_lava_base)
@@ -1453,7 +1391,6 @@
use_power = 0
},
/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
dir = 5
},
/area/ruin/powered/syndicate_lava_base)
@@ -1979,8 +1916,6 @@
dir = 4
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/ruin/powered/syndicate_lava_base)
@@ -2001,8 +1936,6 @@
dir = 1
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/ruin/powered/syndicate_lava_base)
@@ -2011,8 +1944,6 @@
dir = 1
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/ruin/powered/syndicate_lava_base)
@@ -2046,8 +1977,6 @@
dir = 4
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/ruin/powered/syndicate_lava_base)
@@ -2079,8 +2008,6 @@
dir = 4
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/ruin/powered/syndicate_lava_base)
@@ -2108,6 +2035,14 @@
},
/turf/open/floor/circuit/red,
/area/ruin/powered/syndicate_lava_base)
+"gm" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/mineral/plastitanium,
+/area/ruin/powered)
+"gn" = (
+/obj/structure/sign/securearea,
+/turf/closed/wall/mineral/plastitanium,
+/area/ruin/powered)
(1,1,1) = {"
aa
@@ -2459,7 +2394,7 @@ ge
cG
cW
cG
-gj
+ge
cG
dv
ac
@@ -2855,7 +2790,7 @@ cn
cw
cf
aq
-gf
+fL
cT
cY
dg
@@ -2903,8 +2838,8 @@ ad
ad
ad
ad
-dv
-du
+gm
+ab
ab
ab
ab
@@ -2934,10 +2869,10 @@ aY
co
cy
aY
-gc
+fT
aY
aY
-gg
+fT
aY
cv
dn
@@ -2974,10 +2909,10 @@ aZ
cp
cz
aZ
-gd
+fU
aZ
aZ
-gh
+fU
aZ
cA
dn
@@ -3023,8 +2958,8 @@ dv
dv
dv
dv
-dv
-du
+gn
+ab
ab
ab
ab
@@ -3131,8 +3066,8 @@ ap
aq
bP
ad
-fY
-gb
+fX
+ga
cf
aq
cM
@@ -3243,7 +3178,7 @@ au
aO
aT
aq
-fO
+fN
ae
bu
bu
@@ -3409,7 +3344,7 @@ fQ
bI
ap
bU
-fW
+fV
ad
ct
cC
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm
index 8f1e550e17..16873e4acd 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm
@@ -3,38 +3,28 @@
/turf/template_noop,
/area/template_noop)
"b" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"c" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"d" = (
/obj/structure/alien/resin/wall,
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"e" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/egg/burst,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"f" = (
/obj/structure/alien/weeds,
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"g" = (
@@ -52,16 +42,12 @@
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"j" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"k" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/egg/burst,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
@@ -70,16 +56,12 @@
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"m" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"n" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
@@ -87,52 +69,36 @@
/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,
/obj/item/weapon/gun/ballistic/automatic/pistol,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"p" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"q" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"r" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/obj/structure/alien/resin/wall,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"s" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/egg,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"t" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien/sentinel,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"u" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
@@ -157,16 +123,10 @@
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"z" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/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,
/obj/item/clothing/under/rank/security,
/obj/item/clothing/suit/armor/vest,
/obj/item/weapon/melee/baton/loaded,
@@ -179,9 +139,7 @@
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"B" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/egg/burst,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
@@ -193,9 +151,7 @@
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"D" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
@@ -217,9 +173,7 @@
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"G" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien/drone{
plants_off = 1
},
@@ -235,11 +189,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/basalt/lava_land_surface,
@@ -262,20 +212,14 @@
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/ruin/xenonest)
"M" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
/obj/item/weapon/tank/internals/oxygen,
/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/basalt/lava_land_surface,
/area/ruin/xenonest)
"N" = (
@@ -288,16 +232,12 @@
/turf/template_noop,
/area/ruin/xenonest)
"P" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/template_noop,
/area/template_noop)
"Q" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood,
/mob/living/simple_animal/hostile/alien/drone{
plants_off = 1
@@ -309,9 +249,7 @@
/turf/template_noop,
/area/ruin/xenonest)
"S" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/template_noop,
/area/ruin/xenonest)
"T" = (
@@ -320,16 +258,12 @@
/turf/template_noop,
/area/template_noop)
"U" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/template_noop,
/area/template_noop)
"V" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/template_noop,
/area/template_noop)
diff --git a/_maps/RandomRuins/SpaceRuins/DJstation.dmm b/_maps/RandomRuins/SpaceRuins/DJstation.dmm
index a790022693..3a1279237c 100644
--- a/_maps/RandomRuins/SpaceRuins/DJstation.dmm
+++ b/_maps/RandomRuins/SpaceRuins/DJstation.dmm
@@ -96,7 +96,6 @@
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
name = "HIGH VOLTAGE";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating,
@@ -194,8 +193,7 @@
dir = 8;
freerange = 1;
listening = 1;
- name = "Pirate Radio Listening Channel";
- pixel_x = 0
+ name = "Pirate Radio Listening Channel"
},
/turf/open/floor/plasteel/cafeteria,
/area/djstation)
@@ -214,7 +212,6 @@
/area/djstation)
"aL" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/plasteel/grimy,
@@ -246,8 +243,7 @@
dir = 8;
freerange = 1;
listening = 0;
- name = "Pirate Radio Broadcast Channel";
- pixel_x = 0
+ name = "Pirate Radio Broadcast Channel"
},
/turf/open/floor/plasteel/cafeteria,
/area/djstation)
@@ -325,7 +321,6 @@
/area/djstation)
"be" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -354,7 +349,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel/cafeteria,
diff --git a/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm b/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm
index 82ef079613..52b8dcab89 100644
--- a/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm
+++ b/_maps/RandomRuins/SpaceRuins/TheDerelict.dmm
@@ -298,7 +298,6 @@
/area/derelict/solar_control)
"aI" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -373,8 +372,7 @@
lighting = 0;
locked = 0;
name = "Starboard Solar APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable,
/obj/structure/cable{
@@ -700,8 +698,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Worn-out APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-4";
@@ -740,8 +737,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating/airless,
/area/derelict/bridge/ai_upload)
@@ -783,8 +779,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/closed/wall/r_wall,
/area/derelict/bridge/ai_upload)
@@ -832,8 +827,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/closed/wall,
/area/derelict/bridge/access)
@@ -951,8 +945,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/derelict/bridge/access)
@@ -1499,8 +1492,7 @@
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
name = "RADIOACTIVE AREA";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel,
/area/derelict/gravity_generator)
@@ -1540,17 +1532,11 @@
/turf/open/floor/plasteel,
/area/derelict/bridge/access)
"er" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plating,
/area/derelict/bridge)
"es" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/derelict/bridge)
"et" = (
@@ -1600,8 +1586,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/derelict/bridge/access)
@@ -1645,8 +1630,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -1659,8 +1643,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/derelict/bridge/access)
@@ -1671,8 +1654,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/derelict/bridge/access)
@@ -1680,8 +1662,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/derelict/bridge)
@@ -1729,8 +1710,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/derelict/bridge)
@@ -2038,9 +2018,7 @@
},
/area/derelict/singularity_engine)
"fM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plating/airless,
/area/derelict/singularity_engine)
"fN" = (
@@ -2164,8 +2142,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless,
/area/derelict/bridge/access)
@@ -2173,8 +2150,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/airless,
/area/derelict/bridge/access)
@@ -2270,19 +2246,11 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plating/airless,
/area/derelict/singularity_engine)
"gw" = (
@@ -2681,8 +2649,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating/airless,
/area/derelict/hallway/primary)
@@ -2726,7 +2693,6 @@
/area/derelict/medical/chapel)
"hV" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/airless/white,
@@ -2797,9 +2763,7 @@
},
/area/derelict/medical/chapel)
"ih" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/chapel,
/area/derelict/medical/chapel)
"ii" = (
@@ -2899,22 +2863,15 @@
},
/area/derelict/medical/chapel)
"iy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/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,
@@ -3002,7 +2959,6 @@
/area/derelict/medical)
"iO" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plating/airless,
@@ -3101,8 +3057,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/airless,
/area/derelict/hallway/primary)
@@ -3111,11 +3066,7 @@
/turf/open/floor/plasteel,
/area/derelict/arrival)
"je" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/chapel,
/area/derelict/medical/chapel)
"jf" = (
@@ -3208,9 +3159,7 @@
/turf/open/floor/plasteel/airless,
/area/derelict/hallway/primary)
"jr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/airless{
icon_state = "damaged2"
},
@@ -3250,8 +3199,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Worn-out APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -3311,14 +3259,12 @@
/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,
@@ -3559,17 +3505,11 @@
},
/area/derelict/hallway/primary)
"kn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/airless,
/area/derelict/hallway/primary)
"kp" = (
@@ -3602,8 +3542,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless,
/area/derelict/hallway/primary)
@@ -3611,8 +3550,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/airless{
icon_state = "floorscorched1"
@@ -3622,8 +3560,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/airless,
/area/derelict/hallway/primary)
@@ -3636,8 +3573,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/airless,
/area/derelict/hallway/primary)
@@ -3877,9 +3813,7 @@
/turf/open/floor/plasteel/airless,
/area/derelict/hallway/primary)
"lf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/decal/cleanable/blood/splatter,
/turf/open/floor/plasteel/airless,
/area/derelict/hallway/primary)
@@ -4061,7 +3995,6 @@
/area/derelict/atmospherics)
"lL" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -4082,7 +4015,6 @@
/area/derelict/atmospherics)
"lO" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating/airless,
@@ -4134,7 +4066,6 @@
/area/derelict/atmospherics)
"lV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating/airless,
@@ -4341,9 +4272,7 @@
/turf/open/floor/plating/airless,
/area/derelict/hallway/secondary)
"mE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plating/airless,
/area/derelict/hallway/primary)
"mF" = (
@@ -4376,11 +4305,7 @@
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plating/airless,
/area/derelict/hallway/primary)
"mL" = (
@@ -4450,8 +4375,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Worn-out APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/airless,
/area/derelict/hallway/secondary)
@@ -4478,16 +4402,13 @@
/turf/open/floor/plasteel/airless,
/area/derelict/hallway/secondary)
"nb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/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{
@@ -4652,11 +4573,7 @@
},
/area/derelict/hallway/secondary)
"nw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/airless,
/area/derelict/hallway/secondary)
"nx" = (
@@ -4749,8 +4666,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/closed/wall/r_wall,
/area/derelict/se_solar)
@@ -4822,7 +4738,6 @@
/area/template_noop)
"nU" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -4836,9 +4751,7 @@
/turf/open/floor/plating/airless,
/area/derelict/se_solar)
"nW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/airless,
/area/derelict/se_solar)
"nX" = (
@@ -4867,8 +4780,7 @@
lighting = 0;
locked = 0;
name = "Worn-out APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plating/airless,
/area/derelict/se_solar)
@@ -4939,11 +4851,7 @@
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/airless,
/area/derelict/se_solar)
"ok" = (
@@ -4983,8 +4891,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
/turf/template_noop,
@@ -5064,8 +4971,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
/turf/template_noop,
diff --git a/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm b/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm
index c94fe607a4..9cc48a03fa 100644
--- a/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm
+++ b/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm
@@ -20,8 +20,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/ruin/abandonedzoo)
@@ -51,8 +50,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/structure/cable{
icon_state = "0-2";
@@ -93,8 +91,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/ruin/abandonedzoo)
@@ -160,7 +157,6 @@
/obj/item/clothing/mask/surgical,
/obj/item/weapon/razor,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel{
@@ -178,8 +174,7 @@
},
/obj/item/weapon/storage/box/beakers,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel{
icon_state = "dark"
@@ -202,8 +197,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/highsecurity{
name = "Bio Containment";
@@ -226,8 +220,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -237,8 +230,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plating,
/area/ruin/abandonedzoo)
@@ -246,8 +238,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/closed/wall/r_wall,
/area/ruin/abandonedzoo)
@@ -256,8 +247,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/item/weapon/gun/energy/floragun,
/turf/open/floor/plasteel{
@@ -268,8 +258,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/darkgreen,
/area/ruin/abandonedzoo)
@@ -279,8 +268,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
icon_state = "dark"
@@ -295,14 +283,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
d2 = 8;
- icon_state = "1-8";
- tag = ""
+ icon_state = "1-8"
},
/obj/structure/cable{
d2 = 8;
@@ -325,8 +311,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/closed/wall/r_wall,
/area/ruin/abandonedzoo)
@@ -373,8 +358,7 @@
lighting = 0;
locked = 0;
name = "Worn-out APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-4";
@@ -396,8 +380,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/rack,
/obj/item/clothing/suit/space/hardsuit/medical,
@@ -485,8 +468,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/darkgreen,
/area/ruin/abandonedzoo)
@@ -495,8 +477,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/darkgreen,
/area/ruin/abandonedzoo)
@@ -515,8 +496,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
icon_state = "dark"
@@ -593,14 +573,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
d2 = 8;
- icon_state = "1-8";
- tag = ""
+ icon_state = "1-8"
},
/obj/structure/cable,
/obj/structure/cable{
@@ -633,8 +611,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
icon_state = "dark"
@@ -644,8 +621,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -699,7 +675,6 @@
icon_state = "pipe-c"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel{
@@ -797,8 +772,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 8;
- icon_state = "1-8";
- tag = ""
+ icon_state = "1-8"
},
/obj/structure/cable,
/turf/open/floor/plating/airless,
diff --git a/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm b/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
index 5395c297f1..40efc634aa 100644
--- a/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
+++ b/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
@@ -70,8 +70,7 @@
cell_type = 0;
dir = 4;
name = "Cargo Bay APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d2 = 8;
@@ -93,19 +92,13 @@
/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)"
+ dir = 1
},
/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)"
+ dir = 1
},
/turf/open/floor/plating,
/area/ruin/derelictoutpost/dockedship)
@@ -116,15 +109,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/cargobay)
"av" = (
/obj/structure/table,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel,
@@ -135,36 +126,24 @@
/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,
@@ -420,7 +399,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (NORTHWEST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 9
@@ -434,7 +412,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (EAST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 4
@@ -452,7 +429,6 @@
pixel_y = 32
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (EAST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 4
@@ -466,7 +442,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (NORTHEAST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 5
@@ -492,7 +467,6 @@
/area/ruin/derelictoutpost/powerstorage)
"br" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/turf/open/floor/plasteel,
@@ -501,8 +475,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/powerstorage)
@@ -525,7 +498,6 @@
/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
@@ -605,7 +577,6 @@
},
/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
@@ -721,7 +692,6 @@
/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
@@ -734,7 +704,6 @@
/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
@@ -743,7 +712,6 @@
/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
@@ -757,13 +725,11 @@
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,
@@ -778,14 +744,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/powerstorage)
@@ -835,16 +799,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/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,
@@ -894,7 +855,6 @@
cell_type = 0;
dir = 2;
name = "Tradepost APC";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable{
@@ -911,7 +871,6 @@
},
/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
@@ -942,8 +901,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/powerstorage)
@@ -952,9 +910,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/powerstorage)
@@ -967,9 +923,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/powerstorage)
@@ -977,9 +931,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/cargobay)
@@ -1020,8 +972,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -1039,9 +990,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/cargobay)
@@ -1054,9 +1003,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
@@ -1065,9 +1012,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost)
@@ -1080,9 +1025,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost)
@@ -1116,7 +1059,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (SOUTHWEST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 10
@@ -1137,7 +1079,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (EAST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 4
@@ -1151,7 +1092,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (NORTHEAST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 5
@@ -1173,8 +1113,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/cargobay)
@@ -1182,9 +1121,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/structure/janitorialcart,
/turf/open/floor/plasteel,
@@ -1198,16 +1135,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/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
@@ -1220,15 +1154,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/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
@@ -1241,9 +1172,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/cargobay)
@@ -1257,9 +1186,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/cargobay)
@@ -1277,8 +1204,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/cargobay)
@@ -1312,7 +1238,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (NORTH)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 1
@@ -1342,7 +1267,6 @@
/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
@@ -1371,7 +1295,6 @@
},
/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
@@ -1413,7 +1336,6 @@
/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
@@ -1422,7 +1344,6 @@
/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
@@ -1431,7 +1352,6 @@
/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
@@ -1445,14 +1365,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/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
@@ -1465,15 +1383,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/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
@@ -1491,15 +1406,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/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
@@ -1565,7 +1477,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (WEST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 8
@@ -1579,7 +1490,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (SOUTHEAST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 6
@@ -1614,8 +1524,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/ruin/derelictoutpost)
@@ -1645,7 +1554,6 @@
/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
@@ -1659,7 +1567,6 @@
/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
@@ -1678,7 +1585,6 @@
/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
@@ -1692,7 +1598,6 @@
/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
@@ -1707,7 +1612,6 @@
/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
@@ -1724,7 +1628,6 @@
/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
@@ -1733,7 +1636,6 @@
/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
@@ -1746,8 +1648,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/ruin/derelictoutpost)
@@ -1787,7 +1688,6 @@
/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
@@ -1801,7 +1701,6 @@
/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
@@ -1815,7 +1714,6 @@
/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
@@ -1836,8 +1734,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/ruin/derelictoutpost)
@@ -1866,7 +1763,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (NORTHEAST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 5
@@ -1883,7 +1779,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (NORTHWEST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 9
@@ -1891,14 +1786,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/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
@@ -1917,7 +1810,6 @@
name = "gelatinous membrane"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (WEST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 8
@@ -1936,7 +1828,6 @@
},
/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
@@ -1950,7 +1841,6 @@
name = "gelatinous floor"
},
/obj/effect/decal/cleanable/blood/old{
- tag = "icon-trails_1 (SOUTHEAST)";
name = "dried blood trail";
icon_state = "trails_1";
dir = 6
@@ -2066,8 +1956,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/ruin/derelictoutpost)
@@ -2127,8 +2016,7 @@
cell_type = 0;
dir = 4;
name = "Cargo Storage APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -2193,8 +2081,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/cargostorage)
@@ -2209,7 +2096,6 @@
/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
@@ -2219,7 +2105,6 @@
/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
@@ -2228,7 +2113,6 @@
/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
@@ -2238,7 +2122,6 @@
/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
@@ -2246,8 +2129,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/cargostorage)
@@ -2306,7 +2188,6 @@
/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
@@ -2314,8 +2195,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel,
/area/ruin/derelictoutpost/cargostorage)
@@ -2326,7 +2206,6 @@
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
@@ -2334,15 +2213,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/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
diff --git a/_maps/RandomRuins/SpaceRuins/bus.dmm b/_maps/RandomRuins/SpaceRuins/bus.dmm
index 06fc73991c..5af3b742e7 100644
--- a/_maps/RandomRuins/SpaceRuins/bus.dmm
+++ b/_maps/RandomRuins/SpaceRuins/bus.dmm
@@ -46,7 +46,6 @@
/area/ruin/unpowered/no_grav)
"ak" = (
/obj/structure/fluff/bus/passable{
- tag = "icon-wheredahoodat";
icon_state = "wheredahoodat"
},
/turf/open/floor/plating/asteroid/airless,
@@ -58,7 +57,6 @@
/area/ruin/unpowered/no_grav)
"am" = (
/obj/structure/fluff/bus/passable/seat{
- tag = "icon-backseat";
icon_state = "backseat"
},
/obj/effect/decal/cleanable/dirt,
@@ -68,7 +66,6 @@
/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,
@@ -85,8 +82,7 @@
"ap" = (
/obj/structure/fluff/bus/passable/seat{
icon_state = "backseat";
- pixel_y = 15;
- tag = "icon-backseat"
+ pixel_y = 15
},
/turf/open/floor/plasteel/airless/black{
icon_state = "bus"
@@ -94,7 +90,6 @@
/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,
@@ -105,7 +100,6 @@
/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,
@@ -116,8 +110,7 @@
"as" = (
/obj/structure/fluff/bus/passable/seat/driver{
icon_state = "driverseat";
- pixel_y = 17;
- tag = "icon-driverseat"
+ pixel_y = 17
},
/obj/item/weapon/reagent_containers/food/snacks/grown/cherry_bomb,
/obj/effect/decal/cleanable/dirt,
@@ -127,7 +120,6 @@
/area/ruin/unpowered/no_grav)
"at" = (
/obj/structure/fluff/bus/dense{
- tag = "icon-hoodtop";
icon_state = "hoodtop"
},
/turf/open/floor/plating/asteroid/airless,
@@ -199,7 +191,6 @@
/area/ruin/unpowered/no_grav)
"aE" = (
/obj/structure/fluff/bus/passable{
- tag = "icon-topdoor";
icon_state = "topdoor"
},
/obj/effect/decal/cleanable/dirt,
@@ -209,14 +200,12 @@
/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,
@@ -228,28 +217,24 @@
/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,
@@ -258,14 +243,12 @@
"aM" = (
/obj/structure/fluff/bus/passable{
icon_state = "bottomdoor";
- layer = 3;
- tag = "icon-bottomdoor"
+ layer = 3
},
/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,
@@ -298,7 +281,6 @@
/area/ruin/unpowered/no_grav)
"aU" = (
/obj/structure/fluff/bus/passable/seat{
- tag = "icon-backseat";
icon_state = "backseat"
},
/obj/effect/decal/cleanable/dirt,
@@ -309,7 +291,6 @@
/area/ruin/unpowered/no_grav)
"aV" = (
/obj/structure/fluff/bus/passable/seat{
- tag = "icon-backseat";
icon_state = "backseat"
},
/obj/effect/decal/remains/human,
@@ -320,8 +301,7 @@
"aW" = (
/obj/structure/fluff/bus/passable/seat/driver{
icon_state = "driverseat";
- pixel_y = 17;
- tag = "icon-driverseat"
+ pixel_y = 17
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/airless/black{
diff --git a/_maps/RandomRuins/SpaceRuins/caravanambush.dmm b/_maps/RandomRuins/SpaceRuins/caravanambush.dmm
index f94f4da1ef..c4b1fec1f1 100644
--- a/_maps/RandomRuins/SpaceRuins/caravanambush.dmm
+++ b/_maps/RandomRuins/SpaceRuins/caravanambush.dmm
@@ -105,7 +105,6 @@
/area/ruin/powered)
"as" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/turf/closed/wall/mineral/plastitanium,
@@ -179,7 +178,6 @@
/area/template_noop)
"aE" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-pile (EAST)";
icon_state = "pile";
dir = 4
},
@@ -228,7 +226,6 @@
/area/ruin/unpowered/no_grav)
"aO" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/turf/closed/wall/mineral/plastitanium,
@@ -256,7 +253,6 @@
/area/ruin/unpowered/no_grav)
"aT" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-singular";
icon_state = "singular"
},
/turf/template_noop,
@@ -270,7 +266,6 @@
/area/ruin/powered)
"aV" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-singular";
icon_state = "singular"
},
/obj/effect/decal/cleanable/shreds,
@@ -395,7 +390,6 @@
/area/ruin/unpowered)
"bq" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-pile (WEST)";
icon_state = "pile";
dir = 8
},
@@ -453,7 +447,6 @@
/area/ruin/unpowered)
"bA" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-pile";
icon_state = "pile"
},
/turf/template_noop,
@@ -515,7 +508,6 @@
/area/ruin/unpowered)
"bK" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (NORTH)";
icon_state = "plating";
dir = 1
},
@@ -551,7 +543,6 @@
/area/ruin/powered)
"bQ" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (NORTH)";
icon_state = "plating";
dir = 1
},
@@ -626,15 +617,12 @@
/area/ruin/unpowered)
"ca" = (
/obj/structure/shuttle/engine/propulsion/burst/left{
- dir = 8;
- icon_state = "burst_l";
- tag = "icon-burst_l (EAST)"
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/ruin/unpowered)
"cb" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/turf/closed/wall/mineral/titanium,
@@ -659,7 +647,6 @@
/area/ruin/powered)
"cg" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (EAST)";
icon_state = "plating";
dir = 4
},
@@ -847,9 +834,7 @@
/area/ruin/unpowered)
"cF" = (
/obj/structure/shuttle/engine/propulsion/burst/right{
- dir = 8;
- icon_state = "burst_r";
- tag = "icon-burst_r (EAST)"
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/ruin/unpowered)
@@ -931,7 +916,6 @@
/area/ruin/unpowered)
"cR" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (WEST)";
icon_state = "plating";
dir = 8
},
diff --git a/_maps/RandomRuins/SpaceRuins/crashedclownship.dmm b/_maps/RandomRuins/SpaceRuins/crashedclownship.dmm
index d96f9b85f1..4f9ce74170 100644
--- a/_maps/RandomRuins/SpaceRuins/crashedclownship.dmm
+++ b/_maps/RandomRuins/SpaceRuins/crashedclownship.dmm
@@ -57,8 +57,7 @@
"l" = (
/obj/structure/shuttle/engine/heater{
color = "#FFFF00";
- dir = 4;
- icon_state = "heater"
+ dir = 4
},
/obj/structure/window/reinforced{
color = "#FFFF00";
@@ -69,10 +68,9 @@
},
/area/ruin/unpowered)
"m" = (
-/obj/structure/shuttle/engine/propulsion{
+/obj/structure/shuttle/engine/propulsion/left{
color = "#FFFF00";
- dir = 4;
- icon_state = "propulsion_l"
+ dir = 4
},
/turf/template_noop,
/area/ruin/unpowered)
diff --git a/_maps/RandomRuins/SpaceRuins/crashedship.dmm b/_maps/RandomRuins/SpaceRuins/crashedship.dmm
index b4d65c7bd9..6dcae3923e 100644
--- a/_maps/RandomRuins/SpaceRuins/crashedship.dmm
+++ b/_maps/RandomRuins/SpaceRuins/crashedship.dmm
@@ -136,8 +136,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless,
/area/awaymission/BMPship/Midship)
@@ -330,8 +329,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless,
/area/awaymission/BMPship/Midship)
@@ -340,8 +338,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless,
/area/awaymission/BMPship/Midship)
@@ -349,8 +346,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -505,8 +501,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/item/weapon/hand_labeler,
/turf/open/floor/plating,
@@ -515,8 +510,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/awaymission/BMPship/Aft)
@@ -524,8 +518,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/item/weapon/storage/box,
/turf/open/floor/plating,
@@ -774,8 +767,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/awaymission/BMPship/Fore)
@@ -1024,8 +1016,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/bar,
/area/awaymission/BMPship/Midship)
@@ -1065,8 +1056,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/awaymission/BMPship/Aft)
@@ -1074,8 +1064,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -1088,8 +1077,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -1118,7 +1106,6 @@
/area/awaymission/BMPship/Aft)
"dr" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 4
},
/obj/structure/window/reinforced{
@@ -1128,8 +1115,7 @@
/area/awaymission/BMPship/Aft)
"ds" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
/turf/template_noop,
/area/awaymission/BMPship/Aft)
@@ -1144,7 +1130,6 @@
/area/awaymission/BMPship/Fore)
"dv" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/cable{
@@ -1172,8 +1157,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/bar,
/area/awaymission/BMPship/Midship)
@@ -1213,8 +1197,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/awaymission/BMPship/Aft)
@@ -1264,8 +1247,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/awaymission/BMPship/Fore)
@@ -1400,8 +1382,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/hydrofloor,
/area/awaymission/BMPship/Aft)
@@ -1563,8 +1544,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -1583,8 +1563,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/awaymission/BMPship/Fore)
@@ -1618,8 +1597,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -1724,8 +1702,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/showroomfloor,
/area/awaymission/BMPship/Aft)
@@ -1780,7 +1757,6 @@
/area/awaymission/BMPship/Fore)
"eU" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/closet,
@@ -1818,8 +1794,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/item/weapon/stock_parts/cell/high,
/turf/open/floor/plasteel,
@@ -1836,8 +1811,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/unpowered/shuttle,
/turf/open/floor/carpet,
@@ -1962,8 +1936,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless,
/area/awaymission/BMPship/Fore)
@@ -1971,8 +1944,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless{
icon_state = "panelscorched"
@@ -2015,8 +1987,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/showroomfloor,
/area/awaymission/BMPship/Aft)
@@ -2070,8 +2041,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating/airless,
/area/awaymission/BMPship/Fore)
@@ -2100,8 +2070,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/awaymission/BMPship/Aft)
@@ -2160,8 +2129,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/awaymission/BMPship/Aft)
@@ -2326,8 +2294,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/awaymission/BMPship/Aft)
@@ -2448,8 +2415,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless,
/area/awaymission/BMPship/Midship)
@@ -2458,8 +2424,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/closed/wall/mineral/titanium/interior,
/area/awaymission/BMPship/Midship)
@@ -2467,8 +2432,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/awaymission/BMPship/Aft)
diff --git a/_maps/RandomRuins/SpaceRuins/deepstorage.dmm b/_maps/RandomRuins/SpaceRuins/deepstorage.dmm
index 790868ded7..16f78c7e67 100644
--- a/_maps/RandomRuins/SpaceRuins/deepstorage.dmm
+++ b/_maps/RandomRuins/SpaceRuins/deepstorage.dmm
@@ -1,421 +1,6648 @@
-"aa" = (/turf/template_noop,/area/template_noop)
-"ab" = (/turf/closed/mineral/random/low_chance,/area/template_noop)
-"ac" = (/turf/open/floor/plating/asteroid/airless,/area/template_noop)
-"ad" = (/turf/closed/mineral/random/low_chance,/area/asteroid/cave{name = "Asteroid - Space"})
-"ae" = (/turf/open/floor/plating/asteroid/airless,/area/asteroid/cave{name = "Asteroid - Space"})
-"af" = (/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"ag" = (/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"ah" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"ai" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"aj" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"ak" = (/obj/machinery/conveyor{dir = 4; id = "bunkerrecycle"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"al" = (/obj/machinery/conveyor{dir = 4; id = "bunkerrecycle"},/obj/structure/window/reinforced/highpressure,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"am" = (/obj/machinery/recycler/deathtrap,/obj/machinery/conveyor{dir = 4; id = "bunkerrecycle"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"an" = (/obj/machinery/conveyor{dir = 1; id = "bunkerrecycle"; movedir = 2},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"ao" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"ap" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 10},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"aq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"ar" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/obj/structure/reagent_dispensers/beerkeg,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"as" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/emergency,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"at" = (/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"au" = (/obj/machinery/conveyor_switch{id = "bunkerrecycle"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"av" = (/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/machinery/conveyor{dir = 1; id = "bunkerrecycle"; movedir = 2},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"aw" = (/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"ax" = (/obj/machinery/processor{name = "processor"},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"ay" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"az" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"aA" = (/obj/machinery/gibber,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"aB" = (/obj/structure/table,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"aC" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"aD" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"aE" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 2; name = "Recycling APC"; pixel_x = 0; pixel_y = -24},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"aF" = (/obj/machinery/conveyor{dir = 1; id = "bunkerrecycle"; movedir = 2},/obj/machinery/light/small{dir = 4},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"aG" = (/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,/obj/effect/turf_decal/delivery,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aH" = (/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,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aI" = (/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,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aJ" = (/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,/obj/effect/turf_decal/delivery,/obj/item/device/gps{gpstag = "DEEP"},/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aK" = (/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},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aL" = (/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,/obj/effect/turf_decal/delivery,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aM" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"aN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/door/airlock{name = "Freezer"},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"aO" = (/obj/machinery/door/airlock/highsecurity{name = "Recycling Room"; req_access_txt = "200"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"aP" = (/obj/machinery/door/airlock/highsecurity{name = "Recycling Room"; req_access_txt = "200"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/crusher)
-"aQ" = (/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"aR" = (/obj/structure/closet/cardboard,/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,/obj/item/weapon/pickaxe/drill,/obj/item/weapon/pickaxe/drill,/obj/item/weapon/pickaxe/drill,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aS" = (/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,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aT" = (/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,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aU" = (/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,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aV" = (/obj/structure/closet/cardboard,/obj/item/weapon/defibrillator,/obj/item/weapon/storage/box/medipens,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aW" = (/obj/structure/closet/cardboard,/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,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/floorgrime,/area/ruin/deepstorage/storage)
-"aX" = (/obj/structure/table,/obj/machinery/light{dir = 1},/obj/item/weapon/storage/box/cups,/obj/item/weapon/reagent_containers/glass/beaker,/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"aY" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/condiment/enzyme,/obj/item/weapon/reagent_containers/food/condiment/soysauce{pixel_x = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 6},/obj/machinery/firealarm{pixel_y = 24},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"aZ" = (/obj/structure/table,/obj/machinery/reagentgrinder,/obj/machinery/airalarm{frequency = 1439; locked = 0; pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"ba" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/condiment/peppermill,/obj/item/weapon/reagent_containers/food/condiment/saltshaker{pixel_x = 4; pixel_y = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 9},/obj/item/weapon/kitchen/knife,/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bc" = (/obj/structure/sink/kitchen{pixel_y = 24},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bd" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"be" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"bf" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{tag = "icon-manifold (NORTH)"; icon_state = "manifold"; dir = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"bg" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (NORTH)"; icon_state = "rwindow"; dir = 1},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bh" = (/obj/structure/table,/obj/item/weapon/storage/bag/plants/portaseeder,/obj/item/weapon/storage/bag/plants,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bi" = (/obj/machinery/vending/hydronutrients,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/machinery/firealarm{pixel_y = 24},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bj" = (/obj/machinery/vending/hydroseeds{slogan_delay = 700},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bk" = (/obj/machinery/hydroponics/constructable,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/light{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bl" = (/obj/machinery/hydroponics/constructable,/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 10},/obj/machinery/light{dir = 1},/turf/open/floor/light{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bm" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bp" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 6},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"br" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bs" = (/obj/structure/closet/secure_closet/freezer/kitchen{req_access = null},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/obj/item/weapon/storage/box/drinkingglasses,/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bt" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{tag = "icon-manifold (EAST)"; icon_state = "manifold"; dir = 4},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bu" = (/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bv" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bw" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bx" = (/obj/structure/table,/obj/machinery/microwave,/obj/structure/extinguisher_cabinet{dir = 4; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"by" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"bz" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"bA" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bB" = (/obj/structure/table,/obj/item/weapon/cultivator,/obj/item/weapon/hatchet,/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bC" = (/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bD" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/obj/structure/extinguisher_cabinet{dir = 4; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/obj/structure/tank_dispenser/oxygen,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bF" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bG" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bH" = (/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bI" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/item/weapon/storage/box/ingredients/wildcard,/obj/item/weapon/storage/box/ingredients/wildcard,/obj/item/weapon/storage/box/ingredients/wildcard,/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bJ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bN" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 2; name = "Kitchen APC"; pixel_x = 0; pixel_y = -24},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bO" = (/obj/machinery/light,/obj/machinery/vending/dinnerware,/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bP" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"bQ" = (/obj/machinery/door/airlock/glass{name = "Hydroponics"},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bR" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bS" = (/obj/machinery/hydroponics/constructable,/turf/open/floor/light{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"bT" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/crate{name = "food crate"},/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,/obj/item/weapon/reagent_containers/food/snacks/beans,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bU" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/crate{name = "food crate"},/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,/obj/item/weapon/reagent_containers/food/snacks/beans,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bV" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bX" = (/obj/machinery/door/airlock/highsecurity{name = "General Storage"; req_access_txt = "200"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"bY" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Kitchen"},/turf/open/floor/plasteel/cafeteria{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"bZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/smartfridge,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/kitchen)
-"ca" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cb" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cc" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (NORTH)"; icon_state = "rwindow"; dir = 1},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"cd" = (/obj/structure/table,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"ce" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"cf" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"cg" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{cell_type = 5000; dir = 4; name = "Hydroponics APC"; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"ch" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"ci" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cj" = (/obj/structure/noticeboard{pixel_y = 32},/obj/item/weapon/paper{info = "To whoever keeps it up with the long, hot showers: you're going on the next ice-mining trip. If you feel the need to use up all the damn water during your 'relaxation' time, you sure as hell are gonna work for all that water!"; name = "water concerns"},/obj/item/weapon/paper{info = "Hydroponics is our life and blood here, if it dies then so do we. Keep the damn plants watered!"; name = "hydroponics notice"},/obj/item/weapon/paper{info = "Please make sure to throw all excess waste into the crusher in the back! It's amazing what you can get out of what others consider 'garbage' if you run it through a giant crusher enough times."; name = "recycling notice"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"ck" = (/obj/structure/chair{tag = "icon-chair (EAST)"; icon_state = "chair"; dir = 4},/obj/structure/sign/barsign{pixel_y = 32},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cl" = (/obj/structure/table,/obj/item/weapon/storage/box/donkpockets,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cm" = (/obj/structure/table,/obj/machinery/airalarm{frequency = 1439; locked = 0; pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"co" = (/obj/structure/closet/crate/bin,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cp" = (/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cq" = (/obj/machinery/shower{dir = 4},/obj/item/weapon/soap,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cr" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cs" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; on = 1},/obj/machinery/airalarm{frequency = 1439; locked = 0; pixel_y = 23},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"ct" = (/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/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cu" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cv" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"cw" = (/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/light,/obj/item/weapon/reagent_containers/glass/bucket{pixel_x = 4; pixel_y = 4},/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"cx" = (/obj/machinery/seed_extractor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"cy" = (/obj/machinery/biogenerator,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/item/weapon/reagent_containers/glass/beaker/large,/turf/open/floor/plasteel/hydrofloor{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"cz" = (/obj/machinery/hydroponics/constructable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/light{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"cA" = (/obj/machinery/hydroponics/constructable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/light{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/hydroponics)
-"cB" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/crate{name = "food crate"},/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"cC" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 5},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"cD" = (/obj/machinery/door/airlock/highsecurity{name = "Provisions Storage"; req_access_txt = "200"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"cE" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cF" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cG" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 10},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cH" = (/obj/structure/chair{tag = "icon-chair (EAST)"; icon_state = "chair"; dir = 4},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cI" = (/obj/structure/table,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cJ" = (/obj/structure/table,/obj/item/weapon/kitchen/fork,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cK" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/vending/coffee,/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cM" = (/obj/machinery/shower{dir = 4},/obj/structure/window/reinforced/highpressure,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cN" = (/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cO" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/obj/structure/mirror{pixel_x = 24},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cQ" = (/obj/structure/cable/yellow,/obj/machinery/power/apc{cell_type = 5000; dir = 4; name = "Storage APC"; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"cR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/computer/arcade,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cS" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cT" = (/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cU" = (/obj/structure/chair{tag = "icon-chair (NORTH)"; icon_state = "chair"; dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cV" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{tag = "icon-manifold (EAST)"; icon_state = "manifold"; dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/vending/cigarette,/obj/structure/extinguisher_cabinet{dir = 4; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/bar{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cX" = (/obj/structure/toilet{dir = 4},/obj/structure/curtain,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"cZ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"da" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (NORTH)"; icon_state = "rwindow"; dir = 1},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"db" = (/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/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"dc" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 4; pixel_y = 4},/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"dd" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/brute{pixel_x = 4; pixel_y = 4},/obj/item/weapon/storage/firstaid/brute,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"de" = (/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"df" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"dg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"dh" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/obj/structure/cable/yellow{icon_state = "1-4"; d1 = 1; d2 = 4},/obj/machinery/computer/arcade,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"di" = (/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/structure/chair/stool,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dj" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/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/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dl" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dm" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dn" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/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/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"do" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dq" = (/obj/machinery/door/airlock{name = "Showers"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/freezer{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/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/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"ds" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure,/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"dt" = (/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"du" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"dv" = (/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,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"dw" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/crate{name = "food crate"},/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,/obj/item/weapon/storage/box/donkpockets,/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/item/weapon/vending_refill/coffee,/obj/item/weapon/vending_refill/cigarette,/obj/item/weapon/vending_refill/cigarette,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"dx" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/crate{name = "food crate"},/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,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/vending_refill/coffee,/obj/item/weapon/vending_refill/cigarette,/obj/item/weapon/vending_refill/cigarette,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"dy" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; icon_state = "scrub_map"; on = 1; tag = "icon-scrub_map (NORTH)"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"dz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/storage)
-"dA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"dB" = (/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"dC" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dH" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dJ" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dL" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dM" = (/obj/machinery/door/airlock/highsecurity{name = "Secure Storage"; req_access_txt = "200"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"dN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"dO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"dP" = (/obj/structure/table,/obj/item/device/radio{pixel_x = -4},/obj/item/device/radio,/obj/item/device/radio{pixel_x = 4},/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"dQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"dR" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 6},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"dS" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Dorms"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"dT" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dU" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dV" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/structure/cable/yellow,/obj/machinery/power/apc{dir = 2; name = "Main Area APC"; pixel_x = 0; pixel_y = -24},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dW" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/obj/structure/cable/yellow{icon_state = "1-4"; d1 = 1; d2 = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dX" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dY" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{tag = "icon-manifold (NORTH)"; icon_state = "manifold"; dir = 1},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"dZ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"ea" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"eb" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"ec" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"ed" = (/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"ee" = (/obj/machinery/door/airlock/highsecurity{name = "Secure Storage"; req_access_txt = "200"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"ef" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 10},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"eg" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"eh" = (/obj/structure/table,/obj/item/weapon/storage/backpack/duffelbag/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 duffelbag for holding extra supplies - this one has a material inlay with space for various sharp-looking tools."; name = "duffelbag"; pixel_y = 5},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{cell_type = 5000; dir = 4; name = "Armory APC"; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"ei" = (/obj/structure/dresser,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"ej" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp,/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"ek" = (/obj/structure/bed,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/item/weapon/bedsheet,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"el" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"em" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"en" = (/obj/machinery/door/airlock/highsecurity{name = "Canister Storage"; req_access_txt = "200"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"eo" = (/obj/machinery/door/poddoor{id = "bunkerinterior"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"ep" = (/obj/machinery/door/poddoor{id = "bunkerinterior"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"eq" = (/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"er" = (/obj/machinery/door/airlock/highsecurity{name = "Airlock Control"; req_access_txt = "200"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"es" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"et" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"eu" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (NORTH)"; icon_state = "rwindow"; dir = 1},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"ev" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 5},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"ew" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"ex" = (/obj/structure/table,/obj/item/weapon/gun/ballistic/automatic/wt550{pixel_x = -3; pixel_y = 6},/obj/item/weapon/gun/ballistic/automatic/wt550{pixel_x = 2; pixel_y = 0},/obj/structure/reagent_dispensers/peppertank{pixel_x = 32},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"ey" = (/obj/structure/closet/cabinet,/obj/item/weapon/card/id/away{desc = "A specialized ID meant for accessing some sort of specific door."; icon_state = "centcom"; name = "bunker access ID"},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"ez" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/obj/machinery/light/small,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"eA" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"eB" = (/obj/machinery/door/airlock{name = "Personal Dorm"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"eC" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{tag = "icon-manifold (EAST)"; icon_state = "manifold"; dir = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"eD" = (/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"eE" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/light/small{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"eF" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"eG" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{tag = "icon-intact (SOUTHEAST)"; icon_state = "intact"; dir = 6},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"eH" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"eI" = (/obj/structure/table,/obj/machinery/button/door{id = "bunkerexterior"; name = "exterior blastdoor access"; pixel_x = -24; pixel_y = -8; req_access_txt = "200"},/obj/machinery/button/door{id = "bunkerinterior"; name = "interior blastdoor access"; pixel_x = -24; pixel_y = 0; req_access_txt = "200"},/obj/machinery/button/door{id = "bunkershutter"; name = "hallway shutter toggle"; pixel_x = -24; pixel_y = 8; req_access_txt = "200"},/obj/machinery/atmospherics/pipe/simple/orange/hidden{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/obj/machinery/computer/security/telescreen{dir = 1; name = "Bunker Entrance"; network = list("Bunker1"); pixel_x = 0; pixel_y = 2},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"eJ" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/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/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"eK" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/firealarm{pixel_y = 24},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"eL" = (/obj/machinery/atmospherics/pipe/simple/orange/hidden{tag = "icon-intact (SOUTHWEST)"; icon_state = "intact"; dir = 10},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 1; name = "Airlock Control APC"; pixel_x = 0; pixel_y = 24},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"eM" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure,/obj/structure/cable/yellow,/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"eN" = (/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,/obj/machinery/light,/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"eO" = (/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/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"eP" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/drone,/obj/item/device/flashlight,/obj/item/device/flashlight,/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{pixel_y = 6},/obj/item/device/flashlight/flare{pixel_y = 6},/turf/open/floor/plasteel/black{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"eQ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{icon_state = "tube1"; dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"eR" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/delivery,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"eS" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; icon_state = "scrub_map"; on = 1; tag = "icon-scrub_map (NORTH)"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"eT" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (NORTH)"; icon_state = "rwindow"; dir = 1},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/machinery/door/poddoor/shutters/preopen{id = "bunkershutter"},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"eU" = (/obj/structure/chair{dir = 8},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"eV" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"eW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"eX" = (/obj/machinery/atmospherics/components/binary/valve{name = "Hall Siphon to Port"},/obj/structure/extinguisher_cabinet{dir = 4; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"eY" = (/obj/machinery/door/airlock/highsecurity{name = "Atmospherics and Power Storage"; req_access_txt = "200"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"eZ" = (/obj/machinery/door/airlock/highsecurity{name = "Atmospherics and Power Storage"; req_access_txt = "200"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fa" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 6},/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"fb" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/armory)
-"fc" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fd" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8},/turf/open/floor/plating/airless/astplate{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fe" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/extinguisher_cabinet{dir = 4; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"ff" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/delivery,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fg" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fh" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/machinery/door/poddoor/shutters/preopen{id = "bunkershutter"},/obj/structure/cable/yellow,/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"fi" = (/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"fj" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"fk" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{tag = "icon-connector_map (NORTH)"; icon_state = "connector_map"; dir = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"fl" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fm" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{icon_state = "manifold"; dir = 8},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fn" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/obj/machinery/firealarm{pixel_y = 24},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fo" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fp" = (/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fq" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/machinery/light/small{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fr" = (/obj/machinery/atmospherics/pipe/simple/yellow/hidden{tag = "icon-intact (NORTHEAST)"; icon_state = "intact"; dir = 5},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fs" = (/obj/machinery/atmospherics/pipe/simple/yellow/hidden{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"ft" = (/obj/machinery/atmospherics/pipe/simple/yellow/hidden{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -24; tag = "icon-alarm0 (EAST)"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"fu" = (/obj/machinery/atmospherics/pipe/simple/yellow/hidden{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/obj/machinery/light,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"fv" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4; icon_state = "mvalve_map"; name = "Port To Hall"; tag = "icon-mvalve_map (EAST)"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"fw" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/machinery/atmospherics/components/unary/portables_connector/visible{tag = "icon-connector_map (WEST)"; icon_state = "connector_map"; dir = 8},/obj/item/weapon/wrench,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/airlock)
-"fx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 8; name = "Power and Atmospherics APC"; pixel_x = -25; pixel_y = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fy" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 1; icon_state = "mixer_off"; node1_concentration = 0.2; node2_concentration = 0.8; on = 1; tag = "icon-mixer_off (NORTH)"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fz" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/supplymain/visible{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fA" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fB" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (NORTH)"; icon_state = "rwindow"; dir = 1},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/machinery/atmospherics/pipe/simple/supplymain/visible{tag = "icon-intact (EAST)"; icon_state = "intact"; dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fC" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; external_pressure_bound = 0; frequency = 1441; id_tag = "o2_out_bunker"; initialize_directions = 1; internal_pressure_bound = 4000; on = 1; pressure_checks = 2; pump_direction = 0},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fD" = (/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fE" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/structure/cable/yellow,/obj/machinery/power/apc{cell_type = 5000; dir = 4; name = "Dormory APC"; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"fF" = (/obj/machinery/door/poddoor{id = "bunkerexterior"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fG" = (/obj/machinery/door/poddoor{id = "bunkerexterior"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fH" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fI" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fJ" = (/obj/machinery/computer/atmos_control/tank{frequency = 1441; input_tag = "o2_in_bunker"; name = "Oxygen Supply Control"; output_tag = "o2_out_bunker"; sensors = list("o2_sensor_bunker" = "Tank")},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fK" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fL" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "o2_sensor_bunker"},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fM" = (/obj/machinery/atmospherics/miner/oxygen,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fN" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"fO" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"fP" = (/obj/structure/closet/wardrobe/pjs,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"fQ" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fR" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/obj/machinery/light/small{dir = 1},/obj/structure/sign/securearea{pixel_y = 32},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fS" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 9},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fT" = (/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fU" = (/obj/machinery/camera{network = list("Bunker1")},/obj/structure/sign/securearea{pixel_y = 32},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fV" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"fW" = (/obj/machinery/power/smes/engineering,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fX" = (/obj/machinery/power/terminal{tag = "icon-term (WEST)"; icon_state = "term"; dir = 8},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/effect/turf_decal/stripes/end{tag = "icon-warn_end (EAST)"; icon_state = "warn_end"; dir = 4},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fY" = (/obj/machinery/airalarm{frequency = 1439; locked = 0; pixel_y = 23},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"fZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/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/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"ga" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 1; filter_type = "o2"; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gb" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gc" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/obj/structure/window/reinforced/highpressure,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gd" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8; frequency = 1441; id = "n2_in_bunker"},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"ge" = (/obj/machinery/door/airlock{name = "Personal Dorm"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/wood{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"gf" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{tag = "icon-manifold (EAST)"; icon_state = "manifold"; dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"gg" = (/obj/machinery/washing_machine,/obj/machinery/light{icon_state = "tube1"; dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"gh" = (/obj/machinery/power/smes/engineering,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gi" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gk" = (/obj/machinery/light{icon_state = "tube1"; dir = 4},/obj/structure/extinguisher_cabinet{dir = 4; pixel_x = 24; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gl" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"gm" = (/obj/effect/turf_decal/stripes/line,/obj/structure/closet/crate/bin{name = "laundry bin"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"gn" = (/obj/machinery/light/small,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"go" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"gp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/mineral/iron{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/sign/electricshock{pixel_x = -32},/obj/machinery/suit_storage_unit/syndicate,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/light,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gt" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 4},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gu" = (/obj/machinery/atmospherics/pipe/simple/supplymain/visible{tag = "icon-intact (NORTHEAST)"; icon_state = "intact"; dir = 5},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gv" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; external_pressure_bound = 0; frequency = 1441; id_tag = "n2_out_bunker"; initialize_directions = 1; internal_pressure_bound = 4000; on = 1; pressure_checks = 2; pump_direction = 0},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gw" = (/obj/machinery/sleeper{dir = 4; icon_state = "sleeper-open"},/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"gx" = (/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"gy" = (/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/white{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"gz" = (/obj/machinery/door/airlock/highsecurity{desc = "Nothing to see here, folks, just an inconspicuous airlock. Now go away!"; name = "Inconspicuous Airlock"; req_access_txt = "200"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"gA" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gB" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gC" = (/obj/machinery/computer/atmos_control/tank{frequency = 1441; input_tag = "n2_in_bunker"; name = "Nitrogen Supply Control"; output_tag = "n2_out_bunker"; sensors = list("n2_sensor_bunker" = "Tank")},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gD" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "n2_sensor_bunker"},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gE" = (/obj/machinery/atmospherics/miner/nitrogen,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gF" = (/obj/machinery/light/small,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"gG" = (/obj/machinery/iv_drip,/turf/open/floor/plasteel/white{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/dorm)
-"gH" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"gI" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"gJ" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gK" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/door/airlock/highsecurity{name = "RTG Observation"; req_access_txt = "200"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"; tag = ""},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gN" = (/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gO" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 1; filter_type = "n2o"; on = 1},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gP" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8; frequency = 1441; id = "o2_in_bunker"},/turf/open/floor/plating/airless{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gQ" = (/obj/machinery/door/airlock/highsecurity{desc = "Nothing to see here, folks, just an inconspicuous airlock. Now go away!"; name = "Inconspicuous Airlock"; req_access_txt = "200"},/obj/structure/fans/tiny,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage)
-"gR" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (NORTH)"; icon_state = "rwindow"; dir = 1},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (WEST)"; icon_state = "rwindow"; dir = 8},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gS" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure,/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (NORTH)"; icon_state = "rwindow"; dir = 1},/obj/structure/window/reinforced/highpressure{tag = "icon-rwindow (EAST)"; icon_state = "rwindow"; dir = 4},/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/door/firedoor,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/obj/machinery/autolathe,/obj/structure/sign/radiation{pixel_x = -32},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/structure/table,/obj/item/weapon/storage/toolbox/electrical{pixel_x = 4; pixel_y = 4},/obj/item/weapon/storage/toolbox/electrical,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gW" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical{pixel_x = 4; pixel_y = 4},/obj/item/weapon/storage/toolbox/mechanical,/turf/open/floor/plasteel/floorgrime{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gX" = (/obj/machinery/power/rtg/advanced,/obj/structure/cable,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gY" = (/obj/machinery/door/airlock/highsecurity{name = "Telecomms"; req_access_txt = "200"},/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"gZ" = (/obj/machinery/power/rtg/advanced,/obj/structure/cable,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"ha" = (/obj/machinery/power/rtg/advanced,/obj/structure/cable,/obj/machinery/light/small,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"hb" = (/obj/machinery/blackbox_recorder,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"hc" = (/obj/machinery/light/small,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
-"hd" = (/obj/machinery/telecomms/relay/preset/telecomms,/turf/open/floor/plating{baseturf = /turf/open/floor/plating/asteroid/airless},/area/ruin/deepstorage/power)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/template_noop,
+/area/template_noop)
+"ab" = (
+/turf/closed/mineral/random/low_chance,
+/area/ruin/unpowered/no_grav)
+"ac" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/ruin/unpowered/no_grav)
+"ad" = (
+/turf/closed/mineral/random/low_chance,
+/area/asteroid/cave{
+ name = "Asteroid - Space"
+ })
+"ae" = (
+/turf/open/floor/plating/asteroid/airless,
+/area/asteroid/cave{
+ name = "Asteroid - Space"
+ })
+"af" = (
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"ag" = (
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"ah" = (
+/obj/structure/kitchenspike,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"ai" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"aj" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"ak" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "bunkerrecycle"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"al" = (
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "bunkerrecycle"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"am" = (
+/obj/machinery/recycler/deathtrap,
+/obj/machinery/conveyor{
+ dir = 4;
+ id = "bunkerrecycle"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"an" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "bunkerrecycle";
+ movedir = 2
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"ao" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"ap" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"aq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"ar" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/structure/reagent_dispensers/beerkeg,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"as" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/emergency,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"at" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"au" = (
+/obj/machinery/conveyor_switch{
+ id = "bunkerrecycle"
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"av" = (
+/obj/structure/window/reinforced/highpressure{
+ dir = 8
+ },
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "bunkerrecycle";
+ movedir = 2
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"aw" = (
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"ax" = (
+/obj/machinery/processor{
+ name = "processor"
+ },
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"ay" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"az" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"aA" = (
+/obj/machinery/gibber,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"aB" = (
+/obj/structure/table,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"aC" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"aD" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"aE" = (
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Recycling APC";
+ pixel_y = -24
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"aF" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "bunkerrecycle";
+ movedir = 2
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"aG" = (
+/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,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aH" = (
+/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,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aI" = (
+/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,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aJ" = (
+/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,
+/obj/effect/turf_decal/delivery,
+/obj/item/device/gps{
+ gpstag = "DEEP"
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aK" = (
+/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
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aL" = (
+/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,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aM" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"aN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/airlock{
+ name = "Freezer"
+ },
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"aO" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Recycling Room";
+ req_access_txt = "200"
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"aP" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Recycling Room";
+ req_access_txt = "200"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"aQ" = (
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"aR" = (
+/obj/structure/closet/cardboard,
+/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,
+/obj/item/weapon/pickaxe/drill,
+/obj/item/weapon/pickaxe/drill,
+/obj/item/weapon/pickaxe/drill,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aS" = (
+/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,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aT" = (
+/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,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aU" = (
+/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,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aV" = (
+/obj/structure/closet/cardboard,
+/obj/item/weapon/defibrillator,
+/obj/item/weapon/storage/box/medipens,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aW" = (
+/obj/structure/closet/cardboard,
+/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,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/deepstorage/storage)
+"aX" = (
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/storage/box/cups,
+/obj/item/weapon/reagent_containers/glass/beaker,
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"aY" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/enzyme,
+/obj/item/weapon/reagent_containers/food/condiment/soysauce{
+ pixel_x = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 6
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"aZ" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"ba" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/condiment/peppermill,
+/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 9
+ },
+/obj/item/weapon/kitchen/knife,
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bc" = (
+/obj/structure/sink/kitchen{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bd" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"be" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"bf" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"bg" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bh" = (
+/obj/structure/table,
+/obj/item/weapon/storage/bag/plants/portaseeder,
+/obj/item/weapon/storage/bag/plants,
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bi" = (
+/obj/machinery/vending/hydronutrients,
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bj" = (
+/obj/machinery/vending/hydroseeds{
+ slogan_delay = 700
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bk" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/turf/open/floor/light{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bl" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 10
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/light{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bm" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bp" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bq" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"br" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bs" = (
+/obj/structure/closet/secure_closet/freezer/kitchen{
+ req_access = null
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/item/weapon/storage/box/drinkingglasses,
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bt" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bu" = (
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bv" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bx" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/obj/structure/extinguisher_cabinet{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"by" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"bz" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"bA" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bB" = (
+/obj/structure/table,
+/obj/item/weapon/cultivator,
+/obj/item/weapon/hatchet,
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bC" = (
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bD" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bF" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bG" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bH" = (
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bI" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/item/weapon/storage/box/ingredients/wildcard,
+/obj/item/weapon/storage/box/ingredients/wildcard,
+/obj/item/weapon/storage/box/ingredients/wildcard,
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bJ" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bN" = (
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Kitchen APC";
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bO" = (
+/obj/machinery/light,
+/obj/machinery/vending/dinnerware,
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bP" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"bQ" = (
+/obj/machinery/door/airlock/glass{
+ name = "Hydroponics"
+ },
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bR" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bS" = (
+/obj/machinery/hydroponics/constructable,
+/turf/open/floor/light{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"bT" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet/crate{
+ name = "food crate"
+ },
+/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,
+/obj/item/weapon/reagent_containers/food/snacks/beans,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bU" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet/crate{
+ name = "food crate"
+ },
+/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,
+/obj/item/weapon/reagent_containers/food/snacks/beans,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bV" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bX" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "General Storage";
+ req_access_txt = "200"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"bY" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Kitchen"
+ },
+/turf/open/floor/plasteel/cafeteria{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"bZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/smartfridge,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/kitchen)
+"ca" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cb" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cc" = (
+/obj/structure/grille,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"cd" = (
+/obj/structure/table,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"ce" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"cf" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"cg" = (
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 4;
+ name = "Hydroponics APC";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"ch" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"ci" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cj" = (
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/obj/item/weapon/paper{
+ info = "To whoever keeps it up with the long, hot showers: you're going on the next ice-mining trip. If you feel the need to use up all the damn water during your 'relaxation' time, you sure as hell are gonna work for all that water!";
+ name = "water concerns"
+ },
+/obj/item/weapon/paper{
+ info = "Hydroponics is our life and blood here, if it dies then so do we. Keep the damn plants watered!";
+ name = "hydroponics notice"
+ },
+/obj/item/weapon/paper{
+ info = "Please make sure to throw all excess waste into the crusher in the back! It's amazing what you can get out of what others consider 'garbage' if you run it through a giant crusher enough times.";
+ name = "recycling notice"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"ck" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/sign/barsign{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cl" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cm" = (
+/obj/structure/table,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"co" = (
+/obj/structure/closet/crate/bin,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cp" = (
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cq" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/item/weapon/soap,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cr" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cs" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"ct" = (
+/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/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cu" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cv" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"cw" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/item/weapon/reagent_containers/glass/bucket{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"cx" = (
+/obj/machinery/seed_extractor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"cy" = (
+/obj/machinery/biogenerator,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/large,
+/turf/open/floor/plasteel/hydrofloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"cz" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/light{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"cA" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/light{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"cB" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet/crate{
+ name = "food crate"
+ },
+/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,
+/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,
+/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,
+/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,
+/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,
+/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"cC" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 5
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"cD" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Provisions Storage";
+ req_access_txt = "200"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"cE" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cF" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cG" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cH" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cI" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cJ" = (
+/obj/structure/table,
+/obj/item/weapon/kitchen/fork,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cK" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cM" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/structure/window/reinforced/highpressure,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cN" = (
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cO" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/structure/mirror{
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cQ" = (
+/obj/structure/cable/yellow,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 4;
+ name = "Storage APC";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"cR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cS" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cT" = (
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cU" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cV" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/vending/cigarette,
+/obj/structure/extinguisher_cabinet{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/bar{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cX" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/structure/curtain,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cY" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"cZ" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"da" = (
+/obj/structure/grille,
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"db" = (
+/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/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"dc" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"dd" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/brute{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/firstaid/brute,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"de" = (
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"df" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"dg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"dh" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
+ },
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"di" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dj" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dl" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dm" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dn" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/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/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"do" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dq" = (
+/obj/machinery/door/airlock{
+ name = "Showers"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/turf/open/floor/plasteel/freezer{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/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/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"ds" = (
+/obj/structure/grille,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"dt" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"du" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"dv" = (
+/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,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"dw" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet/crate{
+ name = "food crate"
+ },
+/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,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/weapon/vending_refill/coffee,
+/obj/item/weapon/vending_refill/cigarette,
+/obj/item/weapon/vending_refill/cigarette,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"dx" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet/crate{
+ name = "food crate"
+ },
+/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,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/weapon/vending_refill/coffee,
+/obj/item/weapon/vending_refill/cigarette,
+/obj/item/weapon/vending_refill/cigarette,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"dy" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"dz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/storage)
+"dA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"dB" = (
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"dC" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dH" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dJ" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dL" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dM" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Secure Storage";
+ req_access_txt = "200"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"dN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"dO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"dP" = (
+/obj/structure/table,
+/obj/item/device/radio{
+ pixel_x = -4
+ },
+/obj/item/device/radio,
+/obj/item/device/radio{
+ pixel_x = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"dQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"dR" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 6
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"dS" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Dorms"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"dT" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dU" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dV" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Main Area APC";
+ pixel_y = -24
+ },
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dW" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dX" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dY" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
+ dir = 1
+ },
+/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/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"dZ" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/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/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"ea" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"eb" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"ec" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"ed" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"ee" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Secure Storage";
+ req_access_txt = "200"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"ef" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 10
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"eg" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"eh" = (
+/obj/structure/table,
+/obj/item/weapon/storage/backpack/duffelbag/sec/surgery{
+ pixel_y = 5
+ },
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 4;
+ name = "Armory APC";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"ei" = (
+/obj/structure/dresser,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"ej" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"ek" = (
+/obj/structure/bed,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/weapon/bedsheet,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"el" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"em" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"en" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Canister Storage";
+ req_access_txt = "200"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"eo" = (
+/obj/machinery/door/poddoor{
+ id = "bunkerinterior"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"ep" = (
+/obj/machinery/door/poddoor{
+ id = "bunkerinterior"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"eq" = (
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"er" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Airlock Control";
+ req_access_txt = "200"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"es" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"et" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"eu" = (
+/obj/structure/grille,
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"ev" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"ew" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"ex" = (
+/obj/structure/table,
+/obj/item/weapon/gun/ballistic/automatic/wt550{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/obj/item/weapon/gun/ballistic/automatic/wt550{
+ pixel_x = 2
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"ey" = (
+/obj/structure/closet/cabinet,
+/obj/item/weapon/card/id/away{
+ desc = "A specialized ID meant for accessing some sort of specific door.";
+ icon_state = "centcom";
+ name = "bunker access ID"
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"ez" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"eA" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"eB" = (
+/obj/machinery/door/airlock{
+ name = "Personal Dorm"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"eC" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"eD" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"eE" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"eF" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"eG" = (
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"eH" = (
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"eI" = (
+/obj/structure/table,
+/obj/machinery/button/door{
+ id = "bunkerexterior";
+ name = "exterior blastdoor access";
+ pixel_x = -24;
+ pixel_y = -8;
+ req_access_txt = "200"
+ },
+/obj/machinery/button/door{
+ id = "bunkerinterior";
+ name = "interior blastdoor access";
+ pixel_x = -24;
+ req_access_txt = "200"
+ },
+/obj/machinery/button/door{
+ id = "bunkershutter";
+ name = "hallway shutter toggle";
+ pixel_x = -24;
+ pixel_y = 8;
+ req_access_txt = "200"
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/obj/machinery/computer/security/telescreen{
+ dir = 1;
+ name = "Bunker Entrance";
+ network = list("Bunker1");
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"eJ" = (
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/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/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"eK" = (
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"eL" = (
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 10
+ },
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Airlock Control APC";
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"eM" = (
+/obj/structure/grille,
+/obj/structure/cable/yellow,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"eN" = (
+/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,
+/obj/machinery/light,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"eO" = (
+/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/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"eP" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/drone,
+/obj/item/device/flashlight,
+/obj/item/device/flashlight,
+/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{
+ pixel_y = 6
+ },
+/obj/item/device/flashlight/flare{
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"eQ" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"eR" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"eS" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"eT" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "bunkershutter"
+ },
+/obj/structure/cable/yellow{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"eU" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"eV" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"eW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"eX" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ name = "Hall Siphon to Port"
+ },
+/obj/structure/extinguisher_cabinet{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"eY" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Atmospherics and Power Storage";
+ req_access_txt = "200"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"eZ" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Atmospherics and Power Storage";
+ req_access_txt = "200"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fa" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"fb" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/armory)
+"fc" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fd" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8
+ },
+/turf/open/floor/plating/airless/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fe" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/extinguisher_cabinet{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"ff" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fg" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fh" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "bunkershutter"
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"fi" = (
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"fj" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"fk" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"fl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fm" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fn" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fo" = (
+/obj/machinery/suit_storage_unit/syndicate,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fp" = (
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fq" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fr" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
+ dir = 5
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fs" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
+ dir = 4
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"ft" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"fu" = (
+/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"fv" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4;
+ name = "Port To Hall"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"fw" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/airlock)
+"fx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "Power and Atmospherics APC";
+ pixel_x = -25;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fy" = (
+/obj/machinery/atmospherics/components/trinary/mixer{
+ dir = 1;
+ icon_state = "mixer_off";
+ node1_concentration = 0.2;
+ node2_concentration = 0.8;
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fz" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fA" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fB" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fC" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
+ dir = 8;
+ frequency = 1441;
+ id_tag = "o2_out_bunker";
+ name = "oxygen out"
+ },
+/turf/open/floor/plating/airless{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fD" = (
+/turf/open/floor/plating/airless{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fE" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/structure/cable/yellow,
+/obj/machinery/power/apc{
+ cell_type = 5000;
+ dir = 4;
+ name = "Dormory APC";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"fF" = (
+/obj/machinery/door/poddoor{
+ id = "bunkerexterior"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fG" = (
+/obj/machinery/door/poddoor{
+ id = "bunkerexterior"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fH" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/visible,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fI" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fJ" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "o2_in_bunker";
+ name = "Oxygen Supply Control";
+ output_tag = "o2_out_bunker";
+ sensors = list("o2_sensor_bunker" = "Tank")
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fK" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fL" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "o2_sensor_bunker"
+ },
+/turf/open/floor/plating/airless{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fM" = (
+/obj/machinery/atmospherics/miner/oxygen,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating/airless{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fN" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"fO" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"fP" = (
+/obj/structure/closet/wardrobe/pjs,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"fQ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fR" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fS" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fT" = (
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fU" = (
+/obj/machinery/camera{
+ network = list("Bunker1")
+ },
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fV" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"fW" = (
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fX" = (
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fY" = (
+/obj/effect/turf_decal/stripes/line{
+ icon_state = "warningline";
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"fZ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"ga" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "o2";
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gb" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gc" = (
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gd" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8;
+ frequency = 1441;
+ id = "n2_in_bunker"
+ },
+/turf/open/floor/plating/airless{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"ge" = (
+/obj/machinery/door/airlock{
+ name = "Personal Dorm"
+ },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"gf" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"gg" = (
+/obj/machinery/washing_machine,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"gh" = (
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gi" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ icon_state = "warningline";
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gk" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"gm" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/closet/crate/bin{
+ name = "laundry bin"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"gn" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"go" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"gp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gq" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4";
+ d1 = 1;
+ d2 = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gr" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/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/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gu" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/visible{
+ dir = 5
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gv" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
+ dir = 8;
+ frequency = 1441;
+ id_tag = "n2_out_bunker";
+ name = "nitrogen out"
+ },
+/turf/open/floor/plating/airless{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gw" = (
+/obj/machinery/sleeper{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"gx" = (
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"gy" = (
+/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/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"gz" = (
+/obj/machinery/door/airlock/highsecurity{
+ desc = "Nothing to see here, folks, just an inconspicuous airlock. Now go away!";
+ name = "Inconspicuous Airlock";
+ req_access_txt = "200"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"gA" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gC" = (
+/obj/machinery/computer/atmos_control/tank{
+ frequency = 1441;
+ input_tag = "n2_in_bunker";
+ name = "Nitrogen Supply Control";
+ output_tag = "n2_out_bunker";
+ sensors = list("n2_sensor_bunker" = "Tank")
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gD" = (
+/obj/machinery/air_sensor{
+ frequency = 1441;
+ id_tag = "n2_sensor_bunker"
+ },
+/turf/open/floor/plating/airless{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gE" = (
+/obj/machinery/atmospherics/miner/nitrogen,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating/airless{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gF" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"gG" = (
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"gH" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"gI" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"gJ" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gK" = (
+/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/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gL" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "RTG Observation";
+ req_access_txt = "200"
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gN" = (
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gO" = (
+/obj/machinery/atmospherics/components/trinary/filter{
+ dir = 1;
+ filter_type = "n2o";
+ on = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gP" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8;
+ frequency = 1441;
+ id = "o2_in_bunker"
+ },
+/turf/open/floor/plating/airless{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gQ" = (
+/obj/machinery/door/airlock/highsecurity{
+ desc = "Nothing to see here, folks, just an inconspicuous airlock. Now go away!";
+ name = "Inconspicuous Airlock";
+ req_access_txt = "200"
+ },
+/obj/structure/fans/tiny,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"gR" = (
+/obj/structure/grille,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gS" = (
+/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"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 5
+ },
+/obj/machinery/autolathe,
+/obj/structure/sign/radiation{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 9
+ },
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/electrical{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/toolbox/electrical,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gW" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gX" = (
+/obj/machinery/power/rtg/advanced,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gY" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "Telecomms";
+ req_access_txt = "200"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"gZ" = (
+/obj/machinery/power/rtg/advanced,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"ha" = (
+/obj/machinery/power/rtg/advanced,
+/obj/machinery/light/small,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"hb" = (
+/obj/machinery/blackbox_recorder,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"hc" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"hd" = (
+/obj/machinery/telecomms/relay/preset/telecomms,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"he" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/crusher)
+"hf" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/light{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/hydroponics)
+"hg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"hh" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"hi" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"hj" = (
+/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/dorm)
+"hk" = (
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"hl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/structure/cable/yellow{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"hm" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"hn" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage)
+"ho" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/closed/wall/mineral/iron{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"hp" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable/yellow{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
+"hq" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/ruin/deepstorage/power)
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaabaaaaaaaaaaaaaaaaaaaaaaaaababababacababaaaaaaaaaaaaaaababababaaaaaaaaaaaaaaaaaaaaababaaaaaaaaaaaa
-aaaaababaaababaaaaaaaaaaaaababacabacacababaaaaaaaaaaabaaacacababababaaaaaaaaaaaaaaaaabababaaaaaaaaaa
-abaaababaaaaaaaaaaaaadaaaaaaababacacacaaaaaaaaaaaaaaaaaaabacacacababaaaaaaaaababacacacababaaaaaaaaaa
-aaaaababaaaaaaaaaaaaadadaaaaaaaaacababaaaaaaaaaaaaaaaaaaaaacacacaaaaaaaaaaababababacacacacacaaaaaaaa
-aaaaababaaaaadaaaaaaadadaaaaaaaaaaaaaaaaaaaaaaaaaaadadadaaaaaaaaaaaaaaaaaaaaaaaaaaacacacacacaaaaaaaa
-aaaaaaaaaaaaadadadadadadadadaaaaaaaaaaaeaeaaaaadadadadadadaaaaaaaaaaadadadaaaaaaaaacacabababaaaaaaaa
-aaaaaaaaaaaaaaaaadadadadaeaeaeaeaeaeaeaeaeadadadadadadadadadadadaaaaadadadaaaaaaaaaaaaabaaaaaaaaaaaa
-aaaaaaaaaaadadadadadadadadadadadaeaeaeadadadadadadadadadadadadadadadadadadadaaaaaaaaaaaaaaaaaaaaabaa
-aaaaaaadadadadadadadadadadadadadadadadadadadadadadadadadadadadadadadadadadadaaaaaaabaaaaababaaaaaaaa
-aaaaaaaaadaeaeaeadadadadadadadadadadadadadafafafafafagagagagagagagadadadadadadaaaaaaaaaaababababaaaa
-aaaaaaaaaaaeaeaeadadadadadadadadadadadadadafahaiaiahagajakalamanagadadadadadadaaaaaaaaaaaaabababaaaa
-aaabaaaaaaaeaeaeadadadadadadadadadadadadadafaoapaqaragasatauatavagadadadadadadadaaaaaaaaaaabababaaaa
-aaaaaaaaaaaaaeaeadadadadawawawawawawawawadafaxayazaAagaBaCaDaEaFagadadadadadadadaaaaaaabaaaaabaaaaaa
-aaababaaadaeaeaeadadadadawaGaHaIaJaKaLafafafafaMaNafagagaOaPaQaQaQaQaQaQaQaQadadadadaaaaaaaaaaaaaaaa
-aaacabaaaaaeaeaeaeadadadawaRaSaTaUaVaWafaXaYaZbabbbcbdafbebfbgbhbibjbkbkblaQadadadadaaaaaaaaaaaaaaaa
-aaababaaaaaaaeaeaeadadadawbmbnbobpbqbrafbsbtbubvbwbubxafbybzbAbBbCbCbCbCbDaQadadadadadadaaaaaaaaaaaa
-aaababababaaaeaeaeadawawawawawbEbFbGbHafbIbJbKbLbMbNbOafbPbzbQbCbCbRbSbSbSaQadadadadadadaaaaaaaaaaaa
-ababacacacaaaaaeaeadawbTbUbVawbWbXawawafafbYbZafafafafafcacbcccdcecececfcgaQadadadaeaeaeaaaaaaaaaaaa
-aaabacacacaaaaaeaeadawbUbUchawcibzcjckclcmcncocpcqcrcscpctcucvcwcxcyczcAbSaQadadaeaeaeaeaaaaabaaaaaa
-aaababacacaaaaaeaeadawcBcBcCcDcEcFcGcHcIcJcKcLcpcMcNcOcpcPbzaQaQaQaQaQaQaQaQadadadaeadaaaaababaaaaaa
-aaaaaaaaaaaaaeaeaeadawcBcBcQawcRcSbzcTcTcUcVcWcpcXcYcZcpcPbzdadbdcdddeadadadadadaeaeaaaaaaababaaaaaa
-aaabaaaaadadaeaeadadawcBcBdfdgdhdidjdkdldmdndocpcpdpdqcpdrcbdsdtdudvdeadadadaeaeaeaaaaaaabababaaaaaa
-aaaaaaaaadadadadadadawdwdxdydzdAdBdCdDdEdFdGdHdIdFdJcudKdLcudMdNdOdPdeadadadaeadadaaaaaaababaaaaaaaa
-aaaaadadadadadadadaddBdBdBdBdQdRdSdTdUdVbfdWdXdXdYdZeaebecedeeefegehdeadadadaeadaeaaaaaaababaaaaaaaa
-aaadadadadadadadadaddBeiejekelemcpencpcpeoepeqeqereseqeqetcbeuevewexdeadaeaeaeadaeaeaeaaaaaaaaaaaaaa
-aaadadadadadadadadaddBeyezeAeBeCcpeDeEcpeFeGeHeIeJeKeLeqcPbzeMeNeOePdeadaeadadadaeaeaeaaaaaaababaaaa
-aaadaaaaadadadadadaddBdBdBdBdQeQcpeDeRcpbzeSeTeUeVeWeXeqeYeZfafbfbfbfbfcfdadadadaeaeaeaeaeaaababaaaa
-aaadaaaaaaaaadadadaddBeiejekelfecpeDffcpbzfgfhfififjfkeqflfmfnfofpfpfpfpadadadadadadaeaeaeaaababaaaa
-aaaaaaaaaaaaaaadadaddBeyezeAeBeCcpeDfqcpbzfrfsftfufvfweqfxfyfzfAfBfCfDfpadadadadadadaeaeaeaaababaaaa
-aaaaaaaaaaaaaaadadaddBdBdBdBdQfEcpcpcpcpfFfGeqeqeqeqeqeqflfHfIfJfKfLfMfpadadadadadadaeaeaeaaaaaaaaaa
-aaaaaaaaabaaaaadadaddBeiejekfNfOfPdBfQfRfSfTfUfVfpfWfXfYfZfHgagbgcgdfDfpadadadadadadadaeaeaaaaaaabaa
-aaaaabaaaaaaaaaaadaddBeyezeAgegfggdBfVfTfTfTfTfVfpghfXgigjfHfIgkfpfpfpfpadadadadadadadaeaeaaaaaaaaaa
-aaaaabababaaaaaaadaddBdBdBdBdBglgmdBfVfTfTfTgngogpgqgrgsgtgufzfAfBgvfDfpadadadadadadadadaeaaaaaaaaaa
-aaaaaaababaaaaaaadadadadaddBgwgxgydBcpcpgzgzcpcpfpfpfpfpgAgBfIgCfKgDgEfpadadadadadadaaaaaaaaaaabaaaa
-aaaaaaababaaaaaaadadadadaddBgwgFgGdBadcpgHgIcpadfpgJgKgLgMgNgOgbgcgPfDfpadadadadadadadadaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaadadadadaddBdBdBdBdBadcpgQgQcpadfpgRgSfpgTgUgVgWfpfpfpfpadadadadadadadadaaaaaaaaaaaa
-aaaaabaaaaaaabaaaaadadadadadadadadadadadaeaeadadfpgXgXfpfpgYfpfpfpadadadadadadadaeaeaeadaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaadadadadadadadadadaeaeaeaeadadfpgZhafphbhchdfpadadadadadaaaaadaeaeaeadaaaaaaabaaaa
-aaabaaaaaaaaaaaaaaaaadadadadadadadadadaeaeaeaeadfpfpfpfpfpfpfpfpadadadadadaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaadadadadadadadadadaeaeaeaeadadadadadadadadadadadadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaababaaaaaaaaaaadadadadadadadadadadadadaeaeaeaeaeaeadadadadadadadadadaaaaaaaaaaaaababaaaaaaabaaaa
-aaaaababaaaaaaaaadadadadadadadadadadadadadadaeaeaeaeaeaeadadadadadadadadaaaaaaababaaacabaaaaaaaaaaaa
-aaacababaaabaaaaadadadadaaaaaaaaaaaaadadadadadadadadaeaeaeaeaeaeaeaeaeadaaaaaaaaaaaaacacababaaaaaaaa
-abacacabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadadadadadadadadaaaaadaeaeaeaeaeaaaaaaaaaaaaacacababaaaaaaaa
-abacacaaaaaaaaaaaaaaaaabaaababacacacaaaaaaaaaaaaaaaaaaaaaaaaaaadadadaeaeaaaaaaaaaaacacacababaaaaaaaa
-abababaaaaabaaaaaaaaaaaaaaacacacacacabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaacacababaaaaaaaaaa
-abababaaaaaaaaaaaaaaabababacacacacacabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaababababaaaaabaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaababacaaabababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaabababaaabababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+aa
+aa
+aa
+ab
+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
+ab
+ab
+ab
+ab
+aa
+aa
+"}
+(2,1,1) = {"
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ab
+ac
+ab
+ab
+ab
+ab
+ab
+aa
+ab
+aa
+aa
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+ac
+ac
+ac
+ab
+ab
+aa
+aa
+"}
+(3,1,1) = {"
+aa
+aa
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ac
+ac
+ab
+aa
+aa
+aa
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+ab
+ab
+ab
+ac
+ac
+ab
+ab
+aa
+aa
+"}
+(4,1,1) = {"
+aa
+aa
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ac
+ac
+aa
+aa
+aa
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(5,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+aa
+aa
+aa
+ab
+aa
+aa
+ab
+ac
+ac
+ac
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+ab
+aa
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(6,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ac
+ac
+ac
+aa
+ac
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+ab
+aa
+aa
+aa
+"}
+(7,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+ab
+ab
+aa
+ab
+ab
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+aa
+aa
+aa
+ac
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(8,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+ab
+ab
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+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
+"}
+(9,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(10,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(11,1,1) = {"
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aw
+aw
+aw
+aw
+aw
+aw
+aw
+dB
+dB
+dB
+dB
+dB
+dB
+dB
+dB
+dB
+dB
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+ab
+aa
+aa
+"}
+(12,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aw
+bT
+bU
+cB
+cB
+cB
+dw
+dB
+ei
+ey
+dB
+ei
+ey
+dB
+ei
+ey
+dB
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+ab
+aa
+ab
+aa
+aa
+"}
+(13,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ac
+ab
+ab
+ab
+ab
+ab
+aw
+aw
+aw
+aw
+aw
+bU
+bU
+cB
+cB
+cB
+dx
+dB
+ej
+ez
+dB
+ej
+ez
+dB
+ej
+ez
+dB
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+"}
+(14,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+aa
+ab
+ac
+ab
+ab
+ab
+ab
+ab
+aw
+aG
+aR
+bm
+aw
+bV
+ch
+cC
+cQ
+df
+dy
+dB
+ek
+eA
+dB
+ek
+eA
+dB
+ek
+eA
+dB
+dB
+dB
+dB
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+ab
+ac
+ac
+ab
+ab
+"}
+(15,1,1) = {"
+aa
+ab
+ab
+ab
+aa
+aa
+aa
+ac
+ab
+ab
+ab
+ab
+ab
+aw
+aH
+aS
+bn
+aw
+aw
+aw
+cD
+aw
+dg
+dz
+dQ
+el
+eB
+dQ
+el
+eB
+dQ
+fN
+ge
+dB
+gw
+gw
+dB
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+ab
+ac
+ac
+ac
+ab
+"}
+(16,1,1) = {"
+aa
+ab
+ac
+ab
+aa
+aa
+aa
+ac
+ab
+ab
+ab
+ab
+ab
+aw
+aI
+aT
+bo
+bE
+bW
+ci
+cE
+cR
+dh
+dA
+dR
+em
+hj
+eQ
+fe
+eC
+fE
+fO
+gf
+gl
+gx
+gF
+dB
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+ac
+ac
+ac
+aa
+aa
+"}
+(17,1,1) = {"
+ab
+ab
+ab
+ac
+ac
+aa
+aa
+ac
+ac
+ab
+ab
+ab
+ab
+aw
+aJ
+aU
+bp
+bF
+bX
+bz
+cF
+cS
+di
+dB
+dS
+cp
+cp
+cp
+cp
+cp
+cp
+fP
+gg
+gm
+gy
+gG
+dB
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+ac
+ac
+ac
+ab
+ab
+"}
+(18,1,1) = {"
+aa
+ab
+ac
+ac
+ab
+aa
+aa
+ac
+ac
+ab
+ab
+ab
+ab
+aw
+aK
+aV
+bq
+bG
+aw
+cj
+cG
+bz
+dj
+dC
+dT
+en
+eD
+eD
+eD
+eD
+cp
+dB
+dB
+dB
+dB
+dB
+dB
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+ac
+ac
+ac
+ab
+ab
+"}
+(19,1,1) = {"
+aa
+ac
+ac
+ac
+ab
+aa
+aa
+ac
+ac
+ab
+ab
+ab
+ab
+aw
+aL
+aW
+br
+bH
+aw
+ck
+cH
+cT
+dk
+dD
+dU
+cp
+eE
+eR
+ff
+fq
+cp
+fQ
+fV
+fV
+cp
+ab
+ab
+ab
+ac
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+ab
+ab
+ab
+ab
+"}
+(20,1,1) = {"
+aa
+ab
+ab
+aa
+aa
+aa
+ac
+ac
+ab
+ab
+ab
+ab
+ab
+aw
+af
+af
+af
+af
+af
+cl
+cI
+cT
+dl
+dE
+dV
+cp
+cp
+cp
+cp
+cp
+cp
+fR
+fT
+fT
+cp
+cp
+cp
+ab
+ac
+ac
+ac
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(21,1,1) = {"
+aa
+ab
+ab
+aa
+aa
+aa
+ac
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+af
+aX
+bs
+bI
+af
+cm
+cJ
+cU
+dm
+dF
+hh
+eo
+eF
+bz
+bz
+hk
+fF
+fS
+fT
+fT
+gz
+gH
+gQ
+ac
+ac
+ac
+ac
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(22,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+af
+af
+af
+af
+af
+aY
+bt
+bJ
+bY
+cn
+cK
+cV
+dn
+dG
+dW
+ep
+eG
+eS
+fg
+fr
+fG
+hm
+fT
+fT
+gz
+gI
+gQ
+ac
+ac
+ac
+ac
+ac
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(23,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+af
+ah
+ao
+ax
+af
+aZ
+bu
+bK
+bZ
+co
+cL
+cW
+ci
+dH
+hi
+eq
+eH
+eT
+fh
+fs
+eq
+fU
+fT
+gn
+cp
+cp
+cp
+ab
+ab
+ac
+ac
+ac
+ac
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(24,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+ai
+ap
+ay
+aM
+ba
+bv
+bL
+af
+cp
+cp
+cp
+cp
+dI
+dX
+eq
+eI
+eU
+fi
+ft
+eq
+hn
+fV
+fT
+cp
+ab
+ab
+ab
+ab
+ab
+ab
+ac
+ac
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(25,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+af
+ai
+aq
+az
+aN
+bb
+bw
+bM
+af
+cq
+cM
+cX
+cp
+hg
+dY
+er
+eJ
+eV
+fi
+fu
+eq
+ho
+fp
+fp
+fp
+fp
+fp
+fp
+fp
+fp
+ab
+ac
+ac
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(26,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+af
+ah
+ar
+aA
+af
+bc
+bu
+bN
+af
+cr
+cN
+cY
+dp
+dJ
+dZ
+es
+eK
+eW
+fj
+fv
+eq
+fW
+gh
+gq
+fp
+gJ
+gR
+gX
+gZ
+fp
+ab
+ac
+ac
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(27,1,1) = {"
+aa
+aa
+ab
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ag
+ag
+ag
+ag
+ag
+bd
+bx
+bO
+af
+cs
+cO
+cZ
+dq
+cu
+ea
+eq
+eL
+eX
+fk
+fw
+eq
+fX
+hp
+gr
+fp
+gK
+gR
+gX
+ha
+fp
+ab
+ac
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(28,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ag
+ag
+as
+aB
+ag
+af
+af
+af
+af
+cp
+cp
+cp
+cp
+dK
+eb
+eq
+eq
+eq
+eq
+eq
+eq
+fY
+gi
+gi
+fp
+gL
+fp
+fp
+fp
+fp
+ab
+ab
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(29,1,1) = {"
+aa
+ab
+ac
+ab
+aa
+aa
+ab
+ab
+ab
+ab
+ag
+ak
+at
+aC
+aO
+be
+by
+bP
+ca
+ct
+cP
+cP
+dr
+dL
+ec
+et
+cP
+eY
+fl
+fx
+hl
+fZ
+gj
+gt
+gA
+gM
+gT
+fp
+hb
+fp
+ab
+ab
+ab
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(30,1,1) = {"
+ab
+ab
+ac
+ac
+ac
+aa
+aa
+ab
+ab
+ab
+ag
+al
+au
+aD
+aP
+bf
+bz
+bz
+cb
+cu
+bz
+bz
+cb
+cu
+ed
+cb
+bz
+eZ
+fm
+fy
+fH
+fH
+fH
+gu
+gB
+gN
+gU
+gY
+hc
+fp
+ab
+ab
+ab
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(31,1,1) = {"
+aa
+ab
+ab
+ac
+ac
+aa
+aa
+ab
+ab
+ab
+ag
+am
+he
+aE
+aQ
+bg
+bA
+bQ
+cc
+cv
+aQ
+da
+ds
+dM
+ee
+eu
+eM
+fa
+fn
+fz
+fI
+ga
+fI
+fz
+fI
+gO
+gV
+fp
+hd
+fp
+ab
+ab
+ab
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+"}
+(32,1,1) = {"
+aa
+ab
+ab
+ac
+ac
+aa
+aa
+ab
+ab
+ab
+ag
+an
+an
+an
+aQ
+bh
+bB
+bC
+cd
+cw
+aQ
+db
+dt
+dN
+ef
+ev
+eN
+fb
+fo
+fA
+fJ
+gb
+gk
+fA
+gC
+gb
+gW
+fp
+fp
+fp
+ab
+ab
+ab
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+"}
+(33,1,1) = {"
+aa
+aa
+ab
+ab
+aa
+aa
+aa
+aa
+ab
+ab
+ag
+ag
+ag
+ag
+aQ
+bi
+bC
+bC
+ce
+cx
+aQ
+dc
+du
+dO
+eg
+ew
+eO
+fb
+fp
+fB
+fK
+hq
+fp
+fB
+fK
+gc
+fp
+fp
+ab
+ab
+ab
+ab
+ab
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+"}
+(34,1,1) = {"
+aa
+aa
+ab
+ab
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+aQ
+bj
+bC
+bR
+ce
+cy
+aQ
+dd
+dv
+dP
+eh
+ex
+eP
+fb
+fp
+fC
+fL
+gd
+fp
+gv
+gD
+gP
+fp
+ab
+ab
+ab
+ab
+ab
+ab
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+"}
+(35,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aQ
+hf
+bC
+bS
+ce
+cz
+aQ
+de
+de
+de
+de
+de
+de
+fb
+fp
+fD
+fM
+fD
+fp
+fD
+gE
+fD
+fp
+ab
+ab
+ab
+ab
+ab
+ab
+ac
+ac
+ac
+aa
+aa
+aa
+aa
+"}
+(36,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aQ
+bk
+bC
+bS
+cf
+cA
+aQ
+ab
+ab
+ab
+ab
+ab
+ab
+fc
+fp
+fp
+fp
+fp
+fp
+fp
+fp
+fp
+fp
+ab
+ab
+ab
+aa
+ab
+ab
+ab
+ac
+ac
+aa
+aa
+aa
+aa
+"}
+(37,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aQ
+bl
+bD
+bS
+cg
+bS
+aQ
+ab
+ab
+ab
+ab
+ac
+ac
+fd
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(38,1,1) = {"
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+aQ
+aQ
+aQ
+aQ
+aQ
+aQ
+aQ
+ab
+ab
+ab
+ab
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(39,1,1) = {"
+aa
+aa
+aa
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ac
+ac
+ac
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(40,1,1) = {"
+aa
+aa
+aa
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+"}
+(41,1,1) = {"
+aa
+aa
+aa
+ac
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ac
+ab
+ac
+ac
+ab
+ac
+ac
+ac
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ac
+ac
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+"}
+(42,1,1) = {"
+aa
+aa
+aa
+ac
+ac
+ac
+ac
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ac
+ac
+ac
+ac
+aa
+aa
+aa
+ac
+ac
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ac
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+ac
+ac
+ab
+aa
+aa
+"}
+(43,1,1) = {"
+aa
+ab
+ab
+ac
+ac
+ac
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ac
+ac
+ab
+aa
+aa
+aa
+aa
+ac
+ac
+ac
+ac
+ac
+ac
+ab
+ab
+ab
+aa
+ab
+ab
+ac
+ac
+aa
+aa
+ab
+ac
+ac
+ac
+ac
+ac
+ab
+aa
+aa
+"}
+(44,1,1) = {"
+aa
+ab
+ab
+ab
+ac
+ac
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+ab
+ab
+ac
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ac
+ac
+ac
+ac
+ac
+ac
+ab
+aa
+ab
+ab
+ab
+ab
+aa
+aa
+ab
+ab
+ac
+ac
+ac
+ab
+ab
+aa
+aa
+"}
+(45,1,1) = {"
+aa
+aa
+ab
+ab
+ac
+ac
+ab
+aa
+aa
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+aa
+aa
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+"}
+(46,1,1) = {"
+aa
+aa
+aa
+aa
+ac
+ac
+ab
+aa
+aa
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+"}
+(47,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+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
+"}
+(48,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+aa
+ab
+aa
+aa
+ab
+aa
+aa
+aa
+aa
+aa
+ab
+aa
+aa
+"}
+(49,1,1) = {"
+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
+ab
+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
"}
diff --git a/_maps/RandomRuins/SpaceRuins/derelict2.dmm b/_maps/RandomRuins/SpaceRuins/derelict2.dmm
index 8e0aced9bd..542ec61077 100644
--- a/_maps/RandomRuins/SpaceRuins/derelict2.dmm
+++ b/_maps/RandomRuins/SpaceRuins/derelict2.dmm
@@ -4,8 +4,6 @@
/area/space)
"b" = (
/obj/structure/window/reinforced{
- tag = "icon-rwindow (EAST)";
- icon_state = "rwindow";
dir = 4
},
/turf/open/space,
@@ -16,21 +14,15 @@
/area/ruin/powered/dinner_for_two)
"d" = (
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/space,
/area/space)
"e" = (
/obj/structure/window/reinforced{
- tag = "icon-rwindow (EAST)";
- icon_state = "rwindow";
dir = 4
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -45,8 +37,6 @@
/area/ruin/powered/dinner_for_two)
"h" = (
/obj/machinery/light/small{
- tag = "icon-bulb1 (NORTH)";
- icon_state = "bulb1";
dir = 1
},
/turf/open/floor/plasteel,
@@ -56,8 +46,6 @@
/area/ruin/powered/dinner_for_two)
"j" = (
/obj/machinery/light/small{
- tag = "icon-bulb1 (EAST)";
- icon_state = "bulb1";
dir = 4
},
/turf/open/floor/plasteel,
@@ -69,16 +57,12 @@
"l" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- tag = "icon-rwindow (NORTH)";
- icon_state = "rwindow";
dir = 1
},
/turf/open/floor/plating,
/area/ruin/powered/dinner_for_two)
"m" = (
/obj/structure/chair{
- tag = "icon-chair (EAST)";
- icon_state = "chair";
dir = 4
},
/obj/effect/decal/remains/human,
@@ -99,8 +83,6 @@
/area/ruin/powered/dinner_for_two)
"o" = (
/obj/structure/chair{
- tag = "icon-chair (WEST)";
- icon_state = "chair";
dir = 8
},
/obj/effect/decal/remains/human,
@@ -108,16 +90,12 @@
/area/ruin/powered/dinner_for_two)
"p" = (
/obj/structure/window/reinforced{
- tag = "icon-rwindow (NORTH)";
- icon_state = "rwindow";
dir = 1
},
/turf/open/space,
/area/space)
"q" = (
/obj/machinery/light/small{
- tag = "icon-bulb1 (WEST)";
- icon_state = "bulb1";
dir = 8
},
/turf/open/floor/plasteel,
diff --git a/_maps/RandomRuins/SpaceRuins/derelict4.dmm b/_maps/RandomRuins/SpaceRuins/derelict4.dmm
index b90de513c3..6e8d7c6ff7 100644
--- a/_maps/RandomRuins/SpaceRuins/derelict4.dmm
+++ b/_maps/RandomRuins/SpaceRuins/derelict4.dmm
@@ -27,8 +27,6 @@
"i" = (
/obj/structure/chair,
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/mineral/titanium/blue/airless,
@@ -43,9 +41,7 @@
/area/ruin/unpowered)
"l" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion";
- tag = "icon-propulsion (WEST)"
+ dir = 4
},
/turf/open/floor/plating/airless,
/area/ruin/unpowered)
@@ -55,8 +51,6 @@
/area/ruin/unpowered)
"n" = (
/obj/structure/chair{
- tag = "icon-chair (WEST)";
- icon_state = "chair";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -72,8 +66,6 @@
"q" = (
/obj/item/weapon/shard,
/obj/structure/chair{
- tag = "icon-chair (WEST)";
- icon_state = "chair";
dir = 8
},
/turf/open/floor/mineral/titanium/blue/airless,
@@ -83,8 +75,6 @@
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/mineral/titanium/blue/airless,
diff --git a/_maps/RandomRuins/SpaceRuins/derelict6.dmm b/_maps/RandomRuins/SpaceRuins/derelict6.dmm
index 9b9777f5e1..fe6d576a39 100644
--- a/_maps/RandomRuins/SpaceRuins/derelict6.dmm
+++ b/_maps/RandomRuins/SpaceRuins/derelict6.dmm
@@ -57,7 +57,6 @@
/area/ruin/unpowered)
"aj" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-pile (EAST)";
icon_state = "pile";
dir = 4
},
@@ -158,7 +157,6 @@
/area/ruin/unpowered)
"az" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (WEST)";
name = "broken plating";
icon_state = "plating";
dir = 8
@@ -168,7 +166,6 @@
/area/ruin/unpowered)
"aA" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-pile (NORTH)";
icon_state = "pile";
dir = 1
},
@@ -310,7 +307,6 @@
/area/ruin/unpowered)
"aZ" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-pile (WEST)";
icon_state = "pile";
dir = 8
},
@@ -432,7 +428,6 @@
"bs" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (NORTH)";
icon_state = "singular";
dir = 1
},
@@ -440,7 +435,6 @@
/area/template_noop)
"bt" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-side (NORTH)";
icon_state = "side";
dir = 1
},
@@ -460,7 +454,6 @@
"bw" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (NORTH)";
name = "broken plating";
icon_state = "plating";
dir = 1
@@ -469,7 +462,6 @@
/area/ruin/unpowered)
"bx" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (EAST)";
name = "broken plating";
icon_state = "plating";
dir = 4
@@ -479,7 +471,6 @@
/area/ruin/unpowered)
"by" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-pile (EAST)";
icon_state = "pile";
dir = 4
},
@@ -488,7 +479,6 @@
"bz" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (EAST)";
name = "broken plating";
icon_state = "plating";
dir = 4
@@ -503,7 +493,6 @@
/area/template_noop)
"bB" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (EAST)";
icon_state = "singular";
dir = 4
},
@@ -513,7 +502,6 @@
"bC" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-corner (NORTH)";
icon_state = "corner";
dir = 1
},
@@ -521,7 +509,6 @@
/area/ruin/unpowered)
"bD" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (EAST)";
icon_state = "singular";
dir = 4
},
@@ -530,7 +517,6 @@
"bE" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-corner (WEST)";
icon_state = "corner";
dir = 8
},
@@ -539,7 +525,6 @@
"bF" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-side (EAST)";
icon_state = "side";
dir = 4
},
@@ -547,7 +532,6 @@
/area/ruin/unpowered)
"bG" = (
/obj/structure/fluff/broken_flooring{
- tag = "icon-singular (EAST)";
icon_state = "singular";
dir = 4
},
@@ -564,7 +548,6 @@
"bI" = (
/obj/structure/lattice,
/obj/structure/fluff/broken_flooring{
- tag = "icon-plating (WEST)";
name = "broken plating";
icon_state = "plating";
dir = 8
diff --git a/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm b/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm
index 12c9da97ae..2e893f5737 100644
--- a/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm
+++ b/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm
@@ -22,8 +22,7 @@
/area/ruin/gasthelizard)
"e" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -71,8 +70,7 @@
/area/ruin/gasthelizard)
"j" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/components/unary/outlet_injector,
/obj/effect/turf_decal/stripes/line{
@@ -202,8 +200,7 @@
dir = 9
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/gasthelizard)
@@ -231,8 +228,7 @@
/area/ruin/gasthelizard)
"A" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/gasthelizard)
@@ -326,8 +322,7 @@
/area/ruin/gasthelizard)
"N" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/light,
/obj/structure/table,
diff --git a/_maps/RandomRuins/SpaceRuins/intactemptyship.dmm b/_maps/RandomRuins/SpaceRuins/intactemptyship.dmm
index eb95b9cf9a..19dd1026dd 100644
--- a/_maps/RandomRuins/SpaceRuins/intactemptyship.dmm
+++ b/_maps/RandomRuins/SpaceRuins/intactemptyship.dmm
@@ -21,9 +21,7 @@
/area/ruin/powered/authorship)
"e" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion";
- tag = "icon-propulsion (EAST)"
+ dir = 8
},
/turf/template_noop,
/area/ruin/powered/authorship)
@@ -32,8 +30,6 @@
dir = 4
},
/obj/structure/shuttle/engine/heater{
- tag = "icon-heater (WEST)";
- icon_state = "heater";
dir = 8
},
/turf/open/floor/plating/airless,
diff --git a/_maps/RandomRuins/SpaceRuins/listeningstation.dmm b/_maps/RandomRuins/SpaceRuins/listeningstation.dmm
index 668e6039b9..4c351f0593 100644
--- a/_maps/RandomRuins/SpaceRuins/listeningstation.dmm
+++ b/_maps/RandomRuins/SpaceRuins/listeningstation.dmm
@@ -236,7 +236,6 @@
/area/awaymission/listeningpost)
"J" = (
/obj/structure/toilet{
- icon_state = "toilet00";
dir = 8
},
/turf/open/floor/plasteel/freezer,
diff --git a/_maps/RandomRuins/SpaceRuins/oldAIsat.dmm b/_maps/RandomRuins/SpaceRuins/oldAIsat.dmm
index 52cf3b4169..80a6af4f0d 100644
--- a/_maps/RandomRuins/SpaceRuins/oldAIsat.dmm
+++ b/_maps/RandomRuins/SpaceRuins/oldAIsat.dmm
@@ -110,8 +110,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating/airless,
/area/tcommsat/chamber)
diff --git a/_maps/RandomRuins/SpaceRuins/oldstation.dmm b/_maps/RandomRuins/SpaceRuins/oldstation.dmm
index cf9473c48d..fa12329728 100644
--- a/_maps/RandomRuins/SpaceRuins/oldstation.dmm
+++ b/_maps/RandomRuins/SpaceRuins/oldstation.dmm
@@ -14,10 +14,12 @@
/area/ruin/ancientstation/hivebot)
"ae" = (
/obj/structure/closet/crate,
-/obj/item/stack/sheet/glass{
- anchored = 20
- },
/obj/item/stack/sheet/plasteel/twenty,
+/obj/item/stack/sheet/glass{
+ amount = 50;
+ pixel_x = 3;
+ pixel_y = 3
+ },
/turf/open/floor/plasteel/black,
/area/ruin/ancientstation/hivebot)
"af" = (
@@ -42,6 +44,9 @@
/obj/item/stack/sheet/mineral/gold{
amount = 15
},
+/obj/item/weapon/ore/bluespace_crystal,
+/obj/item/weapon/ore/bluespace_crystal,
+/obj/item/weapon/ore/bluespace_crystal,
/turf/open/floor/plasteel/black,
/area/ruin/ancientstation/hivebot)
"ak" = (
@@ -54,8 +59,6 @@
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/machinery/door/poddoor{
@@ -78,8 +81,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
@@ -186,7 +188,6 @@
/area/ruin/ancientstation/hivebot)
"aF" = (
/obj/structure/shuttle/engine/large{
- tag = "icon-large_engine (EAST)";
icon_state = "large_engine";
dir = 4
},
@@ -210,9 +211,7 @@
/obj/structure/table,
/obj/machinery/button/door{
id = "ancient";
- name = "Charlie Station Lockdown Button";
- pixel_x = 0;
- pixel_y = 0
+ name = "Charlie Station Lockdown Button"
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation/comm)
@@ -298,8 +297,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/ruin/ancientstation)
@@ -309,7 +307,6 @@
dir = 1
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/blue/side{
@@ -329,15 +326,13 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
locked = 0;
pixel_x = 24;
req_access = "0";
req_one_access = "0"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/blue/side{
dir = 4
@@ -361,9 +356,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
/obj/item/weapon/coin,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation/comm)
"bc" = (
@@ -374,8 +367,6 @@
/area/ruin/ancientstation)
"bd" = (
/obj/structure/transit_tube{
- tag = "icon-straight (EAST)";
- icon_state = "straight";
dir = 4
},
/turf/template_noop,
@@ -480,6 +471,7 @@
"bu" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
+/obj/item/weapon/tank/internals/emergency_oxygen,
/turf/open/floor/plasteel/blue/side,
/area/ruin/ancientstation/comm)
"bv" = (
@@ -499,8 +491,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch,
/turf/open/floor/plating,
@@ -516,8 +507,6 @@
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -526,8 +515,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
@@ -553,7 +541,7 @@
/turf/closed/wall,
/area/ruin/ancientstation/deltacorridor)
"bF" = (
-/turf/closed/mineral,
+/turf/closed/wall/rust,
/area/ruin/ancientstation/hivebot)
"bG" = (
/obj/effect/decal/cleanable/dirt,
@@ -574,15 +562,12 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -591,15 +576,12 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -629,10 +611,7 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-25";
- pixel_x = 0;
- pixel_y = 0;
- tag = "icon-plant-25"
+ icon_state = "plant-25"
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
@@ -663,7 +642,9 @@
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"bU" = (
-/obj/machinery/door/firedoor/closed,
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"bV" = (
@@ -671,12 +652,10 @@
/area/ruin/ancientstation)
"bW" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-25";
- pixel_x = 0;
- pixel_y = 0;
- tag = "icon-plant-25"
+ icon_state = "plant-25"
},
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"bX" = (
/obj/structure/sign/science,
@@ -686,15 +665,12 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -741,30 +717,21 @@
"cf" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/transit_tube/station/reverse/flipped{
- tag = "icon-closed_terminus1 (NORTH)";
- icon_state = "closed_terminus1";
dir = 1
},
/obj/structure/transit_tube_pod{
- tag = "icon-pod (EAST)";
- icon_state = "pod";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation/betanorth)
"cg" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/structure/transit_tube{
- tag = "icon-straight (EAST)";
- icon_state = "straight";
dir = 4
},
/turf/open/floor/plating,
@@ -775,17 +742,12 @@
/area/template_noop)
"ci" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/structure/transit_tube{
- tag = "icon-straight (EAST)";
- icon_state = "straight";
dir = 4
},
/turf/open/floor/plating,
@@ -808,8 +770,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime,
@@ -825,7 +786,6 @@
"cn" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -834,7 +794,6 @@
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -864,16 +823,12 @@
"cs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/transit_tube/station/reverse/flipped{
- tag = "icon-closed_terminus1 (NORTH)";
- icon_state = "closed_terminus1";
dir = 1
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"ct" = (
/obj/structure/transit_tube_pod{
- tag = "icon-pod (EAST)";
- icon_state = "pod";
dir = 4
},
/turf/template_noop,
@@ -884,17 +839,12 @@
/area/template_noop)
"cv" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/structure/transit_tube{
- tag = "icon-straight (EAST)";
- icon_state = "straight";
dir = 4
},
/turf/open/floor/plating,
@@ -920,10 +870,7 @@
/area/ruin/ancientstation/deltacorridor)
"cz" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-25";
- pixel_x = 0;
- pixel_y = 0;
- tag = "icon-plant-25"
+ icon_state = "plant-25"
},
/obj/structure/cable{
d1 = 2;
@@ -939,8 +886,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -952,8 +898,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime,
@@ -962,8 +907,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/mob/living/simple_animal/hostile/hivebot/range,
@@ -973,8 +917,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime,
@@ -1001,10 +944,7 @@
/area/ruin/ancientstation/deltacorridor)
"cH" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-25";
- pixel_x = 0;
- pixel_y = 0;
- tag = "icon-plant-25"
+ icon_state = "plant-25"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime,
@@ -1025,8 +965,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
@@ -1057,13 +996,11 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
@@ -1084,8 +1021,6 @@
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -1102,8 +1037,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
@@ -1114,14 +1048,15 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"cV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"cW" = (
/obj/effect/decal/cleanable/dirt,
@@ -1134,8 +1069,7 @@
"cX" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation/deltacorridor)
@@ -1143,8 +1077,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -1223,8 +1156,6 @@
/obj/item/weapon/storage/firstaid/ancient,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (NORTHEAST)";
- icon_state = "whitehall";
dir = 5
},
/area/template_noop)
@@ -1246,8 +1177,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -1257,7 +1187,6 @@
dir = 4;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = "0";
req_one_access = "0"
},
@@ -1266,17 +1195,12 @@
"dn" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-25";
- pixel_x = 0;
- pixel_y = 0;
- tag = "icon-plant-25"
+ icon_state = "plant-25"
},
/obj/machinery/light/small{
dir = 8
},
/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTHWEST)";
- icon_state = "green";
dir = 9
},
/area/ruin/ancientstation/hydroponics)
@@ -1308,23 +1232,19 @@
"ds" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-25";
- pixel_x = 0;
- pixel_y = 0;
- tag = "icon-plant-25"
+ icon_state = "plant-25"
},
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTHEAST)";
- icon_state = "green";
dir = 5
},
/area/ruin/ancientstation/hydroponics)
"dt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"du" = (
/obj/machinery/light/small{
@@ -1332,13 +1252,13 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
locked = 0;
pixel_x = 24;
req_access = "0";
req_one_access = "0"
},
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"dv" = (
/turf/closed/wall/rust,
@@ -1347,17 +1267,14 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation/deltacorridor)
@@ -1395,12 +1312,9 @@
"dC" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/components/unary/vent_pump{
- tag = "icon-vent_map (WEST)";
- icon_state = "vent_map";
dir = 8
},
/turf/open/floor/plasteel/floorgrime,
@@ -1409,8 +1323,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/item/roller,
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (EAST)";
- icon_state = "whitehall";
dir = 4
},
/area/template_noop)
@@ -1418,15 +1330,12 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -1472,15 +1381,16 @@
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plasteel/airless,
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
/area/template_noop)
"dM" = (
/obj/structure/table,
/obj/item/weapon/tank/internals/oxygen,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/item/clothing/mask/breath,
/turf/open/floor/plasteel/yellow/side{
dir = 9
@@ -1499,7 +1409,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
locked = 0;
pixel_x = 24;
req_access = "0";
@@ -1514,15 +1423,12 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -1545,7 +1451,6 @@
dir = 8;
name = "Charlie Security APC";
pixel_x = -24;
- pixel_y = 0;
start_charge = 0
},
/turf/open/floor/plasteel/red/side{
@@ -1578,15 +1483,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/airalarm{
dir = 4;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = "0";
req_one_access = "0"
},
@@ -1629,7 +1532,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
locked = 0;
pixel_x = 24;
req_access = "0";
@@ -1658,8 +1560,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/template_noop,
/area/template_noop)
@@ -1715,9 +1616,7 @@
pixel_y = 4
},
/obj/item/weapon/cultivator,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation/hydroponics)
"eq" = (
@@ -1748,8 +1647,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/red/side{
@@ -1784,8 +1682,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime,
@@ -1793,7 +1690,6 @@
"ez" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -1834,8 +1730,7 @@
"eF" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/ruin/ancientstation/rnd)
@@ -1846,8 +1741,6 @@
"eH" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (EAST)";
- icon_state = "whitehall";
dir = 4
},
/area/template_noop)
@@ -1857,15 +1750,19 @@
d2 = 4
},
/obj/machinery/power/solar,
-/turf/open/floor/plasteel/airless,
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
/area/template_noop)
"eJ" = (
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged1"
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
},
/area/template_noop)
"eK" = (
@@ -1888,7 +1785,6 @@
"eM" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -1896,8 +1792,6 @@
"eN" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/obj/machinery/light/small{
@@ -1911,8 +1805,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/yellow/side{
@@ -1928,8 +1821,6 @@
"eQ" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/green/side{
- tag = "icon-green (WEST)";
- icon_state = "green";
dir = 8
},
/area/ruin/ancientstation/hydroponics)
@@ -1943,8 +1834,6 @@
"eS" = (
/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/floorgrime,
@@ -1952,8 +1841,6 @@
"eT" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/green/side{
- tag = "icon-green (EAST)";
- icon_state = "green";
dir = 4
},
/area/ruin/ancientstation/hydroponics)
@@ -1961,8 +1848,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -1985,8 +1871,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/mob/living/simple_animal/hostile/hivebot,
@@ -2018,15 +1903,12 @@
"fb" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -2072,8 +1954,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/yellow/corner{
@@ -2092,8 +1973,6 @@
dir = 8
},
/turf/open/floor/plasteel/green/side{
- tag = "icon-green (WEST)";
- icon_state = "green";
dir = 8
},
/area/ruin/ancientstation/hydroponics)
@@ -2111,7 +1990,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/green/corner{
@@ -2124,15 +2002,14 @@
dir = 4
},
/turf/open/floor/plasteel/green/side{
- tag = "icon-green (EAST)";
- icon_state = "green";
dir = 4
},
/area/ruin/ancientstation/hydroponics)
"fn" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"fo" = (
/obj/machinery/door/firedoor,
@@ -2168,12 +2045,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/floorgrime,
@@ -2218,15 +2093,12 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -2238,8 +2110,6 @@
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -2256,8 +2126,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/plating,
/area/ruin/ancientstation/engi)
@@ -2266,8 +2135,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
@@ -2305,7 +2173,8 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"fK" = (
/obj/machinery/door/airlock/security,
@@ -2319,8 +2188,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/red/corner{
@@ -2370,8 +2238,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/mob/living/simple_animal/hostile/hivebot,
@@ -2386,7 +2253,6 @@
"fT" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white/corner{
@@ -2408,8 +2274,7 @@
"fW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/white/corner{
dir = 1
@@ -2423,35 +2288,29 @@
/area/template_noop)
"fY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/airless/floorgrime,
/area/template_noop)
"fZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/airless/floorgrime,
/area/template_noop)
"ga" = (
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless,
/area/template_noop)
@@ -2461,8 +2320,6 @@
amount = 2
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/template_noop,
@@ -2475,15 +2332,12 @@
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/template_noop,
/area/template_noop)
@@ -2492,12 +2346,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/template_noop,
@@ -2518,12 +2369,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/template_noop,
@@ -2533,8 +2381,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -2542,8 +2389,6 @@
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/template_noop,
@@ -2559,12 +2404,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -2574,12 +2416,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -2589,8 +2428,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
@@ -2599,8 +2437,6 @@
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -2619,8 +2455,6 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -2639,7 +2473,6 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -2650,8 +2483,6 @@
amount = 2
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -2660,8 +2491,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -2681,15 +2511,12 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/structure/cable{
@@ -2701,7 +2528,6 @@
d2 = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/machinery/door/poddoor{
@@ -2723,12 +2549,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -2737,8 +2561,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -2748,14 +2571,11 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -2764,13 +2584,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -2786,16 +2603,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -2804,14 +2618,11 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/visible{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -2820,8 +2631,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
@@ -2831,15 +2641,13 @@
/obj/machinery/power/apc{
dir = 2;
name = "Charlie Kitchen APC";
- pixel_x = 0;
pixel_y = -24;
start_charge = 0
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d2 = 8;
@@ -2851,8 +2659,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/crate,
@@ -2866,8 +2673,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch,
/obj/effect/decal/cleanable/dirt,
@@ -2877,40 +2683,36 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"gz" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"gA" = (
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/structure/cable{
@@ -2922,7 +2724,6 @@
d2 = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/machinery/door/poddoor{
@@ -2940,11 +2741,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -2954,11 +2753,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -2968,8 +2765,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -2982,15 +2778,12 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/structure/cable{
@@ -3002,8 +2795,6 @@
d2 = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -3012,12 +2803,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating/airless,
@@ -3026,26 +2814,20 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -3055,12 +2837,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -3070,8 +2849,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -3079,8 +2857,6 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -3090,13 +2866,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch,
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -3115,12 +2888,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -3159,9 +2930,8 @@
/obj/structure/table,
/obj/item/weapon/storage/toolbox/mechanical/old,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation/rnd)
@@ -3218,8 +2988,7 @@
"gV" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
@@ -3231,8 +3000,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation/engi)
@@ -3240,8 +3008,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime,
@@ -3295,8 +3062,6 @@
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/effect/decal/cleanable/dirt,
@@ -3315,8 +3080,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
@@ -3337,12 +3101,9 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -3352,11 +3113,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
icon_state = "yellowcorner";
dir = 8
},
@@ -3382,8 +3141,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/yellow/corner,
@@ -3397,12 +3155,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
icon_state = "yellowcorner";
dir = 8
},
@@ -3486,12 +3242,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/floorgrime,
@@ -3513,11 +3267,14 @@
pixel_x = 6
},
/obj/item/weapon/reagent_containers/glass/beaker/large/bromine{
- pixel_x = -6;
- pixel_y = 0
+ pixel_x = -6
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/floorgrime,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (NORTHWEST)";
+ icon_state = "orange";
+ dir = 9
+ },
/area/ruin/ancientstation/rnd)
"hG" = (
/obj/structure/table,
@@ -3528,7 +3285,11 @@
pixel_x = -6
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/floorgrime,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (NORTH)";
+ icon_state = "orange";
+ dir = 1
+ },
/area/ruin/ancientstation/rnd)
"hH" = (
/obj/structure/table,
@@ -3539,7 +3300,11 @@
pixel_x = -6
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/floorgrime,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (NORTHEAST)";
+ icon_state = "orange";
+ dir = 5
+ },
/area/ruin/ancientstation/rnd)
"hI" = (
/obj/machinery/door/firedoor,
@@ -3550,8 +3315,7 @@
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation/deltacorridor)
@@ -3573,7 +3337,10 @@
icon_state = "0-4";
d2 = 4
},
-/turf/open/floor/plasteel/airless,
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
/area/template_noop)
"hN" = (
/obj/structure/lattice/catwalk,
@@ -3589,8 +3356,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light/small{
brightness = 3;
@@ -3613,8 +3379,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -3628,15 +3393,12 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -3658,9 +3420,8 @@
/obj/item/weapon/reagent_containers/food/condiment/enzyme{
layer = 5
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/cafeteria,
/area/ruin/ancientstation/kitchen)
@@ -3682,9 +3443,8 @@
"hX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/item/weapon/storage/backpack/old,
/turf/open/floor/plasteel/red/side{
@@ -3708,7 +3468,11 @@
pixel_y = 8
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/floorgrime,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (EAST)";
+ icon_state = "orange";
+ dir = 4
+ },
/area/ruin/ancientstation/rnd)
"ia" = (
/turf/open/floor/plasteel/airless{
@@ -3759,7 +3523,6 @@
"if" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
icon_state = "yellowcorner";
dir = 8
},
@@ -3768,8 +3531,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/yellow/side{
@@ -3780,8 +3542,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
@@ -3815,6 +3576,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
/obj/item/weapon/restraints/handcuffs,
+/obj/item/clothing/mask/gas,
/turf/open/floor/plasteel/red/side{
dir = 6
},
@@ -3823,18 +3585,17 @@
/obj/structure/table,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/weapon/broken_bottle,
+/obj/item/weapon/soap/nanotrasen,
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation/rnd)
"io" = (
/obj/structure/table,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/item/weapon/folder/white,
/obj/item/weapon/reagent_containers/glass/beaker,
@@ -3862,7 +3623,11 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/floorgrime,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (EAST)";
+ icon_state = "orange";
+ dir = 4
+ },
/area/ruin/ancientstation/rnd)
"is" = (
/obj/machinery/door/airlock/glass_medical{
@@ -3908,18 +3673,23 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
locked = 0;
pixel_x = 24;
req_access = "0";
req_one_access = "0"
},
-/turf/open/floor/plasteel/floorgrime,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (EAST)";
+ icon_state = "orange";
+ dir = 4
+ },
/area/ruin/ancientstation/rnd)
"iv" = (
/obj/structure/table,
-/obj/item/device/multitool,
/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/gloves/color/fyellow/old,
+/obj/item/clothing/gloves/color/fyellow/old,
+/obj/item/device/multitool,
/turf/open/floor/plasteel/yellow/side{
dir = 10
},
@@ -3964,8 +3734,7 @@
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/red/side{
dir = 10
@@ -3980,7 +3749,6 @@
"iB" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/rack,
-/obj/item/clothing/mask/gas,
/obj/item/clothing/head/helmet/old,
/turf/open/floor/plasteel/red/side{
dir = 6
@@ -3990,15 +3758,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/airalarm{
dir = 4;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = "0";
req_one_access = "0"
},
@@ -4034,7 +3800,11 @@
pixel_y = 8
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/floorgrime,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (EAST)";
+ icon_state = "orange";
+ dir = 4
+ },
/area/ruin/ancientstation/rnd)
"iH" = (
/obj/effect/decal/cleanable/dirt,
@@ -4099,13 +3869,13 @@
"iO" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
locked = 0;
pixel_x = 24;
req_access = "0";
req_one_access = "0"
},
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"iP" = (
/obj/structure/chair{
@@ -4123,7 +3893,11 @@
pixel_x = -6
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/floorgrime,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (SOUTHWEST)";
+ icon_state = "orange";
+ dir = 10
+ },
/area/ruin/ancientstation/rnd)
"iR" = (
/obj/structure/table,
@@ -4145,7 +3919,11 @@
pixel_x = -6
},
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/floorgrime,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (SOUTHEAST)";
+ icon_state = "orange";
+ dir = 6
+ },
/area/ruin/ancientstation/rnd)
"iT" = (
/obj/structure/closet/crate,
@@ -4189,8 +3967,6 @@
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -4207,8 +3983,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
@@ -4222,7 +3997,8 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"jc" = (
/obj/machinery/door/airlock/research{
@@ -4247,8 +4023,6 @@
"jf" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/unary/vent_pump{
- tag = "icon-vent_map (WEST)";
- icon_state = "vent_map";
dir = 8
},
/turf/open/floor/plasteel/floorgrime,
@@ -4262,8 +4036,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless,
/area/template_noop)
@@ -4300,36 +4073,33 @@
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"jn" = (
-/obj/machinery/door/firedoor/closed,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"jo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"jp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
-/turf/open/floor/plasteel/airless/floorgrime,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
"jq" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/transit_tube/station/reverse/flipped{
- tag = "icon-closed_terminus1 (NORTH)";
- icon_state = "closed_terminus1";
dir = 1
},
/obj/structure/transit_tube_pod{
- tag = "icon-pod (EAST)";
- icon_state = "pod";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -4444,10 +4214,7 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-25";
- pixel_x = 0;
- pixel_y = 0;
- tag = "icon-plant-25"
+ icon_state = "plant-25"
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
@@ -4478,10 +4245,7 @@
/area/ruin/ancientstation)
"jJ" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-25";
- pixel_x = 0;
- pixel_y = 0;
- tag = "icon-plant-25"
+ icon_state = "plant-25"
},
/obj/structure/cable{
d1 = 1;
@@ -4496,8 +4260,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/mob/living/simple_animal/hostile/hivebot,
@@ -4508,8 +4271,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime,
@@ -4547,9 +4309,7 @@
/area/template_noop)
"jR" = (
/obj/structure/cable,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
+/turf/open/floor/plating/airless,
/area/template_noop)
"jS" = (
/obj/structure/grille,
@@ -4558,8 +4318,6 @@
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -4568,8 +4326,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
@@ -4596,8 +4353,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white/side,
/area/ruin/ancientstation/proto)
@@ -4705,7 +4461,6 @@
"kk" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
- tag = "icon-warningline (EAST)";
icon_state = "warningline";
dir = 4
},
@@ -4724,8 +4479,6 @@
/area/ruin/ancientstation/atmo)
"kn" = (
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/engine/airless,
@@ -4733,15 +4486,12 @@
"ko" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -4789,7 +4539,6 @@
/area/ruin/ancientstation)
"kt" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/table/reinforced,
@@ -4798,8 +4547,7 @@
/area/ruin/ancientstation/proto)
"ku" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/door/poddoor{
id = "proto"
@@ -4820,7 +4568,6 @@
"kx" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
- tag = "icon-warningline (EAST)";
icon_state = "warningline";
dir = 4
},
@@ -4828,8 +4575,6 @@
/area/ruin/ancientstation/proto)
"ky" = (
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/machinery/door/poddoor{
@@ -4839,8 +4584,7 @@
/area/ruin/ancientstation/proto)
"kz" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/table/reinforced,
/obj/item/weapon/paper/oldstat/protosing,
@@ -4853,12 +4597,9 @@
"kB" = (
/obj/structure/grille,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -4911,12 +4652,10 @@
"kI" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/corner{
- tag = "icon-warninglinecorner (NORTH)";
icon_state = "warninglinecorner";
dir = 1
},
/obj/effect/turf_decal/stripes/corner{
- tag = "icon-warninglinecorner (EAST)";
icon_state = "warninglinecorner";
dir = 4
},
@@ -4926,7 +4665,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/corner,
/obj/effect/turf_decal/stripes/corner{
- tag = "icon-warninglinecorner (WEST)";
icon_state = "warninglinecorner";
dir = 8
},
@@ -4991,7 +4729,6 @@
/area/ruin/ancientstation)
"kR" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/table/reinforced,
@@ -5010,17 +4747,15 @@
id = "proto";
name = "Prototype Lab Lockdown"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/item/weapon/paper/oldstat/protoinv,
/turf/open/floor/plasteel/white,
/area/ruin/ancientstation/proto)
"kU" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/table/reinforced,
/obj/item/weapon/paper/oldstat/protogun,
@@ -5028,8 +4763,6 @@
/area/ruin/ancientstation/proto)
"kV" = (
/obj/machinery/atmospherics/pipe/manifold/supply/visible{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -5047,20 +4780,13 @@
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/on{
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
+ name = "air output"
},
/turf/open/floor/engine/air,
/area/ruin/ancientstation/atmo)
@@ -5105,16 +4831,12 @@
/area/ruin/ancientstation/proto)
"ld" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
- tag = "icon-vent_map (NORTH)";
- icon_state = "vent_map";
dir = 1
},
/turf/open/floor/plating/airless,
/area/ruin/ancientstation/atmo)
"le" = (
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/air,
@@ -5124,12 +4846,9 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -5149,8 +4868,6 @@
dir = 1
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plating,
@@ -5159,8 +4876,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
@@ -5170,7 +4886,6 @@
"lk" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
locked = 0;
pixel_x = 24;
req_access = "0";
@@ -5183,9 +4898,8 @@
/area/ruin/unpowered)
"lm" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/floorgrime,
/area/ruin/ancientstation)
@@ -5204,6 +4918,250 @@
"lp" = (
/turf/closed/mineral/gold,
/area/ruin/unpowered)
+"lq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/pickaxe,
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/ancientstation/deltacorridor)
+"lr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/ore/bluespace_crystal,
+/turf/open/floor/plasteel/white,
+/area/ruin/ancientstation/rnd)
+"ls" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/ore/bluespace_crystal/refined,
+/turf/open/floor/plasteel/white,
+/area/ruin/ancientstation/rnd)
+"lt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/mirror{
+ name = "dusty mirror";
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/floorgrime,
+/area/ruin/ancientstation)
+"lu" = (
+/obj/item/weapon/stock_parts/manipulator,
+/turf/open/floor/plasteel/airless/floorgrime,
+/area/template_noop)
+"lv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/weapon/stock_parts/console_screen,
+/turf/open/floor/plasteel/white/side{
+ tag = "icon-whitehall (EAST)";
+ icon_state = "whitehall";
+ dir = 4
+ },
+/area/template_noop)
+"lw" = (
+/obj/item/weapon/stock_parts/matter_bin,
+/turf/open/floor/plating/airless,
+/area/template_noop)
+"lx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/science{
+ name = "Artificial Program Core Room"
+ },
+/turf/open/floor/plating,
+/area/ruin/ancientstation/hivebot)
+"ly" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/science,
+/turf/open/floor/plating,
+/area/ruin/ancientstation/hivebot)
+"lz" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lA" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lB" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lC" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lD" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lE" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lF" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lG" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lH" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lI" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lJ" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lK" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/orange/corner,
+/area/ruin/ancientstation/rnd)
+"lM" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (WEST)";
+ icon_state = "orange";
+ dir = 8
+ },
+/area/ruin/ancientstation/rnd)
+"lN" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lO" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lP" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lQ" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lR" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lS" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/orange/corner{
+ tag = "icon-orangecorner (EAST)";
+ icon_state = "orangecorner";
+ dir = 4
+ },
+/area/ruin/ancientstation/rnd)
+"lU" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/orange/side{
+ tag = "icon-orange (WEST)";
+ icon_state = "orange";
+ dir = 8
+ },
+/area/ruin/ancientstation/rnd)
+"lV" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lW" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lX" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lY" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"lZ" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"ma" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"mb" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"mc" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
+"md" = (
+/turf/open/floor/plating/airless{
+ tag = "icon-floor";
+ icon_state = "floor"
+ },
+/area/template_noop)
(1,1,1) = {"
aa
@@ -5330,7 +5288,7 @@ br
di
dD
bq
-eH
+lv
eH
aa
aa
@@ -5900,20 +5858,20 @@ aa
bd
aa
aa
-dG
-dG
-dG
+lz
+lz
+lz
aa
aa
gb
aa
aa
hM
-eh
-dG
+lz
+lz
aA
-dG
-eh
+lz
+lz
eI
aa
aa
@@ -6004,21 +5962,21 @@ aa
bd
aa
aa
-dI
-eh
+lz
+lz
eI
aa
aa
gd
aa
aa
-eh
+lz
hM
-dJ
+lz
aA
-eh
-dG
-dJ
+lz
+lz
+lz
aa
aa
aa
@@ -6108,21 +6066,21 @@ aa
bd
aa
aa
-dJ
-dG
+lz
+lz
eJ
aa
aa
gd
aa
aa
-dG
-ia
-dG
+lz
+lz
+lz
aA
-dG
-ia
-ia
+lz
+lz
+lz
aa
aa
aa
@@ -6213,20 +6171,20 @@ bd
aa
aa
dL
-dG
-dG
+lz
+lz
aa
aa
gd
aa
aa
-dG
-ic
-ia
-aA
-dG
+lz
+eJ
+lz
+aA
+lz
+eJ
eJ
-ic
aa
aa
aa
@@ -6927,8 +6885,8 @@ aa
aa
aa
aa
-ak
-as
+by
+aH
at
aQ
aI
@@ -7239,8 +7197,8 @@ aa
aa
aa
aa
-ak
-ay
+by
+aM
ax
aQ
aI
@@ -7268,7 +7226,7 @@ ja
cn
jH
aG
-bN
+lt
bN
bN
bN
@@ -7300,8 +7258,8 @@ aR
bn
ak
ak
-bU
-bU
+bR
+bR
cQ
ds
dR
@@ -7352,12 +7310,12 @@ ak
ak
ak
aG
-bV
-bV
+bN
+bN
cQ
cQ
dP
-es
+eo
dP
cQ
cQ
@@ -7365,12 +7323,12 @@ gx
gY
gY
hR
-ij
+ii
hR
gY
gY
jo
-bV
+bN
aG
aG
aG
@@ -7404,8 +7362,8 @@ aY
aY
aY
bC
-bV
-bV
+bN
+bN
cU
dt
dt
@@ -7422,7 +7380,7 @@ dt
dt
jb
jp
-bV
+bN
bC
kb
aY
@@ -7457,23 +7415,23 @@ aY
aY
aG
bW
-bV
+bN
cV
du
-bV
-bV
-bV
-fo
-bV
+bN
+bN
+bN
+bR
+bN
gz
-bV
-fo
-bV
-bV
-bV
+bN
+bR
+bN
+bN
+bN
iO
cV
-bV
+bN
bW
aG
kc
@@ -8134,7 +8092,7 @@ aa
bD
bZ
cw
-ca
+lq
bD
aa
aa
@@ -8547,7 +8505,7 @@ ad
ad
ad
ad
-bF
+bG
bF
cC
dd
@@ -8600,7 +8558,7 @@ be
aB
aN
bG
-bG
+lx
cE
dc
dy
@@ -8652,7 +8610,7 @@ aC
af
aN
bG
-bG
+lx
cF
db
dz
@@ -8703,7 +8661,7 @@ ad
ad
ad
ad
-bF
+bG
bF
ca
dc
@@ -8716,9 +8674,9 @@ eb
gP
hi
hi
-hi
+lL
ir
-hi
+lT
hi
jd
jw
@@ -8820,9 +8778,9 @@ dZ
gQ
dy
hF
+lM
eb
-eb
-eb
+lM
iQ
dy
jx
diff --git a/_maps/RandomRuins/SpaceRuins/onehalf.dmm b/_maps/RandomRuins/SpaceRuins/onehalf.dmm
index 0773923b53..6cfefd7707 100644
--- a/_maps/RandomRuins/SpaceRuins/onehalf.dmm
+++ b/_maps/RandomRuins/SpaceRuins/onehalf.dmm
@@ -172,7 +172,6 @@
/area/ruin/onehalf/dorms_med)
"aB" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/table,
@@ -254,8 +253,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Crew Quarters APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/turf/open/floor/plasteel/white,
/area/ruin/onehalf/dorms_med)
@@ -457,7 +455,6 @@
/area/ruin/onehalf/hallway)
"bg" = (
/obj/structure/disposalpipe/broken{
- tag = "icon-pipe-b (EAST)";
icon_state = "pipe-b";
dir = 4
},
@@ -632,7 +629,6 @@
/area/ruin/onehalf/drone_bay)
"bv" = (
/obj/structure/disposalpipe/broken{
- tag = "icon-pipe-b (EAST)";
icon_state = "pipe-b";
dir = 4
},
@@ -734,8 +730,6 @@
/area/ruin/onehalf/drone_bay)
"bJ" = (
/obj/structure/chair/office{
- tag = "icon-chair (EAST)";
- icon_state = "chair";
dir = 4
},
/turf/open/floor/plasteel{
@@ -879,7 +873,6 @@
/area/ruin/onehalf/bridge)
"ch" = (
/obj/structure/disposalpipe/junction{
- tag = "icon-pipe-j1 (NORTH)";
icon_state = "pipe-j1";
dir = 1
},
@@ -892,12 +885,10 @@
"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
},
@@ -948,8 +939,6 @@
/area/ruin/onehalf/bridge)
"co" = (
/obj/structure/chair/office{
- tag = "icon-chair (NORTH)";
- icon_state = "chair";
dir = 1
},
/turf/open/floor/plasteel,
@@ -1069,12 +1058,10 @@
"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
},
diff --git a/_maps/RandomRuins/SpaceRuins/originalcontent.dmm b/_maps/RandomRuins/SpaceRuins/originalcontent.dmm
index 235d904273..5401836144 100644
--- a/_maps/RandomRuins/SpaceRuins/originalcontent.dmm
+++ b/_maps/RandomRuins/SpaceRuins/originalcontent.dmm
@@ -12,16 +12,12 @@
/area/template_noop)
"ad" = (
/obj/structure/fluff/paper/corner{
- tag = "icon-papercorner (WEST)";
- icon_state = "papercorner";
dir = 8
},
/turf/template_noop,
/area/template_noop)
"ae" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (EAST)";
- icon_state = "paper";
dir = 4
},
/turf/template_noop,
@@ -31,8 +27,6 @@
/area/ruin/powered)
"ag" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (SOUTHWEST)";
- icon_state = "paper";
dir = 10
},
/turf/template_noop,
@@ -40,16 +34,12 @@
"ah" = (
/obj/structure/fluff/paper/corner,
/obj/structure/fluff/paper/corner{
- tag = "icon-papercorner (WEST)";
- icon_state = "papercorner";
dir = 8
},
/turf/template_noop,
/area/template_noop)
"ai" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (SOUTHEAST)";
- icon_state = "paper";
dir = 6
},
/turf/template_noop,
@@ -60,58 +50,42 @@
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,
@@ -121,16 +95,12 @@
/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,
@@ -147,50 +117,36 @@
/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/template_noop,
/area/template_noop)
"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,
@@ -201,8 +157,6 @@
/area/ruin/powered)
"aA" = (
/obj/structure/fluff/paper/corner{
- tag = "icon-papercorner (WEST)";
- icon_state = "papercorner";
dir = 8
},
/turf/open/indestructible/paper,
@@ -210,29 +164,21 @@
"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,
@@ -241,26 +187,18 @@
/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,
@@ -268,13 +206,9 @@
/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,
@@ -282,13 +216,9 @@
/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,
@@ -296,16 +226,12 @@
/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,
@@ -313,8 +239,6 @@
/area/ruin/powered)
"aK" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (NORTH)";
- icon_state = "paper";
dir = 1
},
/obj/structure/fluff/paper,
@@ -322,13 +246,9 @@
/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,
@@ -336,21 +256,15 @@
/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,
@@ -362,39 +276,27 @@
/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,
@@ -406,16 +308,12 @@
/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,
@@ -423,21 +321,15 @@
/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,
@@ -450,29 +342,21 @@
"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,
@@ -480,58 +364,42 @@
/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/template_noop,
/area/template_noop)
"bd" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (NORTH)";
- icon_state = "paper";
dir = 1
},
/turf/template_noop,
/area/template_noop)
"be" = (
/obj/structure/fluff/paper/corner{
- tag = "icon-papercorner (EAST)";
- icon_state = "papercorner";
dir = 4
},
/turf/template_noop,
/area/template_noop)
"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,
@@ -539,8 +407,6 @@
/area/ruin/powered)
"bh" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (NORTH)";
- icon_state = "paper";
dir = 1
},
/obj/item/toy/crayon/red,
@@ -548,8 +414,6 @@
/area/ruin/powered)
"bi" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (NORTH)";
- icon_state = "paper";
dir = 1
},
/obj/structure/fluff/paper/corner,
@@ -558,21 +422,15 @@
"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,
@@ -580,8 +438,6 @@
/area/ruin/powered)
"bl" = (
/obj/structure/fluff/paper/stack{
- tag = "icon-paperstack (NORTHWEST)";
- icon_state = "paperstack";
dir = 9
},
/turf/open/indestructible/paper,
@@ -593,34 +449,24 @@
/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/template_noop,
/area/template_noop)
"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/template_noop,
/area/template_noop)
"bp" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (WEST)";
- icon_state = "paper";
dir = 8
},
/obj/item/toy/crayon/rainbow,
@@ -628,26 +474,18 @@
/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,
@@ -666,34 +504,24 @@
/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/template_noop,
/area/template_noop)
"bx" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (NORTHEAST)";
- icon_state = "paper";
dir = 5
},
/turf/template_noop,
@@ -704,8 +532,6 @@
/area/ruin/powered)
"bz" = (
/obj/structure/fluff/paper/stack{
- tag = "icon-paperstack (NORTHWEST)";
- icon_state = "paperstack";
dir = 9
},
/obj/structure/fluff/paper,
@@ -728,21 +554,15 @@
"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,
@@ -753,14 +573,10 @@
/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,
@@ -772,8 +588,6 @@
/area/ruin/powered)
"bH" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (EAST)";
- icon_state = "paper";
dir = 4
},
/obj/item/toy/crayon/yellow,
@@ -781,8 +595,6 @@
/area/ruin/powered)
"bI" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (NORTHWEST)";
- icon_state = "paper";
dir = 9
},
/obj/structure/closet/crate/bin,
@@ -802,8 +614,6 @@
/area/ruin/powered)
"bJ" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (NORTH)";
- icon_state = "paper";
dir = 1
},
/obj/structure/easel,
@@ -817,8 +627,6 @@
/area/ruin/powered)
"bK" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (NORTHEAST)";
- icon_state = "paper";
dir = 5
},
/obj/structure/table/wood,
@@ -827,13 +635,9 @@
/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,
@@ -845,8 +649,6 @@
"bN" = (
/obj/structure/fluff/paper/corner,
/obj/structure/fluff/paper/corner{
- tag = "icon-papercorner (NORTH)";
- icon_state = "papercorner";
dir = 1
},
/turf/open/indestructible/paper,
@@ -857,8 +659,6 @@
opacity = 0
},
/obj/structure/fluff/paper{
- tag = "icon-paper (NORTH)";
- icon_state = "paper";
dir = 1
},
/obj/structure/fluff/paper,
@@ -866,48 +666,34 @@
/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,
@@ -915,21 +701,15 @@
/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,
@@ -941,8 +721,6 @@
/area/ruin/powered)
"bW" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (WEST)";
- icon_state = "paper";
dir = 8
},
/obj/structure/easel,
@@ -964,8 +742,6 @@
/area/ruin/powered)
"bZ" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (EAST)";
- icon_state = "paper";
dir = 4
},
/obj/structure/bed,
@@ -974,8 +750,6 @@
/area/ruin/powered)
"ca" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (SOUTHWEST)";
- icon_state = "paper";
dir = 10
},
/obj/structure/table/wood,
@@ -984,8 +758,6 @@
/area/ruin/powered)
"cb" = (
/obj/structure/fluff/paper/stack{
- tag = "icon-paperstack (NORTHWEST)";
- icon_state = "paperstack";
dir = 9
},
/obj/item/toy/crayon/purple,
@@ -997,8 +769,6 @@
/area/ruin/powered)
"cd" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (EAST)";
- icon_state = "paper";
dir = 4
},
/obj/structure/table/wood,
@@ -1008,21 +778,15 @@
/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,
@@ -1030,8 +794,6 @@
/area/ruin/powered)
"cg" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (EAST)";
- icon_state = "paper";
dir = 4
},
/obj/structure/table/wood,
@@ -1048,16 +810,12 @@
"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,
@@ -1065,13 +823,9 @@
/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,
@@ -1079,8 +833,6 @@
"cl" = (
/obj/structure/fluff/paper/corner,
/obj/structure/fluff/paper/stack{
- tag = "icon-paperstack (EAST)";
- icon_state = "paperstack";
dir = 4
},
/turf/open/indestructible/paper,
@@ -1094,8 +846,6 @@
/area/ruin/powered)
"cn" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (SOUTHEAST)";
- icon_state = "paper";
dir = 6
},
/obj/structure/table/wood,
@@ -1107,8 +857,6 @@
"co" = (
/obj/structure/fluff/paper,
/obj/structure/fluff/paper/stack{
- tag = "icon-paperstack (NORTHWEST)";
- icon_state = "paperstack";
dir = 9
},
/obj/item/toy/crayon/blue,
@@ -1116,8 +864,6 @@
/area/ruin/powered)
"cp" = (
/obj/structure/fluff/paper{
- tag = "icon-paper (SOUTHWEST)";
- icon_state = "paper";
dir = 10
},
/obj/machinery/photocopier,
@@ -1144,8 +890,6 @@
"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,
@@ -1154,21 +898,15 @@
"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,
@@ -1176,16 +914,12 @@
"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,
diff --git a/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm b/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm
index db2a94579c..a4baf770b0 100644
--- a/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm
+++ b/_maps/RandomRuins/SpaceRuins/shuttlerelic.dmm
@@ -5,7 +5,6 @@
"b" = (
/turf/template_noop,
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (WEST)";
icon_state = "corner";
dir = 8
},
@@ -30,7 +29,6 @@
initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
},
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (NORTH)";
icon_state = "corner";
dir = 1
},
@@ -47,7 +45,6 @@
initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
},
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (EAST)";
icon_state = "corner";
dir = 4
},
@@ -64,8 +61,6 @@
/area/ruin/powered)
"j" = (
/obj/structure/shuttle/engine/propulsion/burst{
- tag = "icon-propulsion (NORTH)";
- icon_state = "propulsion";
dir = 1
},
/turf/template_noop,
@@ -79,13 +74,11 @@
/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
},
@@ -96,7 +89,6 @@
/area/ruin/powered)
"n" = (
/obj/structure/chair/old{
- tag = "icon-chairold (NORTH)";
icon_state = "chairold";
dir = 1
},
@@ -112,7 +104,6 @@
/area/ruin/powered)
"o" = (
/obj/structure/chair/old{
- tag = "icon-chairold (NORTH)";
icon_state = "chairold";
dir = 1
},
@@ -128,7 +119,6 @@
initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
},
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (WEST)";
icon_state = "corner";
dir = 8
},
@@ -143,7 +133,6 @@
"r" = (
/turf/template_noop,
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (NORTH)";
icon_state = "corner";
dir = 1
},
@@ -151,7 +140,6 @@
"s" = (
/turf/template_noop,
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (EAST)";
icon_state = "corner";
dir = 4
},
diff --git a/_maps/RandomRuins/SpaceRuins/spacebar.dmm b/_maps/RandomRuins/SpaceRuins/spacebar.dmm
deleted file mode 100644
index a7e927670e..0000000000
--- a/_maps/RandomRuins/SpaceRuins/spacebar.dmm
+++ /dev/null
@@ -1,2318 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/open/space,
-/area/space)
-"ab" = (
-/turf/closed/mineral,
-/area/ruin/unpowered/no_grav)
-"ac" = (
-/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/powered/spacebar)
-"ae" = (
-/turf/closed/wall,
-/area/ruin/powered/spacebar)
-"af" = (
-/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/spacebar)
-"ai" = (
-/turf/closed/mineral,
-/area/ruin/powered/spacebar)
-"aj" = (
-/turf/open/floor/plating/asteroid,
-/turf/closed/wall/mineral/titanium/interior,
-/area/ruin/powered/spacebar)
-"ak" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/ruin/powered/spacebar)
-"al" = (
-/turf/closed/wall,
-/area/ruin/powered/spacebar/bar)
-"am" = (
-/turf/closed/wall/mineral/titanium,
-/area/ruin/powered/spacebar)
-"an" = (
-/obj/structure/chair{
- dir = 1
- },
-/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/spacebar/bar)
-"ap" = (
-/obj/structure/table,
-/obj/machinery/chem_dispenser/drinks,
-/turf/open/floor/wood,
-/area/ruin/powered/spacebar/bar)
-"aq" = (
-/obj/structure/table,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/weapon/book/manual/barman_recipes,
-/turf/open/floor/wood,
-/area/ruin/powered/spacebar/bar)
-"ar" = (
-/turf/open/floor/wood,
-/area/ruin/powered/spacebar/bar)
-"as" = (
-/obj/structure/table,
-/obj/item/toy/figure/bartender,
-/turf/open/floor/wood,
-/area/ruin/powered/spacebar/bar)
-"at" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/drinks/shaker,
-/turf/open/floor/wood,
-/area/ruin/powered/spacebar/bar)
-"au" = (
-/obj/effect/mob_spawn/human/bartender/alive,
-/turf/open/floor/wood,
-/area/ruin/powered/spacebar/bar)
-"av" = (
-/obj/structure/reagent_dispensers/beerkeg,
-/turf/open/floor/wood,
-/area/ruin/powered/spacebar/bar)
-"aw" = (
-/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/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/spacebar/bar)
-"aC" = (
-/turf/open/floor/plating,
-/obj/structure/shuttle/engine/propulsion/burst,
-/turf/closed/wall/mineral/titanium/interior,
-/area/ruin/powered/spacebar)
-"aD" = (
-/obj/machinery/door/airlock/titanium{
- name = "Escape Pod Airlock"
- },
-/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/spacebar/bar)
-"aF" = (
-/obj/machinery/vending/boozeomat,
-/turf/closed/wall,
-/area/ruin/powered/spacebar/bar)
-"aG" = (
-/obj/structure/closet/secure_closet/freezer/kitchen{
- req_access = null
- },
-/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/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/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/spacebar/bar)
-"aP" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/drinks/beer,
-/obj/item/weapon/reagent_containers/glass/rag,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/wood,
-/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"
- },
-/turf/open/floor/plasteel{
- icon_state = "wood"
- },
-/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/spacebar/bar)
-"aZ" = (
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered/spacebar/bar)
-"ba" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber,
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered/spacebar/bar)
-"bb" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered/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/spacebar/bar)
-"bf" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/closed/wall,
-/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/spacebar/bar)
-"bk" = (
-/turf/open/floor/plating,
-/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/spacebar/bar)
-"bs" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/bar,
-/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/spacebar/bar)
-"bu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/bar,
-/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/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/spacebar/bar)
-"bA" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/bar,
-/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/spacebar/bar)
-"bC" = (
-/obj/machinery/vending/snack,
-/obj/machinery/light,
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered/spacebar/bar)
-"bD" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/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/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/spacebar/bar)
-"bM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel/freezer,
-/area/ruin/powered/spacebar/bar)
-"bN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/freezer,
-/area/ruin/powered/spacebar/bar)
-"bO" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/obj/structure/mirror{
- pixel_x = 28
- },
-/turf/open/floor/plasteel/freezer,
-/area/ruin/powered/spacebar/bar)
-"bP" = (
-/obj/structure/table/wood,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/ruin/powered/spacebar/bar)
-"bQ" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/freezer,
-/area/ruin/powered/spacebar/bar)
-"bR" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/freezer,
-/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/spacebar/bar)
-"bT" = (
-/obj/structure/glowshroom/single,
-/turf/open/floor/plasteel/freezer,
-/area/ruin/powered/spacebar/bar)
-"bU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating/asteroid,
-/area/ruin/powered/spacebar)
-"bV" = (
-/obj/machinery/door/airlock/external,
-/turf/open/floor/plating,
-/area/ruin/powered/spacebar)
-"bW" = (
-/turf/open/floor/plating,
-/area/ruin/powered/spacebar)
-"bX" = (
-/obj/machinery/atmospherics/components/unary/tank/air,
-/turf/open/floor/plating/asteroid,
-/area/ruin/powered/spacebar)
-"bY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/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/spacebar)
-"ca" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating/asteroid,
-/area/ruin/powered/spacebar)
-"cb" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/machinery/meter,
-/turf/open/floor/plating/asteroid,
-/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/spacebar)
-"cd" = (
-/obj/machinery/atmospherics/components/binary/valve/open,
-/turf/open/floor/plating/asteroid,
-/area/ruin/powered/spacebar)
-"ce" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating/asteroid,
-/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/spacebar)
-"ci" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plating/asteroid,
-/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/spacebar)
-"ck" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating/asteroid/airless,
-/area/ruin/unpowered/no_grav)
-"cl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/mineral,
-/area/ruin/unpowered/no_grav)
-"cm" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1
- },
-/turf/open/floor/plating/asteroid/airless,
-/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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-"}
-(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
-"}
-(4,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-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
-"}
-(5,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ab
-ab
-ab
-ac
-aa
-aa
-ac
-ab
-ab
-ab
-ac
-ac
-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
-ac
-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
-"}
-(7,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ae
-ad
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ae
-bV
-ae
-ac
-ac
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(8,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ag
-ag
-ad
-ac
-ad
-ad
-ag
-ag
-ag
-ag
-ag
-ad
-ad
-ae
-bW
-ae
-ac
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(9,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-"}
-(10,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-"}
-(11,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-"}
-(12,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ag
-aj
-am
-am
-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
-"}
-(13,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ag
-ag
-ak
-an
-aw
-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
-"}
-(14,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ag
-ag
-aj
-am
-am
-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
-"}
-(15,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-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
-"}
-(16,1,1) = {"
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ag
-ag
-ag
-ag
-ag
-ag
-ag
-aL
-aT
-ag
-ag
-ag
-ag
-ag
-ag
-aj
-am
-am
-aC
-ag
-ag
-ag
-bW
-cg
-bW
-bW
-bW
-bW
-cn
-aa
-aa
-aa
-"}
-(17,1,1) = {"
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ag
-ag
-ag
-ai
-ai
-ai
-ag
-aM
-aU
-al
-bj
-al
-ag
-ag
-ag
-ak
-an
-aw
-aD
-ag
-ag
-ag
-bW
-cg
-bW
-bW
-bW
-bW
-cn
-aa
-aa
-aa
-"}
-(18,1,1) = {"
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ae
-ag
-ag
-ai
-ai
-ai
-ai
-ai
-aM
-aU
-be
-bk
-be
-ag
-ag
-ag
-aj
-am
-am
-aC
-ag
-ag
-bZ
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-aa
-"}
-(19,1,1) = {"
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-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
-"}
-(20,1,1) = {"
-aa
-aa
-aa
-ab
-ac
-ac
-ac
-ad
-ag
-ag
-ai
-al
-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
-"}
-(21,1,1) = {"
-aa
-aa
-aa
-ab
-ab
-ac
-ac
-ac
-ad
-ag
-ai
-al
-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
-aa
-"}
-(22,1,1) = {"
-aa
-aa
-aa
-ab
-ab
-ac
-ac
-ac
-ad
-ag
-ag
-al
-ap
-ar
-ar
-aO
-aX
-bc
-bl
-bc
-bc
-bl
-bc
-bl
-bc
-bc
-be
-bU
-bU
-bU
-bU
-ca
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-"}
-(23,1,1) = {"
-aa
-aa
-aa
-aa
-ab
-ab
-ac
-ac
-ac
-ad
-ag
-al
-aq
-ar
-ar
-aP
-aY
-aZ
-bm
-br
-aZ
-by
-aZ
-bm
-aZ
-aZ
-aZ
-be
-bX
-ca
-ag
-aU
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-"}
-(24,1,1) = {"
-aa
-aa
-aa
-aa
-ab
-ab
-ac
-ac
-ac
-ad
-ag
-al
-ar
-ar
-ar
-aO
-aY
-aZ
-bm
-bs
-aZ
-aZ
-aZ
-bm
-bw
-bP
-bD
-al
-bX
-cb
-cd
-ch
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-"}
-(25,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ag
-ag
-al
-al
-ay
-aF
-aN
-aZ
-aZ
-bm
-bt
-aZ
-bz
-al
-aV
-al
-al
-al
-al
-bX
-cc
-ag
-ci
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-"}
-(26,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ag
-ag
-al
-as
-ar
-aG
-aN
-ba
-bg
-bm
-aZ
-bx
-bA
-al
-bH
-bL
-al
-bR
-al
-ai
-ag
-aL
-ag
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-"}
-(27,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ag
-ag
-al
-at
-az
-aH
-aQ
-bb
-bh
-bn
-bu
-bu
-bB
-bE
-bI
-bM
-bE
-bS
-bE
-bY
-bY
-ce
-bY
-cj
-ck
-cl
-cm
-aa
-aa
-aa
-aa
-"}
-(28,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ag
-ag
-al
-au
-aA
-aI
-aR
-bc
-bc
-bo
-aZ
-aZ
-bC
-al
-bJ
-bN
-bQ
-bK
-al
-ai
-ai
-ag
-ag
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-"}
-(29,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ag
-ag
-al
-ar
-ar
-ar
-aS
-aZ
-aZ
-aZ
-aZ
-aZ
-aZ
-al
-bK
-bK
-bK
-bT
-al
-ai
-ai
-ag
-ag
-ad
-ac
-ac
-ab
-aa
-aa
-aa
-aa
-"}
-(30,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ag
-ag
-al
-av
-aB
-aJ
-al
-bd
-bi
-bp
-bv
-aZ
-aZ
-bF
-bK
-bO
-bO
-bK
-al
-ai
-ai
-ai
-ag
-ad
-ac
-ac
-ab
-aa
-aa
-aa
-aa
-"}
-(31,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ah
-ag
-ag
-al
-al
-al
-al
-al
-al
-be
-be
-be
-be
-al
-al
-al
-al
-al
-al
-al
-ai
-ai
-ai
-ag
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-"}
-(32,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-"}
-(33,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-"}
-(34,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-"}
-(35,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-"}
-(36,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ab
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(37,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-ab
-ab
-ab
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-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
-ab
-ab
-aa
-aa
-aa
-ac
-ab
-ab
-ab
-ac
-ac
-ac
-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
-"}
-(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
-"}
diff --git a/_maps/RandomRuins/SpaceRuins/spacehotel.dmm b/_maps/RandomRuins/SpaceRuins/spacehotel.dmm
index be1e646053..d87ee0b65d 100644
--- a/_maps/RandomRuins/SpaceRuins/spacehotel.dmm
+++ b/_maps/RandomRuins/SpaceRuins/spacehotel.dmm
@@ -35,8 +35,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plating/airless,
/area/ruin/unpowered/no_grav)
@@ -62,8 +61,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plating/airless,
/area/ruin/unpowered/no_grav)
@@ -197,18 +195,13 @@
name = "Hotel Guest Room 3"
})
"aC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/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,
@@ -259,18 +252,13 @@
name = "Hotel Guest Room 4"
})
"aK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/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,
@@ -321,18 +309,13 @@
name = "Hotel Guest Room 5"
})
"aS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/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,
@@ -383,18 +366,13 @@
name = "Hotel Guest Room 6"
})
"ba" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/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,
@@ -438,10 +416,7 @@
name = "Hotel Guest Room 3"
})
"bh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood,
/area/ruin/hotel/guestroom{
name = "Hotel Guest Room 3"
@@ -485,10 +460,7 @@
name = "Hotel Guest Room 4"
})
"bn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood,
/area/ruin/hotel/guestroom{
name = "Hotel Guest Room 4"
@@ -532,10 +504,7 @@
name = "Hotel Guest Room 5"
})
"bt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood,
/area/ruin/hotel/guestroom{
name = "Hotel Guest Room 5"
@@ -579,10 +548,7 @@
name = "Hotel Guest Room 6"
})
"bz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood,
/area/ruin/hotel/guestroom{
name = "Hotel Guest Room 6"
@@ -683,9 +649,7 @@
"bM" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 32
@@ -749,9 +713,7 @@
"bS" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 32
@@ -815,9 +777,7 @@
"bY" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 32
@@ -881,9 +841,7 @@
"ce" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 32
@@ -1080,8 +1038,7 @@
dir = 4;
icon_state = "roomnum";
name = "Room Number 3";
- pixel_y = 24;
- tag = "icon-roomnum (EAST)"
+ pixel_y = 24
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/turf/open/floor/carpet,
@@ -1092,8 +1049,7 @@
dir = 8;
icon_state = "roomnum";
name = "Room Number 4";
- pixel_y = 24;
- tag = "icon-roomnum (WEST)"
+ pixel_y = 24
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/turf/open/floor/carpet,
@@ -1110,8 +1066,7 @@
dir = 6;
icon_state = "roomnum";
name = "Room Number 5";
- pixel_y = 24;
- tag = "icon-roomnum (SOUTHEAST)"
+ pixel_y = 24
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/turf/open/floor/carpet,
@@ -1131,8 +1086,7 @@
dir = 10;
icon_state = "roomnum";
name = "Room Number 6";
- pixel_y = 24;
- tag = "icon-roomnum (SOUTHWEST)"
+ pixel_y = 24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
@@ -1167,9 +1121,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -1184,9 +1136,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -1197,9 +1147,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -1210,9 +1158,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -1231,9 +1177,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -1245,9 +1189,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -1261,8 +1203,7 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/carpet,
/area/ruin/hotel)
@@ -1294,8 +1235,7 @@
dir = 1;
icon_state = "roomnum";
name = "Room Number 2";
- pixel_y = -24;
- tag = "icon-roomnum (NORTH)"
+ pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
@@ -1434,9 +1374,7 @@
"dm" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 32
@@ -1450,7 +1388,6 @@
cell_type = 5000;
dir = 1;
name = "Guest Room APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -1485,7 +1422,6 @@
})
"dq" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/turf/open/floor/wood,
@@ -1520,9 +1456,7 @@
"du" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 32
@@ -1536,7 +1470,6 @@
cell_type = 5000;
dir = 1;
name = "Guest Room APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -1571,7 +1504,6 @@
})
"dy" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-14";
icon_state = "plant-14"
},
/turf/open/floor/wood,
@@ -1733,9 +1665,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
@@ -1746,9 +1676,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -1773,10 +1701,8 @@
/turf/open/floor/plasteel/white,
/area/ruin/hotel/workroom)
"eb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/hotel/workroom)
@@ -1817,11 +1743,8 @@
name = "Hotel Guest Room 2"
})
"eh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/ruin/hotel/guestroom{
@@ -1854,11 +1777,8 @@
name = "Hotel Guest Room 1"
})
"el" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/ruin/hotel/guestroom{
@@ -1901,9 +1821,8 @@
/turf/open/floor/plasteel/white,
/area/ruin/hotel/workroom)
"er" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/hotel/workroom)
@@ -1916,11 +1835,8 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/ruin/hotel/guestroom{
@@ -1942,11 +1858,8 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/ruin/hotel/guestroom{
@@ -2030,9 +1943,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/ruin/hotel)
@@ -2047,18 +1958,14 @@
"eL" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
- pixel_y = -24;
- tag = "icon-alarm0 (NORTH)"
+ pixel_y = -24
},
/turf/open/floor/plating,
/area/ruin/hotel/bar)
"eM" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
- pixel_y = -24;
- tag = "icon-alarm0 (NORTH)"
+ pixel_y = -24
},
/turf/open/floor/plating,
/area/ruin/hotel)
@@ -2106,10 +2013,7 @@
/obj/machinery/light{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood,
/area/ruin/hotel/dock)
"eW" = (
@@ -2168,8 +2072,7 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plating,
/area/ruin/hotel)
@@ -2260,10 +2163,8 @@
/turf/open/floor/wood,
/area/ruin/hotel/dock)
"ft" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/ruin/hotel/dock)
@@ -2339,21 +2240,16 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/ruin/hotel)
"fJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/ruin/hotel)
@@ -2389,7 +2285,6 @@
/area/ruin/hotel/dock)
"fP" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -2460,8 +2355,7 @@
/area/ruin/hotel/dock)
"fX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/carpet,
/area/ruin/hotel/dock)
@@ -2518,7 +2412,6 @@
/area/ruin/hotel/dock)
"gh" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-22";
icon_state = "plant-22"
},
/turf/open/floor/wood,
@@ -2526,8 +2419,6 @@
"gi" = (
/obj/structure/table/wood,
/obj/machinery/light{
- tag = "icon-tube1 (EAST)";
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/carpet,
@@ -2560,9 +2451,8 @@
/turf/open/floor/plasteel/freezer,
/area/ruin/hotel/bar)
"gn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/freezer,
/area/ruin/hotel/bar)
@@ -2598,8 +2488,6 @@
layer = 2.9
},
/obj/machinery/light/small{
- tag = "icon-bulb1 (WEST)";
- icon_state = "bulb1";
dir = 8
},
/turf/open/floor/plasteel/grimy,
@@ -2776,9 +2664,8 @@
/area/ruin/hotel/bar)
"gW" = (
/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/cafeteria,
/area/ruin/hotel/bar)
@@ -2891,18 +2778,14 @@
/turf/open/floor/plasteel/freezer,
/area/ruin/hotel/bar)
"hk" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/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,
@@ -2924,24 +2807,17 @@
/area/ruin/hotel/bar)
"ho" = (
/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/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,
@@ -3072,7 +2948,6 @@
/area/ruin/hotel/workroom)
"hG" = (
/obj/effect/mob_spawn/human/hotel_staff{
- tag = "icon-sleeper_s (NORTH)";
icon_state = "sleeper_s";
dir = 1
},
@@ -3081,7 +2956,6 @@
/area/ruin/hotel/workroom)
"hH" = (
/obj/effect/mob_spawn/human/hotel_staff{
- tag = "icon-sleeper_s (NORTH)";
icon_state = "sleeper_s";
dir = 1
},
@@ -3109,8 +2983,6 @@
/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,
@@ -3147,15 +3019,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -3166,9 +3035,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plating,
@@ -3216,7 +3083,6 @@
dir = 1
},
/obj/structure/piano{
- tag = "icon-piano";
icon_state = "piano"
},
/turf/open/floor/plasteel/grimy,
@@ -3317,9 +3183,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -3362,8 +3226,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plating/airless,
/area/ruin/unpowered/no_grav)
@@ -3374,7 +3237,6 @@
"is" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTHWEST)";
icon_state = "yellow";
dir = 9
},
@@ -3392,7 +3254,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1
},
@@ -3401,19 +3262,15 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/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
},
@@ -3422,15 +3279,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/airalarm{
pixel_y = 24
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1
},
@@ -3440,7 +3294,6 @@
cell_type = 5000;
dir = 1;
name = "Power Storage APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -3448,7 +3301,6 @@
icon_state = "0-8"
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1
},
@@ -3458,7 +3310,6 @@
/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
},
@@ -3501,9 +3352,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/ruin/hotel)
@@ -3527,7 +3377,6 @@
dir = 8
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8
},
@@ -3555,7 +3404,6 @@
/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
},
@@ -3570,11 +3418,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood,
/area/ruin/hotel)
"iO" = (
@@ -3598,7 +3442,6 @@
/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
},
@@ -3614,7 +3457,6 @@
amount = 60
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4
},
@@ -3629,9 +3471,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/structure/cable{
d2 = 8;
@@ -3646,9 +3486,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/turf/open/floor/plating,
@@ -3657,9 +3495,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -3671,9 +3507,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -3689,15 +3523,11 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
- pixel_y = -24;
- tag = "icon-alarm0 (NORTH)"
+ pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -3714,9 +3544,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/structure/cable{
d2 = 8;
@@ -3731,9 +3559,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -3744,9 +3570,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
@@ -3787,19 +3611,12 @@
/obj/structure/chair/comfy/brown{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/ruin/hotel/dock)
@@ -3809,7 +3626,6 @@
/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
},
@@ -3843,7 +3659,6 @@
amount = 50
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4
},
@@ -3947,7 +3762,6 @@
icon_state = "2-4"
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8
},
@@ -3967,15 +3781,13 @@
/turf/open/floor/plasteel,
/area/ruin/hotel/power)
"jD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/hotel/power)
"jE" = (
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
icon_state = "yellowcorner";
dir = 4
},
@@ -3985,7 +3797,6 @@
pixel_x = 30
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTHEAST)";
icon_state = "yellow";
dir = 5
},
@@ -3995,7 +3806,6 @@
/area/ruin/hotel/security)
"jH" = (
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHWEST)";
icon_state = "red";
dir = 9
},
@@ -4003,7 +3813,6 @@
"jI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTH)";
icon_state = "red";
dir = 1
},
@@ -4011,7 +3820,6 @@
"jJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTH)";
icon_state = "red";
dir = 1
},
@@ -4021,7 +3829,6 @@
pixel_y = 24
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTH)";
icon_state = "red";
dir = 1
},
@@ -4031,7 +3838,6 @@
pixel_y = 30
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
icon_state = "red";
dir = 5
},
@@ -4114,16 +3920,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8
},
@@ -4163,12 +3965,9 @@
/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
},
@@ -4178,7 +3977,6 @@
dir = 8
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (WEST)";
icon_state = "red";
dir = 8
},
@@ -4197,7 +3995,6 @@
/area/ruin/hotel/security)
"kl" = (
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (EAST)";
icon_state = "red";
dir = 4
},
@@ -4227,7 +4024,6 @@
icon_state = "1-4"
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10
},
@@ -4237,8 +4033,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d2 = 8;
@@ -4294,28 +4089,22 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/ruin/hotel/security)
@@ -4364,11 +4153,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/ruin/hotel/pool)
@@ -4396,7 +4182,6 @@
/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
},
@@ -4418,7 +4203,6 @@
dir = 8
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (EAST)";
icon_state = "red";
dir = 4
},
@@ -4456,16 +4240,13 @@
},
/area/ruin/hotel/pool)
"kT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/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,
@@ -4519,7 +4300,6 @@
pixel_x = -32
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (WEST)";
icon_state = "red";
dir = 8
},
@@ -4527,11 +4307,8 @@
"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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/ruin/hotel/security)
@@ -4624,15 +4401,12 @@
/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,
@@ -4654,7 +4428,6 @@
/area/ruin/unpowered/no_grav)
"lw" = (
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (SOUTHWEST)";
icon_state = "red";
dir = 10
},
@@ -4664,19 +4437,14 @@
/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
},
@@ -4716,8 +4484,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
@@ -4733,7 +4500,6 @@
/area/ruin/hotel/security)
"lG" = (
/obj/structure/window{
- tag = "icon-window (NORTH)";
icon_state = "window";
dir = 1
},
@@ -4758,7 +4524,6 @@
/obj/item/clothing/shoes/sandal,
/obj/item/clothing/shoes/sandal,
/obj/structure/window{
- tag = "icon-window (NORTH)";
icon_state = "window";
dir = 1
},
@@ -4792,8 +4557,6 @@
/area/ruin/hotel/pool)
"lN" = (
/obj/machinery/light/small{
- tag = "icon-bulb1 (WEST)";
- icon_state = "bulb1";
dir = 8
},
/turf/open/floor/plasteel/darkred,
@@ -4834,7 +4597,6 @@
/area/ruin/hotel/security)
"lU" = (
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (SOUTHEAST)";
icon_state = "red";
dir = 6
},
@@ -4927,8 +4689,6 @@
"mf" = (
/obj/structure/reagent_dispensers/watertank,
/obj/machinery/light/small{
- tag = "icon-bulb1 (NORTH)";
- icon_state = "bulb1";
dir = 1
},
/turf/open/floor/plasteel/neutral,
@@ -4958,8 +4718,6 @@
"mk" = (
/obj/structure/table,
/obj/machinery/light/small{
- tag = "icon-bulb1 (NORTH)";
- icon_state = "bulb1";
dir = 1
},
/obj/item/device/lightreplacer,
@@ -4979,11 +4737,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/ruin/hotel/custodial)
@@ -4998,10 +4753,8 @@
/turf/closed/wall,
/area/ruin/hotel/custodial)
"mr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/hotel/pool)
@@ -5028,9 +4781,8 @@
/turf/open/floor/plasteel/showroomfloor,
/area/ruin/hotel/pool)
"mu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/ruin/hotel/custodial)
@@ -5059,9 +4811,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -5101,8 +4851,6 @@
/area/ruin/hotel/pool)
"mC" = (
/obj/structure/chair{
- tag = "icon-chair (NORTH)";
- icon_state = "chair";
dir = 1
},
/turf/open/floor/plasteel/vault{
@@ -5111,7 +4859,6 @@
/area/ruin/hotel/pool)
"mD" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-25";
icon_state = "plant-25"
},
/turf/open/floor/plasteel/neutral,
@@ -5178,8 +4925,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plasteel/black,
/area/ruin/hotel/workroom)
@@ -5191,8 +4937,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
/area/ruin/hotel/workroom)
@@ -5208,9 +4953,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/ruin/hotel)
@@ -5218,8 +4961,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/carpet,
/area/ruin/hotel)
@@ -5227,8 +4969,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/ruin/hotel)
@@ -5236,9 +4977,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
diff --git a/_maps/RandomRuins/SpaceRuins/turretedoutpost.dmm b/_maps/RandomRuins/SpaceRuins/turretedoutpost.dmm
index 5979795ca0..e7d60c5ebe 100644
--- a/_maps/RandomRuins/SpaceRuins/turretedoutpost.dmm
+++ b/_maps/RandomRuins/SpaceRuins/turretedoutpost.dmm
@@ -182,8 +182,7 @@
/obj/structure/bed,
/obj/item/weapon/bedsheet/orange,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/turretedoutpost)
@@ -282,7 +281,6 @@
/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,
diff --git a/_maps/RandomRuins/SpaceRuins/vaporwave.dmm b/_maps/RandomRuins/SpaceRuins/vaporwave.dmm
index fd97136d6c..a3eb5d6714 100644
--- a/_maps/RandomRuins/SpaceRuins/vaporwave.dmm
+++ b/_maps/RandomRuins/SpaceRuins/vaporwave.dmm
@@ -30,7 +30,6 @@
"i" = (
/obj/structure/piano,
/obj/structure/window{
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plasteel/vaporwave,
@@ -64,7 +63,6 @@
/area/ruin/powered/aesthetic)
"o" = (
/obj/structure/window{
- icon_state = "rwindow";
dir = 4
},
/turf/open/floor/plasteel/vaporwave,
@@ -78,7 +76,6 @@
/area/ruin/powered/aesthetic)
"r" = (
/obj/structure/window{
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plasteel/vaporwave,
@@ -140,7 +137,6 @@
/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)
@@ -169,25 +165,21 @@
/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)
diff --git a/_maps/RandomZLevels/Academy.dmm b/_maps/RandomZLevels/Academy.dmm
index be33b5b018..41b3223131 100644
--- a/_maps/RandomZLevels/Academy.dmm
+++ b/_maps/RandomZLevels/Academy.dmm
@@ -72,8 +72,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small,
/turf/open/floor/carpet,
@@ -82,8 +81,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/awaymission/academy/headmaster)
@@ -99,8 +97,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/awaymission/academy/headmaster)
@@ -124,8 +121,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/wood{
name = "Headmaster Room"
@@ -141,8 +137,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/awaymission/academy/headmaster)
@@ -201,7 +196,6 @@
/area/awaymission/academy/headmaster)
"aD" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/carpet,
@@ -220,11 +214,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/carpet,
@@ -327,8 +319,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/item/weapon/pen/red,
/turf/open/floor/carpet,
@@ -368,8 +359,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/item/weapon/dice/d20,
/turf/open/floor/carpet,
@@ -391,8 +381,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/awaymission/academy/headmaster)
@@ -424,8 +413,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/awaymission/academy/headmaster)
@@ -536,7 +524,6 @@
/area/awaymission/academy/headmaster)
"bL" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel,
@@ -561,8 +548,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -572,8 +558,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
/area/awaymission/academy/headmaster)
@@ -582,8 +567,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -660,8 +644,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -694,8 +677,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/floorgrime,
/area/awaymission/academy/classrooms)
@@ -716,8 +698,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
/area/awaymission/academy/headmaster)
@@ -739,15 +720,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/item/weapon/pen/red,
/turf/open/floor/plasteel,
/area/awaymission/academy/classrooms)
"cr" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel,
@@ -782,8 +761,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/awaymission/academy/headmaster)
@@ -796,8 +774,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/item/stack/cable_coil/random,
/turf/open/floor/plasteel,
@@ -824,8 +801,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -838,8 +814,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/plasma,
/turf/open/floor/carpet,
@@ -880,8 +855,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/awaymission/academy/classrooms)
@@ -912,7 +886,6 @@
/area/awaymission/academy/classrooms)
"cS" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -957,8 +930,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/awaymission/academy/classrooms)
@@ -966,8 +938,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime,
/area/awaymission/academy/classrooms)
@@ -990,7 +961,6 @@
/area/awaymission/academy/classrooms)
"dd" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/wood,
@@ -1068,7 +1038,6 @@
/area/awaymission/academy/classrooms)
"dr" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -1110,8 +1079,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/circuit/green,
@@ -1120,8 +1088,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -1145,8 +1112,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/awaymission/academy/classrooms)
@@ -1214,8 +1180,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/green/side{
dir = 4
@@ -1226,8 +1191,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/white,
/area/awaymission/academy/classrooms)
@@ -1235,8 +1199,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/white,
/area/awaymission/academy/classrooms)
@@ -1261,8 +1224,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/awaymission/academy/classrooms)
@@ -1286,8 +1248,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
/area/awaymission/academy/classrooms)
@@ -1316,8 +1277,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/yellow/side{
dir = 4
@@ -1372,8 +1332,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/awaymission/academy/classrooms)
@@ -1430,8 +1389,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
/area/awaymission/academy/classrooms)
@@ -1444,8 +1402,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
/area/awaymission/academy/classrooms)
@@ -1504,8 +1461,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/barber{
dir = 8
@@ -1541,8 +1497,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/chapel{
dir = 1
@@ -1550,7 +1505,6 @@
/area/awaymission/academy/classrooms)
"eP" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/grimy,
@@ -1594,8 +1548,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/chapel{
dir = 8
@@ -1616,7 +1569,6 @@
"fa" = (
/obj/structure/table,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/item/weapon/reagent_containers/food/snacks/burger/spell,
@@ -1646,8 +1598,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/awaymission/academy/classrooms)
@@ -1655,8 +1606,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -1669,8 +1619,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
/area/awaymission/academy/classrooms)
@@ -1679,8 +1628,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/bar,
/area/awaymission/academy/classrooms)
@@ -1688,8 +1636,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/escape{
dir = 6
@@ -1700,8 +1647,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/escape{
dir = 6
@@ -1712,8 +1658,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/barber{
dir = 8
@@ -1723,8 +1668,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/barber{
dir = 8
@@ -1830,8 +1774,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/noticeboard{
pixel_y = -32
@@ -1871,8 +1814,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/awaymission/academy/classrooms)
@@ -1889,8 +1831,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/awaymission/academy/academyaft)
@@ -1916,8 +1857,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -1928,8 +1868,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/white/side{
dir = 1
@@ -1986,9 +1925,7 @@
"fS" = (
/obj/structure/window/reinforced,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/awaymission/academy/classrooms)
"fT" = (
/obj/structure/table/reinforced,
@@ -2080,8 +2017,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
/area/awaymission/academy/academyaft)
@@ -2102,8 +2038,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/recharger,
/obj/structure/table/reinforced,
@@ -2147,8 +2082,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/awaymission/academy/classrooms)
@@ -2176,8 +2110,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -2189,7 +2122,6 @@
/area/awaymission/academy/classrooms)
"gv" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/white/side{
@@ -2198,7 +2130,6 @@
/area/awaymission/academy/classrooms)
"gw" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/wood,
@@ -2209,14 +2140,12 @@
/area/awaymission/academy/academycellar)
"gy" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/awaymission/academy/academyaft)
"gz" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -2262,8 +2191,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/awaymission/academy/academyaft)
@@ -2307,9 +2235,7 @@
/obj/structure/window/reinforced,
/obj/item/ammo_casing,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/awaymission/academy/classrooms)
"gL" = (
/mob/living/simple_animal/hostile/bear,
@@ -2350,8 +2276,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -2367,8 +2292,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/awaymission/academy/classrooms)
@@ -2376,8 +2300,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -2451,8 +2374,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/awaymission/academy/academyaft)
@@ -2496,8 +2418,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/hydrofloor,
/area/awaymission/academy/academyaft)
@@ -2573,8 +2494,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/hydrofloor,
/area/awaymission/academy/academyaft)
@@ -2582,8 +2502,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/awaymission/academy/academyaft)
@@ -2591,8 +2510,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/awaymission/academy/academyaft)
@@ -2631,8 +2549,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/hydrofloor,
/area/awaymission/academy/academyaft)
@@ -2648,8 +2565,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -2662,8 +2578,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch,
/turf/open/floor/plating,
@@ -2672,8 +2587,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -2691,8 +2605,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/green/side{
dir = 8
@@ -2702,8 +2615,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/awaymission/academy/academyaft)
@@ -2711,8 +2623,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/green/side{
dir = 4
@@ -2722,8 +2633,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -2736,8 +2646,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -2750,8 +2659,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/item/weapon/caution,
/turf/open/floor/plasteel/green/side{
@@ -2786,14 +2694,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/hydrofloor,
/area/awaymission/academy/academyaft)
"hQ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/hydrofloor,
@@ -2874,7 +2780,6 @@
/area/awaymission/academy/academyaft)
"id" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/hydrofloor,
@@ -2887,8 +2792,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
@@ -2922,8 +2826,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/awaymission/academy/academyaft)
@@ -2991,7 +2894,6 @@
/area/awaymission/academy/academyaft)
"iv" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -3002,7 +2904,6 @@
/area/awaymission/academy/academyaft)
"iw" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/cafeteria{
@@ -3011,21 +2912,18 @@
/area/awaymission/academy/academyaft)
"ix" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/wood,
/area/awaymission/academy/academyaft)
"iy" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/wood,
/area/awaymission/academy/academyaft)
"iz" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/cafeteria{
@@ -3035,9 +2933,7 @@
"iA" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/cafeteria{
dir = 2
@@ -3066,7 +2962,6 @@
/area/awaymission/academy/academyaft)
"iE" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/rack,
@@ -3172,8 +3067,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
icon_state = "0-2";
@@ -3192,8 +3086,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/awaymission/academy/academyaft)
@@ -3202,8 +3095,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable,
/obj/structure/window/reinforced/fulltile,
@@ -3234,9 +3126,7 @@
},
/area/awaymission/academy/academyaft)
"iY" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/turf/open/space,
/area/awaymission/academy/academyaft)
"iZ" = (
@@ -3244,9 +3134,7 @@
/turf/open/space,
/area/awaymission/academy/academyaft)
"ja" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/turf/open/space,
/area/awaymission/academy/academyaft)
"jb" = (
@@ -3267,8 +3155,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
dir = 4
@@ -3300,8 +3187,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
@@ -3316,8 +3202,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/airless{
icon_state = "whitered";
@@ -3342,8 +3227,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
dir = 4
@@ -3353,11 +3237,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/carpet,
@@ -3368,7 +3250,6 @@
/area/awaymission/academy/academyaft)
"jm" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/carpet,
@@ -3377,8 +3258,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/airless/white{
dir = 4
@@ -3503,8 +3383,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/window/reinforced{
dir = 4
@@ -3535,8 +3414,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/window/reinforced{
dir = 1
@@ -3602,8 +3480,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/awaymission/academy/academygate)
@@ -3626,8 +3503,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/window,
/turf/open/floor/carpet,
@@ -3640,8 +3516,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
@@ -3654,8 +3529,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/awaymission/academy/academygate)
@@ -3876,8 +3750,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/item/weapon/book/manual/ripley_build_and_repair,
/turf/open/floor/plasteel,
@@ -3890,8 +3763,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -4025,8 +3897,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
icon_state = "0-2";
@@ -4324,7 +4195,6 @@
/area/awaymission/academy/academyengine)
"mp" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
diff --git a/_maps/RandomZLevels/Cabin.dmm b/_maps/RandomZLevels/Cabin.dmm
index c489b28422..33f514c051 100644
--- a/_maps/RandomZLevels/Cabin.dmm
+++ b/_maps/RandomZLevels/Cabin.dmm
@@ -80,9 +80,7 @@
"as" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_y = 28
@@ -91,7 +89,6 @@
/area/awaymission/cabin)
"at" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -155,7 +152,6 @@
/area/awaymission/cabin)
"aB" = (
/obj/structure/toilet{
- icon_state = "toilet00";
dir = 8
},
/obj/machinery/light/small{
@@ -180,7 +176,6 @@
/area/awaymission/cabin)
"aE" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -193,8 +188,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/awaymission/cabin)
@@ -210,8 +204,7 @@
/area/awaymission/cabin)
"aI" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/table/wood,
/turf/open/floor/wood,
@@ -494,9 +487,7 @@
"bJ" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/freezer,
/area/awaymission/cabin)
@@ -531,8 +522,7 @@
/area/awaymission/cabin)
"bQ" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/awaymission/cabin)
@@ -550,8 +540,7 @@
/area/awaymission/cabin)
"bU" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/table/wood,
/obj/item/weapon/reagent_containers/food/drinks/shaker,
@@ -564,8 +553,7 @@
/area/awaymission/cabin)
"bW" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/table,
/obj/machinery/microwave,
@@ -577,8 +565,7 @@
/area/awaymission/cabin)
"bY" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/processor,
/turf/open/floor/plasteel/freezer,
@@ -703,15 +690,13 @@
/area/awaymission/cabin)
"cu" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/turf/open/floor/plasteel/white,
/area/awaymission/cabin)
"cv" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular,
@@ -801,7 +786,6 @@
/area/awaymission/cabin)
"cL" = (
/obj/structure/sign/barsign{
- pixel_x = 0;
pixel_y = 32;
req_access = null
},
@@ -828,8 +812,7 @@
/area/awaymission/cabin)
"cQ" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/carpet,
/area/awaymission/cabin)
diff --git a/_maps/RandomZLevels/beach.dmm b/_maps/RandomZLevels/beach.dmm
index ee17326fdb..9ecdea32e7 100644
--- a/_maps/RandomZLevels/beach.dmm
+++ b/_maps/RandomZLevels/beach.dmm
@@ -54,8 +54,6 @@
/area/awaymission/beach)
"al" = (
/obj/structure/toilet{
- tag = "icon-toilet00 (EAST)";
- icon_state = "toilet00";
dir = 4
},
/obj/effect/decal/cleanable/dirt,
@@ -97,8 +95,6 @@
/area/awaymission/beach)
"as" = (
/obj/structure/toilet{
- tag = "icon-toilet00 (WEST)";
- icon_state = "toilet00";
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -110,15 +106,12 @@
/area/awaymission/beach)
"au" = (
/obj/structure/toilet{
- tag = "icon-toilet00 (EAST)";
- icon_state = "toilet00";
dir = 4
},
/turf/open/floor/plasteel/white,
/area/awaymission/beach)
"av" = (
/obj/machinery/shower{
- tag = "icon-shower (NORTH)";
icon_state = "shower";
dir = 1
},
@@ -131,7 +124,6 @@
/area/awaymission/beach)
"ax" = (
/obj/machinery/shower{
- tag = "icon-shower (NORTH)";
icon_state = "shower";
dir = 1
},
@@ -266,7 +258,6 @@
dir = 9
},
/turf/open/floor/plasteel/sandeffect/warning{
- tag = "icon-warningsandeffect (NORTHWEST)";
dir = 9
},
/area/awaymission/beach)
@@ -276,7 +267,6 @@
dir = 1
},
/turf/open/floor/plasteel/sandeffect/warning{
- tag = "icon-warningsandeffect (NORTH)";
dir = 1
},
/area/awaymission/beach)
@@ -286,7 +276,6 @@
dir = 5
},
/turf/open/floor/plasteel/sandeffect/warning{
- tag = "icon-warningsandeffect (NORTHEAST)";
dir = 5
},
/area/awaymission/beach)
@@ -304,7 +293,6 @@
dir = 8
},
/turf/open/floor/plasteel/sandeffect/warning{
- tag = "icon-warningsandeffect (WEST)";
dir = 8
},
/area/awaymission/beach)
@@ -319,7 +307,6 @@
dir = 4
},
/turf/open/floor/plasteel/sandeffect/warning{
- tag = "icon-warningsandeffect (EAST)";
dir = 4
},
/area/awaymission/beach)
@@ -329,14 +316,12 @@
dir = 10
},
/turf/open/floor/plasteel/sandeffect/warning{
- tag = "icon-warningsandeffect (SOUTHWEST)";
dir = 10
},
/area/awaymission/beach)
"be" = (
/turf/open/floor/plating/beach/sand,
/turf/open/floor/plasteel/sandeffect/warning/corner{
- tag = "icon-warningsandeffectcorners (NORTH)";
dir = 1
},
/obj/machinery/gateway,
@@ -348,7 +333,6 @@
dir = 6
},
/turf/open/floor/plasteel/sandeffect/warning{
- tag = "icon-warningsandeffect (SOUTHEAST)";
dir = 6
},
/area/awaymission/beach)
diff --git a/_maps/RandomZLevels/beach2.dmm b/_maps/RandomZLevels/beach2.dmm
index 72fbf29352..8027bd7515 100644
--- a/_maps/RandomZLevels/beach2.dmm
+++ b/_maps/RandomZLevels/beach2.dmm
@@ -86,7 +86,6 @@
"as" = (
/obj/structure/dresser{
density = 0;
- pixel_x = 0;
pixel_y = 18
},
/turf/open/floor/wood{
diff --git a/_maps/RandomZLevels/caves.dmm b/_maps/RandomZLevels/caves.dmm
index 91bbcdf026..5a924ab6c1 100644
--- a/_maps/RandomZLevels/caves.dmm
+++ b/_maps/RandomZLevels/caves.dmm
@@ -425,8 +425,6 @@
})
"aU" = (
/obj/machinery/light/small/built{
- tag = "icon-bulb1 (EAST)";
- icon_state = "bulb1";
dir = 4
},
/obj/structure/sign/pods{
@@ -876,8 +874,6 @@
pixel_x = 32
},
/obj/machinery/light/small/built{
- tag = "icon-bulb1 (EAST)";
- icon_state = "bulb1";
dir = 4
},
/turf/open/floor/plating/asteroid/basalt{
@@ -1216,8 +1212,7 @@
"cE" = (
/obj/structure/sign/vacuum{
name = "\improper LOW AIR AREA";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/item/stack/rods,
/turf/open/floor/plasteel{
@@ -1285,8 +1280,6 @@
})
"cM" = (
/obj/machinery/light{
- tag = "icon-tube1 (WEST)";
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plating{
@@ -1409,8 +1402,7 @@
"cZ" = (
/obj/structure/sign/vacuum{
name = "\improper LOW AIR AREA";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/basalt;
@@ -1572,8 +1564,6 @@
})
"dq" = (
/obj/machinery/light/small/built{
- tag = "icon-bulb1 (EAST)";
- icon_state = "bulb1";
dir = 4
},
/obj/structure/spider/stickyweb,
@@ -1686,8 +1676,6 @@
/area/awaymission/northblock)
"dE" = (
/obj/machinery/light/small/built{
- tag = "icon-bulb1 (WEST)";
- icon_state = "bulb1";
dir = 8
},
/turf/open/floor/wood{
@@ -1847,8 +1835,6 @@
/area/awaymission/northblock)
"eb" = (
/obj/machinery/light/small/built{
- tag = "icon-bulb1 (WEST)";
- icon_state = "bulb1";
dir = 8
},
/turf/open/floor/wood{
@@ -2022,8 +2008,6 @@
/area/awaymission/BMPship)
"ez" = (
/obj/machinery/light/small/built{
- tag = "icon-bulb1 (NORTH)";
- icon_state = "bulb1";
dir = 1
},
/obj/machinery/suit_storage_unit/mining{
@@ -2397,8 +2381,6 @@
/area/awaymission/BMPship)
"fr" = (
/obj/machinery/light/small/built{
- tag = "icon-bulb1 (NORTH)";
- icon_state = "bulb1";
dir = 1
},
/obj/structure/spider/stickyweb,
@@ -2491,7 +2473,6 @@
"fD" = (
/obj/structure/spider/stickyweb,
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/mob/living/simple_animal/hostile/poison/giant_spider/hunter,
diff --git a/_maps/RandomZLevels/centcomAway.dmm b/_maps/RandomZLevels/centcomAway.dmm
index 97b8381ff2..1149da1290 100644
--- a/_maps/RandomZLevels/centcomAway.dmm
+++ b/_maps/RandomZLevels/centcomAway.dmm
@@ -319,7 +319,6 @@
"aZ" = (
/obj/structure/table,
/obj/machinery/processor{
- pixel_x = 0;
pixel_y = 10
},
/turf/open/floor/plasteel/green{
@@ -413,22 +412,19 @@
/turf/closed/wall/mineral/titanium/interior,
/area/awaymission/centcomAway/hangar)
"bo" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
+/obj/structure/shuttle/engine/propulsion/right{
dir = 1
},
/turf/open/floor/plating,
/area/awaymission/centcomAway/hangar)
"bp" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 1
},
/turf/open/floor/plating,
/area/awaymission/centcomAway/hangar)
"bq" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
+/obj/structure/shuttle/engine/propulsion/left{
dir = 1
},
/turf/open/floor/plating,
@@ -496,7 +492,6 @@
"bC" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/turf/open/floor/plating,
@@ -621,8 +616,7 @@
"bY" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 0
+ pixel_x = 2
},
/obj/item/weapon/storage/firstaid/regular{
pixel_x = -2;
@@ -688,7 +682,6 @@
"ch" = (
/obj/structure/table/reinforced,
/obj/item/weapon/reagent_containers/spray/plantbgone{
- pixel_x = 0;
pixel_y = 3
},
/turf/open/floor/plasteel/hydrofloor,
@@ -852,7 +845,6 @@
/area/awaymission/centcomAway/hangar)
"cN" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -1108,7 +1100,6 @@
"dF" = (
/obj/structure/table,
/obj/machinery/processor{
- pixel_x = 0;
pixel_y = 10
},
/turf/open/floor/plasteel/red,
@@ -1432,7 +1423,6 @@
/area/awaymission/centcomAway/general)
"eH" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -2380,7 +2370,6 @@
/area/awaymission/centcomAway/general)
"hA" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -2522,7 +2511,6 @@
/area/awaymission/centcomAway/general)
"hX" = (
/obj/machinery/button/crematorium{
- pixel_x = 0;
pixel_y = 25
},
/turf/open/floor/engine,
@@ -3527,22 +3515,19 @@
/turf/closed/wall/r_wall,
/area/awaymission/centcomAway/thunderdome)
"kT" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
+/obj/structure/shuttle/engine/propulsion/right{
dir = 1
},
/turf/open/space,
/area/space)
"kU" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 1
},
/turf/open/space,
/area/space)
"kV" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
+/obj/structure/shuttle/engine/propulsion/left{
dir = 1
},
/turf/open/space,
@@ -3766,7 +3751,6 @@
/area/awaymission/centcomAway/thunderdome)
"lD" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -3840,9 +3824,7 @@
},
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/white,
/area/awaymission/centcomAway/thunderdome)
diff --git a/_maps/RandomZLevels/challenge.dmm b/_maps/RandomZLevels/challenge.dmm
index 2ad5bb7828..faeb6ff724 100644
--- a/_maps/RandomZLevels/challenge.dmm
+++ b/_maps/RandomZLevels/challenge.dmm
@@ -176,7 +176,6 @@
/area/awaymission/challenge/main)
"aJ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/airless,
@@ -548,7 +547,6 @@
/area/awaymission/challenge/main)
"by" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/effect/turf_decal/stripes/line,
@@ -750,7 +748,6 @@
desc = "Used for watching evil areas.";
name = "Security Monitor";
network = "";
- pixel_x = 0;
pixel_y = 30
},
/obj/structure/table/reinforced,
@@ -788,7 +785,6 @@
desc = "Used for watching evil areas.";
name = "Security Monitor";
network = "";
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/carpet,
@@ -820,7 +816,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 28
},
/turf/open/floor/plasteel/black,
@@ -906,9 +901,7 @@
/obj/structure/table/wood,
/obj/item/weapon/paper{
info = "Congratulations,
Your station has been selected to carry out the Gateway Project.
The equipment will be shipped to you at the start of the next quarter.
You are to prepare a secure location to house the equipment as outlined in the attached documents.
--Nanotrasen Blue Space Research";
- name = "Confidential Correspondence, Pg 1";
- pixel_x = 0;
- pixel_y = 0
+ name = "Confidential Correspondence, Pg 1"
},
/obj/item/weapon/folder/blue,
/turf/open/floor/carpet,
@@ -989,7 +982,6 @@
/area/awaymission/challenge/end)
"cE" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/circuit,
@@ -1000,7 +992,6 @@
/area/awaymission/challenge/end)
"cG" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/circuit,
@@ -1178,8 +1169,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
/area/awaymission/challenge/end)
@@ -1264,8 +1254,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
diff --git a/_maps/RandomZLevels/moonoutpost19.dmm b/_maps/RandomZLevels/moonoutpost19.dmm
index 9c681caa3e..c6805c74e0 100644
--- a/_maps/RandomZLevels/moonoutpost19.dmm
+++ b/_maps/RandomZLevels/moonoutpost19.dmm
@@ -27,9 +27,7 @@
poweralm = 0
})
"ad" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -61,9 +59,7 @@
poweralm = 0
})
"af" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -100,9 +96,7 @@
poweralm = 0
})
"ah" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
obj_integrity = 100;
@@ -154,9 +148,7 @@
poweralm = 0
})
"ak" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -172,9 +164,7 @@
poweralm = 0
})
"al" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
obj_integrity = 100;
@@ -210,9 +200,7 @@
poweralm = 0
})
"an" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -228,9 +216,7 @@
poweralm = 0
})
"ao" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -265,9 +251,7 @@
poweralm = 0
})
"aq" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
heat_capacity = 1e+006
@@ -282,9 +266,7 @@
poweralm = 0
})
"ar" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
heat_capacity = 1e+006
@@ -299,9 +281,7 @@
poweralm = 0
})
"as" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/obj/structure/alien/resin/wall,
/turf/open/floor/plating/asteroid{
@@ -324,9 +304,7 @@
name = "Syndicate Outpost"
})
"au" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien/sentinel,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -342,9 +320,7 @@
poweralm = 0
})
"av" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -453,9 +429,7 @@
poweralm = 0
})
"aE" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
/obj/item/clothing/mask/facehugger/impregnated,
@@ -523,9 +497,7 @@
name = "Syndicate Outpost"
})
"aJ" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
obj_integrity = 100;
@@ -569,9 +541,7 @@
poweralm = 0
})
"aL" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -652,7 +622,6 @@
})
"aR" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/black{
@@ -781,9 +750,7 @@
poweralm = 0
})
"bb" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/mob/living/simple_animal/hostile/alien/drone{
plants_off = 1
},
@@ -847,8 +814,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/black{
heat_capacity = 1e+006
@@ -1031,8 +997,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -1126,8 +1091,7 @@
"bz" = (
/obj/structure/table,
/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/item/trash/plate,
/obj/item/weapon/cigbutt,
@@ -1163,8 +1127,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/floorgrime{
dir = 8;
@@ -1184,7 +1147,6 @@
})
"bE" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/airalarm{
@@ -1192,7 +1154,6 @@
frequency = 1439;
locked = 1;
pixel_x = 23;
- pixel_y = 0;
req_access = "150"
},
/turf/open/floor/plasteel/floorgrime{
@@ -1316,8 +1277,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/highsecurity{
icon_state = "closed";
@@ -1464,9 +1424,7 @@
input_dir = 4;
output_dir = 8
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
heat_capacity = 1e+006
@@ -1476,9 +1434,7 @@
name = "Syndicate Outpost"
})
"bZ" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/sign/poster/contraband/syndicate_recruitment{
pixel_y = 32
},
@@ -1505,9 +1461,7 @@
})
"cb" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/red/side{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
dir = 4;
@@ -1570,8 +1524,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
@@ -1588,7 +1541,6 @@
})
"cg" = (
/obj/structure/sign/securearea{
- pixel_x = 0;
pixel_y = 32
},
/obj/effect/turf_decal/stripes/corner{
@@ -1625,8 +1577,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/table,
/obj/machinery/cell_charger,
@@ -1661,7 +1612,6 @@
})
"ck" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -1790,8 +1740,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -1805,8 +1754,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -1822,8 +1770,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -1839,8 +1786,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/engineering{
name = "Power Maintenance";
@@ -1883,8 +1829,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
@@ -1993,9 +1938,7 @@
/obj/item/stack/rods,
/obj/item/stack/rods,
/obj/item/weapon/shard,
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
heat_capacity = 1e+006
@@ -2043,7 +1986,6 @@
dir = 2;
locked = 1;
name = "Worn-out APC";
- pixel_x = 0;
pixel_y = -25;
req_access = "150";
start_charge = 0
@@ -2058,9 +2000,7 @@
name = "Syndicate Outpost"
})
"cL" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/red/side{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
dir = 6;
@@ -2166,7 +2106,6 @@
frequency = 1439;
locked = 1;
pixel_x = 23;
- pixel_y = 0;
req_access = "150"
},
/obj/machinery/light{
@@ -2262,9 +2201,7 @@
amount = 12
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/effect/turf_decal/bot{
dir = 1
},
@@ -2283,7 +2220,6 @@
id = "awaydorm4";
name = "Door Bolt Control";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = 25;
req_access_txt = "0";
specialfunctions = 4
@@ -2321,7 +2257,6 @@
id = "awaydorm5";
name = "Door Bolt Control";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = 25;
req_access_txt = "0";
specialfunctions = 4
@@ -2406,7 +2341,6 @@
frequency = 1439;
locked = 1;
pixel_x = -23;
- pixel_y = 0;
req_access = "150"
},
/obj/effect/decal/cleanable/dirt,
@@ -2447,7 +2381,6 @@
frequency = 1439;
locked = 1;
pixel_x = 23;
- pixel_y = 0;
req_access = "150"
},
/turf/open/floor/wood{
@@ -2459,9 +2392,7 @@
})
"dl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/loadingarea{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
heat_capacity = 1e+006;
@@ -2719,7 +2650,6 @@
/obj/structure/sign/vacuum{
desc = "A warning sign which reads 'HOSTILE ATMOSPHERE AHEAD'";
name = "\improper HOSTILE ATMOSPHERE AHEAD";
- pixel_x = 0;
pixel_y = -32
},
/obj/machinery/portable_atmospherics/canister/oxygen,
@@ -2948,9 +2878,7 @@
poweralm = 0
})
"dO" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
/obj/item/weapon/tank/internals/oxygen,
@@ -3005,9 +2933,7 @@
poweralm = 0
})
"dR" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -3024,9 +2950,7 @@
poweralm = 0
})
"dS" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood,
/mob/living/simple_animal/hostile/alien/drone{
plants_off = 1
@@ -3061,9 +2985,7 @@
poweralm = 0
})
"dU" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
heat_capacity = 1e+006
@@ -3096,9 +3018,7 @@
poweralm = 0
})
"dW" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -3115,9 +3035,7 @@
poweralm = 0
})
"dX" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
heat_capacity = 1e+006
@@ -3243,9 +3161,7 @@
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 10
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/awaycontent/a2{
has_gravity = 1;
@@ -3255,12 +3171,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
+ icon_state = "4-8"
},
+/obj/structure/alien/weeds,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
@@ -3292,9 +3205,7 @@
name = "MO19 Research"
})
"el" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/floor/engine,
@@ -3303,9 +3214,7 @@
name = "MO19 Research"
})
"em" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/floor/engine,
/area/awaycontent/a2{
@@ -3347,12 +3256,9 @@
desc = "A wall-mounted ignition device. This one has been applied with an acid-proof coating.";
id = "awayxenobio";
name = "Acid-Proof mounted igniter";
- pixel_x = 0;
pixel_y = 25
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/engine,
/area/awaycontent/a2{
@@ -3378,9 +3284,7 @@
name = "MO19 Research"
})
"es" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/floor/engine,
@@ -3423,9 +3327,7 @@
dir = 4
},
/obj/machinery/portable_atmospherics/canister,
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
@@ -3437,12 +3339,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold{
dir = 4;
- icon_state = "manifold";
level = 2
},
/turf/open/floor/plasteel/white,
@@ -3508,18 +3408,14 @@
name = "MO19 Research"
})
"eC" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/engine,
/area/awaycontent/a2{
has_gravity = 1;
name = "MO19 Research"
})
"eD" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/engine,
/area/awaycontent/a2{
@@ -3527,9 +3423,7 @@
name = "MO19 Research"
})
"eE" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/engine,
/area/awaycontent/a2{
@@ -3545,9 +3439,7 @@
name = "MO19 Research"
})
"eG" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/gibs,
/turf/open/floor/engine,
/area/awaycontent/a2{
@@ -3589,9 +3481,7 @@
name = "MO19 Research"
})
"eL" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white/side{
dir = 2;
heat_capacity = 1e+006
@@ -3624,8 +3514,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/chair/office/light{
@@ -3650,9 +3539,7 @@
pixel_x = 4;
pixel_y = 8
},
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
@@ -3664,9 +3551,7 @@
name = "MO19 Research"
})
"eP" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
obj_integrity = 100;
@@ -3679,9 +3564,7 @@
name = "MO19 Research"
})
"eQ" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/engine,
/area/awaycontent/a2{
@@ -3689,9 +3572,7 @@
name = "MO19 Research"
})
"eR" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/engine,
/area/awaycontent/a2{
has_gravity = 1;
@@ -3803,8 +3684,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/item/weapon/newspaper,
/turf/open/floor/plating{
@@ -3818,8 +3698,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
broken = 1;
@@ -3834,8 +3713,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/blood/tracks{
desc = "Your instincts say you shouldn't be following these.";
@@ -3853,8 +3731,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
heat_capacity = 1e+006
@@ -3867,8 +3744,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance{
req_access_txt = "201";
@@ -3890,8 +3766,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/blood/tracks{
desc = "Your instincts say you shouldn't be following these.";
@@ -3915,9 +3790,7 @@
d2 = 8;
icon_state = "2-8"
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/whitepurple/corner{
dir = 2;
heat_capacity = 1e+006
@@ -3929,9 +3802,7 @@
"ff" = (
/obj/structure/table,
/obj/machinery/reagentgrinder,
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/floorgrime{
dir = 8;
heat_capacity = 1e+006
@@ -3957,9 +3828,7 @@
pixel_y = 23;
req_access = null
},
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
@@ -3988,9 +3857,7 @@
})
"fi" = (
/obj/structure/closet/crate/freezer,
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/item/clothing/mask/facehugger/impregnated,
/obj/item/xenos_claw,
/turf/open/floor/plasteel/floorgrime{
@@ -4024,8 +3891,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/plasteel/white,
@@ -4036,9 +3902,7 @@
"fm" = (
/obj/structure/closet/l3closet/scientist,
/obj/structure/window/reinforced,
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
@@ -4070,9 +3934,7 @@
name = "MO19 Research"
})
"fo" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/weeds{
desc = "A large mottled egg.";
obj_integrity = 100;
@@ -4085,9 +3947,7 @@
name = "MO19 Research"
})
"fp" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/item/clothing/mask/facehugger/impregnated,
/turf/open/floor/engine,
@@ -4117,8 +3977,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
@@ -4146,8 +4005,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
broken = 1;
@@ -4162,8 +4020,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
heat_capacity = 1e+006
@@ -4180,9 +4037,7 @@
desc = "Your instincts say you shouldn't be following these.";
icon_state = "ltrails_2"
},
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/whitepurple/corner{
dir = 8;
heat_capacity = 1e+006
@@ -4195,8 +4050,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
@@ -4216,8 +4070,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
@@ -4240,8 +4093,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
dir = 8;
@@ -4255,8 +4107,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -4269,8 +4120,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/stripes/line{
@@ -4287,8 +4137,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/alien/weeds/node,
/turf/open/floor/plasteel/white,
@@ -4354,8 +4203,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/engine,
/area/awaycontent/a2{
@@ -4368,9 +4216,7 @@
dir = 4;
name = "Acid-Proof Pipe"
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/engine,
/area/awaycontent/a2{
has_gravity = 1;
@@ -4382,9 +4228,7 @@
dir = 4;
name = "Acid-Proof Pipe"
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/engine,
/area/awaycontent/a2{
@@ -4397,9 +4241,7 @@
dir = 4;
name = "Acid-Proof Pipe"
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/engine,
/area/awaycontent/a2{
@@ -4440,9 +4282,7 @@
icon_state = "tube-broken";
status = 2
},
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/machinery/camera{
c_tag = "Xenobiology Containment East";
dir = 8;
@@ -4497,8 +4337,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
heat_capacity = 1e+006
@@ -4515,8 +4354,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
heat_capacity = 1e+006
@@ -4529,8 +4367,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -4615,9 +4452,7 @@
name = "MO19 Research"
})
"fW" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/whitepurple/corner{
dir = 8;
heat_capacity = 1e+006
@@ -4633,12 +4468,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
+ icon_state = "1-2"
},
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/whitepurple/corner{
dir = 2;
heat_capacity = 1e+006
@@ -4659,7 +4491,6 @@
"fZ" = (
/obj/machinery/door/firedoor,
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -29
},
/obj/effect/turf_decal/stripes/line{
@@ -4712,9 +4543,7 @@
name = "MO19 Research"
})
"gc" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood,
/obj/item/stack/rods,
/obj/item/weapon/shard{
@@ -4767,8 +4596,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
heat_capacity = 1e+006
@@ -4779,8 +4607,7 @@
})
"gi" = (
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/plasteel/red/side{
dir = 8;
@@ -4828,8 +4655,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/firealarm{
dir = 4;
@@ -4853,9 +4679,7 @@
/obj/item/weapon/razor{
pixel_y = 5
},
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -4908,7 +4732,6 @@
"gr" = (
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12;
pixel_y = 2
},
@@ -4980,9 +4803,7 @@
icon_state = "pipe-c";
name = "Acid-Proof disposal pipe"
},
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/engine,
/area/awaycontent/a2{
has_gravity = 1;
@@ -5051,8 +4872,7 @@
dir = 4
},
/obj/machinery/newscaster/security_unit{
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/plasteel/red/side{
dir = 8;
@@ -5157,9 +4977,7 @@
icon_state = "bulb-broken";
status = 2
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/awaycontent/a2{
has_gravity = 1;
@@ -5193,9 +5011,7 @@
info = "Researcher: Dr. Sakuma Sano
Date: 03/06/2554
Report:
The test subject we were provided with truly is alien. It is a small spider-like creature with bony legs leading to a smooth body. It has a long tail connected to it, and it has shown extremely aggressive behavior by flinging its entire body at the glass and shields to no avail. While doing so, we noticed there was a small pink hole in the middle of the body.
When we sent in a monkey through the crude but effective disposal tube, the alien immediately jumped at its face and latched on. The monkey was quickly suffocated by its constricting tail, unable to pry off the fingers. The monkey at first seemed to be dead, but was observed to be breathing. The recently named alien 'facehugger' fell off dead and curled its legs up like a spider moments after it had finished with the monkey's body.
While the monkey appeared to be unharmed, we kept it in the cell for a couple more hours until we were horrified to discover it screaming out in pain as a snake-like creature erupted from the monkey's chest! It appears that the 'facehugger' is only the start of this life cycle. The impregnation cycle involving the creatures growing inside the chests of their hosts seems to only be the beginning.";
name = "'Facehugger' Xenomorph Physiology & Behavior Observation"
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/awaycontent/a2{
has_gravity = 1;
@@ -5203,9 +5019,7 @@
})
"gK" = (
/obj/structure/table/reinforced,
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/item/weapon/paper_bin{
pixel_x = 1;
pixel_y = 9
@@ -5247,9 +5061,7 @@
desc = "An underfloor disposal pipe. This one has been applied with an acid-proof coating.";
name = "Acid-Proof disposal pipe"
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/engine,
/area/awaycontent/a2{
has_gravity = 1;
@@ -5259,8 +5071,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/item/stack/rods,
/turf/open/floor/plating{
@@ -5277,7 +5088,6 @@
id = "Awaybiohazard";
name = "Biohazard Shutter Control";
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "201"
},
/obj/machinery/light/small{
@@ -5338,7 +5148,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -5351,9 +5160,7 @@
})
"gT" = (
/obj/structure/table/optable,
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white/side{
dir = 1;
heat_capacity = 1e+006
@@ -5378,9 +5185,7 @@
/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/mask/surgical,
/obj/item/clothing/suit/apron/surgical,
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white/side{
dir = 1;
heat_capacity = 1e+006
@@ -5414,9 +5219,7 @@
name = "MO19 Research"
})
"gX" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plasteel/white,
/area/awaycontent/a2{
has_gravity = 1;
@@ -5424,9 +5227,7 @@
})
"gY" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
@@ -5461,9 +5262,7 @@
dir = 1;
name = "Acid-Proof disposal pipe"
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/engine,
/area/awaycontent/a2{
has_gravity = 1;
@@ -5476,9 +5275,7 @@
icon_state = "tube-broken";
status = 2
},
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/machinery/camera{
c_tag = "Xenobiology Containment South";
dir = 1;
@@ -5494,12 +5291,9 @@
desc = "A wall-mounted ignition device. This one has been applied with an acid-proof coating.";
id = "awayxenobio";
name = "Acid-Proof mounted igniter";
- pixel_x = 0;
pixel_y = -25
},
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/resin/wall,
/turf/open/floor/engine,
/area/awaycontent/a2{
@@ -5524,8 +5318,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating{
@@ -5553,8 +5346,7 @@
/obj/structure/table,
/obj/item/weapon/book/manual/wiki/security_space_law,
/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/red/side{
dir = 10;
@@ -5598,9 +5390,7 @@
name = "MO19 Research"
})
"hk" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/alien/egg,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -5664,10 +5454,7 @@
})
"ho" = (
/obj/structure/table,
-/obj/item/weapon/storage/box/gloves{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/storage/box/gloves,
/turf/open/floor/plasteel/white/corner{
dir = 8;
heat_capacity = 1e+006
@@ -5680,8 +5467,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/oil,
/turf/open/floor/plating{
@@ -5849,10 +5635,7 @@
})
"hA" = (
/obj/structure/table,
-/obj/item/weapon/storage/firstaid/fire{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/storage/firstaid/fire,
/obj/machinery/firealarm{
dir = 4;
pixel_x = 28
@@ -5952,17 +5735,13 @@
})
"hH" = (
/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/storage/firstaid/regular,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/airalarm{
dir = 8;
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel/white/side{
@@ -6026,8 +5805,7 @@
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel{
- heat_capacity = 1e+006;
- name = "floor"
+ heat_capacity = 1e+006
},
/area/awaycontent/a2{
has_gravity = 1;
@@ -6083,9 +5861,7 @@
"hS" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/urinal{
pixel_y = 29
@@ -6138,8 +5914,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
burnt = 1;
@@ -6303,7 +6078,6 @@
/obj/item/clothing/glasses/hud/health,
/obj/item/clothing/glasses/hud/health,
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/plasteel/white/side{
@@ -6330,7 +6104,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/obj/machinery/light/small{
@@ -6346,9 +6119,7 @@
"ik" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
desc = "Oh no, seven years of bad luck!";
@@ -6412,14 +6183,12 @@
/obj/machinery/button/door{
id = "Awaybiohazard";
name = "Biohazard Shutter Control";
- pixel_x = 0;
pixel_y = 8;
req_access_txt = "201"
},
/obj/machinery/button/door{
id = "AwayRD";
name = "Privacy Shutter Control";
- pixel_x = 0;
pixel_y = -2;
req_access_txt = "201"
},
@@ -6468,8 +6237,7 @@
})
"it" = (
/obj/item/weapon/storage/secure/safe{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/decal/cleanable/blood/splatter,
/obj/item/weapon/pen,
@@ -6609,8 +6377,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating{
@@ -6647,7 +6414,6 @@
})
"iH" = (
/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 0;
pixel_y = -32
},
/obj/machinery/light/small{
@@ -6670,7 +6436,6 @@
})
"iI" = (
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/plasteel/cafeteria{
@@ -6736,7 +6501,6 @@
"iN" = (
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12;
pixel_y = 2
},
@@ -6766,8 +6530,7 @@
})
"iP" = (
/obj/machinery/shower{
- dir = 1;
- pixel_y = 0
+ dir = 1
},
/turf/open/floor/plasteel/freezer{
heat_capacity = 1e+006
@@ -6814,10 +6577,7 @@
name = "MO19 Arrivals"
})
"iT" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/machinery/computer/security/telescreen/entertainment,
/turf/closed/wall/rust,
/area/awaycontent/a1{
has_gravity = 1;
@@ -7030,8 +6790,7 @@
pixel_x = 3
},
/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = -3;
- pixel_y = 0
+ pixel_x = -3
},
/obj/machinery/door/poddoor/shutters{
id = "awaykitchen";
@@ -7071,8 +6830,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/oil,
/turf/open/floor/plating{
@@ -7140,7 +6898,6 @@
})
"jv" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel{
@@ -7170,7 +6927,6 @@
})
"jx" = (
/obj/structure/sign/science{
- pixel_x = 0;
pixel_y = 32
},
/obj/effect/decal/cleanable/dirt,
@@ -7283,7 +7039,6 @@
dir = 1;
locked = 0;
name = "Worn-out APC";
- pixel_x = 0;
pixel_y = 25;
req_access = null;
start_charge = 100
@@ -7311,7 +7066,6 @@
})
"jJ" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/floorgrime{
@@ -7439,8 +7193,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small{
dir = 1
@@ -7457,8 +7210,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -7471,8 +7223,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
dir = 8;
@@ -7486,8 +7237,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel{
@@ -7501,8 +7251,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/item/weapon/cigbutt,
/turf/open/floor/plasteel/floorgrime{
@@ -7520,8 +7269,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/airalarm{
frequency = 1439;
@@ -7541,8 +7289,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/purple/corner{
dir = 1;
@@ -7556,8 +7303,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/purple/corner{
@@ -7572,8 +7318,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor{
density = 1;
@@ -7591,8 +7336,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
burnt = 1;
@@ -7610,8 +7354,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
broken = 1;
@@ -7629,8 +7372,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime{
@@ -7650,8 +7392,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -7667,8 +7408,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
burnt = 1;
@@ -7686,8 +7426,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
broken = 1;
@@ -7704,8 +7443,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
broken = 1;
@@ -7723,8 +7461,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/firedoor{
@@ -7745,8 +7482,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
dir = 8;
@@ -7844,7 +7580,6 @@
})
"ks" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/processor,
@@ -7853,7 +7588,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel/cafeteria{
@@ -7897,7 +7631,6 @@
"kw" = (
/obj/machinery/light/small,
/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 0;
pixel_y = -32
},
/obj/machinery/camera{
@@ -8195,7 +7928,6 @@
name = "Door Bolt Control";
normaldoorcontrol = 1;
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -8296,8 +8028,7 @@
})
"lb" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/machinery/camera{
c_tag = "Kitchen";
@@ -8462,7 +8193,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/carpet{
@@ -8493,7 +8223,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel/bar{
@@ -8537,7 +8266,6 @@
id = "awaykitchen";
name = "Kitchen Shutters Control";
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "0"
},
/obj/effect/decal/cleanable/dirt,
@@ -8644,7 +8372,6 @@
})
"lD" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 4
},
/obj/structure/window/reinforced{
@@ -8659,9 +8386,8 @@
name = "MO19 Arrivals"
})
"lE" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "burst_r"
+/obj/structure/shuttle/engine/propulsion/burst/right{
+ dir = 4
},
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -8742,8 +8468,7 @@
/obj/structure/table/wood,
/obj/item/weapon/lighter,
/obj/machinery/newscaster{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/carpet{
heat_capacity = 1e+006
@@ -8871,8 +8596,7 @@
})
"lZ" = (
/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/mineral/titanium/yellow,
/area/awaycontent/a1{
@@ -8908,7 +8632,6 @@
})
"md" = (
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = 30
},
/obj/machinery/light/small{
@@ -8927,9 +8650,8 @@
name = "MO19 Arrivals"
})
"mf" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "burst_l"
+/obj/structure/shuttle/engine/propulsion/burst/left{
+ dir = 4
},
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=48.7;n2=13.2;o2=32.4;TEMP=251";
@@ -9117,8 +8839,7 @@
/obj/structure/grille,
/obj/structure/sign/vacuum{
desc = "A warning sign which reads 'HOSTILE ATMOSPHERE AHEAD'";
- name = "\improper HOSTILE ATMOSPHERE AHEAD";
- pixel_x = 0
+ name = "\improper HOSTILE ATMOSPHERE AHEAD"
},
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating{
@@ -9159,12 +8880,10 @@
name = "Door Bolt Control";
normaldoorcontrol = 1;
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/carpet{
@@ -9233,8 +8952,7 @@
pixel_y = 8
},
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass{
- pixel_x = 3;
- pixel_y = 0
+ pixel_x = 3
},
/turf/open/floor/plasteel/black,
/area/awaycontent/a1{
@@ -9319,8 +9037,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/noticeboard{
dir = 8;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/item/weapon/paper{
info = "
Welcome to Moon Outpost 19! Property of Nanotrasen Inc.
Staff Roster:
-Dr. Gerald Rosswell: Research Director & Acting Captain
-Dr. Sakuma Sano: Xenobiologist
-Dr. Mark Douglas: Xenobiologist
-Kenneth Cunningham: Security Officer-Ivan Volodin: Engineer
-Mathias Kuester: Bartender
-Sven Edling: Chef
-Steve: Assistant
Please enjoy your stay, and report any abnormalities to an officer.";
@@ -9429,7 +9146,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/carpet{
@@ -9581,7 +9297,6 @@
})
"nh" = (
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = -30
},
/obj/machinery/light/small,
@@ -9643,7 +9358,6 @@
/obj/structure/sign/vacuum{
desc = "A warning sign which reads 'HOSTILE ATMOSPHERE AHEAD'";
name = "\improper HOSTILE ATMOSPHERE AHEAD";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating{
@@ -9807,7 +9521,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel/neutral/corner{
@@ -9957,7 +9670,6 @@
name = "Door Bolt Control";
normaldoorcontrol = 1;
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -10123,8 +9835,7 @@
})
"nU" = (
/obj/machinery/newscaster{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/carpet{
heat_capacity = 1e+006
diff --git a/_maps/RandomZLevels/research.dmm b/_maps/RandomZLevels/research.dmm
index 9bf2719f21..127813046e 100644
--- a/_maps/RandomZLevels/research.dmm
+++ b/_maps/RandomZLevels/research.dmm
@@ -26,8 +26,7 @@
},
/area/awaymission/research/interior/engineering)
"ah" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
+/obj/structure/shuttle/engine/propulsion/right{
dir = 1
},
/turf/open/space,
@@ -37,8 +36,7 @@
/turf/open/floor/plating,
/area/awaymission/research/interior/engineering)
"aj" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
+/obj/structure/shuttle/engine/propulsion/left{
dir = 1
},
/turf/open/space,
@@ -56,7 +54,6 @@
"am" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced{
@@ -70,7 +67,6 @@
"ao" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced{
@@ -127,7 +123,6 @@
pixel_y = 3
},
/turf/open/floor/plasteel/whiteyellow/corner{
- tag = "icon-whiteyellowcorner (WEST)";
dir = 8
},
/area/awaymission/research/interior/engineering)
@@ -150,7 +145,6 @@
/area/awaymission/research/interior/engineering)
"aB" = (
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior/engineering)
@@ -266,7 +260,6 @@
},
/obj/structure/tank_dispenser,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior/engineering)
@@ -280,8 +273,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light/small{
dir = 4
@@ -290,17 +282,13 @@
/area/awaymission/research/interior/maint)
"aZ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
- pixel_x = -32;
- tag = "icon-alarm0 (EAST)"
+ pixel_x = -32
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
dir = 4
},
/area/awaymission/research/interior/engineering)
@@ -359,7 +347,6 @@
/obj/item/weapon/storage/toolbox/electrical,
/obj/item/clothing/gloves/color/yellow,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior/engineering)
@@ -378,8 +365,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
icon_state = "0-2";
@@ -397,7 +383,6 @@
/area/awaymission/research/interior/engineering)
"bn" = (
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
dir = 4
},
/area/awaymission/research/interior/engineering)
@@ -458,7 +443,6 @@
/obj/structure/table,
/obj/item/weapon/storage/toolbox/mechanical,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior/engineering)
@@ -482,9 +466,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 9
},
-/turf/open/floor/plasteel/black{
- tag = "icon-warndark (NORTHWEST)"
- },
+/turf/open/floor/plasteel/black,
/area/awaymission/research/interior/gateway)
"bB" = (
/obj/machinery/gateway{
@@ -502,37 +484,31 @@
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/turf/open/floor/plasteel/black{
- tag = "icon-warndark (NORTHEAST)"
- },
+/turf/open/floor/plasteel/black,
/area/awaymission/research/interior/gateway)
"bD" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/awaymission/research/interior/maint)
"bE" = (
/obj/structure/closet/secure_closet/engineering_personal,
/turf/open/floor/plasteel/whiteyellow/corner{
- tag = "icon-whiteyellowcorner (EAST)";
dir = 4
},
/area/awaymission/research/interior/engineering)
"bF" = (
/obj/structure/closet/secure_closet/engineering_personal,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
dir = 1
},
/area/awaymission/research/interior/engineering)
"bG" = (
/obj/item/stack/sheet/metal,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
dir = 1
},
/area/awaymission/research/interior/engineering)
@@ -540,7 +516,6 @@
/obj/item/ammo_casing/c9mm,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
dir = 1
},
/area/awaymission/research/interior/engineering)
@@ -553,7 +528,6 @@
/obj/item/ammo_casing/c45,
/obj/item/ammo_casing/c45,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTHEAST)";
dir = 5
},
/area/awaymission/research/interior/engineering)
@@ -565,14 +539,12 @@
"bK" = (
/obj/item/weapon/wrench,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior/engineering)
"bL" = (
/obj/item/stack/sheet/plasteel,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
dir = 1
},
/area/awaymission/research/interior/engineering)
@@ -580,7 +552,6 @@
/obj/item/weapon/storage/toolbox/mechanical,
/obj/effect/decal/cleanable/blood,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
dir = 1
},
/area/awaymission/research/interior/engineering)
@@ -589,17 +560,14 @@
brute_damage = 200
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
dir = 1
},
/area/awaymission/research/interior/engineering)
"bO" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/whiteyellow/corner{
- tag = "icon-whiteyellowcorner (NORTH)";
dir = 1
},
/area/awaymission/research/interior/engineering)
@@ -639,16 +607,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel/black{
- tag = "icon-warndark (EAST)"
- },
+/turf/open/floor/plasteel/black,
/area/awaymission/research/interior/gateway)
"bV" = (
/obj/structure/sign/nosmoking_1{
pixel_x = -32
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
dir = 4
},
/area/awaymission/research/interior/engineering)
@@ -667,7 +632,6 @@
/obj/effect/decal/cleanable/blood,
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior/engineering)
@@ -678,9 +642,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 10
},
-/turf/open/floor/plasteel/black{
- tag = "icon-warndark (SOUTHWEST)"
- },
+/turf/open/floor/plasteel/black,
/area/awaymission/research/interior/gateway)
"bZ" = (
/obj/machinery/gateway,
@@ -695,17 +657,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 6
},
-/turf/open/floor/plasteel/black{
- tag = "icon-warndark (SOUTHEAST)"
- },
+/turf/open/floor/plasteel/black,
/area/awaymission/research/interior/gateway)
"cb" = (
/obj/machinery/power/apc{
cell_type = 12000;
dir = 4;
name = "Gateway APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -726,8 +685,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/awaymission/research/interior/maint)
@@ -742,7 +700,6 @@
"cf" = (
/obj/item/ammo_casing/c46x30mm,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
dir = 4
},
/area/awaymission/research/interior/engineering)
@@ -775,7 +732,6 @@
/area/awaymission/research/interior/gateway)
"ck" = (
/obj/machinery/door/window/eastright{
- tag = "icon-right";
icon_state = "right";
dir = 2
},
@@ -784,14 +740,12 @@
/area/awaymission/research/interior/gateway)
"cl" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/black,
@@ -808,8 +762,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small,
/turf/open/floor/plating,
@@ -831,7 +784,6 @@
req_access_txt = "10"
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
dir = 4
},
/area/awaymission/research/interior/engineering)
@@ -850,7 +802,6 @@
req_access_txt = "10"
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior/engineering)
@@ -859,9 +810,7 @@
/obj/item/weapon/storage/firstaid/regular,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
- pixel_x = -32;
- tag = "icon-alarm0 (EAST)"
+ pixel_x = -32
},
/turf/open/floor/plasteel/black,
/area/awaymission/research/interior/gateway)
@@ -923,7 +872,6 @@
/area/awaymission/research/interior)
"cC" = (
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -937,8 +885,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
/area/awaymission/research/interior/gateway)
@@ -1016,7 +963,6 @@
brute_damage = 200
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -1027,8 +973,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/highsecurity{
aiDisabledIdScanner = 1;
@@ -1047,8 +992,7 @@
cell_type = 5000;
dir = 4;
name = "Genetics APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -1094,7 +1038,6 @@
req_access_txt = "10"
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
dir = 4
},
/area/awaymission/research/interior)
@@ -1104,7 +1047,6 @@
req_access_txt = "10"
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -1151,8 +1093,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/awaymission/research/interior)
@@ -1161,8 +1102,7 @@
/area/awaymission/research/interior/genetics)
"di" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/purple,
@@ -1183,7 +1123,6 @@
/area/awaymission/research/interior/maint)
"dl" = (
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
dir = 4
},
/area/awaymission/research/interior)
@@ -1195,7 +1134,6 @@
/obj/item/ammo_casing/c45,
/mob/living/simple_animal/hostile/syndicate,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -1216,15 +1154,13 @@
/area/awaymission/research/interior/secure)
"dq" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/purple,
/area/awaymission/research/interior/genetics)
"dr" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/plasteel/purple,
/area/awaymission/research/interior/genetics)
@@ -1244,8 +1180,6 @@
/area/awaymission/research/interior/genetics)
"dv" = (
/obj/machinery/light{
- tag = "icon-tube1 (EAST)";
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/purple,
@@ -1263,8 +1197,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/item/ammo_casing/c9mm,
/turf/open/floor/plating,
@@ -1285,7 +1218,6 @@
brute_damage = 200
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
dir = 4
},
/area/awaymission/research/interior)
@@ -1297,7 +1229,6 @@
"dB" = (
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -1413,8 +1344,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/item/ammo_casing/c45,
/turf/open/floor/plating,
@@ -1517,8 +1447,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/blood/drip,
/obj/machinery/light/small{
@@ -1540,7 +1469,6 @@
/area/awaymission/research/interior)
"ek" = (
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior)
@@ -1552,13 +1480,11 @@
/area/awaymission/research/interior)
"em" = (
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (SOUTHWEST)";
dir = 10
},
/area/awaymission/research/interior)
"en" = (
/turf/open/floor/plasteel/white/corner{
- tag = "icon-whitecorner (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -1601,13 +1527,11 @@
/area/awaymission/research/interior/maint)
"eu" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior/cryo)
"ev" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
dir = 1
},
/area/awaymission/research/interior/cryo)
@@ -1616,7 +1540,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
dir = 1
},
/area/awaymission/research/interior/cryo)
@@ -1625,7 +1548,6 @@
dir = 1
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHEAST)";
dir = 5
},
/area/awaymission/research/interior/cryo)
@@ -1638,7 +1560,6 @@
dir = 1
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior/cryo)
@@ -1647,21 +1568,18 @@
pixel_y = 32
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
dir = 1
},
/area/awaymission/research/interior/cryo)
"eB" = (
/mob/living/simple_animal/hostile/nanotrasen/ranged,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
dir = 1
},
/area/awaymission/research/interior/cryo)
"eC" = (
/obj/item/ammo_casing/c9mm,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
dir = 1
},
/area/awaymission/research/interior/cryo)
@@ -1702,7 +1620,6 @@
icon_state = "2-8"
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
dir = 4
},
/area/awaymission/research/interior)
@@ -1711,14 +1628,12 @@
/area/awaymission/research/interior)
"eK" = (
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
dir = 1
},
/area/awaymission/research/interior)
"eL" = (
/mob/living/simple_animal/hostile/syndicate,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTHEAST)";
dir = 5
},
/area/awaymission/research/interior)
@@ -1729,13 +1644,11 @@
/area/awaymission/research/interior)
"eN" = (
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior)
"eO" = (
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -1773,9 +1686,7 @@
"eT" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
- pixel_x = -32;
- tag = "icon-alarm0 (EAST)"
+ pixel_x = -32
},
/turf/open/floor/plasteel/black,
/area/awaymission/research/interior/secure)
@@ -1813,8 +1724,7 @@
cell_type = 5000;
dir = 4;
name = "Cryostatis APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable,
/obj/structure/cable{
@@ -1826,11 +1736,9 @@
/area/awaymission/research/interior/cryo)
"fb" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
dir = 8
},
/area/awaymission/research/interior/cryo)
@@ -1864,13 +1772,11 @@
/area/awaymission/research/interior/cryo)
"ff" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
dir = 4
},
/area/awaymission/research/interior/cryo)
"fg" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
dir = 8
},
/area/awaymission/research/interior/cryo)
@@ -1881,11 +1787,9 @@
/area/awaymission/research/interior/cryo)
"fi" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
dir = 4
},
/area/awaymission/research/interior/cryo)
@@ -1893,17 +1797,14 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
dir = 4
},
/area/awaymission/research/interior)
"fk" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -1921,7 +1822,6 @@
/area/awaymission/research/interior)
"fo" = (
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (EAST)";
dir = 4
},
/area/awaymission/research/interior)
@@ -1969,7 +1869,6 @@
pixel_x = 32
},
/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (WEST)";
dir = 8
},
/area/awaymission/research/interior/security)
@@ -1996,8 +1895,7 @@
cell_type = 12000;
dir = 4;
name = "Vault APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d2 = 8;
@@ -2034,7 +1932,6 @@
/area/awaymission/research/interior)
"fD" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHWEST)";
dir = 10
},
/area/awaymission/research/interior/cryo)
@@ -2043,7 +1940,6 @@
/area/awaymission/research/interior/cryo)
"fF" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior/cryo)
@@ -2066,7 +1962,6 @@
"fJ" = (
/obj/structure/barricade/security,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior/cryo)
@@ -2091,17 +1986,14 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior)
"fO" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHWEST)";
dir = 10
},
/area/awaymission/research/interior)
@@ -2111,13 +2003,11 @@
/area/awaymission/research/interior)
"fQ" = (
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior)
"fR" = (
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (SOUTHWEST)";
dir = 10
},
/area/awaymission/research/interior)
@@ -2138,7 +2028,6 @@
/area/awaymission/research/interior/security)
"fV" = (
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior/security)
@@ -2149,8 +2038,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/whitered,
/area/awaymission/research/interior/security)
@@ -2162,8 +2050,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/chair{
dir = 4
@@ -2183,21 +2070,18 @@
/area/awaymission/research/interior/security)
"gc" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (WEST)";
dir = 8
},
/area/awaymission/research/interior/security)
"gd" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plasteel/black,
@@ -2206,8 +2090,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -2221,11 +2104,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plasteel/black,
@@ -2239,8 +2121,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
/area/awaymission/research/interior/secure)
@@ -2248,8 +2129,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
/area/awaymission/research/interior/secure)
@@ -2410,16 +2290,12 @@
/area/awaymission/research/interior/cryo)
"gz" = (
/obj/machinery/light{
- tag = "icon-tube1 (EAST)";
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/whitepurple,
/area/awaymission/research/interior)
"gA" = (
/obj/machinery/light{
- tag = "icon-tube1 (WEST)";
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitepurple,
@@ -2430,15 +2306,12 @@
/area/awaymission/research/interior)
"gC" = (
/obj/machinery/light{
- tag = "icon-tube1 (WEST)";
- icon_state = "tube1";
dir = 8
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple,
/area/awaymission/research/interior)
@@ -2454,15 +2327,12 @@
/area/awaymission/research/interior)
"gG" = (
/obj/machinery/light{
- tag = "icon-tube1 (EAST)";
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/whitered,
/area/awaymission/research/interior)
"gH" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitered,
@@ -2470,7 +2340,6 @@
"gI" = (
/obj/structure/barricade/security,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitered,
@@ -2555,13 +2424,11 @@
icon_state = "2-8"
},
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (WEST)";
dir = 8
},
/area/awaymission/research/interior/security)
"gQ" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHEAST)";
dir = 5
},
/area/awaymission/research/interior/cryo)
@@ -2573,27 +2440,23 @@
/obj/item/weapon/reagent_containers/spray/pepper,
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior/cryo)
"gT" = (
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
dir = 1
},
/area/awaymission/research/interior/cryo)
"gU" = (
/obj/structure/barricade/security,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHEAST)";
dir = 5
},
/area/awaymission/research/interior/cryo)
"gV" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
dir = 1
},
/area/awaymission/research/interior)
@@ -2601,15 +2464,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple,
/area/awaymission/research/interior)
"gX" = (
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior)
@@ -2620,13 +2481,11 @@
/area/awaymission/research/interior)
"gZ" = (
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTHEAST)";
dir = 5
},
/area/awaymission/research/interior)
"ha" = (
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior)
@@ -2637,26 +2496,22 @@
req_access_txt = "63"
},
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTH)";
dir = 1
},
/area/awaymission/research/interior)
"hc" = (
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTH)";
dir = 1
},
/area/awaymission/research/interior)
"hd" = (
/obj/structure/barricade/security,
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTH)";
dir = 1
},
/area/awaymission/research/interior/security)
"he" = (
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTHEAST)";
dir = 5
},
/area/awaymission/research/interior/security)
@@ -2680,11 +2535,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (WEST)";
dir = 8
},
/area/awaymission/research/interior/security)
@@ -2695,7 +2548,6 @@
"hk" = (
/obj/effect/decal/cleanable/blood,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -2704,13 +2556,11 @@
/area/awaymission/research/interior)
"hm" = (
/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (EAST)";
dir = 4
},
/area/awaymission/research/interior/security)
"hn" = (
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTH)";
dir = 1
},
/area/awaymission/research/interior/security)
@@ -2721,7 +2571,6 @@
icon_state = "2-4"
},
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTH)";
dir = 1
},
/area/awaymission/research/interior/security)
@@ -2732,14 +2581,12 @@
icon_state = "1-8"
},
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTH)";
dir = 1
},
/area/awaymission/research/interior/security)
"hq" = (
/mob/living/simple_animal/hostile/nanotrasen/ranged/smg,
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTH)";
dir = 1
},
/area/awaymission/research/interior/security)
@@ -2747,16 +2594,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light{
- tag = "icon-tube1 (EAST)";
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (WEST)";
dir = 8
},
/area/awaymission/research/interior/security)
@@ -2767,7 +2610,6 @@
"ht" = (
/obj/machinery/light,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior/cryo)
@@ -2777,7 +2619,6 @@
"hv" = (
/obj/machinery/light,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHWEST)";
dir = 10
},
/area/awaymission/research/interior/cryo)
@@ -2810,7 +2651,6 @@
},
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
dir = 4
},
/area/awaymission/research/interior)
@@ -2820,13 +2660,11 @@
/area/awaymission/research/interior)
"hA" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior)
"hB" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (SOUTHWEST)";
dir = 10
},
/area/awaymission/research/interior)
@@ -2859,7 +2697,6 @@
"hG" = (
/obj/structure/closet/secure_closet/security,
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (EAST)";
dir = 4
},
/area/awaymission/research/interior/security)
@@ -2867,12 +2704,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/vending/security,
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (WEST)";
dir = 8
},
/area/awaymission/research/interior/security)
@@ -2900,19 +2735,16 @@
name = "cryogenetic genetics blastdoor"
},
/turf/open/floor/plasteel/stairs{
- tag = "icon-stairs (NORTH)";
dir = 1
},
/area/awaymission/research/interior/genetics)
"hL" = (
/turf/open/floor/plasteel/white/corner{
- tag = "icon-whitecorner (EAST)";
dir = 4
},
/area/awaymission/research/interior)
"hM" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
dir = 1
},
/area/awaymission/research/interior)
@@ -2922,13 +2754,11 @@
},
/obj/effect/decal/cleanable/blood,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
dir = 1
},
/area/awaymission/research/interior)
"hO" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHEAST)";
dir = 5
},
/area/awaymission/research/interior)
@@ -2942,13 +2772,11 @@
pixel_y = -24
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior)
"hQ" = (
/turf/open/floor/plasteel/white/corner{
- tag = "icon-whitecorner (NORTH)";
dir = 1
},
/area/awaymission/research/interior)
@@ -2956,12 +2784,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/table,
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (WEST)";
dir = 8
},
/area/awaymission/research/interior/security)
@@ -3032,13 +2858,11 @@
/area/awaymission/research/interior/maint)
"hZ" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
dir = 4
},
/area/awaymission/research/interior)
"ia" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -3050,7 +2874,6 @@
/area/awaymission/research/interior/genetics)
"ic" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/purple,
@@ -3094,7 +2917,6 @@
name = "dead potted plant"
},
/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (EAST)";
dir = 4
},
/area/awaymission/research/interior/security)
@@ -3108,7 +2930,6 @@
name = "Officer Genesky"
},
/turf/open/floor/plasteel/whitered/side{
- tag = "icon-whitered (NORTH)";
dir = 1
},
/area/awaymission/research/interior/security)
@@ -3116,14 +2937,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (NORTH)";
dir = 1
},
/area/awaymission/research/interior/security)
@@ -3161,7 +2980,6 @@
pixel_x = -32
},
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -3183,8 +3001,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/awaymission/research/interior/maint)
@@ -3195,7 +3012,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
dir = 4
},
/area/awaymission/research/interior)
@@ -3214,7 +3030,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -3239,8 +3054,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/awaymission/research/interior/maint)
@@ -3249,8 +3063,7 @@
cell_type = 5000;
dir = 4;
name = "Genetics APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -3288,7 +3101,6 @@
/area/awaymission/research/interior/bathroom)
"iC" = (
/obj/structure/toilet{
- icon_state = "toilet00";
dir = 8
},
/obj/effect/landmark/awaystart,
@@ -3305,7 +3117,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -3340,9 +3151,7 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
- pixel_y = -32;
- tag = "icon-alarm0 (NORTH)"
+ pixel_y = -32
},
/turf/open/floor/plasteel/darkpurple,
/area/awaymission/research/interior/genetics)
@@ -3380,8 +3189,6 @@
/area/awaymission/research/interior/bathroom)
"iO" = (
/obj/structure/window/reinforced/tinted{
- tag = "icon-rwindow (WEST)";
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/plasteel/freezer,
@@ -3395,7 +3202,6 @@
"iQ" = (
/mob/living/simple_animal/hostile/syndicate,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
dir = 4
},
/area/awaymission/research/interior)
@@ -3474,7 +3280,6 @@
/area/awaymission/research/interior/medbay)
"je" = (
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
dir = 8
},
/area/awaymission/research/interior/medbay)
@@ -3483,7 +3288,6 @@
/area/awaymission/research/interior/medbay)
"jg" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -3514,7 +3318,6 @@
layer = 4.1
},
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior/dorm)
@@ -3560,15 +3363,13 @@
dir = 1;
icon_state = "direction_eng";
pixel_x = 32;
- pixel_y = 33;
- tag = "icon-direction_eng (NORTH)"
+ pixel_y = 33
},
/obj/structure/sign/directions/science{
dir = 1;
icon_state = "direction_sci";
pixel_x = 32;
- pixel_y = 26;
- tag = "icon-direction_sci (NORTH)"
+ pixel_y = 26
},
/mob/living/simple_animal/hostile/syndicate/ranged,
/turf/open/floor/plasteel/whitegreen,
@@ -3588,7 +3389,6 @@
/area/awaymission/research/interior/medbay)
"jv" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior/medbay)
@@ -3597,7 +3397,6 @@
/area/awaymission/research/interior/medbay)
"jx" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
dir = 8
},
/area/awaymission/research/interior/medbay)
@@ -3609,7 +3408,6 @@
/area/awaymission/research/interior/medbay)
"jz" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
@@ -3619,11 +3417,9 @@
/area/awaymission/research/interior/medbay)
"jB" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
dir = 8
},
/area/awaymission/research/interior/medbay)
@@ -3679,23 +3475,18 @@
/area/awaymission/research/interior)
"jL" = (
/obj/machinery/light{
- tag = "icon-tube1 (EAST)";
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/whiteblue,
/area/awaymission/research/interior)
"jM" = (
/obj/machinery/light{
- tag = "icon-tube1 (WEST)";
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whiteblue,
/area/awaymission/research/interior)
"jN" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whiteblue,
@@ -3720,7 +3511,6 @@
/obj/structure/table,
/obj/item/weapon/surgical_drapes,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
@@ -3798,7 +3588,6 @@
/area/awaymission/research/interior)
"ke" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior)
@@ -3807,26 +3596,22 @@
name = "Medical"
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior)
"kg" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
"kh" = (
/obj/item/ammo_casing/c45,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
"ki" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTHEAST)";
dir = 5
},
/area/awaymission/research/interior/medbay)
@@ -3849,7 +3634,6 @@
"kl" = (
/obj/structure/table,
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
@@ -3857,7 +3641,6 @@
/obj/structure/table,
/obj/item/weapon/circular_saw,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
@@ -3865,13 +3648,11 @@
/obj/structure/table,
/obj/item/weapon/scalpel,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
"ko" = (
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
@@ -3880,8 +3661,7 @@
cell_type = 5000;
dir = 4;
name = "Dorms APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d1 = 1;
@@ -3923,19 +3703,16 @@
"ku" = (
/obj/structure/closet/wardrobe/pjs,
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (EAST)";
dir = 4
},
/area/awaymission/research/interior/dorm)
"kv" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior)
"kw" = (
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
@@ -3945,7 +3722,6 @@
icon_state = "small"
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
@@ -3953,21 +3729,18 @@
/obj/structure/table,
/obj/machinery/light,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
"kz" = (
/obj/machinery/iv_drip,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
"kA" = (
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
@@ -3981,7 +3754,6 @@
icon_state = "plant-22"
},
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior/dorm)
@@ -3997,7 +3769,6 @@
"kF" = (
/obj/structure/closet/wardrobe/green,
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (EAST)";
dir = 4
},
/area/awaymission/research/interior/dorm)
@@ -4005,8 +3776,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch{
req_access_txt = "12"
@@ -4017,11 +3787,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
dir = 4
},
/area/awaymission/research/interior)
@@ -4029,8 +3797,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/whitegreen,
/area/awaymission/research/interior)
@@ -4038,11 +3805,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
dir = 8
},
/area/awaymission/research/interior)
@@ -4050,8 +3815,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/awaymission/research/interior/maint)
@@ -4114,7 +3878,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (EAST)";
dir = 4
},
/area/awaymission/research/interior/dorm)
@@ -4141,7 +3904,6 @@
icon_state = "small"
},
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
dir = 8
},
/area/awaymission/research/interior/medbay)
@@ -4149,7 +3911,6 @@
/obj/structure/table,
/obj/machinery/microwave,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
dir = 8
},
/area/awaymission/research/interior/medbay)
@@ -4157,7 +3918,6 @@
/obj/structure/window/reinforced,
/obj/structure/closet/wardrobe/mixed,
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (EAST)";
dir = 4
},
/area/awaymission/research/interior/dorm)
@@ -4169,7 +3929,6 @@
/obj/item/weapon/reagent_containers/blood/random,
/obj/item/weapon/reagent_containers/blood/random,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
@@ -4178,14 +3937,12 @@
/obj/item/weapon/storage/firstaid/regular,
/obj/item/weapon/storage/firstaid/regular,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
dir = 8
},
/area/awaymission/research/interior/medbay)
"lf" = (
/obj/item/ammo_casing/c45,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
@@ -4200,7 +3957,6 @@
"lh" = (
/obj/item/stack/rods,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
dir = 8
},
/area/awaymission/research/interior/medbay)
@@ -4208,7 +3964,6 @@
/obj/effect/decal/cleanable/blood,
/obj/item/stack/rods,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
@@ -4225,17 +3980,14 @@
/obj/structure/table,
/obj/item/weapon/storage/box/donkpockets,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
dir = 8
},
/area/awaymission/research/interior/medbay)
"lm" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/yellowsiding{
@@ -4253,14 +4005,12 @@
"lp" = (
/obj/machinery/washing_machine,
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (EAST)";
dir = 4
},
/area/awaymission/research/interior/dorm)
"lq" = (
/obj/machinery/iv_drip,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
@@ -4273,7 +4023,6 @@
/obj/item/weapon/storage/firstaid/regular,
/obj/item/weapon/storage/firstaid/toxin,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
dir = 8
},
/area/awaymission/research/interior/medbay)
@@ -4295,7 +4044,6 @@
/obj/item/ammo_casing/c45,
/obj/item/stack/rods,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
@@ -4310,7 +4058,6 @@
/obj/structure/table,
/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
dir = 8
},
/area/awaymission/research/interior/medbay)
@@ -4320,7 +4067,6 @@
layer = 4.1
},
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (SOUTHWEST)";
dir = 10
},
/area/awaymission/research/interior/dorm)
@@ -4340,14 +4086,12 @@
"lC" = (
/obj/machinery/iv_drip,
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
"lD" = (
/obj/machinery/light,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
@@ -4356,7 +4100,6 @@
/obj/item/weapon/storage/firstaid/brute,
/obj/item/weapon/storage/firstaid/fire,
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
@@ -4366,28 +4109,24 @@
},
/obj/effect/decal/cleanable/blood,
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
"lG" = (
/obj/effect/decal/cleanable/blood/drip,
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
"lH" = (
/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
dir = 4
},
/area/awaymission/research/interior/medbay)
"lI" = (
/obj/machinery/vending/snack,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
@@ -4396,7 +4135,6 @@
/obj/item/trash/can,
/obj/item/trash/chips,
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (NORTH)";
dir = 1
},
/area/awaymission/research/interior/medbay)
@@ -4428,12 +4166,9 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
- pixel_x = 32;
- tag = "icon-alarm0 (WEST)"
+ pixel_x = 32
},
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (EAST)";
dir = 4
},
/area/awaymission/research/interior/dorm)
@@ -4483,7 +4218,6 @@
"lU" = (
/obj/machinery/computer/arcade,
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (EAST)";
dir = 4
},
/area/awaymission/research/interior/dorm)
@@ -4494,8 +4228,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/awaymission/research/interior/maint)
@@ -4514,13 +4247,11 @@
"lX" = (
/obj/structure/closet/crate/bin,
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (SOUTHWEST)";
dir = 10
},
/area/awaymission/research/interior/dorm)
"lY" = (
/turf/open/floor/plasteel/yellowsiding{
- tag = "icon-yellowsiding (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior/dorm)
@@ -4561,9 +4292,7 @@
"mf" = (
/turf/open/floor/plating/asteroid/airless,
/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4;
- icon_state = "propulsion";
- tag = "icon-propulsion (WEST)"
+ dir = 4
},
/turf/closed/wall/mineral/titanium/interior,
/area/awaymission/research/exterior)
@@ -4599,7 +4328,6 @@
/area/awaymission/research/interior/escapepods)
"mm" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (SOUTHEAST)";
dir = 6
},
/area/awaymission/research/interior/escapepods)
@@ -4608,13 +4336,11 @@
/area/awaymission/research/interior/escapepods)
"mo" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (SOUTHWEST)";
dir = 10
},
/area/awaymission/research/interior/escapepods)
"mp" = (
/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner (WEST)";
dir = 8
},
/area/awaymission/research/interior/escapepods)
@@ -4660,7 +4386,6 @@
/area/awaymission/research/interior/escapepods)
"mw" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
dir = 4
},
/area/awaymission/research/interior/escapepods)
@@ -4669,7 +4394,6 @@
dir = 8
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
dir = 8
},
/area/awaymission/research/interior/escapepods)
@@ -4680,8 +4404,6 @@
"mz" = (
/turf/open/floor/plating/asteroid/airless,
/obj/structure/shuttle/engine/propulsion/burst{
- tag = "icon-propulsion (WEST)";
- icon_state = "propulsion";
dir = 8
},
/turf/closed/wall/shuttle{
@@ -4697,7 +4419,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
dir = 8
},
/area/awaymission/research/interior/escapepods)
@@ -4706,24 +4427,19 @@
/area/awaymission/research/exterior)
"mC" = (
/obj/machinery/light{
- tag = "icon-tube1 (WEST)";
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
dir = 4
},
/area/awaymission/research/interior/escapepods)
"mD" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHWEST)";
dir = 9
},
/area/awaymission/research/interior/escapepods)
"mE" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
dir = 1
},
/area/awaymission/research/interior/escapepods)
@@ -4732,7 +4448,6 @@
dir = 1
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
dir = 1
},
/area/awaymission/research/interior/escapepods)
@@ -4740,13 +4455,11 @@
/obj/structure/table,
/obj/machinery/light,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
dir = 1
},
/area/awaymission/research/interior/escapepods)
"mH" = (
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHEAST)";
dir = 5
},
/area/awaymission/research/interior/escapepods)
@@ -4755,7 +4468,6 @@
pixel_x = -32
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
dir = 4
},
/area/awaymission/research/interior/escapepods)
@@ -4764,7 +4476,6 @@
layer = 4.1
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
dir = 8
},
/area/awaymission/research/interior/escapepods)
@@ -4801,7 +4512,6 @@
layer = 4.1
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
dir = 4
},
/area/awaymission/research/interior/escapepods)
@@ -4824,11 +4534,9 @@
/area/awaymission/research/interior/escapepods)
"mR" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
dir = 4
},
/area/awaymission/research/interior/escapepods)
@@ -4841,7 +4549,6 @@
/area/awaymission/research/interior/escapepods)
"mT" = (
/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner (EAST)";
dir = 4
},
/area/awaymission/research/interior/escapepods)
@@ -4851,14 +4558,12 @@
},
/obj/machinery/light,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
dir = 1
},
/area/awaymission/research/interior/escapepods)
"mV" = (
/obj/machinery/light,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
dir = 1
},
/area/awaymission/research/interior/escapepods)
@@ -4867,19 +4572,15 @@
pixel_y = -32
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTH)";
dir = 1
},
/area/awaymission/research/interior/escapepods)
"mX" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
- pixel_x = 32;
- tag = "icon-alarm0 (WEST)"
+ pixel_x = 32
},
/turf/open/floor/plasteel/whitegreen/corner{
- tag = "icon-whitegreencorner (NORTH)";
dir = 1
},
/area/awaymission/research/interior/escapepods)
diff --git a/_maps/RandomZLevels/snowdin.dmm b/_maps/RandomZLevels/snowdin.dmm
index f6b56c5c04..93082303df 100644
--- a/_maps/RandomZLevels/snowdin.dmm
+++ b/_maps/RandomZLevels/snowdin.dmm
@@ -259,8 +259,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow;
@@ -529,8 +528,7 @@
/area/awaymission/snowdin/base)
"br" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/iv_drip,
/turf/open/floor/plasteel{
@@ -590,8 +588,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/snow;
@@ -2128,8 +2125,6 @@
"fN" = (
/obj/structure/table/wood,
/obj/machinery/light/built{
- tag = "icon-tube1 (EAST)";
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel{
@@ -2259,8 +2254,7 @@
/obj/machinery/button/door{
id = "sekret";
name = "shutter control";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/darkred{
baseturf = /turf/open/floor/plating/asteroid/snow
@@ -2428,7 +2422,6 @@
"gB" = (
/obj/structure/table,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/darkbrown{
@@ -2487,8 +2480,6 @@
/area/awaymission/snowdin/post)
"gI" = (
/obj/machinery/light/built{
- tag = "icon-tube1 (WEST)";
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/darkbrown{
@@ -2644,8 +2635,6 @@
/area/awaymission/snowdin/post)
"hd" = (
/obj/machinery/light/built{
- tag = "icon-tube1 (WEST)";
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel{
@@ -3438,7 +3427,6 @@
/area/awaymission/snowdin/sekret)
"jq" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/turf/open/floor/plasteel/cmo{
@@ -3471,7 +3459,6 @@
/area/awaymission/snowdin/sekret)
"ju" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/obj/machinery/light{
@@ -3572,7 +3559,6 @@
/area/awaymission/snowdin/sekret)
"jH" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/plasteel/cmo{
@@ -3589,8 +3575,7 @@
dir = 9
},
/turf/open/floor/plasteel/black{
- baseturf = /turf/open/floor/plating/asteroid/snow;
- tag = "icon-warndark (NORTHWEST)"
+ baseturf = /turf/open/floor/plating/asteroid/snow
},
/area/awaymission/snowdin/sekret)
"jJ" = (
@@ -3598,8 +3583,7 @@
dir = 5
},
/turf/open/floor/plasteel/black{
- baseturf = /turf/open/floor/plating/asteroid/snow;
- tag = "icon-warndark (NORTHEAST)"
+ baseturf = /turf/open/floor/plating/asteroid/snow
},
/area/awaymission/snowdin/sekret)
"jK" = (
@@ -3668,7 +3652,6 @@
dir = 4
},
/turf/open/floor/plasteel/black{
- tag = "icon-warndark (EAST)";
baseturf = /turf/open/floor/plating/asteroid/snow
},
/area/awaymission/snowdin/sekret)
@@ -3741,8 +3724,7 @@
dir = 9
},
/turf/open/floor/plasteel/black{
- baseturf = /turf/open/floor/plating/asteroid/snow;
- tag = "icon-warndark (NORTHWEST)"
+ baseturf = /turf/open/floor/plating/asteroid/snow
},
/area/awaymission/snowdin/sekret)
"kb" = (
@@ -3751,8 +3733,7 @@
dir = 5
},
/turf/open/floor/plasteel/black{
- baseturf = /turf/open/floor/plating/asteroid/snow;
- tag = "icon-warndark (NORTHEAST)"
+ baseturf = /turf/open/floor/plating/asteroid/snow
},
/area/awaymission/snowdin/sekret)
"kc" = (
@@ -4088,7 +4069,6 @@
dir = 10
},
/turf/open/floor/plasteel/black{
- tag = "icon-warndark (SOUTHWEST)";
baseturf = /turf/open/floor/plating/asteroid/snow
},
/area/awaymission/snowdin/sekret)
@@ -4100,7 +4080,6 @@
dir = 6
},
/turf/open/floor/plasteel/black{
- tag = "icon-warndark (SOUTHEAST)";
baseturf = /turf/open/floor/plating/asteroid/snow
},
/area/awaymission/snowdin/sekret)
@@ -4267,8 +4246,7 @@
dir = 8;
freerange = 1;
listening = 1;
- name = "Pirate Radio Listening Channel";
- pixel_x = 0
+ name = "Pirate Radio Listening Channel"
},
/turf/open/floor/plasteel/purple{
baseturf = /turf/open/floor/plating/asteroid/snow
@@ -4350,8 +4328,7 @@
dir = 8;
freerange = 1;
listening = 0;
- name = "Pirate Radio Broadcast Channel";
- pixel_x = 0
+ name = "Pirate Radio Broadcast Channel"
},
/turf/open/floor/plasteel/purple{
baseturf = /turf/open/floor/plating/asteroid/snow
@@ -4393,8 +4370,6 @@
/obj/structure/bed,
/obj/item/weapon/bedsheet,
/obj/machinery/light/built{
- tag = "icon-tube1 (EAST)";
- icon_state = "tube1";
dir = 4
},
/obj/effect/landmark/awaystart,
@@ -4527,8 +4502,6 @@
/area/awaymission/snowdin/sekret)
"lX" = (
/obj/structure/chair/comfy/beige{
- tag = "icon-comfychair (EAST)";
- icon_state = "comfychair";
dir = 4
},
/turf/open/floor/wood{
@@ -4758,8 +4731,6 @@
/area/awaymission/snowdin)
"mz" = (
/obj/machinery/light/built{
- tag = "icon-tube1 (NORTH)";
- icon_state = "tube1";
dir = 1
},
/turf/open/floor/plating{
@@ -4942,9 +4913,7 @@
"mU" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 30
@@ -5107,9 +5076,7 @@
},
/area/awaymission/snowdin)
"np" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/turf/open/floor/plating,
/area/awaymission/snowdin)
"nq" = (
@@ -5117,9 +5084,7 @@
/turf/open/floor/plating,
/area/awaymission/snowdin)
"nr" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/turf/open/floor/plating,
/area/awaymission/snowdin)
"ns" = (
@@ -5201,8 +5166,7 @@
/area/awaymission/snowdin/sekret)
"nA" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plating/asteroid/snow,
/area/awaymission/snowdin)
diff --git a/_maps/RandomZLevels/spacebattle.dmm b/_maps/RandomZLevels/spacebattle.dmm
index 699229e6db..d24199a32e 100644
--- a/_maps/RandomZLevels/spacebattle.dmm
+++ b/_maps/RandomZLevels/spacebattle.dmm
@@ -13,22 +13,19 @@
},
/area/awaymission/spacebattle/syndicate2)
"ad" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
+/obj/structure/shuttle/engine/propulsion/right{
dir = 1
},
/turf/open/space,
/area/awaymission/spacebattle/syndicate2)
"ae" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 1
},
/turf/open/space,
/area/awaymission/spacebattle/syndicate2)
"af" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
+/obj/structure/shuttle/engine/propulsion/left{
dir = 1
},
/turf/open/space,
@@ -45,7 +42,6 @@
/area/awaymission/spacebattle/syndicate2)
"ai" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced,
@@ -112,22 +108,19 @@
},
/area/awaymission/spacebattle/syndicate3)
"aw" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
+/obj/structure/shuttle/engine/propulsion/right{
dir = 1
},
/turf/open/space,
/area/awaymission/spacebattle/syndicate3)
"ax" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 1
},
/turf/open/space,
/area/awaymission/spacebattle/syndicate3)
"ay" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
+/obj/structure/shuttle/engine/propulsion/left{
dir = 1
},
/turf/open/space,
@@ -149,7 +142,6 @@
/area/awaymission/spacebattle/syndicate3)
"aC" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced,
@@ -221,22 +213,19 @@
},
/area/awaymission/spacebattle/syndicate1)
"aP" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
+/obj/structure/shuttle/engine/propulsion/right{
dir = 1
},
/turf/open/space,
/area/awaymission/spacebattle/syndicate1)
"aQ" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 1
},
/turf/open/space,
/area/awaymission/spacebattle/syndicate1)
"aR" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
+/obj/structure/shuttle/engine/propulsion/left{
dir = 1
},
/turf/open/space,
@@ -257,7 +246,6 @@
/area/awaymission/spacebattle/syndicate1)
"aV" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced,
@@ -266,7 +254,6 @@
"aW" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced{
@@ -277,7 +264,6 @@
"aX" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced{
@@ -487,8 +473,7 @@
},
/area/awaymission/spacebattle/cruiser)
"bI" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
+/obj/structure/shuttle/engine/propulsion/right{
dir = 1
},
/turf/open/space,
@@ -498,8 +483,7 @@
/turf/open/floor/plating,
/area/awaymission/spacebattle/cruiser)
"bK" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
+/obj/structure/shuttle/engine/propulsion/left{
dir = 1
},
/turf/open/space,
@@ -517,7 +501,6 @@
"bN" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced{
@@ -531,7 +514,6 @@
"bP" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced{
@@ -574,15 +556,13 @@
},
/area/awaymission/spacebattle/cruiser)
"bX" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "burst_l"
+/obj/structure/shuttle/engine/propulsion/burst/left{
+ dir = 8
},
/turf/open/space,
/area/awaymission/spacebattle/cruiser)
"bY" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
@@ -620,8 +600,7 @@
/area/awaymission/spacebattle/cruiser)
"cf" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion"
+ dir = 8
},
/turf/open/space,
/area/awaymission/spacebattle/cruiser)
@@ -927,9 +906,8 @@
/turf/open/floor/plating/airless,
/area/awaymission/spacebattle/cruiser)
"df" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_r"
+/obj/structure/shuttle/engine/propulsion/right{
+ dir = 8
},
/turf/open/space,
/area/awaymission/spacebattle/cruiser)
@@ -1131,7 +1109,6 @@
/area/awaymission/spacebattle/cruiser)
"dN" = (
/obj/machinery/mech_bay_recharge_port{
- tag = "icon-recharge_port";
icon_state = "recharge_port";
dir = 2
},
@@ -1558,8 +1535,7 @@
dir = 2;
id = "spacebattlestorage";
name = "Secure Storage";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel,
/area/awaymission/spacebattle/cruiser)
@@ -1955,8 +1931,7 @@
dir = 2;
id = "spacebattlestorage";
name = "Secure Storage";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/turf/open/floor/plating,
/area/awaymission/spacebattle/cruiser)
@@ -2225,7 +2200,6 @@
/area/awaymission/spacebattle/syndicate7)
"hl" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 4
},
/obj/structure/window/reinforced{
@@ -2234,9 +2208,8 @@
/turf/open/floor/plating/airless,
/area/awaymission/spacebattle/syndicate7)
"hm" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion_r"
+/obj/structure/shuttle/engine/propulsion/right{
+ dir = 4
},
/turf/open/space,
/area/awaymission/spacebattle/syndicate7)
@@ -2284,9 +2257,8 @@
/turf/open/floor/plating,
/area/awaymission/spacebattle/syndicate7)
"hv" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 4
},
/turf/open/space,
/area/awaymission/spacebattle/syndicate7)
@@ -2537,9 +2509,7 @@
"io" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/freezer,
/area/awaymission/spacebattle/cruiser)
@@ -2581,9 +2551,8 @@
},
/area/awaymission/spacebattle/cruiser)
"iv" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "burst_r"
+/obj/structure/shuttle/engine/propulsion/burst/right{
+ dir = 8
},
/turf/open/space,
/area/awaymission/spacebattle/cruiser)
@@ -2852,9 +2821,7 @@
/obj/machinery/button/door{
dir = 2;
id = "spacebattlearmory";
- name = "Weapon Cache";
- pixel_x = 0;
- pixel_y = 0
+ name = "Weapon Cache"
},
/turf/open/floor/plasteel/blue/side{
dir = 1
@@ -2865,9 +2832,7 @@
/obj/machinery/button/door{
dir = 2;
id = "spacebattlearmory2";
- name = "Weapon Cache";
- pixel_x = 0;
- pixel_y = 0
+ name = "Weapon Cache"
},
/turf/open/floor/plasteel/blue/side{
dir = 1
@@ -2878,9 +2843,7 @@
/obj/machinery/button/door{
dir = 2;
id = "spacebattlearmory1";
- name = "Weapon Cache";
- pixel_x = 0;
- pixel_y = 0
+ name = "Weapon Cache"
},
/turf/open/floor/plasteel/blue/side{
dir = 1
@@ -3162,7 +3125,6 @@
/area/awaymission/spacebattle/cruiser)
"ks" = (
/obj/machinery/mech_bay_recharge_port{
- tag = "icon-recharge_port";
icon_state = "recharge_port";
dir = 2
},
@@ -3252,7 +3214,6 @@
/area/awaymission/spacebattle/cruiser)
"kH" = (
/obj/machinery/mech_bay_recharge_port{
- tag = "icon-recharge_port (NORTH)";
icon_state = "recharge_port";
dir = 1
},
diff --git a/_maps/RandomZLevels/undergroundoutpost45.dmm b/_maps/RandomZLevels/undergroundoutpost45.dmm
index bf2476c74b..b985470bc1 100644
--- a/_maps/RandomZLevels/undergroundoutpost45.dmm
+++ b/_maps/RandomZLevels/undergroundoutpost45.dmm
@@ -203,8 +203,7 @@
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel{
- heat_capacity = 1e+006;
- name = "floor"
+ heat_capacity = 1e+006
},
/area/awaycontent/a1{
has_gravity = 1;
@@ -260,7 +259,6 @@
})
"ay" = (
/obj/structure/chair/comfy/beige{
- icon_state = "comfychair";
dir = 4
},
/obj/effect/landmark/awaystart,
@@ -297,12 +295,7 @@
name = "UO45 Central Hall"
})
"aB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/landmark/awaystart,
/turf/open/floor/plasteel/neutral/side{
dir = 4;
@@ -470,7 +463,6 @@
})
"aR" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/door/firedoor,
@@ -659,9 +651,7 @@
name = "UO45 Central Hall"
})
"bh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral/side{
dir = 8;
heat_capacity = 1e+006
@@ -695,8 +685,7 @@
})
"bk" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = -25;
- pixel_y = 0
+ pixel_x = -25
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel{
@@ -968,7 +957,6 @@
})
"bH" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel{
@@ -1419,8 +1407,7 @@
},
/obj/structure/table/wood,
/obj/machinery/newscaster{
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/carpet{
heat_capacity = 1e+006
@@ -1474,7 +1461,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -1505,7 +1491,6 @@
dir = 10
},
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/turf/open/floor/carpet{
@@ -1519,8 +1504,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/table/wood,
/obj/machinery/newscaster{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/carpet{
heat_capacity = 1e+006
@@ -1583,21 +1567,16 @@
name = "UO45 Central Hall"
})
"cH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 1
},
/obj/machinery/button/door{
id = "awaydorm2";
name = "Door Bolt Control";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = -25;
req_access_txt = "0";
specialfunctions = 4
@@ -1619,11 +1598,8 @@
name = "UO45 Central Hall"
})
"cJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/bed,
/obj/item/weapon/bedsheet,
@@ -1635,11 +1611,8 @@
name = "UO45 Central Hall"
})
"cK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/bed,
/obj/item/weapon/bedsheet,
@@ -1651,17 +1624,13 @@
name = "UO45 Central Hall"
})
"cL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/button/door{
id = "awaydorm1";
name = "Door Bolt Control";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = -25;
req_access_txt = "0";
specialfunctions = 4
@@ -1983,7 +1952,6 @@
"dm" = (
/obj/machinery/firealarm{
dir = 2;
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel{
@@ -2052,7 +2020,6 @@
/obj/structure/sign/deathsposal{
desc = "A warning sign which reads 'DISPOSAL: LEADS TO EXTERIOR'";
name = "\improper DISPOSAL: LEADS TO EXTERIOR";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/vault{
@@ -2100,7 +2067,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel{
@@ -2280,7 +2246,6 @@
},
/obj/machinery/firealarm{
dir = 2;
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel/green/side{
@@ -2373,7 +2338,6 @@
},
/obj/structure/chair,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/red/side{
@@ -2385,11 +2349,8 @@
name = "UO45 Central Hall"
})
"dQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 5;
@@ -2412,11 +2373,8 @@
name = "UO45 Central Hall"
})
"dS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
dir = 2;
@@ -2444,11 +2402,8 @@
name = "UO45 Central Hall"
})
"dV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8;
@@ -2547,8 +2502,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/command{
icon_state = "closed";
@@ -2604,9 +2558,8 @@
name = "UO45 Central Hall"
})
"eh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/decal/cleanable/dirt,
@@ -2687,11 +2640,8 @@
name = "UO45 Central Hall"
})
"ep" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -2702,11 +2652,8 @@
})
"eq" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -2736,11 +2683,8 @@
name = "UO45 Central Hall"
})
"et" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plating{
broken = 1;
@@ -2827,7 +2771,6 @@
})
"ez" = (
/obj/structure/chair/office{
- icon_state = "chair";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -2858,7 +2801,6 @@
})
"eC" = (
/obj/structure/chair/office{
- icon_state = "chair";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -2917,9 +2859,8 @@
name = "UO45 Central Hall"
})
"eH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plating{
heat_capacity = 1e+006
@@ -2960,8 +2901,7 @@
pixel_y = 4
},
/obj/machinery/newscaster/security_unit{
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/red/side{
@@ -3004,7 +2944,6 @@
})
"eN" = (
/obj/structure/chair/office{
- icon_state = "chair";
dir = 4
},
/obj/effect/decal/cleanable/dirt,
@@ -3091,7 +3030,6 @@
pixel_y = 8
},
/obj/item/weapon/reagent_containers/spray/plantbgone{
- pixel_x = 0;
pixel_y = 3
},
/obj/item/weapon/watertank,
@@ -3111,7 +3049,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating{
@@ -3247,7 +3184,6 @@
dir = 2;
locked = 0;
name = "Hydroponics APC";
- pixel_x = 0;
pixel_y = -25;
req_access = null;
start_charge = 100
@@ -3268,11 +3204,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/green/side{
@@ -3287,8 +3221,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/green/side{
@@ -3303,8 +3236,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/green/side{
dir = 2;
@@ -3319,8 +3251,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/green/side{
dir = 2;
@@ -3373,12 +3304,7 @@
name = "UO45 Central Hall"
})
"fp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral/corner{
dir = 4;
heat_capacity = 1e+006
@@ -3397,12 +3323,7 @@
name = "UO45 Central Hall"
})
"fr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral/corner{
dir = 1;
heat_capacity = 1e+006
@@ -3413,7 +3334,6 @@
})
"fs" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/airalarm{
@@ -3421,7 +3341,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel/green/side{
@@ -3487,8 +3406,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -3508,8 +3426,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -3543,11 +3460,8 @@
name = "UO45 Central Hall"
})
"fA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/chair/wood/normal,
/turf/open/floor/carpet{
@@ -3576,7 +3490,6 @@
id = "awaydorm3";
name = "Door Bolt Control";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = 25;
req_access_txt = "0";
specialfunctions = 4
@@ -3723,8 +3636,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -3740,7 +3652,6 @@
"fQ" = (
/obj/structure/table/wood,
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/carpet{
@@ -3759,11 +3670,8 @@
pixel_y = -23;
req_access = null
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/dresser,
/turf/open/floor/carpet{
@@ -3799,7 +3707,6 @@
"fU" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/camera{
@@ -3816,7 +3723,6 @@
})
"fV" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -28
},
/obj/effect/decal/cleanable/dirt,
@@ -3853,7 +3759,6 @@
/obj/structure/sign/deathsposal{
desc = "A warning sign which reads 'DISPOSAL: LEADS TO EXTERIOR'";
name = "\improper DISPOSAL: LEADS TO EXTERIOR";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel/black{
@@ -3886,8 +3791,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -3981,8 +3885,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -4106,11 +4009,8 @@
name = "UO45 Crew Quarters"
})
"gt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -4247,8 +4147,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -4309,10 +4208,7 @@
})
"gN" = (
/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/storage/toolbox/mechanical,
/turf/open/floor/plasteel/white/side{
dir = 2;
heat_capacity = 1e+006
@@ -4348,8 +4244,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -4466,7 +4361,6 @@
"gZ" = (
/obj/machinery/firealarm{
dir = 2;
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel/white{
@@ -4561,7 +4455,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel{
@@ -4656,8 +4549,7 @@
})
"hp" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = -25;
- pixel_y = 0
+ pixel_x = -25
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/cafeteria{
@@ -4698,7 +4590,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/obj/machinery/camera{
@@ -4756,7 +4647,6 @@
})
"hw" = (
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/obj/effect/decal/cleanable/dirt,
@@ -4768,14 +4658,8 @@
name = "UO45 Gateway"
})
"hx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/turf/open/floor/plasteel/black{
@@ -4866,12 +4750,7 @@
name = "UO45 Research"
})
"hF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
@@ -4910,7 +4789,6 @@
/obj/structure/table,
/obj/item/trash/chips,
/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/bar{
@@ -4922,7 +4800,6 @@
})
"hJ" = (
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/turf/open/floor/plasteel/bar{
@@ -5015,8 +4892,7 @@
"hR" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = -3;
- pixel_y = 0
+ pixel_x = -3
},
/obj/item/weapon/reagent_containers/food/condiment/peppermill{
pixel_x = 3
@@ -5041,9 +4917,8 @@
name = "UO45 Crew Quarters"
})
"hT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/cafeteria{
dir = 5;
@@ -5086,8 +4961,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -5151,7 +5025,6 @@
})
"ib" = (
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/turf/open/floor/plasteel/black{
@@ -5167,12 +5040,10 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/turf/open/floor/plasteel/black{
@@ -5274,7 +5145,6 @@
})
"im" = (
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/obj/effect/decal/cleanable/dirt,
@@ -5333,7 +5203,6 @@
})
"ir" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/processor,
@@ -5370,8 +5239,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/window{
name = "Gateway Chamber";
@@ -5397,7 +5265,6 @@
"iw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/obj/effect/decal/cleanable/dirt,
@@ -5530,9 +5397,7 @@
name = "UO45 Research"
})
"iE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
@@ -5593,12 +5458,7 @@
name = "UO45 Crew Quarters"
})
"iK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 2;
icon_state = "pipe-c"
@@ -5628,8 +5488,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -5674,8 +5533,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -5695,11 +5553,8 @@
name = "UO45 Gateway"
})
"iR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/table,
/obj/item/weapon/paper/pamphlet,
@@ -5725,14 +5580,11 @@
name = "UO45 Gateway"
})
"iT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/turf/open/floor/plasteel/black{
@@ -5745,7 +5597,6 @@
"iU" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/turf/open/floor/plasteel/black{
@@ -5812,9 +5663,7 @@
})
"iZ" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
},
@@ -5840,7 +5689,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel/bar{
@@ -5852,12 +5700,10 @@
})
"jc" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/bar{
heat_capacity = 1e+006
@@ -5874,7 +5720,6 @@
/obj/structure/sign/deathsposal{
desc = "A warning sign which reads 'DISPOSAL: LEADS TO EXTERIOR'";
name = "\improper DISPOSAL: LEADS TO EXTERIOR";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel/cafeteria{
@@ -5921,7 +5766,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/obj/machinery/camera{
@@ -5938,9 +5782,8 @@
name = "UO45 Gateway"
})
"jh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel{
@@ -5954,8 +5797,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -6066,10 +5908,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/table,
/obj/item/weapon/folder/white,
-/obj/item/weapon/disk/tech_disk{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/disk/tech_disk,
/obj/item/weapon/disk/design_disk,
/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
@@ -6211,8 +6050,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -6281,11 +6119,8 @@
})
"jJ" = (
/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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white{
heat_capacity = 1e+006
@@ -6300,7 +6135,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
@@ -6402,7 +6236,6 @@
})
"jS" = (
/obj/structure/chair{
- icon_state = "chair";
dir = 4
},
/turf/open/floor/plasteel/bar{
@@ -6423,9 +6256,7 @@
name = "UO45 Crew Quarters"
})
"jU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/bar{
heat_capacity = 1e+006
},
@@ -6443,7 +6274,6 @@
dir = 1;
locked = 0;
name = "UO45 Bar APC";
- pixel_x = 0;
pixel_y = 25;
req_access = null;
start_charge = 100
@@ -6459,8 +6289,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small{
dir = 1
@@ -6485,8 +6314,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j2";
@@ -6507,8 +6335,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -6531,8 +6358,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -6551,8 +6377,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -6572,8 +6397,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -6706,8 +6530,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -6791,11 +6614,8 @@
name = "UO45 Crew Quarters"
})
"kr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/bar{
heat_capacity = 1e+006
@@ -6831,8 +6651,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
@@ -6891,7 +6710,6 @@
/obj/item/weapon/storage/belt/utility,
/obj/item/clothing/head/welding,
/obj/structure/sign/biohazard{
- pixel_x = 0;
pixel_y = 32
},
/obj/item/device/assembly/prox_sensor,
@@ -6932,11 +6750,8 @@
name = "UO45 Gateway"
})
"kB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -7037,9 +6852,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/whitepurple/corner{
dir = 4;
heat_capacity = 1e+006
@@ -7201,11 +7014,8 @@
name = "UO45 Research"
})
"kU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/whitepurple/corner{
@@ -7228,7 +7038,6 @@
})
"kW" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -7256,8 +7065,7 @@
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel{
- heat_capacity = 1e+006;
- name = "floor"
+ heat_capacity = 1e+006
},
/area/awaycontent/a5{
has_gravity = 1;
@@ -7333,9 +7141,8 @@
name = "UO45 Crew Quarters"
})
"le" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -7347,7 +7154,6 @@
"lf" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plasteel{
@@ -7371,7 +7177,6 @@
dir = 5
},
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/bar{
@@ -7447,8 +7252,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/junction,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -7505,12 +7309,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -7523,8 +7325,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -7556,8 +7357,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -7573,8 +7373,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -7588,12 +7387,7 @@
name = "UO45 Gateway"
})
"lu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/item/weapon/restraints/handcuffs,
/obj/item/device/assembly/flash/handheld,
/obj/item/weapon/reagent_containers/spray/pepper,
@@ -7615,8 +7409,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/white{
@@ -7630,8 +7423,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -7648,8 +7440,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -7669,8 +7460,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -7687,8 +7477,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/whitepurple/corner{
@@ -7703,12 +7492,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7731,17 +7518,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ 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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/whitepurple/corner{
dir = 2;
@@ -7755,8 +7538,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -7775,8 +7557,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -7797,8 +7578,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -7816,8 +7596,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -7844,8 +7623,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light,
/obj/structure/disposalpipe/junction{
@@ -7854,7 +7632,6 @@
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -7876,7 +7653,6 @@
dir = 2;
locked = 0;
name = "UO45 Research Division APC";
- pixel_x = 0;
pixel_y = -25;
req_access = null;
start_charge = 100
@@ -7940,9 +7716,8 @@
name = "UO45 Research"
})
"lL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/whitepurple/corner{
dir = 2;
@@ -7964,7 +7739,6 @@
"lN" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/camera{
@@ -8003,12 +7777,7 @@
name = "UO45 Crew Quarters"
})
"lQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
@@ -8018,7 +7787,6 @@
})
"lR" = (
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/turf/open/floor/plasteel/floorgrime{
@@ -8031,7 +7799,6 @@
})
"lS" = (
/obj/structure/chair{
- icon_state = "chair";
dir = 4
},
/obj/effect/decal/cleanable/dirt,
@@ -8045,8 +7812,7 @@
"lT" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = -3;
- pixel_y = 0
+ pixel_x = -3
},
/obj/item/weapon/reagent_containers/food/condiment/peppermill{
pixel_x = 3
@@ -8066,7 +7832,6 @@
/obj/structure/sign/deathsposal{
desc = "A warning sign which reads 'DISPOSAL: LEADS TO EXTERIOR'";
name = "\improper DISPOSAL: LEADS TO EXTERIOR";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel/bar{
@@ -8094,8 +7859,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -8207,11 +7971,8 @@
name = "UO45 Gateway"
})
"me" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/white{
@@ -8240,8 +8001,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -8321,7 +8081,6 @@
/obj/structure/closet/firecloset,
/obj/machinery/light/small,
/obj/structure/sign/securearea{
- pixel_x = 0;
pixel_y = -32
},
/obj/effect/decal/cleanable/dirt,
@@ -8350,8 +8109,7 @@
"mo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/sign/securearea{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/purple/corner{
dir = 1;
@@ -8377,8 +8135,7 @@
/obj/structure/table,
/obj/item/weapon/newspaper,
/obj/machinery/newscaster{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/plasteel/floorgrime{
dir = 8;
@@ -8391,7 +8148,6 @@
"mr" = (
/obj/structure/table/wood,
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/carpet{
@@ -8431,8 +8187,7 @@
"mu" = (
/obj/structure/table/wood,
/obj/machinery/newscaster{
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/carpet{
heat_capacity = 1e+006
@@ -8503,8 +8258,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -8571,7 +8325,6 @@
})
"mD" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -28
},
/obj/structure/rack{
@@ -8596,7 +8349,6 @@
dir = 2;
locked = 0;
name = "UO45 Gateway APC";
- pixel_x = 0;
pixel_y = -25;
req_access = null;
start_charge = 100
@@ -8620,7 +8372,6 @@
"mF" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/rack{
@@ -8687,8 +8438,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -8707,8 +8457,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
@@ -8860,23 +8609,16 @@
name = "UO45 Crew Quarters"
})
"mX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/button/door{
id = "awaydorm5";
name = "Door Bolt Control";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = -25;
req_access_txt = "0";
specialfunctions = 4
},
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 1
},
/turf/open/floor/carpet{
@@ -8887,9 +8629,7 @@
name = "UO45 Crew Quarters"
})
"mY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/carpet{
heat_capacity = 1e+006
},
@@ -8912,12 +8652,7 @@
name = "UO45 Engineering"
})
"na" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/bed,
/obj/item/weapon/bedsheet,
/turf/open/floor/carpet{
@@ -8932,7 +8667,6 @@
id = "awaydorm7";
name = "Door Bolt Control";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = -25;
req_access_txt = "0";
specialfunctions = 4
@@ -8957,7 +8691,6 @@
})
"nd" = (
/obj/structure/chair/comfy/black{
- icon_state = "comfychair";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -8980,7 +8713,6 @@
})
"nf" = (
/obj/structure/chair/comfy/black{
- icon_state = "comfychair";
dir = 8
},
/obj/effect/decal/cleanable/dirt,
@@ -9024,8 +8756,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -9064,11 +8795,8 @@
name = "UO45 Research"
})
"nm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/cafeteria{
dir = 5;
@@ -9165,8 +8893,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9187,8 +8914,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9207,8 +8933,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9231,8 +8956,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9385,8 +9109,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
@@ -9429,8 +9152,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
@@ -9469,8 +9191,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -9487,7 +9208,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/obj/machinery/light/small{
@@ -9588,7 +9308,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/obj/machinery/light{
@@ -9607,9 +9326,7 @@
name = "UO45 Research"
})
"nU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
heat_capacity = 1e+006
},
@@ -9666,7 +9383,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel/neutral/side{
@@ -9700,8 +9416,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9722,8 +9437,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9744,8 +9458,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9765,8 +9478,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9789,8 +9501,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9810,8 +9521,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small{
dir = 1
@@ -9835,8 +9545,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/airalarm{
frequency = 1439;
@@ -9863,8 +9572,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9882,8 +9590,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9904,8 +9611,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9928,8 +9634,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9949,8 +9654,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9958,9 +9662,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/floorgrime{
dir = 8;
heat_capacity = 1e+006
@@ -9973,8 +9675,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -9993,8 +9694,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/junction{
dir = 2;
@@ -10016,8 +9716,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -10039,8 +9738,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -10064,8 +9762,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/junction{
icon_state = "pipe-y";
@@ -10084,8 +9781,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -10133,8 +9829,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -10150,8 +9845,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -10183,7 +9877,6 @@
desc = "A remote control-switch whichs locks the research division down in the event of a biohazard leak or contamination.";
id = "UO45_biohazard";
name = "Biohazard Door Control";
- pixel_x = 0;
pixel_y = 8;
req_access_txt = "201"
},
@@ -10191,7 +9884,6 @@
desc = "A remote control-switch that controls the privacy shutters.";
id = "UO45_rdprivacy";
name = "Privacy Shutter Control";
- pixel_x = 0;
pixel_y = -2;
req_access_txt = "201"
},
@@ -10239,8 +9931,7 @@
})
"oC" = (
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/red/side{
@@ -10337,7 +10028,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/neutral/side{
@@ -10351,15 +10041,11 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plasteel/neutral/corner{
@@ -10456,24 +10142,21 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/airalarm{
dir = 8;
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/obj/machinery/light/small{
dir = 4
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel{
@@ -10487,8 +10170,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light/small{
dir = 8
@@ -10506,7 +10188,6 @@
})
"oV" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/machinery/power/port_gen/pacman{
@@ -10526,7 +10207,6 @@
})
"oW" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/machinery/power/port_gen/pacman/super{
@@ -10551,7 +10231,6 @@
})
"oX" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/machinery/power/port_gen/pacman{
@@ -10573,8 +10252,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light/small{
dir = 4
@@ -10653,7 +10331,6 @@
/obj/structure/sign/deathsposal{
desc = "A warning sign which reads 'DISPOSAL: LEADS TO EXTERIOR'";
name = "\improper DISPOSAL: LEADS TO EXTERIOR";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel/cafeteria{
@@ -10679,11 +10356,8 @@
name = "UO45 Research"
})
"pf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/cafeteria{
dir = 5;
@@ -10722,7 +10396,6 @@
desc = "A remote control-switch whichs locks the research division down in the event of a biohazard leak or contamination.";
id = "UO45_biohazard";
name = "Biohazard Door Control";
- pixel_x = 0;
pixel_y = -24;
req_access_txt = "201"
},
@@ -10736,7 +10409,6 @@
})
"pj" = (
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel{
@@ -10750,8 +10422,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -10970,8 +10641,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
@@ -10998,7 +10668,6 @@
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/stripes/line{
@@ -11015,8 +10684,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -11045,16 +10713,12 @@
name = "UO45 Engineering"
})
"pE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/on{
dir = 2;
- external_pressure_bound = 0;
frequency = 1441;
icon_state = "in";
id_tag = "UO45_air_out";
- internal_pressure_bound = 2000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "air out"
},
/turf/open/floor/engine{
name = "air floor";
@@ -11082,8 +10746,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -11183,18 +10846,14 @@
name = "UO45 Crew Quarters"
})
"pQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/button/door{
id = "awaydorm4";
name = "Door Bolt Control";
normaldoorcontrol = 1;
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -11206,11 +10865,8 @@
name = "UO45 Crew Quarters"
})
"pR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet{
heat_capacity = 1e+006
@@ -11227,11 +10883,8 @@
name = "UO45 Crew Quarters"
})
"pT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/bed,
/obj/item/weapon/bedsheet,
@@ -11243,18 +10896,14 @@
name = "UO45 Crew Quarters"
})
"pU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/button/door{
id = "awaydorm6";
name = "Door Bolt Control";
normaldoorcontrol = 1;
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -11305,9 +10954,7 @@
},
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/freezer{
@@ -11360,8 +11007,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/machinery/door/airlock/glass_engineering{
@@ -11410,8 +11056,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -11432,14 +11077,10 @@
name = "UO45 Research"
})
"qh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 4;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/turf/open/floor/circuit{
name = "Server Base";
@@ -11502,9 +11143,7 @@
/obj/machinery/light/small,
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
- pixel_x = -11;
- pixel_y = 0
+ pixel_x = -11
},
/obj/structure/mirror{
pixel_x = -28
@@ -11518,7 +11157,6 @@
})
"qn" = (
/obj/structure/toilet{
- icon_state = "toilet00";
dir = 8
},
/obj/effect/decal/cleanable/dirt,
@@ -11602,7 +11240,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/carpet{
@@ -11630,7 +11267,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/carpet{
@@ -11649,7 +11285,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel/freezer{
@@ -11662,9 +11297,7 @@
"qx" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/freezer{
@@ -11782,8 +11415,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -11819,12 +11451,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel{
@@ -11859,7 +11489,6 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
dir = 10
},
/obj/machinery/camera{
@@ -11874,7 +11503,6 @@
},
/obj/machinery/firealarm{
dir = 2;
- pixel_x = 0;
pixel_y = 24
},
/obj/item/device/multitool,
@@ -11909,8 +11537,6 @@
node1_concentration = 0.8;
node2_concentration = 0.2;
on = 1;
- pixel_x = 0;
- pixel_y = 0;
req_access = null;
target_pressure = 4500
},
@@ -11924,8 +11550,7 @@
})
"qM" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/obj/machinery/portable_atmospherics/scrubber,
/obj/effect/turf_decal/bot{
@@ -11956,8 +11581,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -11974,8 +11598,7 @@
},
/obj/machinery/airalarm/server{
dir = 4;
- pixel_x = -22;
- pixel_y = 0
+ pixel_x = -22
},
/obj/machinery/r_n_d/server/core{
id_with_download_string = "3";
@@ -12061,9 +11684,8 @@
name = "UO45 Research"
})
"qV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/decal/cleanable/dirt,
@@ -12091,8 +11713,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12108,7 +11729,6 @@
"qY" = (
/obj/structure/table/wood,
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = -28
},
/obj/item/weapon/pen,
@@ -12162,9 +11782,7 @@
},
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/freezer{
heat_capacity = 1e+006
@@ -12185,8 +11803,7 @@
"re" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/extinguisher_cabinet{
- pixel_x = -25;
- pixel_y = 0
+ pixel_x = -25
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -12199,8 +11816,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light/small{
dir = 4
@@ -12245,9 +11861,7 @@
name = "UO45 Engineering"
})
"ri" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime{
dir = 8;
@@ -12280,7 +11894,6 @@
"rl" = (
/obj/machinery/firealarm{
dir = 2;
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/tank_dispenser{
@@ -12300,20 +11913,16 @@
},
/obj/structure/table,
/obj/item/weapon/tank/internals/emergency_oxygen{
- pixel_x = -8;
- pixel_y = 0
+ pixel_x = -8
},
/obj/item/weapon/tank/internals/emergency_oxygen{
- pixel_x = -8;
- pixel_y = 0
+ pixel_x = -8
},
/obj/item/clothing/mask/breath{
- pixel_x = 4;
- pixel_y = 0
+ pixel_x = 4
},
/obj/item/clothing/mask/breath{
- pixel_x = 4;
- pixel_y = 0
+ pixel_x = 4
},
/obj/machinery/newscaster{
pixel_y = 32
@@ -12335,7 +11944,6 @@
/obj/item/weapon/storage/box,
/obj/item/weapon/storage/box,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/red/side{
@@ -12366,13 +11974,11 @@
locked = 1;
name = "UO45 Engineering APC";
pixel_x = -25;
- pixel_y = 0;
req_access = list(201);
start_charge = 100
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -12396,11 +12002,8 @@
name = "UO45 Engineering"
})
"rr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/button/door{
desc = "A remote control-switch for the engineering security doors.";
@@ -12509,8 +12112,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -12646,11 +12248,8 @@
name = "UO45 Research"
})
"rI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/white{
@@ -12662,10 +12261,7 @@
})
"rJ" = (
/obj/structure/table,
-/obj/item/weapon/storage/box/gloves{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/storage/box/gloves,
/turf/open/floor/plasteel/white/side{
dir = 8;
heat_capacity = 1e+006
@@ -12678,8 +12274,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12767,8 +12362,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel{
@@ -12782,8 +12376,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12803,8 +12396,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12824,8 +12416,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12846,8 +12437,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/airalarm{
frequency = 1439;
@@ -12873,8 +12463,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12882,12 +12471,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/yellow/corner{
dir = 1;
heat_capacity = 1e+006
@@ -12900,8 +12484,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12922,8 +12505,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12944,8 +12526,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12969,8 +12550,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12989,8 +12569,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -13123,7 +12702,6 @@
})
"sh" = (
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- icon_state = "intact";
dir = 4
},
/obj/effect/decal/cleanable/dirt,
@@ -13136,11 +12714,8 @@
name = "UO45 Engineering"
})
"si" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/closet/secure_closet{
desc = "It's a secure locker for personnel. The first card swiped gains control.";
@@ -13163,7 +12738,6 @@
dir = 2;
locked = 0;
name = "UO45 Mining APC";
- pixel_x = 0;
pixel_y = -25;
req_access = null;
start_charge = 100
@@ -13274,16 +12848,11 @@
name = "UO45 Engineering"
})
"sr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 8;
- external_pressure_bound = 0;
frequency = 1441;
id_tag = "UO45_mix_in";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "distro out"
},
/turf/open/floor/engine/vacuum,
/area/awaycontent/a3{
@@ -13327,7 +12896,6 @@
/obj/structure/sign/deathsposal{
desc = "A warning sign which reads 'DISPOSAL: LEADS TO EXTERIOR'";
name = "\improper DISPOSAL: LEADS TO EXTERIOR";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel/white/corner{
@@ -13432,8 +13000,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
@@ -13470,11 +13037,8 @@
name = "UO45 Crew Quarters"
})
"sG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -13494,7 +13058,6 @@
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plasteel/caution/corner{
@@ -13571,8 +13134,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
@@ -13629,11 +13191,8 @@
/obj/structure/chair/office/dark{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/red/side{
@@ -13706,8 +13265,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 1
@@ -13733,7 +13291,6 @@
})
"sX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel{
@@ -13758,8 +13315,7 @@
})
"sZ" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6;
- initialize_directions = 6
+ dir = 6
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -13867,8 +13423,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -13887,8 +13442,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -14001,8 +13555,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -14027,11 +13580,8 @@
name = "UO45 Crew Quarters"
})
"tt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel{
@@ -14045,8 +13595,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light/small{
dir = 4
@@ -14096,8 +13645,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -14109,11 +13657,8 @@
name = "UO45 Engineering"
})
"ty" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/sign/securearea{
pixel_y = -32
@@ -14172,11 +13717,8 @@
name = "UO45 Engineering"
})
"tC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 6
@@ -14192,8 +13734,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 4
@@ -14355,8 +13896,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -14375,8 +13915,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/junction{
dir = 4;
@@ -14399,8 +13938,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -14418,8 +13956,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -14440,8 +13977,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -14463,8 +13999,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -14512,8 +14047,7 @@
})
"tX" = (
/obj/machinery/shower{
- dir = 1;
- pixel_y = 0
+ dir = 1
},
/turf/open/floor/plasteel/freezer{
heat_capacity = 1e+006
@@ -14524,8 +14058,7 @@
})
"tY" = (
/obj/machinery/shower{
- dir = 1;
- pixel_y = 0
+ dir = 1
},
/obj/item/weapon/bikehorn/rubberducky,
/turf/open/floor/plasteel/freezer{
@@ -14550,8 +14083,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/brown/corner{
@@ -14597,8 +14129,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -14653,8 +14184,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
@@ -14741,7 +14271,6 @@
dir = 4
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/plasteel/floorgrime{
@@ -14815,7 +14344,6 @@
})
"ut" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -14830,7 +14358,6 @@
})
"uu" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/table/reinforced,
@@ -14920,8 +14447,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
@@ -14935,11 +14461,8 @@
name = "UO45 Engineering"
})
"uD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime{
@@ -14973,8 +14496,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/machinery/door/airlock/engineering{
@@ -14999,9 +14521,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 1;
- initialize_directions = 12
+ dir = 1
},
/obj/machinery/meter{
layer = 3.3
@@ -15075,8 +14595,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating{
broken = 1;
@@ -15088,11 +14607,8 @@
name = "UO45 Research"
})
"uO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating{
@@ -15105,11 +14621,8 @@
name = "UO45 Research"
})
"uP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating{
@@ -15121,7 +14634,6 @@
})
"uQ" = (
/obj/structure/chair{
- icon_state = "chair";
dir = 8
},
/turf/open/floor/plating{
@@ -15198,8 +14710,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -15240,8 +14751,7 @@
dir = 4
},
/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/yellow/side{
@@ -15272,8 +14782,7 @@
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel{
- heat_capacity = 1e+006;
- name = "floor"
+ heat_capacity = 1e+006
},
/area/awaycontent/a3{
has_gravity = 1;
@@ -15284,8 +14793,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/poddoor/preopen{
id = "UO45_Engineering";
@@ -15296,8 +14804,7 @@
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel{
- heat_capacity = 1e+006;
- name = "floor"
+ heat_capacity = 1e+006
},
/area/awaycontent/a3{
has_gravity = 1;
@@ -15315,8 +14822,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel{
- heat_capacity = 1e+006;
- name = "floor"
+ heat_capacity = 1e+006
},
/area/awaycontent/a3{
has_gravity = 1;
@@ -15334,16 +14840,11 @@
name = "UO45 Engineering"
})
"ve" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 1;
- external_pressure_bound = 0;
frequency = 1441;
id_tag = "UO45_n2_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "nitrogen out"
},
/turf/open/floor/engine/n2,
/area/awaycontent/a3{
@@ -15362,16 +14863,11 @@
name = "UO45 Engineering"
})
"vg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 1;
- external_pressure_bound = 0;
frequency = 1441;
id_tag = "UO45_o2_out";
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "oxygen out"
},
/turf/open/floor/engine/o2,
/area/awaycontent/a3{
@@ -15513,8 +15009,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/brown{
@@ -15558,15 +15053,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -15579,8 +15072,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -15605,8 +15097,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -15622,8 +15113,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
@@ -15640,8 +15130,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
dir = 4;
@@ -15655,8 +15144,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/engineering{
name = "Engineering";
@@ -15673,8 +15161,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -15814,8 +15301,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/airlock/glass_mining{
@@ -15886,8 +15372,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -16046,11 +15531,8 @@
name = "UO45 Mining"
})
"wd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/bed,
/obj/item/weapon/bedsheet,
@@ -16120,8 +15602,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
@@ -16184,8 +15665,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
@@ -16213,9 +15693,8 @@
name = "UO45 Engineering"
})
"wp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet{
heat_capacity = 1e+006
@@ -16232,7 +15711,6 @@
id = "awaydorm8";
name = "Door Bolt Control";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = -25;
req_access_txt = "0";
specialfunctions = 4
@@ -16297,8 +15775,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel{
@@ -16341,11 +15818,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/neutral{
@@ -16372,8 +15846,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -16406,7 +15879,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/turf/open/floor/plasteel/floorgrime{
@@ -16435,8 +15907,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel{
@@ -16456,8 +15927,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/floorgrime{
dir = 8;
@@ -16501,8 +15971,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral{
@@ -16527,9 +15996,7 @@
"wL" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/machinery/light/small,
/obj/structure/mirror{
@@ -16559,7 +16026,6 @@
id = "awaydorm9";
name = "Door Bolt Control";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = 25;
req_access_txt = "0";
specialfunctions = 4
@@ -16590,8 +16056,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -16608,8 +16073,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/floorgrime{
dir = 8;
@@ -16665,8 +16129,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light/small{
dir = 4
@@ -16676,7 +16139,6 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -16705,7 +16167,6 @@
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/closet/secure_closet/miner{
@@ -16740,8 +16201,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/brown{
dir = 2;
@@ -16795,11 +16255,8 @@
name = "UO45 Engineering"
})
"xe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/newscaster{
pixel_y = -28
@@ -16853,8 +16310,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -16970,14 +16426,12 @@
frequency = 1439;
locked = 0;
pixel_x = 23;
- pixel_y = 0;
req_access = null
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/floorgrime{
heat_capacity = 1e+006
@@ -17031,8 +16485,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -17087,9 +16540,8 @@
name = "UO45 Mining"
})
"xy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/light{
dir = 8
@@ -17113,8 +16565,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -17137,11 +16588,8 @@
name = "UO45 Mining"
})
"xB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/floorgrime{
@@ -17244,8 +16692,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -17262,8 +16709,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -17273,9 +16719,8 @@
name = "UO45 Mining"
})
"xK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable{
d1 = 2;
@@ -17308,11 +16753,8 @@
name = "UO45 Mining"
})
"xN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel{
heat_capacity = 1e+006
@@ -17480,7 +16922,6 @@
frequency = 1439;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null
},
/obj/structure/closet/emcloset,
@@ -17492,11 +16933,8 @@
name = "UO45 Mining"
})
"ya" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/floorgrime{
heat_capacity = 1e+006
@@ -17506,11 +16944,8 @@
name = "UO45 Mining"
})
"yb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
burnt = 1;
@@ -17551,8 +16986,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line,
@@ -17625,9 +17059,7 @@
poweralm = 0
})
"yj" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/obj/effect/mob_spawn/human,
/turf/open/floor/plating/asteroid{
@@ -17646,9 +17078,7 @@
poweralm = 0
})
"yk" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/bed/nest,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
@@ -17666,9 +17096,7 @@
poweralm = 0
})
"yl" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/structure/glowshroom/single,
/obj/effect/decal/cleanable/blood/gibs/down,
/turf/open/floor/plating/asteroid{
@@ -17687,9 +17115,7 @@
poweralm = 0
})
"ym" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/gibs/core,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
@@ -17707,9 +17133,7 @@
poweralm = 0
})
"yn" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
@@ -17744,9 +17168,7 @@
poweralm = 0
})
"yp" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/mob_spawn/human,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
@@ -17816,9 +17238,7 @@
poweralm = 0
})
"yt" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/structure/glowshroom/single,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
@@ -17890,9 +17310,7 @@
poweralm = 0
})
"yx" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
heat_capacity = 1e+006;
@@ -17996,9 +17414,7 @@
poweralm = 0
})
"yD" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/splatter,
/obj/effect/mob_spawn/human,
/turf/open/floor/plating/asteroid{
@@ -18017,9 +17433,7 @@
poweralm = 0
})
"yE" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds2"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/splatter,
/turf/open/floor/plating/asteroid{
initial_gas_mix = "co2=173.4;n2=135.1;plasma=229.8;TEMP=351.9";
@@ -18037,9 +17451,7 @@
poweralm = 0
})
"yF" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/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";
@@ -18076,9 +17488,7 @@
poweralm = 0
})
"yH" = (
-/obj/structure/alien/weeds{
- icon_state = "weeds1"
- },
+/obj/structure/alien/weeds,
/obj/effect/decal/cleanable/blood/gibs/down,
/obj/effect/mob_spawn/human,
/turf/open/floor/plating/asteroid{
diff --git a/_maps/RandomZLevels/wildwest.dmm b/_maps/RandomZLevels/wildwest.dmm
index 72a2dcac9c..386f79ab87 100644
--- a/_maps/RandomZLevels/wildwest.dmm
+++ b/_maps/RandomZLevels/wildwest.dmm
@@ -59,8 +59,7 @@
/area/awaymission/wwvault)
"an" = (
/turf/open/floor/plasteel/cult{
- name = "engraved floor";
- tag = "icon-cult"
+ name = "engraved floor"
},
/area/awaymission/wwvault)
"ao" = (
@@ -176,8 +175,7 @@
info = "meat grinder requires sacri"
},
/turf/open/floor/plasteel/cult{
- name = "engraved floor";
- tag = "icon-cult"
+ name = "engraved floor"
},
/area/awaymission/wwvault)
"aM" = (
@@ -189,8 +187,7 @@
"aO" = (
/obj/effect/mob_spawn/human/corpse/syndicatecommando,
/turf/open/floor/plasteel/cult{
- name = "engraved floor";
- tag = "icon-cult"
+ name = "engraved floor"
},
/area/awaymission/wwvault)
"aP" = (
diff --git a/_maps/basemap.dm b/_maps/basemap.dm
index 72298ef954..e5eb12f31b 100644
--- a/_maps/basemap.dm
+++ b/_maps/basemap.dm
@@ -10,18 +10,10 @@
#include "map_files\MetaStation\MetaStation.dmm"
#include "map_files\OmegaStation\OmegaStation.dmm"
#include "map_files\PubbyStation\PubbyStation.dmm"
-#include "map_files\TgStation\tgstation.2.1.3.dmm"
-#include "map_files\Cerestation\Cerestation.dmm"
-
-#include "map_files\generic\Centcomm.dmm"
-#include "map_files\generic\SpaceStation.dmm"
-#include "map_files\generic\Space.dmm"
-#include "map_files\generic\SpaceDock.dmm"
-
-#include "map_files\Mining\Lavaland.dmm"
+#include "map_files\BoxStation\BoxStation.dmm"
+#include "map_files\Cerestation\cerestation.dmm"
#ifdef TRAVISBUILDING
#include "templates.dm"
#endif
-
-#endif
+#endif
\ No newline at end of file
diff --git a/_maps/boxstation.dm b/_maps/boxstation.dm
new file mode 100644
index 0000000000..1b4e642e4e
--- /dev/null
+++ b/_maps/boxstation.dm
@@ -0,0 +1 @@
+#define FORCE_MAP "_maps/boxstation.json"
\ No newline at end of file
diff --git a/_maps/boxstation.json b/_maps/boxstation.json
new file mode 100644
index 0000000000..9cd407ef93
--- /dev/null
+++ b/_maps/boxstation.json
@@ -0,0 +1,7 @@
+{
+ "map_name": "Box Station",
+ "map_path": "map_files/BoxStation",
+ "map_file": "BoxStation.dmm",
+ "minetype": "lavaland",
+ "transition_config": "default"
+}
diff --git a/_maps/map_files/BirdStation/BirdStation.dmm b/_maps/map_files/BirdStation/BirdStation.dmm
deleted file mode 100644
index de2adf0977..0000000000
--- a/_maps/map_files/BirdStation/BirdStation.dmm
+++ /dev/null
@@ -1,89579 +0,0 @@
-//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 = 22;
- 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" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"aae" = (
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"aaf" = (
-/turf/open/space,
-/obj/machinery/porta_turret/syndicate,
-/turf/closed/wall/shuttle{
- dir = 1;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"aag" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 3
- },
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"aah" = (
-/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,
-/obj/item/device/flashlight/lamp{
- pixel_x = 4;
- pixel_y = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aaj" = (
-/obj/structure/chair/comfy/beige{
- dir = 1;
- icon_state = "comfychair"
- },
-/turf/open/floor/mineral/plastitanium,
-/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/stack/sheet/glass{
- amount = 10
- },
-/obj/item/device/multitool,
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"aan" = (
-/obj/structure/chair/comfy/black{
- dir = 1;
- icon_state = "comfychair";
- name = "pilot's chair"
- },
-/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,
-/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/open/space,
-/obj/machinery/porta_turret/syndicate{
- dir = 6
- },
-/turf/closed/wall/mineral/plastitanium{
- dir = 4;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"aau" = (
-/obj/structure/table,
-/obj/item/stack/cable_coil,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aav" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"aaw" = (
-/obj/structure/chair{
- dir = 4
- },
-/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" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aaz" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 8;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"aaA" = (
-/obj/machinery/porta_turret/syndicate,
-/turf/closed/wall/shuttle{
- icon_state = "wall3"
- },
-/area/shuttle/syndicate)
-"aaB" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"aaC" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aaD" = (
-/obj/structure/table,
-/obj/item/device/aicard,
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"aaE" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aaF" = (
-/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)
-"aaG" = (
-/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 = 22;
- id = "syndicate";
- name = "syndicate infiltrator";
- roundstart_move = "syndicate_away";
- port_angle = 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)
-"aaH" = (
-/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)
-"aaI" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 1;
- icon_state = "diagonalWall3"
- },
-/area/shuttle/syndicate)
-"aaJ" = (
-/turf/closed/mineral,
-/area/space)
-"aaK" = (
-/obj/structure/table,
-/obj/item/weapon/c4{
- pixel_x = 2;
- pixel_y = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/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/mineral/plastitanium,
-/area/shuttle/syndicate)
-"aaM" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aaN" = (
-/turf/closed/wall,
-/area/space)
-"aaO" = (
-/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)
-"aaP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"aaQ" = (
-/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)
-"aaR" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/space,
-/area/space)
-"aaS" = (
-/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)
-"aaT" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/space,
-/area/space)
-"aaU" = (
-/obj/structure/bed/roller,
-/turf/open/floor/mineral/titanium,
-/area/shuttle/syndicate)
-"aaV" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aaW" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aaX" = (
-/obj/structure/table,
-/obj/item/stack/medical/ointment,
-/obj/item/stack/medical/bruise_pack,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"aaY" = (
-/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)
-"aaZ" = (
-/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)
-"aba" = (
-/obj/structure/table,
-/obj/item/weapon/wrench,
-/obj/item/device/assembly/infra,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abb" = (
-/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)
-"abc" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/syndicate,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"abd" = (
-/obj/machinery/door/window{
- dir = 4;
- name = "Infirmary";
- req_access_txt = "150"
- },
-/turf/open/floor/mineral/titanium,
-/area/shuttle/syndicate)
-"abe" = (
-/obj/machinery/door/window/westright{
- name = "Tool Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"abf" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/syndicate,
-/obj/item/weapon/crowbar/red,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abg" = (
-/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)
-"abh" = (
-/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)
-"abi" = (
-/obj/machinery/door/window{
- dir = 8;
- name = "Tool Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"abj" = (
-/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)
-"abk" = (
-/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)
-"abl" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abm" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "Secure Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abn" = (
-/obj/structure/table,
-/obj/item/device/sbeacondrop/bomb{
- pixel_y = 5
- },
-/obj/item/device/sbeacondrop/bomb,
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"abo" = (
-/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)
-"abp" = (
-/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)
-"abq" = (
-/obj/machinery/telecomms/allinone{
- intercept = 1
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/syndicate)
-"abr" = (
-/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)
-"abs" = (
-/turf/closed/wall,
-/area/engine/engineering)
-"abt" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"abu" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"abv" = (
-/obj/structure/table,
-/obj/item/weapon/cautery,
-/obj/item/weapon/scalpel,
-/turf/open/floor/mineral/titanium,
-/area/shuttle/syndicate)
-"abw" = (
-/obj/structure/table/optable,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/mineral/titanium,
-/area/shuttle/syndicate)
-"abx" = (
-/obj/structure/table,
-/obj/item/weapon/retractor,
-/obj/item/weapon/hemostat,
-/turf/open/floor/mineral/titanium,
-/area/shuttle/syndicate)
-"aby" = (
-/obj/structure/shuttle/engine/heater,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"abz" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/syndicate)
-"abA" = (
-/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/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,
-/area/engine/engineering)
-"abD" = (
-/obj/structure/reflector/single{
- anchored = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"abE" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"abF" = (
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"abG" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate_ne";
- name = "northeast of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"abH" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"abI" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"abJ" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
-/turf/open/floor/plating,
-/area/shuttle/syndicate)
-"abK" = (
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"abL" = (
-/obj/structure/reflector/single{
- tag = "icon-reflector (WEST)";
- icon_state = "reflector";
- dir = 8;
- anchored = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"abM" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"abN" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"abO" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"abP" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"abQ" = (
-/obj/structure/lattice,
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/open/space,
-/area/space)
-"abR" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 6
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"abS" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"abT" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/obj/machinery/door/airlock/external{
- name = "engineering external airlock";
- req_access_txt = "10"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"abU" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"abV" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- icon_state = "pump_map";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"abW" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"abX" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"abY" = (
-/obj/structure/reflector/double{
- anchored = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"abZ" = (
-/obj/structure/reflector/double{
- tag = "icon-reflector_double (NORTH)";
- icon_state = "reflector_double";
- dir = 1;
- anchored = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"aca" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- icon_state = "pump_map";
- target_pressure = 2000.32
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acb" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acc" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acd" = (
-/obj/machinery/power/port_gen/pacman{
- anchored = 1
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ace" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acf" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"acg" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"ach" = (
-/obj/structure/table,
-/obj/item/clothing/glasses/meson/engine,
-/obj/item/clothing/glasses/meson/engine,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aci" = (
-/obj/structure/table,
-/obj/item/device/analyzer,
-/obj/item/device/analyzer,
-/obj/item/device/analyzer,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acj" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ack" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = 3;
- icon_state = "filter_off";
- req_access = null
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acl" = (
-/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/engineering)
-"acm" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "engineering door";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"acn" = (
-/obj/structure/reflector/box{
- anchored = 1;
- dir = 4;
- icon_state = "reflector_box";
- tag = "icon-reflector_box (EAST)"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"aco" = (
-/obj/structure/reflector/box{
- anchored = 1;
- layer = 3
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"acp" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acq" = (
-/obj/structure/reflector/single{
- tag = "icon-reflector (EAST)";
- icon_state = "reflector";
- dir = 4;
- anchored = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"acr" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acs" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"act" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/turf/open/space,
-/area/space)
-"acu" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"acv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- name = "waste pipe";
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"acw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- name = "waste pipe";
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acx" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- icon_state = "pump_map";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acy" = (
-/obj/machinery/atmospherics/pipe/manifold/green/visible{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acz" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acA" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acB" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acC" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 9
- },
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acD" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acE" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"acF" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"acG" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acH" = (
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 1;
- state = 2
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acI" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 1
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acJ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump/on{
- icon_state = "pump_map";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acK" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"acL" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"acM" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/turf/open/space,
-/area/space)
-"acN" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"acO" = (
-/obj/structure/grille{
- density = 0;
- icon_state = "brokengrille"
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"acP" = (
-/obj/machinery/button/door{
- id = "heater vent";
- name = "heating chamber venting switch";
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- name = "waste pipe";
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acQ" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- name = "waste pipe";
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acR" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/atmospherics/components/binary/pump{
- icon_state = "pump_map";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acS" = (
-/obj/machinery/atmospherics/components/trinary/filter/flipped{
- req_access = null
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acT" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acU" = (
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"acV" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 8
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acW" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"acX" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"acY" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/turf/open/space,
-/area/space)
-"acZ" = (
-/obj/structure/grille,
-/turf/closed/wall/r_wall,
-/area/space)
-"ada" = (
-/obj/machinery/door/poddoor{
- id = "heater vent";
- name = "heat chamber vent"
- },
-/turf/open/space,
-/area/engine/engineering)
-"adb" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"adc" = (
-/obj/machinery/atmospherics/components/binary/pump/on,
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"add" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ade" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adf" = (
-/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adh" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adi" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adj" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"adk" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/turf/open/space,
-/area/space)
-"adl" = (
-/obj/structure/lattice,
-/obj/structure/grille{
- density = 0;
- icon_state = "brokengrille"
- },
-/turf/open/space,
-/area/space)
-"adm" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/machinery/door/airlock/external{
- name = "engineering external airlock";
- req_access_txt = "10"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"adn" = (
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ado" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adp" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adq" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/obj/machinery/camera{
- c_tag = "Heating chamber north";
- network = list("heating")
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adr" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ads" = (
-/obj/machinery/meter,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0;
- req_access = null
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 8
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adt" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- icon_state = "pump_map";
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adu" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"adv" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adw" = (
-/obj/machinery/power/supermatter_shard{
- anchored = 1;
- base_icon_state = "darkmatter";
- explosion_power = 20;
- gasefficency = 0.15;
- icon_state = "darkmatter";
- name = "supermatter crystal"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- name = "supermatter chamber air scrubber";
- on = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adx" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ady" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump/on{
- icon_state = "pump_map";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adz" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/turf/open/space,
-/area/space)
-"adA" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"adB" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"adC" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adD" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adE" = (
-/obj/machinery/igniter,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adF" = (
-/obj/machinery/atmospherics/components/binary/pump{
- icon_state = "pump_map";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adG" = (
-/obj/machinery/atmospherics/pipe/manifold/general/hidden,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adH" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 6
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adI" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adJ" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/turf/open/space,
-/area/space)
-"adK" = (
-/turf/closed/wall/r_wall,
-/area/space)
-"adL" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"adM" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adN" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/alien/weeds,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adO" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adP" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adQ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adR" = (
-/obj/structure/grille,
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"adS" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adT" = (
-/obj/machinery/suit_storage_unit/atmos,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adU" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/obj/structure/alien/weeds,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adV" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"adW" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adX" = (
-/obj/machinery/power/rad_collector{
- anchored = 1
- },
-/obj/structure/cable{
- icon_state = "0-2";
- pixel_y = 1;
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"adY" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"adZ" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space)
-"aea" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aeb" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aec" = (
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aed" = (
-/obj/machinery/camera/autoname,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aee" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aef" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 6
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aeg" = (
-/obj/machinery/porta_turret/ai{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/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;TEMP=293.15"
- },
-/area/engine/engineering)
-"aei" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/engine{
- name = "high pressure o2 floor";
- initial_gas_mix = "o2=500000;TEMP=293.15"
- },
-/area/engine/engineering)
-"aej" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- icon_state = "pump_map";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aek" = (
-/obj/machinery/atmospherics/components/binary/pump{
- icon_state = "pump_map";
- dir = 1
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ael" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aem" = (
-/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/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aen" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeo" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aep" = (
-/obj/machinery/ai_slipper{
- uses = 10
- },
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aeq" = (
-/obj/machinery/computer/telecomms/server{
- network = "tcommsat"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"aer" = (
-/obj/effect/landmark{
- name = "ninjaspawn"
- },
-/turf/open/space,
-/area/space)
-"aes" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/engine{
- name = "high pressure o2 floor";
- 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;TEMP=293.15"
- },
-/area/engine/engineering)
-"aeu" = (
-/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{
- name = "high pressure o2 floor";
- initial_gas_mix = "o2=500000;TEMP=293.15"
- },
-/area/engine/engineering)
-"aev" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"aew" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aex" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aey" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aez" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeA" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeB" = (
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aeC" = (
-/turf/open/floor/plasteel/brownold{
- tag = "icon-brownold (NORTHEAST)";
- dir = 5
- },
-/area/engine/engineering)
-"aeD" = (
-/obj/machinery/light/small,
-/turf/open/floor/engine{
- name = "high pressure o2 floor";
- initial_gas_mix = "o2=500000;TEMP=293.15"
- },
-/area/engine/engineering)
-"aeE" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeF" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeG" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "engineering door";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeH" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "engineering door";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeI" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"aeJ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeK" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeL" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeM" = (
-/obj/structure/table,
-/obj/item/weapon/pipe_dispenser,
-/obj/item/weapon/pipe_dispenser,
-/obj/item/weapon/pipe_dispenser,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeN" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"aeO" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeP" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeQ" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/turf/open/space,
-/area/space)
-"aeR" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"aeS" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/space,
-/area/space)
-"aeT" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/turf/open/space,
-/area/space)
-"aeU" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"aeV" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aeW" = (
-/obj/machinery/camera/autoname,
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aeX" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 9
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aeY" = (
-/turf/open/floor/engine/n2o,
-/area/engine/engineering)
-"aeZ" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/engine/n2o,
-/area/engine/engineering)
-"afa" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afb" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afc" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afd" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on,
-/obj/machinery/camera{
- c_tag = "Heating chamber south";
- dir = 1;
- network = list("heating")
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afe" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"aff" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afg" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afh" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afi" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afj" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/turf/open/space,
-/area/space)
-"afk" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/turf/open/space,
-/area/space)
-"afl" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-17";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"afm" = (
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/black,
-/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/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"afo" = (
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"afp" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"afq" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afr" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/engine/n2o,
-/area/engine/engineering)
-"afs" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/engine/n2o,
-/area/engine/engineering)
-"aft" = (
-/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/n2o,
-/area/engine/engineering)
-"afu" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/space,
-/area/space)
-"afv" = (
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afw" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"afx" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- icon_state = "intact";
- dir = 1
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"afy" = (
-/obj/machinery/atmospherics/components/binary/pump{
- icon_state = "pump_map";
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afz" = (
-/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/engineering)
-"afA" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afB" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/turf/open/space,
-/area/space)
-"afC" = (
-/obj/machinery/telecomms/bus/preset_one/birdstation,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"afD" = (
-/obj/machinery/blackbox_recorder,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"afE" = (
-/obj/machinery/telecomms/broadcaster/preset_left/birdstation,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"afF" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"afG" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afH" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 10
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"afI" = (
-/obj/machinery/light/small,
-/turf/open/floor/engine/n2o,
-/area/engine/engineering)
-"afJ" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/space,
-/area/space)
-"afK" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"afL" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afM" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the heating area.";
- name = "Heating chamber monitor";
- network = list("heating");
- pixel_y = 28
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"afN" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/machinery/meter,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afO" = (
-/obj/machinery/atmospherics/components/binary/pump{
- icon_state = "pump_map";
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afP" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afQ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afR" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afS" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afT" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afU" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afV" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afW" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"afX" = (
-/obj/machinery/telecomms/server/presets/common/birdstation,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"afY" = (
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"afZ" = (
-/obj/machinery/telecomms/hub/preset,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"aga" = (
-/obj/machinery/announcement_system,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"agb" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "telecomms and ai module door";
- req_access_txt = "61"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"agc" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/space,
-/area/space)
-"agd" = (
-/obj/machinery/atmospherics/components/binary/pump{
- icon_state = "pump_map";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"age" = (
-/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"agf" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"agg" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"agh" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agi" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agj" = (
-/obj/machinery/atmospherics/pipe/manifold4w/general/visible,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agk" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agl" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agm" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agn" = (
-/obj/machinery/power/smes{
- charge = 1e+006
- },
-/obj/structure/cable/cyan,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"ago" = (
-/obj/machinery/power/smes{
- charge = 1e+006
- },
-/obj/structure/cable/cyan,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"agp" = (
-/obj/machinery/power/smes{
- charge = 1e+006
- },
-/obj/structure/cable/cyan,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"agq" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agr" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"ags" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/space,
-/area/space)
-"agt" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/space,
-/area/space)
-"agu" = (
-/obj/structure/lattice,
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
-"agv" = (
-/obj/machinery/telecomms/processor/preset_one/birdstation,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"agw" = (
-/obj/machinery/message_server,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"agx" = (
-/obj/machinery/telecomms/receiver/preset_left/birdstation,
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"agy" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"agz" = (
-/obj/effect/landmark/start{
- name = "Cyborg"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"agA" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"agB" = (
-/obj/machinery/porta_turret/ai{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"agC" = (
-/turf/closed/wall/r_wall,
-/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;TEMP=293.15"
- },
-/area/engine/engineering)
-"agE" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/engine{
- name = "high pressure plasma floor";
- initial_gas_mix = "plasma=240000;TEMP=293.15"
- },
-/area/engine/engineering)
-"agF" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"agG" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"agH" = (
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"agI" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/structure/window/reinforced,
-/obj/machinery/meter,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agJ" = (
-/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 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agK" = (
-/obj/machinery/meter,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agL" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/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/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"agM" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"agN" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"agO" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 5
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"agP" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"agQ" = (
-/obj/machinery/door/window/southright,
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"agR" = (
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"agS" = (
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"agT" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"agU" = (
-/turf/closed/wall/r_wall,
-/area/security/nuke_storage)
-"agV" = (
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
-"agW" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/engine{
- name = "high pressure plasma floor";
- 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;TEMP=293.15"
- },
-/area/engine/engineering)
-"agY" = (
-/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{
- name = "high pressure plasma floor";
- initial_gas_mix = "plasma=240000;TEMP=293.15"
- },
-/area/engine/engineering)
-"agZ" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aha" = (
-/obj/machinery/atmospherics/components/binary/pump{
- icon_state = "pump_map";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ahb" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 10
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ahc" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahd" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahe" = (
-/obj/machinery/atmospherics/components/binary/circulator,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ahf" = (
-/obj/structure/cable,
-/obj/machinery/power/generator{
- cold_dir = 4;
- hot_dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ahg" = (
-/obj/machinery/atmospherics/components/binary/circulator{
- icon_state = "circ2-off"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ahh" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"ahi" = (
-/obj/machinery/computer/monitor,
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"ahj" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"ahk" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahl" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"ahm" = (
-/obj/machinery/computer/telecomms/monitor{
- network = "tcommsat"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"ahn" = (
-/obj/machinery/turretid{
- control_area = "AI Core Lobby";
- pixel_x = 24
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-17";
- layer = 4.1
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"aho" = (
-/obj/structure/table,
-/obj/item/weapon/paper/monitorkey{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"ahp" = (
-/turf/open/floor/plasteel/neutral,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"ahq" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"ahr" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"ahs" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/brownold{
- tag = "icon-brownold (NORTHEAST)";
- dir = 5
- },
-/area/engine/engineering)
-"aht" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"ahu" = (
-/obj/structure/table,
-/obj/item/areaeditor/blueprints,
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"ahv" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/nuclearbomb/selfdestruct,
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"ahw" = (
-/obj/structure/filingcabinet,
-/obj/item/weapon/folder/documents,
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"ahx" = (
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/engine/gravity_generator)
-"ahy" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/gravity_generator)
-"ahz" = (
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/engine/gravity_generator)
-"ahA" = (
-/obj/machinery/light/small,
-/turf/open/floor/engine{
- name = "high pressure plasma floor";
- initial_gas_mix = "plasma=240000;TEMP=293.15"
- },
-/area/engine/engineering)
-"ahB" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ahC" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahD" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahE" = (
-/obj/machinery/atmospherics/pipe/simple{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ahF" = (
-/obj/machinery/atmospherics/pipe/simple{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ahG" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahH" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahI" = (
-/obj/machinery/atmospherics/components/binary/pump{
- icon_state = "pump_map";
- dir = 8
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahJ" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/space,
-/area/space)
-"ahK" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/space,
-/area/space)
-"ahL" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/neutral,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"ahM" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/neutral,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"ahN" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/neutral,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"ahO" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "telecomms and ai module door";
- req_access_txt = "61"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"ahP" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"ahQ" = (
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"ahR" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"ahS" = (
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/gravity_generator)
-"ahT" = (
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"ahU" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/space,
-/area/space)
-"ahV" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahW" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahX" = (
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahY" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ahZ" = (
-/turf/open/floor/plasteel/stairs,
-/area/engine/engineering)
-"aia" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"aib" = (
-/obj/machinery/light,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"aic" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/neutral,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"aid" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Telecommunications Chamber APC";
- pixel_x = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/neutral,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"aie" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/neutral,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"aif" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"aig" = (
-/obj/machinery/power/apc{
- name = "AI Core Lobby APC";
- pixel_y = -24
- },
-/obj/structure/cable/cyan,
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"aih" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Vault APC";
- pixel_x = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"aii" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"aij" = (
-/obj/structure/safe,
-/obj/item/weapon/grenade/clusterbuster/metalfoam,
-/obj/item/weapon/grenade/clusterbuster/metalfoam,
-/obj/item/weapon/c4,
-/obj/item/weapon/lazarus_injector,
-/obj/item/slimepotion/sentience,
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"aik" = (
-/obj/machinery/gravity_generator/main/station,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/engine/gravity_generator)
-"ail" = (
-/obj/structure/grille,
-/turf/closed/wall,
-/area/space)
-"aim" = (
-/obj/effect/landmark{
- name = "carpspawn"
- },
-/turf/open/space,
-/area/space)
-"ain" = (
-/turf/open/floor/engine{
- name = "high pressure co2 floor";
- initial_gas_mix = "co2=200000;TEMP=293.15"
- },
-/area/engine/engineering)
-"aio" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/engine{
- name = "high pressure co2 floor";
- initial_gas_mix = "co2=200000;TEMP=293.15"
- },
-/area/engine/engineering)
-"aip" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aiq" = (
-/obj/machinery/atmospherics/components/binary/pump{
- icon_state = "pump_map";
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"air" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"ais" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 10
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"ait" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiu" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- icon_state = "manifold";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiv" = (
-/obj/structure/grille,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aiw" = (
-/obj/structure/grille,
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/space,
-/area/space)
-"aix" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "telecomms and ai module door";
- req_access_txt = "61"
- },
-/turf/open/floor/plasteel/neutral,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"aiy" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "telecomms and ai module door";
- req_access_txt = "61"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/neutral,
-/area/ai_monitored/turret_protected/tcomeast{
- name = "\improper Telecommunications Chamber"
- })
-"aiz" = (
-/obj/machinery/door/airlock/vault{
- locked = 1;
- req_access_txt = "53"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/security/nuke_storage)
-"aiA" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/brownold{
- tag = "icon-brownold (NORTHWEST)";
- dir = 9
- },
-/area/engine/engineering)
-"aiB" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiC" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/engine{
- name = "high pressure co2 floor";
- 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;TEMP=293.15"
- },
-/area/engine/engineering)
-"aiE" = (
-/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{
- name = "high pressure co2 floor";
- initial_gas_mix = "co2=200000;TEMP=293.15"
- },
-/area/engine/engineering)
-"aiF" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/space,
-/area/space)
-"aiG" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aiH" = (
-/obj/item/device/radio/beacon,
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiI" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiJ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiK" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiL" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiM" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aiN" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aiO" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aiP" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-05";
- layer = 4.1;
- name = "incredibly heavy plant"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aiQ" = (
-/turf/closed/wall,
-/area/engine/gravity_generator)
-"aiR" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/brownold{
- tag = "icon-brownold (NORTHEAST)";
- dir = 5
- },
-/area/engine/engineering)
-"aiS" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aiT" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel/brownold{
- tag = "icon-brownold (NORTHWEST)";
- dir = 9
- },
-/area/engine/engineering)
-"aiU" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"aiV" = (
-/obj/machinery/light/small,
-/turf/open/floor/engine{
- name = "high pressure co2 floor";
- initial_gas_mix = "co2=200000;TEMP=293.15"
- },
-/area/engine/engineering)
-"aiW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- name = "waste pipe"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiX" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/visible{
- icon_state = "manifold";
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/visible{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aiZ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aja" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/obj/structure/reflector/box{
- anchored = 1;
- layer = 3
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"ajb" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajc" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel/brownold{
- tag = "icon-brownold (NORTHWEST)";
- dir = 9
- },
-/area/engine/engineering)
-"ajd" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aje" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
-/obj/machinery/meter,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajf" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Engineering APC";
- pixel_x = 24
- },
-/obj/structure/cable/cyan,
-/obj/machinery/atmospherics/pipe/simple/supply/visible,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajg" = (
-/turf/closed/wall,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajh" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel/brownold{
- tag = "icon-brownold (NORTHWEST)";
- dir = 9
- },
-/area/engine/engineering)
-"aji" = (
-/turf/open/floor/engine{
- name = "high pressure n2 floor";
- initial_gas_mix = "n2=400000;TEMP=293.15"
- },
-/area/engine/engineering)
-"ajj" = (
-/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{
- name = "high pressure n2 floor";
- initial_gas_mix = "n2=400000;TEMP=293.15"
- },
-/area/engine/engineering)
-"ajk" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- name = "waste pipe";
- icon_state = "manifold";
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"ajl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- name = "waste pipe";
- icon_state = "intact";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"ajm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- name = "waste pipe";
- icon_state = "intact";
- dir = 9
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"ajn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible{
- icon_state = "intact";
- dir = 5
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"ajo" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- icon_state = "pump_map";
- dir = 4
- },
-/turf/closed/wall,
-/area/engine/engineering)
-"ajp" = (
-/obj/structure/tank_dispenser,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajq" = (
-/obj/machinery/vending/engivend,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajr" = (
-/obj/machinery/vending/tool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajs" = (
-/obj/machinery/suit_storage_unit/engine,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aju" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajv" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajw" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/engine{
- name = "high pressure n2 floor";
- 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;TEMP=293.15"
- },
-/area/engine/engineering)
-"ajy" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine{
- name = "high pressure n2 floor";
- initial_gas_mix = "n2=400000;TEMP=293.15"
- },
-/area/engine/engineering)
-"ajz" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- name = "waste pipe"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"ajA" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"ajB" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajC" = (
-/obj/effect/landmark/start{
- name = "Station Engineer"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajD" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajE" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajF" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajH" = (
-/obj/machinery/light/small,
-/turf/open/floor/engine{
- name = "high pressure n2 floor";
- initial_gas_mix = "n2=400000;TEMP=293.15"
- },
-/area/engine/engineering)
-"ajI" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"ajJ" = (
-/obj/machinery/button/door{
- id = "secure storage";
- name = "secure storage button";
- pixel_x = -24
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajK" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajL" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajM" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Command Hallway APC";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajN" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajO" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajP" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajQ" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-17";
- layer = 4.1
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajR" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajS" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajT" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/clothing/glasses/meson/engine,
-/obj/item/clothing/glasses/meson/engine,
-/obj/item/clothing/glasses/meson/engine,
-/obj/item/clothing/glasses/meson/engine,
-/obj/machinery/light/small,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajU" = (
-/obj/structure/table,
-/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/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/weapon/stock_parts/cell/high,
-/obj/item/weapon/stock_parts/cell/high,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajV" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "engineering door";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"ajW" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajX" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajY" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"ajZ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aka" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"akb" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"akc" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"akd" = (
-/turf/open/floor/engine{
- name = "high pressure air floor";
- initial_gas_mix = "o2=10000;n2=40015;TEMP=293.15"
- },
-/area/engine/engineering)
-"ake" = (
-/obj/machinery/door/poddoor{
- id = "secure storage";
- name = "secure storage blast door"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"akf" = (
-/turf/open/floor/plasteel/brownold{
- dir = 8
- },
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"akg" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"akh" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/turret_protected/ai_upload)
-"aki" = (
-/turf/closed/wall,
-/area/gateway)
-"akj" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/gateway)
-"akk" = (
-/turf/closed/wall,
-/area/maintenance/fsmaint)
-"akl" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/engine{
- name = "high pressure air floor";
- 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;TEMP=293.15"
- },
-/area/engine/engineering)
-"akn" = (
-/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{
- name = "high pressure air floor";
- initial_gas_mix = "o2=10000;n2=40015;TEMP=293.15"
- },
-/area/engine/engineering)
-"ako" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"akp" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"akq" = (
-/obj/structure/closet/radiation,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"akr" = (
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aks" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"akt" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"aku" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"akv" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "engineering door";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"akw" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/brownold{
- dir = 8
- },
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"akx" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aky" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"akz" = (
-/obj/machinery/turretid{
- control_area = "AI Upload Chamber";
- pixel_x = 28;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai_upload)
-"akA" = (
-/obj/machinery/porta_turret/ai,
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai_upload)
-"akB" = (
-/obj/structure/table,
-/obj/item/weapon/aiModule/reset,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/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/ai_monitored/turret_protected/ai_upload)
-"akD" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"akE" = (
-/obj/machinery/gateway{
- dir = 9
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/gateway)
-"akF" = (
-/obj/machinery/gateway{
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"akG" = (
-/obj/machinery/gateway{
- dir = 5
- },
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/gateway)
-"akH" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"akI" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"akJ" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/black,
-/area/maintenance/fsmaint)
-"akK" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/maintenance/fsmaint)
-"akL" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"akM" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/space,
-/area/space)
-"akN" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/closet/radiation,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"akO" = (
-/obj/structure/closet/secure_closet/engineering_welding,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"akP" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"akQ" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"akR" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"akS" = (
-/obj/machinery/door/airlock/command{
- name = "command door";
- req_access_txt = "19"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/turret_protected/ai_upload)
-"akT" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/black,
-/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/ai_monitored/turret_protected/ai_upload)
-"akV" = (
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai_upload)
-"akW" = (
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/ai_upload)
-"akX" = (
-/obj/machinery/computer/upload/borg,
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/window/westright{
- req_access_txt = "55"
- },
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/ai_upload)
-"akY" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-05";
- layer = 4.1;
- name = "incredibly heavy plant"
- },
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai_upload)
-"akZ" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/fsmaint)
-"ala" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-05";
- layer = 4.1;
- name = "incredibly heavy plant"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"alb" = (
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"alc" = (
-/obj/effect/spawner/lootdrop/crate_spawner,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ald" = (
-/obj/structure/bookcase,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ale" = (
-/obj/structure/table_frame/wood,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"alf" = (
-/obj/structure/table/wood,
-/obj/item/clothing/under/skirt/red,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"alg" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"alh" = (
-/obj/machinery/gateway{
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"ali" = (
-/obj/machinery/gateway/centerstation,
-/turf/open/floor/plasteel/black,
-/area/gateway)
-"alj" = (
-/obj/machinery/gateway{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"alk" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/closet/cardboard,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/effect/decal/cleanable/blood/old = 10, /obj/item/voodoo = 1);
- name = "vodoo doll spawner"
- },
-/obj/item/weapon/coin/diamond,
-/turf/open/floor/plating,
-/area/gateway)
-"all" = (
-/turf/closed/wall/rust,
-/area/gateway)
-"alm" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/maintenance/fsmaint)
-"aln" = (
-/obj/machinery/power/emitter,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"alo" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"alp" = (
-/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/item/device/gps/engineering,
-/obj/item/device/gps/engineering,
-/obj/item/clothing/shoes/magboots/advance,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"alq" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-16";
- layer = 4.1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"alr" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-16";
- layer = 4.1
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"als" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai_upload)
-"alt" = (
-/obj/machinery/computer/upload/ai,
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/window/westleft{
- req_access_txt = "55"
- },
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/ai_upload)
-"alu" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-05";
- layer = 4.1;
- name = "incredibly heavy plant"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai_upload)
-"alv" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"alw" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"alx" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aly" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"alz" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-04";
- layer = 4.1
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"alA" = (
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"alB" = (
-/obj/structure/bookcase,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"alC" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"alD" = (
-/obj/structure/table/wood,
-/obj/item/weapon/relic,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"alE" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"alF" = (
-/obj/machinery/gateway{
- dir = 10
- },
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/gateway)
-"alG" = (
-/obj/machinery/gateway,
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/gateway)
-"alH" = (
-/obj/machinery/gateway{
- dir = 6
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/gateway)
-"alI" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel,
-/area/gateway)
-"alJ" = (
-/turf/open/floor/plasteel/black,
-/area/maintenance/fsmaint)
-"alK" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "engineering door";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"alL" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"alM" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/power/apc{
- dir = 8;
- name = "AI Upload APC";
- pixel_x = -24;
- pixel_y = 0
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai_upload)
-"alN" = (
-/obj/machinery/porta_turret/ai{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/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/ai_monitored/turret_protected/ai_upload)
-"alP" = (
-/obj/structure/table,
-/obj/item/weapon/aiModule/core/full/tyrant,
-/obj/item/weapon/aiModule/core/full/antimov,
-/obj/item/weapon/aiModule/reset/purge,
-/obj/item/weapon/aiModule/zeroth/oneHuman,
-/obj/item/weapon/aiModule/supplied/quarantine,
-/obj/item/weapon/aiModule/supplied/oxygen,
-/obj/item/weapon/aiModule/supplied/protectStation,
-/obj/item/weapon/aiModule/supplied/safeguard,
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai_upload)
-"alQ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"alR" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"alS" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"alT" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"alU" = (
-/obj/machinery/door/airlock/command{
- name = "command door";
- req_access_txt = "19"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"alV" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"alW" = (
-/obj/structure/chair/comfy/beige,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"alX" = (
-/obj/structure/spirit_board{
- anchored = 1
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"alY" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/gateway)
-"alZ" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"ama" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"amb" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"amc" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"amd" = (
-/turf/open/floor/plasteel,
-/area/gateway)
-"ame" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"amf" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"amg" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"amh" = (
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"ami" = (
-/obj/machinery/door/airlock/atmos{
- name = "atmospherics door";
- req_access_txt = "24"
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"amj" = (
-/turf/open/floor/plasteel/blue/side{
- dir = 8
- },
-/area/engine/engineering)
-"amk" = (
-/turf/open/floor/plasteel/brownold{
- dir = 1
- },
-/area/engine/engineering)
-"aml" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/brownold{
- dir = 1
- },
-/area/engine/engineering)
-"amm" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/space,
-/area/space)
-"amn" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai_upload)
-"amo" = (
-/turf/closed/wall/r_wall,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"amp" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"amq" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"amr" = (
-/obj/structure/table/wood,
-/obj/item/weapon/coin/silver,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ams" = (
-/turf/open/floor/plating,
-/area/gateway)
-"amt" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/gateway)
-"amu" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/gateway)
-"amv" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "Gateway APC";
- pixel_y = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/gateway)
-"amw" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"amx" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"amy" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "13"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"amz" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/space,
-/area/space)
-"amA" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/space,
-/area/space)
-"amB" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/space,
-/area/space)
-"amC" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"amD" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"amE" = (
-/obj/machinery/door/airlock/atmos{
- name = "atmospherics door";
- req_access_txt = "24"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"amF" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 8
- },
-/area/engine/engineering)
-"amG" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"amH" = (
-/turf/open/floor/plating/airless,
-/area/space)
-"amI" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on,
-/turf/open/floor/plating/airless,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"amJ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"amK" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"amL" = (
-/turf/closed/wall/r_wall,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"amM" = (
-/obj/machinery/door/airlock/command{
- name = "command door";
- req_access_txt = "19"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"amN" = (
-/turf/closed/wall,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"amO" = (
-/obj/item/stack/sheet/rglass{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/device/flashlight,
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"amP" = (
-/obj/machinery/computer/teleporter,
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"amQ" = (
-/obj/machinery/teleport/station,
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"amR" = (
-/obj/machinery/teleport/hub,
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"amS" = (
-/obj/machinery/suit_storage_unit/captain,
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"amT" = (
-/obj/machinery/button/door{
- id = "hallway shutter";
- name = "hallway shutter button";
- pixel_y = 24
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"amU" = (
-/obj/structure/dresser,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"amV" = (
-/obj/machinery/computer/communications,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"amW" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"amX" = (
-/turf/open/floor/wood{
- icon_state = "wood-broken3"
- },
-/area/maintenance/fsmaint)
-"amY" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/gateway)
-"amZ" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "13"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ana" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"anb" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"anc" = (
-/obj/item/weapon/twohanded/required/kirbyplants,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"and" = (
-/obj/item/weapon/twohanded/required/kirbyplants,
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"ane" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"anf" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Teleporter Room APC";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"ang" = (
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"anh" = (
-/obj/machinery/bluespace_beacon,
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"ani" = (
-/obj/structure/closet/secure_closet/captains,
-/obj/item/weapon/stamp/captain,
-/obj/item/weapon/reagent_containers/food/drinks/flask,
-/obj/machinery/power/apc{
- dir = 8;
- name = "Captain's Quarters APC";
- pixel_x = -24
- },
-/obj/item/weapon/gun/energy/laser/captain,
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"anj" = (
-/obj/effect/landmark/start{
- name = "Captain"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"ank" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"anl" = (
-/obj/structure/table/wood,
-/obj/item/weapon/hand_tele,
-/obj/item/weapon/bikehorn/rubberducky{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/toy/carpplushie{
- attack_verb = list("bitten","pecked","wing slapped");
- desc = "An adorable stuffed toy that resembles a parrot.";
- icon = 'icons/mob/animal.dmi';
- icon_state = "parrot_sit";
- name = "parrot plushie"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"anm" = (
-/turf/closed/wall/rust,
-/area/maintenance/fsmaint)
-"ann" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/book{
- icon_state = "book2";
- name = "Cute Happy Parrot Adventure"
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ano" = (
-/obj/machinery/bookbinder,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"anp" = (
-/obj/structure/barricade/wooden,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anq" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/barricade/wooden,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anr" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ans" = (
-/obj/structure/chair/stool,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ant" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-05";
- layer = 4.1;
- name = "incredibly heavy plant"
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"anu" = (
-/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,
-/area/maintenance/fsmaint)
-"anv" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anw" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fsmaint)
-"anx" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"any" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/closed/wall,
-/area/engine/engineering)
-"anz" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"anA" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"anB" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/scrubber/huge/movable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"anC" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"anD" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"anE" = (
-/obj/machinery/door/airlock/command{
- name = "teleporter door";
- req_access_txt = "17"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"anF" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"anG" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"anH" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"anI" = (
-/obj/structure/table,
-/obj/item/device/aicard,
-/obj/item/weapon/hand_tele,
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"anJ" = (
-/obj/structure/table/wood,
-/obj/item/weapon/pinpointer,
-/obj/item/weapon/disk/nuclear,
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"anK" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"anL" = (
-/obj/machinery/computer/card,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"anM" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/lockbox/medal,
-/obj/item/weapon/card/id/captains_spare,
-/turf/open/floor/carpet,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"anN" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anO" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anP" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anQ" = (
-/obj/structure/table/wood,
-/obj/item/weapon/bikehorn/rubberducky,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"anR" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp/green,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"anS" = (
-/turf/open/floor/wood{
- icon_state = "wood-broken4"
- },
-/area/maintenance/fsmaint)
-"anT" = (
-/obj/machinery/photocopier,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anU" = (
-/obj/structure/grille{
- density = 0;
- icon_state = "brokengrille"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anV" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anW" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anX" = (
-/obj/item/weapon/coin/iron,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"anY" = (
-/obj/structure/chair/stool,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"anZ" = (
-/turf/open/floor/plasteel/blue/side,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aoa" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/blue/side,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aob" = (
-/obj/machinery/door/airlock/glass_engineering{
- name = "engineering door";
- req_access_txt = "10";
- req_one_access_txt = "0"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aoc" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/closed/wall,
-/area/engine/engineering)
-"aod" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/pump,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aoe" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/scrubber/huge/movable,
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aof" = (
-/turf/closed/wall,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aog" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Northwest Hallway APC";
- pixel_x = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aoh" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aoi" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"aoj" = (
-/obj/effect/landmark/start{
- name = "AI"
- },
-/obj/machinery/turretid{
- control_area = "AI Core";
- pixel_x = 24
- },
-/obj/item/device/radio/intercom{
- name = "AI Intercom";
- pixel_y = -29
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aok" = (
-/obj/machinery/door/airlock/command{
- name = "captain office door";
- req_access_txt = "20"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/captain{
- name = "\improper Captain's Quarters"
- })
-"aol" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aom" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"aon" = (
-/turf/closed/wall/r_wall,
-/area/bridge)
-"aoo" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aop" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aoq" = (
-/obj/structure/chair/stool,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aor" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel,
-/area/maintenance/fsmaint)
-"aos" = (
-/turf/open/floor/plasteel,
-/area/maintenance/fsmaint)
-"aot" = (
-/turf/closed/wall/r_wall,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aou" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/closed/wall/r_wall,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aov" = (
-/obj/machinery/door/airlock/atmos{
- name = "atmospherics door";
- req_access_txt = "24"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aow" = (
-/turf/open/floor/plasteel/brownold{
- dir = 1
- },
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aox" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel/brownold{
- dir = 1
- },
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aoy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/closed/wall,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aoz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aoA" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/blue/side,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aoB" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel/blue/side,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aoC" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aoD" = (
-/obj/structure/table,
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/weapon/rcd,
-/obj/item/weapon/rcd,
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aoE" = (
-/obj/structure/table,
-/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;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aoF" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aoG" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aoH" = (
-/obj/structure/table,
-/obj/item/clothing/shoes/magboots{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/shoes/magboots{
- pixel_x = -5;
- pixel_y = -5
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "E.V.A. APC";
- pixel_x = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aoI" = (
-/turf/closed/wall,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aoJ" = (
-/turf/open/floor/plasteel,
-/area/bridge)
-"aoK" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/yellowsiding/corner,
-/area/bridge)
-"aoL" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/yellowsiding,
-/area/bridge)
-"aoM" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/yellowsiding,
-/area/bridge)
-"aoN" = (
-/obj/machinery/keycard_auth{
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/yellowsiding,
-/area/bridge)
-"aoO" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/yellowsiding,
-/area/bridge)
-"aoP" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel/yellowsiding,
-/area/bridge)
-"aoQ" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/yellowsiding/corner{
- dir = 8
- },
-/area/bridge)
-"aoR" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aoS" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/maintenance/fsmaint)
-"aoT" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aoU" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aoV" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aoW" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aoX" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel,
-/area/maintenance/fsmaint)
-"aoY" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aoZ" = (
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"apa" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"apb" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"apc" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"apd" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-16";
- layer = 4.1
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"ape" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apf" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apg" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aph" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"api" = (
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apj" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apk" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apl" = (
-/obj/machinery/door/airlock/command{
- name = "E.V.A. door";
- req_access_txt = "18"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"apm" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"apn" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"apo" = (
-/obj/machinery/door/airlock/command{
- name = "command door";
- req_access_txt = "19"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"app" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"apq" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/yellowsiding{
- dir = 4
- },
-/area/bridge)
-"apr" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aps" = (
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"apt" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"apu" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"apv" = (
-/turf/open/floor/plasteel/yellowsiding{
- dir = 8
- },
-/area/bridge)
-"apw" = (
-/obj/machinery/computer/message_monitor,
-/turf/open/floor/plasteel,
-/area/bridge)
-"apx" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall/r_wall,
-/area/maintenance/fsmaint)
-"apy" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"apz" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"apA" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"apB" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"apC" = (
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"apD" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"apE" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"apF" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Emergency Air Pumps APC";
- pixel_x = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"apG" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apI" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apK" = (
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apL" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apM" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"apN" = (
-/obj/machinery/door/airlock/command{
- name = "E.V.A. door";
- req_access_txt = "18"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"apO" = (
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"apP" = (
-/obj/machinery/door/airlock/command{
- name = "command door";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"apQ" = (
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/yellowsiding/corner{
- dir = 4
- },
-/area/bridge)
-"apR" = (
-/obj/machinery/computer/robotics,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"apS" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"apT" = (
-/obj/structure/bed/dogbed{
- anchored = 1;
- desc = "A comfy-looking bird bed. You can even strap your pet in, in case the gravity turns off.";
- name = "bird bed"
- },
-/mob/living/simple_animal/parrot/Poly,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"apU" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/yellowsiding/corner{
- dir = 1
- },
-/area/bridge)
-"apV" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel,
-/area/bridge)
-"apW" = (
-/obj/structure/table/wood,
-/obj/item/clothing/suit/monkeysuit,
-/obj/item/clothing/mask/gas/monkeymask,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"apX" = (
-/obj/structure/table/wood,
-/obj/item/clothing/suit/suspenders,
-/obj/item/clothing/under/syndicate/tacticool,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"apY" = (
-/obj/structure/table/wood,
-/obj/item/clothing/head/rabbitears,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"apZ" = (
-/obj/structure/dresser,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aqa" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aqb" = (
-/obj/structure/chair/comfy/beige{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aqc" = (
-/obj/item/weapon/gun/ballistic/shotgun/toy,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aqd" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aqe" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aqf" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aqg" = (
-/turf/closed/wall,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aqh" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aqi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aqj" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"aqk" = (
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"aql" = (
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"aqm" = (
-/turf/closed/wall,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"aqn" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aqo" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aqp" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/storage/belt/utility,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aqq" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high,
-/obj/item/weapon/stock_parts/cell/high,
-/obj/item/weapon/stock_parts/cell/high,
-/obj/machinery/light,
-/obj/item/device/gps,
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aqr" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aqs" = (
-/obj/structure/tank_dispenser,
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aqt" = (
-/obj/structure/table,
-/obj/item/weapon/tank/jetpack/carbondioxide{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/tank/jetpack/carbondioxide,
-/obj/item/weapon/tank/jetpack/carbondioxide{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aqu" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aqv" = (
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aqw" = (
-/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"aqx" = (
-/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"aqy" = (
-/obj/machinery/computer/cargo,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"aqz" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aqA" = (
-/obj/structure/table,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/item/weapon/paper/monitorkey{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/phone{
- force = 1
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aqB" = (
-/obj/structure/closet/cardboard,
-/obj/item/clothing/suit/toggle/owlwings,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aqC" = (
-/obj/machinery/vending/autodrobe{
- req_access_txt = ""
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aqD" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aqE" = (
-/turf/closed/wall,
-/area/quartermaster/storage)
-"aqF" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"aqG" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aqH" = (
-/obj/machinery/atmospherics/components/binary/valve{
- icon_state = "mvalve_map";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aqI" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aqJ" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/closet/secure_closet/atmospherics,
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aqK" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aqL" = (
-/obj/machinery/pipedispenser,
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"aqM" = (
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"aqN" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"aqO" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/yellow,
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"aqP" = (
-/obj/structure/table,
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"aqQ" = (
-/obj/structure/closet/toolcloset,
-/obj/item/weapon/storage/belt/utility,
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"aqR" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"aqS" = (
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads)
-"aqT" = (
-/turf/closed/wall,
-/area/crew_quarters/heads)
-"aqU" = (
-/obj/machinery/computer/mecha,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"aqV" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"aqW" = (
-/obj/machinery/computer/secure_data,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"aqX" = (
-/obj/item/device/aicard,
-/obj/structure/table,
-/obj/item/device/gps,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aqY" = (
-/obj/structure/closet{
- name = "jackboot locker"
- },
-/obj/item/clothing/shoes/jackboots,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/clothing/shoes/jackboots,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aqZ" = (
-/obj/machinery/computer/slot_machine,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ara" = (
-/turf/closed/wall/mineral/titanium/overspace,
-/area/shuttle/supply)
-"arb" = (
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/supply)
-"arc" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/supply)
-"ard" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "cargo";
- name = "cargo conveyor belt"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"are" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "cargo";
- name = "cargo conveyor belt"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"arf" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/conveyor{
- dir = 4;
- id = "cargo";
- name = "cargo conveyor belt"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"arg" = (
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"arh" = (
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ari" = (
-/obj/machinery/pipedispenser/disposal/transit_tube,
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"arj" = (
-/obj/structure/table,
-/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
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"ark" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high,
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"arl" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"arm" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"arn" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hop shutter";
- name = "HoP Office shutter"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/heads)
-"aro" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/box/silver_ids{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/box/ids,
-/turf/open/floor/wood,
-/area/crew_quarters/heads)
-"arp" = (
-/obj/structure/filingcabinet/employment,
-/turf/open/floor/wood,
-/area/crew_quarters/heads)
-"arq" = (
-/obj/machinery/vending/cart,
-/turf/open/floor/wood,
-/area/crew_quarters/heads)
-"arr" = (
-/obj/machinery/photocopier,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/heads)
-"ars" = (
-/obj/structure/closet/secure_closet/hop,
-/obj/item/clothing/suit/armor/reactive,
-/turf/open/floor/wood,
-/area/crew_quarters/heads)
-"art" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "HoP Office APC";
- pixel_x = 24
- },
-/obj/machinery/keycard_auth{
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/heads)
-"aru" = (
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/yellowsiding/corner,
-/area/bridge)
-"arv" = (
-/obj/machinery/computer/monitor,
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"arw" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"arx" = (
-/obj/machinery/computer/aifixer,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"ary" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/yellowsiding/corner{
- dir = 8
- },
-/area/bridge)
-"arz" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel,
-/area/bridge)
-"arA" = (
-/turf/open/floor/carpet,
-/area/maintenance/fsmaint)
-"arB" = (
-/obj/item/clothing/under/rank/clown,
-/obj/item/clothing/mask/gas/clown_hat,
-/turf/open/floor/carpet,
-/area/maintenance/fsmaint)
-"arC" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"arD" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"arE" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"arF" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"arG" = (
-/obj/structure/chair/stool,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"arH" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/supply)
-"arI" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "cargoshuttle";
- name = "cargo shuttle conveyor belt"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"arJ" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "cargoshuttle";
- name = "cargo shuttle conveyor belt"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"arK" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "cargo";
- name = "cargo conveyor belt"
- },
-/obj/machinery/status_display{
- name = "cargo status display";
- pixel_x = -32;
- supply_display = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"arL" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"arM" = (
-/obj/structure/closet/crate/medical,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"arN" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/closet/secure_closet/engineering_welding,
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"arO" = (
-/obj/structure/table,
-/obj/item/weapon/pipe_dispenser,
-/obj/item/weapon/pipe_dispenser,
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"arP" = (
-/obj/structure/table,
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"arQ" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Tool Storage APC";
- pixel_x = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"arR" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"arS" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"arT" = (
-/obj/machinery/door/airlock/command{
- name = "HoP office door";
- req_access_txt = "0";
- req_one_access_txt = "19;57"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/heads)
-"arU" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"arV" = (
-/obj/effect/landmark/start{
- name = "Head of Personnel"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"arW" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"arX" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/yellowsiding{
- dir = 4
- },
-/area/bridge)
-"arY" = (
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 0
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"arZ" = (
-/obj/machinery/power/smes{
- charge = 3e+006;
- input_level = 10000;
- output_level = 2000
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"asa" = (
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 0
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"asb" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel,
-/area/bridge)
-"asc" = (
-/obj/item/clothing/shoes/clown_shoes/banana_shoes,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/maintenance/fsmaint)
-"asd" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/wood{
- icon_state = "wood-broken6"
- },
-/area/maintenance/fsmaint)
-"ase" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"asf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"asg" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ash" = (
-/turf/closed/wall/rust,
-/area/crew_quarters/sleep)
-"asi" = (
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"asj" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"ask" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"asl" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/carpet,
-/area/maintenance/fsmaint)
-"asm" = (
-/obj/machinery/mineral/mint{
- input_dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fsmaint)
-"asn" = (
-/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (WEST)";
- dir = 8
- },
-/area/maintenance/fsmaint)
-"aso" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "cargoshuttle";
- name = "cargo shuttle conveyor belt"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"asp" = (
-/obj/machinery/conveyor{
- dir = 9;
- id = "cargoshuttle";
- name = "cargo shuttle conveyor belt"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"asq" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "cargoshuttle";
- name = "cargo shuttle conveyor belt"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"asr" = (
-/obj/effect/landmark{
- name = "lightsout"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ass" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"ast" = (
-/mob/living/carbon/monkey{
- name = "Linda";
- unique_name = 0
- },
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"asu" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"asv" = (
-/obj/machinery/autolathe{
- icon_state = "autolathe";
- name = "public autolathe"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"asw" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"asx" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"asy" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"asz" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"asA" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"asB" = (
-/obj/structure/chair/office/light,
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/obj/machinery/button/door{
- id = "hop shutter";
- name = "HoP office shutter button";
- pixel_x = -24
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"asC" = (
-/obj/machinery/computer/card,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"asD" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"asE" = (
-/obj/structure/table/wood,
-/obj/item/weapon/clipboard,
-/obj/item/weapon/hand_labeler,
-/obj/item/weapon/pen,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"asF" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "AI Core APC";
- pixel_y = 24
- },
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"asG" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-17";
- layer = 4.1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"asH" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Bridge APC";
- pixel_x = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"asI" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/yellowsiding/corner{
- dir = 4
- },
-/area/bridge)
-"asJ" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/yellowsiding{
- dir = 1
- },
-/area/bridge)
-"asK" = (
-/turf/open/floor/plasteel/yellowsiding{
- dir = 1
- },
-/area/bridge)
-"asL" = (
-/obj/machinery/keycard_auth{
- pixel_y = -24
- },
-/turf/open/floor/plasteel/yellowsiding{
- dir = 1
- },
-/area/bridge)
-"asM" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/yellowsiding{
- dir = 1
- },
-/area/bridge)
-"asN" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 10
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/yellowsiding{
- dir = 1
- },
-/area/bridge)
-"asO" = (
-/turf/open/floor/plasteel/yellowsiding/corner{
- dir = 1
- },
-/area/bridge)
-"asP" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel,
-/area/bridge)
-"asQ" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"asR" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"asS" = (
-/obj/machinery/door/airlock{
- name = "door"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"asT" = (
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"asU" = (
-/obj/machinery/shower{
- icon_state = "shower";
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"asV" = (
-/obj/machinery/shower{
- icon_state = "shower";
- dir = 8
- },
-/obj/item/weapon/bikehorn/rubberducky,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"asW" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"asX" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"asY" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"asZ" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ata" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 8
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"atb" = (
-/obj/structure/table/wood,
-/obj/item/device/electropack,
-/obj/item/weapon/restraints/handcuffs,
-/turf/open/floor/carpet,
-/area/maintenance/fsmaint)
-"atc" = (
-/obj/structure/chair/wood/normal{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/maintenance/fsmaint)
-"atd" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/maintenance/fsmaint)
-"ate" = (
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/maintenance/fsmaint)
-"atf" = (
-/obj/machinery/conveyor{
- dir = 10;
- id = "cargoshuttle";
- name = "cargo shuttle conveyor belt"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"atg" = (
-/obj/machinery/conveyor{
- dir = 6;
- id = "cargoshuttle";
- name = "cargo shuttle conveyor belt"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"ath" = (
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor2";
- name = "supply dock loading door"
- },
-/obj/machinery/conveyor{
- dir = 8;
- id = "cargoshuttle";
- name = "cargo shuttle conveyor belt"
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"ati" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "cargo";
- name = "cargo conveyor belt"
- },
-/obj/machinery/door/poddoor{
- id = "cargo blast";
- name = "cargo conveyor blast door"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"atj" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"atk" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"atl" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"atm" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- icon_state = "manifold";
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"atn" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plasteel,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"ato" = (
-/obj/machinery/vending/assist,
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"atp" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"atq" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/port{
- name = "\improper Northwest Hallway"
- })
-"atr" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hop shutter";
- name = "HoP Office shutter"
- },
-/obj/machinery/door/window/southright,
-/obj/machinery/door/window/northright{
- name = "HoP desk door";
- req_one_access_txt = "19;57"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/heads)
-"ats" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"att" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/black,
-/area/ai_monitored/turret_protected/ai{
- name = "\improper AI Core"
- })
-"atu" = (
-/turf/closed/wall/r_wall,
-/area/crew_quarters/sleep)
-"atv" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/sleep)
-"atw" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"atx" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"aty" = (
-/obj/machinery/shower{
- icon_state = "shower";
- dir = 4
- },
-/obj/item/weapon/soap,
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"atz" = (
-/obj/machinery/shower{
- icon_state = "shower";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"atA" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"atB" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"atC" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-22"
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"atD" = (
-/obj/structure/table/wood,
-/obj/item/weapon/relic,
-/turf/open/floor/carpet,
-/area/maintenance/fsmaint)
-"atE" = (
-/obj/structure/table/wood,
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/carpet,
-/area/maintenance/fsmaint)
-"atF" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/loadingarea,
-/area/maintenance/fsmaint)
-"atG" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/supply)
-"atH" = (
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/supply)
-"atI" = (
-/obj/machinery/door/airlock/titanium{
- name = "Supply Shuttle Airlock";
- req_access_txt = "31"
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"atJ" = (
-/obj/machinery/door/airlock/external{
- name = "cargo bay airlock";
- req_access_txt = "31"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"atK" = (
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"atL" = (
-/turf/open/floor/plasteel/yellow/corner,
-/area/quartermaster/storage)
-"atM" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side,
-/area/quartermaster/storage)
-"atN" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/closed/wall/r_wall,
-/area/atmos{
- name = "Emergency Air Pumps"
- })
-"atO" = (
-/obj/machinery/vending/tool,
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"atP" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"atQ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/electrical,
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"atR" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/utility,
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"atS" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"atT" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"atU" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"atV" = (
-/turf/closed/wall/r_wall,
-/area/hallway/primary/central)
-"atW" = (
-/obj/structure/flora/ausbushes/palebush,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/primary/central)
-"atX" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/stairs/left,
-/area/hallway/primary/central)
-"atY" = (
-/turf/open/floor/plasteel/stairs/right,
-/area/hallway/primary/central)
-"atZ" = (
-/obj/structure/flora/ausbushes/sunnybush,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/primary/central)
-"aua" = (
-/obj/machinery/vending/clothing,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"aub" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auc" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/closet/wardrobe/grey,
-/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,
-/obj/item/clothing/under/assistantformal,
-/obj/item/clothing/under/assistantformal,
-/obj/item/clothing/head/bowler,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aud" = (
-/obj/structure/closet/lasertag/blue,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aue" = (
-/obj/structure/closet/lasertag/red,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auf" = (
-/obj/structure/closet/wardrobe/mixed,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aug" = (
-/obj/structure/closet/wardrobe/black,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auh" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aui" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auj" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plating,
-/area/crew_quarters/sleep)
-"auk" = (
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aul" = (
-/obj/machinery/door/airlock{
- name = "door"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aum" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aun" = (
-/obj/machinery/navbeacon{
- codes = "";
- codes_txt = "delivery;dir=1";
- freq = 1400;
- location = "Dorm Maint";
- name = "navigation beacon"
- },
-/turf/open/floor/carpet,
-/area/maintenance/fsmaint)
-"auo" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/maintenance/fsmaint)
-"aup" = (
-/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
- },
-/obj/machinery/conveyor_switch/oneway{
- id = "cargoshuttle"
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/supply)
-"auq" = (
-/obj/machinery/button/door{
- id = "cargo blast";
- name = "cargo blast door button";
- pixel_x = -24;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/computer/cargo,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"aur" = (
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "cargo";
- name = "shuttle conveyor switch"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"aus" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"aut" = (
-/obj/effect/landmark/start{
- name = "Cargo Technician"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/quartermaster/storage)
-"auu" = (
-/obj/machinery/navbeacon{
- codes = "";
- codes_txt = "delivery;dir=4";
- freq = 1400;
- location = "Cargo #1";
- name = "navigation beacon"
- },
-/obj/effect/turf_decal/delivery,
-/mob/living/simple_animal/bot/mulebot{
- beacon_freq = 1400;
- home_destination = "Cargo #1";
- suffix = "#1"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"auv" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"auw" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"aux" = (
-/obj/structure/table,
-/obj/item/weapon/clipboard,
-/obj/item/weapon/folder/yellow,
-/obj/item/weapon/hand_labeler,
-/obj/machinery/status_display{
- name = "cargo status display";
- pixel_x = 0;
- pixel_y = 32;
- supply_display = 1
- },
-/obj/item/weapon/paper_bin{
- pixel_y = 5
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"auy" = (
-/obj/machinery/autolathe,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"auz" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/device/multitool,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"auA" = (
-/turf/open/floor/plasteel/loadingarea,
-/area/hallway/primary/central)
-"auB" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 1
- },
-/area/hallway/primary/central)
-"auC" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plasteel/neutral,
-/area/maintenance/fsmaint)
-"auD" = (
-/obj/machinery/ai_slipper{
- uses = 10
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/holopad,
-/mob/living/simple_animal/bot/ed209{
- name = "Officer Pingsky II";
- radio_channel = "AI Private"
- },
-/turf/open/floor/bluegrid,
-/area/ai_monitored/turret_protected/aisat_interior{
- name = "\improper AI Core Lobby"
- })
-"auE" = (
-/obj/machinery/vending/autodrobe{
- req_access_txt = ""
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"auF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auG" = (
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j1"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auK" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auL" = (
-/obj/item/device/assembly/mousetrap/armed{
- icon_state = "mousetraparmed";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auM" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-06";
- level = 4.1
- },
-/obj/structure/mirror{
- pixel_y = 28
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"auN" = (
-/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/plating,
-/area/crew_quarters/sleep)
-"auO" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"auP" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"auQ" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"auR" = (
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Dormitory Maintenance APC";
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"auS" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"auT" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"auU" = (
-/obj/machinery/door/airlock/titanium{
- name = "Supply Shuttle Airlock";
- req_access_txt = "31"
- },
-/obj/docking_port/mobile/supply{
- dwidth = 3;
- width = 10
- },
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 3;
- height = 7;
- id = "supply_home";
- name = "Cargo Bay";
- width = 10
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"auV" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"auW" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/quartermaster/storage)
-"auX" = (
-/obj/machinery/navbeacon{
- codes = "";
- codes_txt = "delivery;dir=4";
- freq = 1400;
- location = "Cargo #2";
- name = "navigation beacon"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"auY" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"auZ" = (
-/obj/structure/table,
-/obj/item/weapon/cartridge/quartermaster,
-/obj/item/weapon/cartridge/quartermaster,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ava" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avb" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avc" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avd" = (
-/obj/machinery/power/smes{
- charge = 5e+006;
- input_level = 10000;
- output_level = 4000
- },
-/obj/structure/cable{
- icon_state = "0-2";
- pixel_y = 1;
- d2 = 2
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"ave" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avf" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avg" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avh" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hallway shutter";
- name = "hallway shutter"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avi" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"avj" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/blue/side{
- dir = 1
- },
-/area/hallway/primary/central)
-"avk" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avl" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avm" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"avn" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"avo" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"avp" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"avq" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"avr" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"avs" = (
-/obj/structure/table,
-/obj/item/weapon/cultivator,
-/obj/item/weapon/storage/bag/plants,
-/obj/item/weapon/hatchet,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"avt" = (
-/obj/machinery/seed_extractor,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"avu" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"avv" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"avw" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"avx" = (
-/turf/open/floor/plasteel/neutral,
-/area/maintenance/fsmaint)
-"avy" = (
-/turf/closed/mineral,
-/area/maintenance/fsmaint)
-"avz" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/maintenance/fsmaint)
-"avA" = (
-/obj/machinery/door/poddoor{
- id = "QMLoaddoor";
- name = "supply dock loading door"
- },
-/obj/machinery/conveyor{
- dir = 4;
- id = "cargoshuttle";
- name = "cargo shuttle conveyor belt"
- },
-/turf/open/floor/plating,
-/area/shuttle/supply)
-"avB" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "cargo";
- name = "cargo conveyor belt"
- },
-/obj/machinery/door/poddoor{
- id = "cargo blast";
- name = "cargo conveyor blast door"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"avC" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "cargo";
- name = "cargo conveyor belt"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"avD" = (
-/obj/effect/landmark/start{
- name = "Cargo Technician"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"avE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"avF" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"avG" = (
-/obj/machinery/mineral/ore_redemption{
- input_dir = 8;
- output_dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"avH" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avI" = (
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- tag = "icon-term (EAST)";
- icon_state = "term";
- dir = 4
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"avJ" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avK" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avL" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avM" = (
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-y";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avP" = (
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avQ" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hallway shutter";
- name = "hallway shutter"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avR" = (
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j1";
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avS" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avT" = (
-/obj/structure/table,
-/obj/item/weapon/paper/gravity_gen,
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"avU" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"avV" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/sleep)
-"avW" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"avX" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"avY" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"avZ" = (
-/obj/machinery/hydroponics/soil,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"awa" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"awb" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"awc" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"awd" = (
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"awe" = (
-/obj/machinery/biogenerator,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"awf" = (
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/blood/empty,
-/obj/item/weapon/reagent_containers/syringe,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"awg" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/neutral,
-/area/maintenance/fsmaint)
-"awh" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/mining)
-"awi" = (
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/mining)
-"awj" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/mining)
-"awk" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/shuttle/mining)
-"awl" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/supply)
-"awm" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/supply)
-"awn" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/shuttle/engine/heater,
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"awo" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc4";
- dir = 2
- },
-/area/shuttle/supply)
-"awp" = (
-/turf/open/floor/plasteel/yellow/corner{
- dir = 4
- },
-/area/quartermaster/storage)
-"awq" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/quartermaster/storage)
-"awr" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 5
- },
-/area/quartermaster/storage)
-"aws" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"awt" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"awu" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"awv" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aww" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"awx" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/hallway/primary/central)
-"awy" = (
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/turf/open/floor/carpet,
-/area/library)
-"awz" = (
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/library)
-"awA" = (
-/turf/closed/wall,
-/area/hallway/primary/central)
-"awB" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/central)
-"awC" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/central)
-"awD" = (
-/obj/machinery/vending/cola,
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/central)
-"awE" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"awF" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=6-DormsN";
- location = "5-CNE";
- name = "bot patrol navigation beacon"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"awG" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"awH" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"awI" = (
-/obj/machinery/vending/hydronutrients,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"awJ" = (
-/obj/machinery/hydroponics/soil,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"awK" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"awL" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"awM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"awN" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-06";
- level = 4.1
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"awO" = (
-/obj/structure/table/wood,
-/obj/item/weapon/pen,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"awP" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/pill_bottle/dice{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/pill_bottle/dice,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"awQ" = (
-/obj/structure/table/wood,
-/obj/item/toy/cards/deck,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"awR" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/mining)
-"awS" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"awT" = (
-/obj/machinery/computer/shuttle/mining,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"awU" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_l"
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"awV" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"awW" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_r"
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"awX" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Cargo Bay APC";
- pixel_x = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"awY" = (
-/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)
-"awZ" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axa" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axb" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/quartermaster/storage)
-"axc" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_y = 5
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axd" = (
-/obj/structure/table,
-/obj/item/weapon/stamp/denied{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/item/weapon/stamp,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axe" = (
-/obj/structure/chair/office/light,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axf" = (
-/obj/machinery/computer/cargo,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axg" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axh" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"axi" = (
-/obj/machinery/libraryscanner,
-/turf/open/floor/wood,
-/area/library)
-"axj" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/library)
-"axk" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin,
-/turf/open/floor/wood,
-/area/library)
-"axl" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-22"
- },
-/turf/open/floor/wood,
-/area/library)
-"axm" = (
-/turf/open/floor/carpet,
-/area/library)
-"axn" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/carpet,
-/area/library)
-"axo" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"axp" = (
-/obj/machinery/photocopier,
-/turf/open/floor/wood,
-/area/library)
-"axq" = (
-/obj/structure/chair/comfy/beige,
-/turf/open/floor/wood,
-/area/library)
-"axr" = (
-/turf/closed/wall,
-/area/library)
-"axs" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-06";
- level = 4.1
- },
-/turf/open/floor/wood,
-/area/library)
-"axt" = (
-/obj/structure/chair/wood/normal,
-/turf/open/floor/wood,
-/area/library)
-"axu" = (
-/turf/closed/wall,
-/area/crew_quarters/theatre)
-"axv" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 2
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"axw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"axx" = (
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"axy" = (
-/obj/machinery/vending/hydroseeds{
- slogan_delay = 700
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"axz" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/sleep)
-"axA" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"axB" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"axC" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=7-DormsS";
- location = "6-DormsN";
- name = "bot patrol navigation beacon"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"axD" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"axE" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"axF" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"axG" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_3";
- layer = 4.1;
- name = "tree";
- pixel_x = -4;
- pixel_y = 10
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/maintenance/fsmaint)
-"axH" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"axI" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"axJ" = (
-/turf/closed/wall,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"axK" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"axL" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/machinery/status_display{
- name = "cargo status display";
- pixel_x = -32;
- supply_display = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axM" = (
-/obj/structure/closet/crate/freezer,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axN" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axO" = (
-/obj/structure/closet/crate/medical,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axP" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axQ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/status_display{
- name = "cargo status display";
- pixel_x = 0;
- pixel_y = -32;
- supply_display = 1
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/quartermaster/storage)
-"axR" = (
-/obj/structure/closet/wardrobe/cargotech,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axS" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/southright{
- name = "cargo door";
- req_access_txt = "31"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axT" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/quartermaster/storage)
-"axU" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "cargo bay door";
- req_access_txt = "31"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"axV" = (
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"axW" = (
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole/bookmanagement,
-/turf/open/floor/wood,
-/area/library)
-"axX" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/library)
-"axY" = (
-/turf/open/floor/wood,
-/area/library)
-"axZ" = (
-/obj/machinery/door/airlock{
- name = "door"
- },
-/turf/open/floor/wood,
-/area/library)
-"aya" = (
-/obj/structure/table/wood,
-/obj/item/clothing/mask/gas/clown_hat,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"ayb" = (
-/obj/structure/table/wood,
-/obj/item/weapon/lipstick/random,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"ayc" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Theatre APC";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"ayd" = (
-/obj/machinery/door/airlock/maintenance{
- name = "theater door";
- req_access_txt = "46"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"aye" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ayf" = (
-/turf/closed/wall,
-/area/maintenance/disposal)
-"ayg" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"ayh" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ayi" = (
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ayj" = (
-/obj/machinery/door/airlock/titanium{
- name = "Mining Shuttle Airlock";
- req_access_txt = "0"
- },
-/obj/docking_port/mobile{
- dir = 8;
- dwidth = 3;
- height = 5;
- id = "mining";
- name = "mining shuttle";
- port_angle = 270;
- 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)
-"ayk" = (
-/obj/machinery/door/airlock/external{
- name = "cargo bay airlock";
- req_access_txt = "31"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"ayl" = (
-/obj/machinery/camera/autoname,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aym" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"ayn" = (
-/obj/machinery/door/airlock/external{
- name = "cargo bay airlock";
- req_access_txt = "31"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"ayo" = (
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"ayp" = (
-/obj/effect/landmark/start{
- name = "Shaft Miner"
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Mining Office APC";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"ayq" = (
-/obj/effect/landmark/start{
- name = "Shaft Miner"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"ayr" = (
-/obj/effect/landmark/start{
- name = "Shaft Miner"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"ays" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"ayt" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"ayu" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "cargo bay door";
- req_access_txt = "31"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ayv" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ayw" = (
-/obj/machinery/status_display{
- name = "cargo status display";
- pixel_x = -32;
- supply_display = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ayx" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ayy" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/quartermaster/storage)
-"ayz" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ayA" = (
-/obj/effect/landmark/start{
- name = "Librarian"
- },
-/turf/open/floor/carpet,
-/area/library)
-"ayB" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"ayC" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/gravity_generator)
-"ayD" = (
-/obj/effect/landmark{
- name = "lightsout"
- },
-/turf/open/floor/wood,
-/area/library)
-"ayE" = (
-/obj/structure/table/wood,
-/obj/item/weapon/book/codex_gigas,
-/obj/item/weapon/storage/pill_bottle/dice,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/wood,
-/area/library)
-"ayF" = (
-/obj/effect/landmark/start{
- name = "Clown"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"ayG" = (
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"ayH" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"ayI" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ayJ" = (
-/obj/structure/closet/l3closet/janitor,
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"ayK" = (
-/obj/structure/closet/jcloset,
-/obj/item/weapon/restraints/legcuffs/beartrap,
-/obj/item/weapon/restraints/legcuffs/beartrap,
-/obj/item/clothing/under/janimaid,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/obj/item/weapon/mop/advanced,
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"ayL" = (
-/obj/structure/janitorialcart,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"ayM" = (
-/obj/structure/mopbucket,
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"ayN" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/mousetraps,
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"ayO" = (
-/obj/structure/table,
-/obj/item/weapon/mop,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"ayP" = (
-/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/grenade/chem_grenade/cleaner,
-/obj/item/weapon/grenade/chem_grenade/cleaner,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"ayQ" = (
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 4
- },
-/obj/structure/mirror{
- pixel_y = 28
- },
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"ayR" = (
-/obj/structure/table/wood,
-/obj/item/weapon/bikehorn/rubberducky,
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"ayS" = (
-/obj/structure/table/wood,
-/obj/item/weapon/pen,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ayT" = (
-/obj/structure/table/wood,
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ayU" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/obj/structure/closet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ayV" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ayW" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/fsmaint)
-"ayX" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/spawner/lootdrop/crate_spawner,
-/obj/structure/closet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"ayY" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fsmaint)
-"ayZ" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aza" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"azb" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"azc" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "cargo bay door";
- req_access_txt = "31"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"azd" = (
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "cargoIN";
- name = "cargo crate conveyor switch"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"aze" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/neutral,
-/area/maintenance/fsmaint)
-"azf" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "cargoIN";
- name = "cargo conveyor belt"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"azg" = (
-/obj/structure/plasticflaps,
-/obj/machinery/conveyor{
- dir = 4;
- id = "cargoIN";
- name = "cargo conveyor belt"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"azh" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"azi" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"azj" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/area/quartermaster/storage)
-"azk" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"azl" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"azm" = (
-/obj/machinery/light,
-/turf/open/floor/wood,
-/area/library)
-"azn" = (
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/wood,
-/area/library)
-"azo" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-06";
- level = 4.1
- },
-/obj/machinery/power/apc{
- name = "Library APC";
- pixel_y = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/wood,
-/area/library)
-"azp" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/wood,
-/area/library)
-"azq" = (
-/obj/structure/dresser,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"azr" = (
-/obj/machinery/vending/autodrobe,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"azs" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"azt" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"azu" = (
-/obj/machinery/navbeacon{
- codes = "";
- codes_txt = "delivery;dir=4";
- freq = 1400;
- location = "Disposals";
- name = "navigation beacon"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"azv" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"azw" = (
-/obj/vehicle/janicart,
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"azx" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/item/key/janitor,
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"azy" = (
-/obj/effect/landmark/start{
- name = "Janitor"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"azz" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Waste Disposal APC";
- pixel_x = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"azA" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"azB" = (
-/obj/machinery/door/airlock{
- name = "door"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"azC" = (
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"azD" = (
-/obj/structure/dresser,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"azE" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"azF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"azG" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/fsmaint)
-"azH" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"azI" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"azJ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"azK" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/obj/structure/closet/cardboard,
-/obj/item/weapon/coin/silver,
-/turf/open/floor/plasteel,
-/area/maintenance/fsmaint)
-"azL" = (
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"azM" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"azN" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/mining)
-"azO" = (
-/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)
-"azP" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"azQ" = (
-/obj/structure/table,
-/obj/item/weapon/twohanded/spear{
- pixel_x = -7;
- pixel_y = 7
- },
-/obj/item/weapon/twohanded/spear{
- pixel_x = -5;
- pixel_y = 0
- },
-/obj/item/stack/medical/ointment,
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"azR" = (
-/obj/machinery/mineral/equipment_vendor,
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"azS" = (
-/obj/machinery/computer/shuttle/mining{
- req_access = "0";
- req_one_access = "0"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"azT" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"azU" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"azV" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 10
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"azW" = (
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "cargoOUT";
- name = "cargo crate conveyor switch"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"azX" = (
-/obj/structure/closet/cardboard,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/item/weapon/coin/gold,
-/turf/open/floor/plasteel/neutral,
-/area/maintenance/fsmaint)
-"azY" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "cargoOUT";
- name = "cargo conveyor belt"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"azZ" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "cargoOUT";
- name = "cargo conveyor belt"
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"aAa" = (
-/obj/structure/plasticflaps,
-/obj/machinery/conveyor{
- dir = 8;
- id = "cargoOUT";
- name = "cargo conveyor belt"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"aAb" = (
-/obj/machinery/computer/cargo/request,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"aAc" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/wood,
-/area/hallway/primary/central)
-"aAd" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-22"
- },
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/wood,
-/area/library)
-"aAe" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"aAf" = (
-/obj/structure/chair/comfy/beige{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/library)
-"aAg" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library)
-"aAh" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/wood,
-/area/library)
-"aAi" = (
-/obj/machinery/bookbinder,
-/turf/open/floor/wood,
-/area/library)
-"aAj" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aAk" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aAl" = (
-/turf/closed/wall,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aAm" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "service maintenance door";
- req_one_access_txt = "12;25;28;37;46"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aAn" = (
-/obj/machinery/door/airlock/maintenance{
- name = "theater door";
- req_access_txt = "46"
- },
-/turf/open/floor/wood,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aAo" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"aAp" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"aAq" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"aAr" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"aAs" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"aAt" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aAu" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aAv" = (
-/obj/effect/spawner/lootdrop/crate_spawner,
-/obj/item/candle,
-/turf/open/floor/plating,
-/area/maintenance/fsmaint)
-"aAw" = (
-/obj/item/clothing/neck/petcollar,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fsmaint)
-"aAx" = (
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aAy" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/table,
-/obj/item/device/geiger_counter,
-/obj/item/device/geiger_counter{
- pixel_x = 4;
- pixel_y = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aAz" = (
-/obj/item/weapon/shard,
-/obj/structure/mirror{
- pixel_y = 28
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aAA" = (
-/obj/structure/table,
-/obj/item/weapon/hatchet,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aAB" = (
-/obj/structure/table,
-/obj/structure/bedsheetbin,
-/turf/open/floor/plasteel/white,
-/area/space)
-"aAC" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/mining)
-"aAD" = (
-/obj/structure/shuttle/engine/propulsion/burst,
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/mining)
-"aAE" = (
-/turf/open/space,
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/mining)
-"aAF" = (
-/obj/structure/closet/secure_closet/miner,
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aAG" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/item/device/gps/mining,
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aAH" = (
-/obj/machinery/door/airlock/mining{
- name = "cargo door";
- req_access_txt = "31"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aAI" = (
-/turf/closed/wall,
-/area/hallway/secondary/exit)
-"aAJ" = (
-/turf/closed/wall,
-/area/hydroponics)
-"aAK" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hallway shutter";
- name = "hallway shutter"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aAL" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hallway shutter";
- name = "hallway shutter"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aAM" = (
-/obj/machinery/door/airlock/maintenance{
- name = "service maintenance door";
- req_one_access_txt = "12;25;28;37;46"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aAN" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Central Maintenance APC";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aAO" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aAP" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aAQ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/wood,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aAR" = (
-/obj/machinery/door/airlock/maintenance{
- name = "service maintenance door";
- req_one_access_txt = "12;25;28;37;46"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aAS" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aAT" = (
-/obj/machinery/button/door{
- id = "crusherdoor";
- name = "crusher blast door button";
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"aAU" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"aAV" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"aAW" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/conveyor_switch/oneway{
- convdir = -1;
- id = "garbage"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"aAX" = (
-/obj/machinery/mineral/stacking_unit_console{
- machinedir = 10;
- pixel_y = -32
- },
-/mob/living/simple_animal/bot/cleanbot{
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal)
-"aAY" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/weapon/storage/backpack/satchel,
-/obj/item/weapon/storage/backpack/satchel,
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"aAZ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aBa" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aBb" = (
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aBc" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aBd" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aBe" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aBf" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aBg" = (
-/obj/item/clothing/gloves/color/latex/nitrile,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aBh" = (
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aBi" = (
-/obj/structure/table,
-/obj/item/weapon/wirerod,
-/obj/item/weapon/reagent_containers/syringe,
-/obj/item/weapon/restraints/handcuffs,
-/obj/item/clothing/neck/stethoscope,
-/turf/open/floor/plasteel/white,
-/area/space)
-"aBj" = (
-/obj/machinery/light,
-/obj/structure/closet/secure_closet/miner,
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aBk" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aBl" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aBm" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = -4;
- pixel_y = 10
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 10;
- pixel_y = 6
- },
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = -1;
- pixel_y = -3
- },
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 14;
- pixel_y = -8
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aBn" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = -5;
- pixel_y = -1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aBo" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = -8;
- pixel_y = 11
- },
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = -5;
- pixel_y = -1
- },
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 10;
- pixel_y = 6
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aBp" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aBq" = (
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aBr" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = -2;
- pixel_y = 5
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aBs" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aBt" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aBu" = (
-/obj/structure/table/glass,
-/obj/machinery/reagentgrinder{
- pixel_y = 12
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
- },
-/area/hydroponics)
-"aBv" = (
-/obj/structure/table/glass,
-/obj/item/weapon/shovel/spade,
-/obj/item/weapon/storage/bag/plants,
-/obj/item/weapon/storage/bag/plants,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
- },
-/area/hydroponics)
-"aBw" = (
-/obj/structure/closet/crate/hydroponics,
-/obj/item/weapon/reagent_containers/food/snacks/grown/blumpkin,
-/obj/item/weapon/reagent_containers/food/snacks/grown/cabbage,
-/obj/item/weapon/reagent_containers/food/snacks/grown/carrot,
-/obj/item/weapon/reagent_containers/food/snacks/grown/chili,
-/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chili,
-/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/chanterelle,
-/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/walkingmushroom,
-/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/lily,
-/obj/item/weapon/reagent_containers/food/snacks/grown/rice,
-/obj/item/weapon/reagent_containers/food/snacks/grown/tomato,
-/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/parsnip,
-/obj/item/weapon/reagent_containers/food/snacks/grown/eggplant,
-/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/holymelon,
-/obj/item/weapon/reagent_containers/food/snacks/grown/bluecherries,
-/obj/item/weapon/reagent_containers/food/snacks/grown/potato/sweet,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
- },
-/area/hydroponics)
-"aBx" = (
-/obj/structure/closet/secure_closet/hydroponics,
-/obj/item/weapon/watertank,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 1
- },
-/area/hydroponics)
-"aBy" = (
-/obj/structure/closet/wardrobe/botanist,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 5
- },
-/area/hydroponics)
-"aBz" = (
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aBA" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aBB" = (
-/obj/machinery/navbeacon{
- codes = "";
- codes_txt = "delivery;dir=1";
- freq = 1400;
- location = "Central Maint";
- name = "navigation beacon"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aBC" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aBD" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/disposal)
-"aBE" = (
-/obj/machinery/door/airlock/glass{
- name = "maintenance glass door";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aBF" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aBG" = (
-/obj/machinery/mineral/stacking_machine{
- input_dir = 2;
- output_dir = 1;
- stack_amt = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aBH" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aBI" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet,
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"aBJ" = (
-/obj/effect/landmark{
- name = "lightsout"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/sleep)
-"aBK" = (
-/obj/structure/reagent_dispensers/water_cooler,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"aBL" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/drinks/sillycup,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"aBM" = (
-/obj/structure/chair/comfy/beige{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"aBN" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 6
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"aBO" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/drinks/soda_cans/tonic,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"aBP" = (
-/obj/structure/chair/comfy/beige{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"aBQ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aBR" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aBS" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/weapon/storage/bag/trash,
-/obj/structure/closet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aBT" = (
-/obj/effect/spawner/lootdrop/crate_spawner,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aBU" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aBV" = (
-/obj/machinery/iv_drip{
- density = 0
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aBW" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/neutral,
-/area/maintenance/fsmaint)
-"aBX" = (
-/obj/structure/table,
-/obj/item/weapon/tank/internals/anesthetic,
-/obj/item/clothing/mask/breath/medical,
-/turf/open/floor/plasteel/white,
-/area/space)
-"aBY" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aBZ" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_4";
- layer = 4.1;
- name = "tree";
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aCa" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = -6;
- pixel_y = 11
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_3";
- layer = 4.1;
- name = "tree";
- pixel_x = 10;
- pixel_y = 6
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_4";
- layer = 4.1;
- name = "tree";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aCb" = (
-/turf/open/floor/wood,
-/area/hallway/secondary/exit)
-"aCc" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aCd" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/hydroponics)
-"aCe" = (
-/turf/open/floor/plasteel/white,
-/area/hydroponics)
-"aCf" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/hydroponics)
-"aCg" = (
-/obj/machinery/door/airlock/maintenance{
- name = "bar door";
- req_one_access_txt = "25;28"
- },
-/turf/open/floor/plasteel/black,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aCh" = (
-/obj/machinery/icecream_vat,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aCi" = (
-/turf/open/floor/plasteel,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aCj" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"aCk" = (
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"aCl" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aCm" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/structure/disposaloutlet{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aCn" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/machinery/light,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aCo" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/machinery/door/poddoor{
- id = "crusherdoor";
- layer = 3.1;
- name = "crusher safety blast door"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aCp" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/machinery/recycler/deathtrap,
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aCq" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aCr" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"aCs" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/maintenance/disposal)
-"aCt" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aCu" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"aCv" = (
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"aCw" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/sleep)
-"aCx" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"aCy" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/asmaint2)
-"aCz" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aCA" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aCB" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 14;
- pixel_y = -8
- },
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = -5;
- pixel_y = -1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aCC" = (
-/obj/structure/flora/ausbushes/reedbush{
- pixel_x = 6
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aCD" = (
-/turf/closed/wall/mineral/wood{
- desc = "A tiny shrine to the moon lady.";
- name = "Change'e shrine";
- opacity = 0
- },
-/area/hallway/secondary/exit)
-"aCE" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = -5;
- pixel_y = -1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aCF" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/hydroponics)
-"aCG" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/hydroponics)
-"aCH" = (
-/obj/machinery/hydroponics/constructable,
-/turf/open/floor/plasteel/white,
-/area/hydroponics)
-"aCI" = (
-/obj/machinery/newscaster{
- pixel_x = 28
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/hydroponics)
-"aCJ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aCK" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aCL" = (
-/obj/structure/table/wood,
-/obj/machinery/chem_dispenser/drinks,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aCM" = (
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aCN" = (
-/obj/machinery/chem_master/condimaster{
- name = "CondiMaster Neo";
- pixel_x = -4
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen shutter";
- name = "kitchen shutter"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aCO" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aCP" = (
-/obj/structure/kitchenspike,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aCQ" = (
-/obj/machinery/processor,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aCR" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aCS" = (
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aCT" = (
-/obj/machinery/food_cart,
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aCU" = (
-/obj/effect/landmark/start{
- name = "Mime"
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"aCV" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hallway shutter";
- name = "hallway shutter"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aCW" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall/r_wall,
-/area/maintenance/disposal)
-"aCX" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aCY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aCZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aDa" = (
-/obj/machinery/navbeacon{
- codes = "";
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "Dorms";
- name = "navigation beacon"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aDb" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Dormitories APC";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aDc" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aDd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aDe" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"aDf" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDg" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDh" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDi" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDj" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aDk" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDl" = (
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDm" = (
-/obj/item/device/mmi,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDn" = (
-/turf/closed/wall/mineral/titanium/overspace,
-/area/shuttle/escape)
-"aDo" = (
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/escape)
-"aDp" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall14";
- dir = 2
- },
-/area/shuttle/escape)
-"aDq" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s10";
- dir = 2
- },
-/area/shuttle/escape)
-"aDr" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aDs" = (
-/obj/structure/flora/ausbushes/lavendergrass{
- pixel_x = 6
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aDt" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aDu" = (
-/obj/machinery/seed_extractor,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/hydroponics)
-"aDv" = (
-/obj/effect/landmark/start{
- name = "Botanist"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/hydroponics)
-"aDw" = (
-/obj/effect/landmark/start{
- name = "Botanist"
- },
-/turf/open/floor/plasteel/white,
-/area/hydroponics)
-"aDx" = (
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 4
- },
-/area/hydroponics)
-"aDy" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hydroponics)
-"aDz" = (
-/obj/structure/table/wood,
-/obj/machinery/chem_dispenser/drinks/beer,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aDA" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen shutter";
- name = "kitchen shutter"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aDB" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aDC" = (
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aDD" = (
-/obj/machinery/door/airlock/maintenance{
- name = "bar door";
- req_one_access_txt = "25;28"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aDE" = (
-/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (WEST)";
- dir = 8
- },
-/area/quartermaster/storage)
-"aDF" = (
-/obj/structure/piano,
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"aDG" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-y";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aDH" = (
-/obj/machinery/door/airlock{
- name = "door"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aDI" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aDJ" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aDK" = (
-/obj/machinery/door/airlock{
- name = "door"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aDL" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aDM" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aDN" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aDO" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aDP" = (
-/obj/machinery/door/airlock/maintenance{
- name = "science maintenance door";
- req_one_access_txt = "47;12;29"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDQ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDR" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDS" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDT" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDU" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aDV" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aDW" = (
-/obj/item/weapon/ed209_assembly,
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDX" = (
-/obj/structure/table,
-/obj/item/weapon/circuitboard/machine/circuit_imprinter,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aDY" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall8";
- dir = 2
- },
-/area/shuttle/escape)
-"aDZ" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/escape)
-"aEa" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall4";
- dir = 2
- },
-/area/shuttle/escape)
-"aEb" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall11";
- dir = 2
- },
-/area/shuttle/escape)
-"aEc" = (
-/obj/structure/table,
-/obj/item/weapon/scalpel,
-/obj/item/weapon/retractor{
- pixel_x = 0;
- pixel_y = 5
- },
-/obj/item/weapon/hemostat,
-/turf/open/floor/plasteel/white,
-/area/shuttle/escape)
-"aEd" = (
-/obj/structure/table,
-/obj/item/weapon/cautery,
-/obj/item/weapon/surgicaldrill,
-/obj/item/weapon/circular_saw{
- pixel_y = 9
- },
-/turf/open/floor/plasteel/white,
-/area/shuttle/escape)
-"aEe" = (
-/turf/open/floor/plasteel/white,
-/area/shuttle/escape)
-"aEf" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/escape)
-"aEg" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"aEh" = (
-/obj/structure/closet/cardboard,
-/obj/item/weapon/coin/silver,
-/obj/item/weapon/coin/silver,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aEi" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_4";
- layer = 4.1;
- name = "tree";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aEj" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 14;
- pixel_y = -8
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = -5;
- pixel_y = -1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aEk" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_3";
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_4";
- layer = 4.1;
- name = "tree";
- pixel_x = -5;
- pixel_y = -1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aEl" = (
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aEm" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 0;
- pixel_y = 4
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aEn" = (
-/obj/machinery/biogenerator,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/hydroponics)
-"aEo" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aEp" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aEq" = (
-/obj/machinery/vending/boozeomat,
-/turf/closed/wall,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aEr" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aEs" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aEt" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aEu" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "engineering command door";
- req_access_txt = "0";
- req_one_access_txt = "10, 19"
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aEv" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"aEw" = (
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"aEx" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/obj/machinery/door/airlock/glass,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aEy" = (
-/obj/structure/closet/emcloset,
-/obj/item/weapon/storage/box/metalfoam,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aEz" = (
-/obj/structure/closet/emcloset,
-/obj/item/clothing/shoes/griffin{
- name = "bird boots"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aEA" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aEB" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aEC" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aED" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aEE" = (
-/obj/machinery/door/airlock/glass,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aEF" = (
-/turf/closed/wall,
-/area/crew_quarters/fitness)
-"aEG" = (
-/obj/machinery/door/airlock/maintenance{
- name = "science maintenance door";
- req_one_access_txt = "47;12;29"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aEH" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters{
- id = "xenozoo shutter";
- name = "xenozoo shutters"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aEI" = (
-/obj/machinery/door/poddoor/shutters{
- id = "xenozoo shutter";
- name = "xenozoo shutters"
- },
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aEJ" = (
-/obj/machinery/door/poddoor/shutters{
- id = "xenozoo shutter";
- name = "xenozoo shutters"
- },
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aEK" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aEL" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aEM" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aEN" = (
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aEO" = (
-/obj/machinery/computer/rdconsole/robotics,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aEP" = (
-/obj/structure/table,
-/obj/item/device/assembly/prox_sensor,
-/obj/item/device/assembly/prox_sensor,
-/obj/item/device/assembly/prox_sensor,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aEQ" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/shuttle/escape)
-"aER" = (
-/obj/machinery/computer/emergency_shuttle,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"aES" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"aET" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-22"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"aEU" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall1";
- dir = 2
- },
-/area/shuttle/escape)
-"aEV" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"aEW" = (
-/obj/structure/table/optable,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/white,
-/area/shuttle/escape)
-"aEX" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"aEY" = (
-/obj/machinery/door/airlock/maintenance{
- name = "cargo maintenance door";
- req_one_access_txt = "12;31"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/quartermaster/miningdock{
- name = "\improper Mining Office"
- })
-"aEZ" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_4";
- layer = 4.1;
- name = "tree";
- pixel_x = -4;
- pixel_y = 10
- },
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 10;
- pixel_y = 6
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aFa" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 10;
- pixel_y = 6
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aFb" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aFc" = (
-/obj/machinery/vending/hydroseeds,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/hydroponics)
-"aFd" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/westright{
- name = "hydroponics door";
- req_access_txt = "35"
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"aFe" = (
-/obj/structure/chair/stool,
-/turf/open/floor/wood,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aFf" = (
-/obj/structure/table/wood,
-/obj/item/toy/cards/deck,
-/turf/open/floor/wood,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aFg" = (
-/turf/open/floor/wood,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aFh" = (
-/obj/structure/table/wood,
-/obj/item/weapon/gun/ballistic/revolver/doublebarrel,
-/turf/open/floor/wood,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aFi" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/condiment/sugar,
-/obj/item/weapon/reagent_containers/food/condiment/peppermill{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/reagent_containers/food/condiment/saltshaker{
- pixel_x = 10;
- pixel_y = 10
- },
-/obj/item/weapon/reagent_containers/food/condiment/enzyme{
- layer = 5
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aFj" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_x = -2
- },
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_x = 2;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aFk" = (
-/obj/machinery/vending/dinnerware,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aFl" = (
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 1
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"aFm" = (
-/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
- dir = 1
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"aFn" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aFo" = (
-/obj/machinery/shieldgen,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aFp" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/washing_machine,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/fitness)
-"aFq" = (
-/obj/machinery/washing_machine,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/fitness)
-"aFr" = (
-/obj/structure/table,
-/obj/item/clothing/under/suit_jacket/female{
- pixel_x = -5
- },
-/obj/item/clothing/suit/toggle/lawyer/black,
-/obj/item/clothing/under/sundress{
- pixel_x = 5
- },
-/obj/item/clothing/under/rank/det/grey,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/fitness)
-"aFs" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aFt" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aFu" = (
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aFv" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aFw" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aFx" = (
-/turf/closed/wall/r_wall,
-/area/toxins/xenobiology)
-"aFy" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aFz" = (
-/obj/structure/disposaloutlet{
- icon_state = "outlet";
- dir = 8
- },
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aFA" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aFB" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/maintenance/asmaint2)
-"aFC" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aFD" = (
-/obj/item/device/assembly/prox_sensor,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aFE" = (
-/obj/machinery/mecha_part_fabricator,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aFF" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/matter_bin,
-/obj/item/weapon/stock_parts/manipulator,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aFG" = (
-/obj/machinery/computer/communications,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"aFH" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"aFI" = (
-/obj/structure/cable,
-/obj/machinery/power/apc{
- name = "Gravity Generator APC";
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aFJ" = (
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"aFK" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/shuttle/escape)
-"aFL" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"aFM" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-05";
- layer = 4.1;
- name = "heavy plant"
- },
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aFN" = (
-/obj/machinery/computer/slot_machine,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aFO" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aFP" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/hallway/secondary/exit)
-"aFQ" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_3";
- layer = 4.1;
- name = "tree";
- pixel_x = -3;
- pixel_y = -10
- },
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aFR" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = -1;
- pixel_y = -3
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 14;
- pixel_y = -8
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aFS" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 14;
- pixel_y = -8
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aFT" = (
-/obj/machinery/vending/hydronutrients,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 8
- },
-/area/hydroponics)
-"aFU" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/hydroponics)
-"aFV" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/westleft{
- name = "hydroponics door";
- req_access_txt = "35"
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"aFW" = (
-/obj/structure/chair/stool,
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aFX" = (
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/glass/rag,
-/turf/open/floor/wood,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aFY" = (
-/obj/effect/landmark/start{
- name = "Bartender"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aFZ" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aGa" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aGb" = (
-/obj/structure/sink/kitchen{
- dir = 8;
- icon_state = "sink_alt";
- pixel_x = 12
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aGc" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-16";
- layer = 4.1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"aGd" = (
-/obj/structure/table/wood,
-/obj/item/device/instrument/guitar,
-/obj/item/device/instrument/violin,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"aGe" = (
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"aGf" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aGg" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/fitness)
-"aGh" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/fitness)
-"aGi" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/fitness)
-"aGj" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aGk" = (
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aGl" = (
-/mob/living/simple_animal/slime,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aGm" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aGn" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aGo" = (
-/obj/item/weapon/secbot_assembly,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aGp" = (
-/obj/machinery/light,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aGq" = (
-/obj/item/weapon/toolbox_tiles_sensor,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aGr" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aGs" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"aGt" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- active_power_usage = 0;
- idle_power_usage = 0;
- pixel_y = 4;
- use_power = 0
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"aGu" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/handcuffs,
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"aGv" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc2";
- dir = 2
- },
-/area/shuttle/escape)
-"aGw" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall15";
- dir = 2
- },
-/area/shuttle/escape)
-"aGx" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/escape)
-"aGy" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aGz" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Hydroponics APC";
- pixel_x = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 10
- },
-/area/hydroponics)
-"aGA" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitegreen/side,
-/area/hydroponics)
-"aGB" = (
-/turf/open/floor/plasteel/whitegreen/side,
-/area/hydroponics)
-"aGC" = (
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 6
- },
-/area/hydroponics)
-"aGD" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aGE" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aGF" = (
-/mob/living/carbon/monkey/punpun,
-/turf/open/floor/wood,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aGG" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen shutter";
- name = "kitchen shutter"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aGH" = (
-/obj/effect/landmark/start{
- name = "Cook"
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aGI" = (
-/obj/machinery/power/apc{
- name = "Bar and Kitchen APC";
- pixel_y = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aGJ" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/machinery/newscaster{
- pixel_x = 28
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aGK" = (
-/turf/open/floor/plasteel/stairs/left,
-/area/crew_quarters/theatre)
-"aGL" = (
-/turf/open/floor/plasteel/stairs/right,
-/area/crew_quarters/theatre)
-"aGM" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-05";
- layer = 4.1;
- name = "incredibly heavy plant"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aGN" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aGO" = (
-/obj/machinery/door/window/westright{
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"aGP" = (
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"aGQ" = (
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"aGR" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"aGS" = (
-/obj/structure/table,
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/device/paicard,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aGT" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aGU" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aGV" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aGW" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aGX" = (
-/obj/machinery/door/airlock/maintenance{
- name = "science maintenance door";
- req_one_access_txt = "47;12;29"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aGY" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/research{
- name = "xenobiology door";
- req_access_txt = "55";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"aGZ" = (
-/obj/machinery/door/window/northright{
- req_access_txt = "55"
- },
-/obj/machinery/door/window/southright,
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"aHa" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aHb" = (
-/obj/machinery/door/window/northleft{
- req_access_txt = "55"
- },
-/obj/machinery/door/window/southleft,
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"aHc" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aHd" = (
-/obj/machinery/door/airlock/maintenance{
- name = "science maintenance door";
- req_one_access_txt = "47;12;29"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aHe" = (
-/obj/machinery/door/airlock/maintenance{
- name = "science maintenance door";
- req_one_access_txt = "47;12;29"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aHf" = (
-/turf/closed/wall/shuttle,
-/area/shuttle/escape)
-"aHg" = (
-/obj/machinery/door/airlock/glass_security{
- name = "security airlock";
- req_access_txt = "63"
- },
-/turf/open/floor/plasteel/shuttle/red,
-/area/shuttle/escape)
-"aHh" = (
-/obj/machinery/door/airlock/glass,
-/turf/open/floor/plasteel/white,
-/area/shuttle/escape)
-"aHi" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc3"
- },
-/area/shuttle/escape)
-"aHj" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall13";
- dir = 2
- },
-/area/shuttle/escape)
-"aHk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aHl" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_3";
- layer = 4.1;
- name = "tree";
- pixel_x = -4;
- pixel_y = 10
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aHm" = (
-/obj/machinery/door/airlock/glass_virology{
- name = "hydroponics door";
- req_access_txt = "35"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"aHn" = (
-/obj/structure/table/wood,
-/obj/item/weapon/storage/box/matches{
- pixel_y = 8
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aHo" = (
-/obj/machinery/smartfridge,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen shutter";
- name = "kitchen shutter"
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aHp" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen shutter";
- name = "kitchen shutter"
- },
-/obj/item/weapon/reagent_containers/food/snacks/pastatomato{
- name = "pasghetti"
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aHq" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen shutter";
- name = "kitchen shutter"
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aHr" = (
-/turf/closed/wall,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aHs" = (
-/obj/machinery/door/airlock/freezer{
- name = "kitchen door";
- req_one_access_txt = "25;28"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aHt" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/central)
-"aHu" = (
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aHv" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aHw" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"aHx" = (
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/crew_quarters/fitness)
-"aHy" = (
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/crew_quarters/fitness)
-"aHz" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/brute,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aHA" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aHB" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aHC" = (
-/obj/structure/table,
-/obj/item/weapon/storage/pill_bottle/dice,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aHD" = (
-/obj/structure/closet/boxinggloves,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aHE" = (
-/obj/structure/closet/athletic_mixed,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aHF" = (
-/obj/structure/closet/masks,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aHG" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aHH" = (
-/obj/structure/table,
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aHI" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aHJ" = (
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aHK" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aHL" = (
-/obj/machinery/button/door{
- id = "xenozoo shutter";
- name = "xeno zoo shutter button";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aHM" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aHN" = (
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aHO" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aHP" = (
-/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (EAST)";
- dir = 4
- },
-/area/quartermaster/storage)
-"aHQ" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/beaker/large,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aHR" = (
-/obj/item/weapon/relic,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aHS" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-21";
- layer = 4.1
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"aHT" = (
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"aHU" = (
-/turf/open/floor/plasteel/black,
-/area/shuttle/escape)
-"aHV" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/shuttle/escape)
-"aHW" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/shuttle/escape)
-"aHX" = (
-/obj/machinery/door/airlock/titanium,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"aHY" = (
-/obj/machinery/door/airlock/external,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/area/hallway/secondary/exit)
-"aHZ" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/area/hallway/secondary/exit)
-"aIa" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIb" = (
-/obj/machinery/door/airlock/external,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIc" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aId" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIe" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIf" = (
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIg" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIh" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIi" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIj" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIk" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/glass_engineering{
- name = "engineering command door";
- req_access_txt = "0";
- req_one_access_txt = "10, 19"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aIl" = (
-/obj/structure/closet/radiation,
-/turf/open/floor/plasteel,
-/area/hallway/primary/fore{
- name = "\improper Command Hallway"
- })
-"aIm" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/machinery/camera/autoname,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aIn" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aIo" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aIp" = (
-/obj/machinery/camera/autoname,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aIq" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hallway shutter";
- name = "hallway shutter"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aIr" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Central Primary Hallway APC";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aIs" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/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;
- maxHealth = 45;
- name = "Officer Beepsky"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aIt" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/space/nearstation)
-"aIu" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aIv" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"aIw" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/crew_quarters/fitness)
-"aIx" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/crew_quarters/fitness)
-"aIy" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"aIz" = (
-/obj/structure/table,
-/obj/item/weapon/storage/crayons,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aIA" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aIB" = (
-/obj/item/device/assembly/mousetrap/armed,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aIC" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aID" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aIE" = (
-/obj/machinery/processor{
- desc = "A machine used to process slimes and retrieve their extract.";
- name = "Slime Processor"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/xenobiology)
-"aIF" = (
-/obj/machinery/smartfridge/extract,
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/xenobiology)
-"aIG" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aIH" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/item/weapon/extinguisher,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aII" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aIJ" = (
-/obj/item/weapon/reagent_containers/blood/empty,
-/obj/item/clothing/glasses/sunglasses/blindfold,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aIK" = (
-/obj/structure/closet/chefcloset,
-/obj/item/clothing/under/skirt/blue,
-/obj/item/clothing/under/janimaid,
-/obj/item/clothing/under/sundress,
-/obj/item/clothing/glasses/sunglasses/reagent,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aIL" = (
-/obj/structure/table,
-/obj/item/weapon/coin/plasma,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aIM" = (
-/obj/machinery/camera/autoname,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aIN" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/shuttle/escape)
-"aIO" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/snacks/boiledspaghetti{
- name = "pasghetti";
- pixel_x = 4;
- pixel_y = 7
- },
-/turf/open/floor/plasteel/black,
-/area/shuttle/escape)
-"aIP" = (
-/obj/machinery/door/airlock/titanium,
-/obj/docking_port/mobile/emergency{
- dheight = 0;
- dir = 8;
- dwidth = 6;
- height = 18;
- port_angle = 90;
- width = 14;
- name = "Birdboat emergency shuttle"
- },
-/obj/docking_port/stationary{
- dheight = 0;
- dir = 8;
- dwidth = 10;
- height = 51;
- id = "emergency_home";
- name = "emergency evac bay";
- width = 21
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"aIQ" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIR" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"aIS" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIT" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIU" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIV" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIW" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIX" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIY" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j1";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aIZ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aJa" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aJb" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/red/corner,
-/area/hallway/secondary/exit)
-"aJc" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side,
-/area/hallway/secondary/exit)
-"aJd" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 1
- },
-/turf/open/floor/plasteel/red/side,
-/area/hallway/secondary/exit)
-"aJe" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/side,
-/area/hallway/secondary/exit)
-"aJf" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- dir = 8
- },
-/area/hallway/secondary/exit)
-"aJg" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aJh" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aJi" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aJj" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aJk" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aJl" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aJm" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aJn" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aJo" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hallway shutter";
- name = "hallway shutter"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aJp" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"aJq" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aJr" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aJs" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"aJt" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"aJu" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/window/southright,
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/fitness)
-"aJv" = (
-/obj/structure/table,
-/obj/item/device/camera,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aJw" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aJx" = (
-/obj/machinery/space_heater,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aJy" = (
-/turf/closed/wall,
-/area/toxins/xenobiology)
-"aJz" = (
-/obj/structure/sink{
- dir = 8;
- icon_state = "sink";
- pixel_x = -12
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aJA" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aJB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aJC" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aJD" = (
-/obj/structure/bookcase/random/adult,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aJE" = (
-/obj/structure/chair/wood/normal{
- dir = 8
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"aJF" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aJG" = (
-/obj/machinery/door/airlock/research{
- name = "xenobiology door";
- req_access_txt = "55";
- req_one_access_txt = "0"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aJH" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/mob/living/simple_animal/mouse/brown,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aJI" = (
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aJJ" = (
-/mob/living/carbon/monkey,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aJK" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aJL" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/snacks/chocolatebar,
-/turf/open/floor/plasteel/black,
-/area/shuttle/escape)
-"aJM" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/black,
-/area/shuttle/escape)
-"aJN" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall2";
- dir = 2
- },
-/area/shuttle/escape)
-"aJO" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-05";
- layer = 4.1;
- name = "heavy plant"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aJP" = (
-/obj/machinery/computer/arcade/battle,
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aJQ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aJR" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aJS" = (
-/obj/structure/table,
-/obj/structure/disposalpipe/segment,
-/obj/item/weapon/paper_bin,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aJT" = (
-/obj/structure/table,
-/obj/item/toy/cards/deck,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aJU" = (
-/obj/structure/chair/comfy/beige{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aJV" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-21";
- layer = 4.1;
- name = "heavy potted plant"
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aJW" = (
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"aJX" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/preopen{
- id = "security lockdown";
- name = "brig blast door"
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"aJY" = (
-/obj/machinery/door/airlock/glass_security{
- name = "security airlock";
- req_access_txt = "63"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aJZ" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/central)
-"aKa" = (
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/central)
-"aKd" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/central)
-"aKe" = (
-/turf/closed/wall/r_wall,
-/area/medical/genetics_cloning)
-"aKf" = (
-/turf/closed/wall,
-/area/medical/genetics_cloning)
-"aKg" = (
-/obj/machinery/smartfridge/chemistry,
-/turf/closed/wall,
-/area/medical/medbay)
-"aKh" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "chem shutter";
- name = "chem shutter"
- },
-/obj/machinery/door/window/southright{
- name = "chemistry door";
- req_one_access_txt = "5;33"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aKi" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "chem shutter";
- name = "chem shutter"
- },
-/turf/open/floor/plating,
-/area/medical/medbay)
-"aKj" = (
-/turf/closed/wall,
-/area/medical/medbay)
-"aKk" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aKl" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=1-medbay";
- location = "8-CSE2";
- name = "bot patrol navigation beacon"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aKm" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aKn" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aKo" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=8-CSE2";
- location = "7-DormsS";
- name = "bot patrol navigation beacon"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aKp" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aKq" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aKr" = (
-/obj/machinery/door/airlock/maintenance{
- name = "science maintenance door";
- req_one_access_txt = "47;12;29"
- },
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aKs" = (
-/obj/structure/bookcase/random/reference,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aKt" = (
-/obj/structure/bookcase/random/nonfiction,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aKu" = (
-/obj/structure/bookcase/random/religion,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aKv" = (
-/obj/structure/bookcase/random/fiction,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aKw" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"aKx" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aKy" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aKz" = (
-/obj/structure/chair,
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/black,
-/area/shuttle/escape)
-"aKA" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/turf/open/floor/plasteel/white,
-/area/shuttle/escape)
-"aKB" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-05";
- layer = 4.1;
- name = "heavy plant"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aKC" = (
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aKD" = (
-/obj/structure/table,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aKE" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aKF" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-21";
- layer = 4.1;
- name = "heavy potted plant"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aKG" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 1";
- name = "cell 1 locker"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aKH" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aKI" = (
-/obj/structure/bed,
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aKJ" = (
-/turf/closed/wall,
-/area/security/brig)
-"aKK" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aKL" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aKM" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aKN" = (
-/obj/structure/bed,
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aKO" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aKP" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 2";
- name = "cell 2 locker"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aKQ" = (
-/obj/machinery/dna_scannernew,
-/turf/open/floor/plasteel/black,
-/area/medical/genetics_cloning)
-"aKR" = (
-/obj/machinery/computer/scan_consolenew,
-/turf/open/floor/plasteel/black,
-/area/medical/genetics_cloning)
-"aKS" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/pill_bottle/mannitol,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aKT" = (
-/obj/machinery/camera/autoname,
-/obj/structure/mirror{
- pixel_y = 28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aKU" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aKV" = (
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aKW" = (
-/obj/machinery/button/door{
- id = "chem shutter";
- name = "chemistry shutter button";
- pixel_x = -24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aKX" = (
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aKY" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aKZ" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aLa" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aLb" = (
-/obj/machinery/power/apc{
- name = "Fitness APC";
- pixel_y = -24
- },
-/obj/structure/cable/cyan,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"aLc" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plating,
-/area/maintenance/maintcentral{
- name = "Central Maintenance"
- })
-"aLd" = (
-/obj/machinery/door/airlock/glass_command{
- name = "bridge door";
- req_access_txt = "19"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/teleporter{
- name = "\improper Teleporter Room"
- })
-"aLe" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"aLf" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/syringes,
-/obj/machinery/reagentgrinder{
- pixel_x = 0;
- pixel_y = 8
- },
-/obj/item/stack/sheet/mineral/plasma{
- amount = 5
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/xenobiology)
-"aLg" = (
-/obj/item/weapon/tank/internals/oxygen/yellow,
-/obj/structure/closet/cardboard,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aLh" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder{
- pixel_x = 0;
- pixel_y = 8
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aLi" = (
-/obj/machinery/chem_heater,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aLj" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aLk" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aLl" = (
-/mob/living/simple_animal/bot/medbot/derelict{
- name = "\improper Dangerous Old Medibot";
- radio_channel = null;
- remote_disabled = 1;
- treatment_brute = "itching_powder";
- treatment_fire = "formaldehyde";
- treatment_oxy = "itching_powder";
- treatment_tox = "formaldehyde"
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aLm" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- name = "acidproof air injector"
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aLn" = (
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aLo" = (
-/obj/machinery/door/airlock/research{
- name = "xenobiology door";
- req_access_txt = "55";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aLp" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/firstaid/fire{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/firstaid/toxin,
-/turf/open/floor/plasteel/white,
-/area/shuttle/escape)
-"aLq" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aLr" = (
-/obj/machinery/computer/arcade/orion_trail,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aLs" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/obj/machinery/power/apc{
- name = "Escape Shuttle Hallway APC";
- pixel_y = -24
- },
-/obj/structure/cable/cyan,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aLt" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-05";
- layer = 4.1;
- name = "heavy plant"
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aLu" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- anchored = 1;
- icon_state = "plant-21";
- layer = 4.1;
- name = "heavy potted plant"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aLv" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/secondary/exit)
-"aLw" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aLx" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/flasher{
- id = "Cell 1";
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aLy" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aLz" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aLA" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aLB" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/flasher{
- id = "Cell 2";
- pixel_x = -24
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aLC" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aLD" = (
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/primary/central)
-"aLE" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_4";
- layer = 4.1;
- name = "tree";
- pixel_x = -5;
- pixel_y = -1
- },
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/primary/central)
-"aLF" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/primary/central)
-"aLG" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_4";
- layer = 4.1;
- name = "tree";
- pixel_x = -5;
- pixel_y = -1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/primary/central)
-"aLH" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Cloning Lab APC";
- pixel_x = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aLI" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aLJ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aLK" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aLL" = (
-/obj/machinery/door/airlock/glass_command{
- name = "bridge door";
- req_access_txt = "19"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/bridge)
-"aLM" = (
-/obj/structure/dresser,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aLN" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "chem shutter";
- name = "chem shutter"
- },
-/turf/open/floor/plating,
-/area/medical/genetics_cloning)
-"aLO" = (
-/obj/machinery/chem_heater,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aLP" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "chem shutter";
- name = "chem shutter"
- },
-/obj/machinery/door/window/westright{
- name = "chemistry door";
- req_one_access_txt = "33;5"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aLQ" = (
-/turf/closed/wall,
-/area/medical/robotics)
-"aLR" = (
-/obj/machinery/door/airlock/glass_command{
- name = "bridge door";
- req_access_txt = "19"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/bridge)
-"aLS" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva{
- name = "E.V.A. Storage"
- })
-"aLT" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/storage/primary{
- name = "Tool Storage"
- })
-"aLU" = (
-/obj/effect/landmark{
- name = "lightsout"
- },
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/black,
-/area/bridge)
-"aLV" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/monkeycubes{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/box/monkeycubes,
-/turf/open/floor/plasteel/black,
-/area/toxins/xenobiology)
-"aLW" = (
-/obj/machinery/light,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aLX" = (
-/obj/machinery/holopad,
-/mob/living/simple_animal/pet/dog/corgi/Ian,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads)
-"aLY" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aLZ" = (
-/obj/structure/closet/secure_closet/chemical,
-/obj/item/weapon/storage/box/pillbottles,
-/obj/item/weapon/storage/bag/chemistry,
-/obj/item/weapon/hand_labeler,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aMa" = (
-/obj/machinery/shieldwallgen{
- req_access = list(55)
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aMb" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aMc" = (
-/obj/machinery/door/window/northleft{
- req_access_txt = "55"
- },
-/obj/machinery/door/window/southleft,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aMd" = (
-/obj/machinery/door/window/northright{
- req_access_txt = "55"
- },
-/obj/machinery/door/window/southright,
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aMe" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMf" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/escape)
-"aMg" = (
-/turf/closed/wall/shuttle{
- icon_state = "swallc1";
- dir = 2
- },
-/area/shuttle/escape)
-"aMh" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/shuttle/escape)
-"aMi" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/firstaid/brute{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/firstaid/brute,
-/turf/open/floor/plasteel/white,
-/area/shuttle/escape)
-"aMj" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aMk" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall/r_wall,
-/area/security/brig)
-"aMl" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan,
-/turf/open/floor/plating,
-/area/security/brig)
-"aMm" = (
-/obj/machinery/door/window/brigdoor/northleft{
- id = "Cell 1";
- name = "cell 1 door";
- req_access_txt = "63"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aMn" = (
-/obj/machinery/door/window/brigdoor/northleft{
- id = "Cell 2";
- name = "cell 2 door";
- req_access_txt = "63"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aMo" = (
-/obj/machinery/shower{
- icon_state = "shower";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aMp" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aMq" = (
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aMr" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aMs" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aMt" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/box/monkeycubes{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/box/monkeycubes,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aMu" = (
-/obj/machinery/chem_dispenser{
- layer = 2.7
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aMv" = (
-/obj/effect/landmark/start{
- name = "Medical Doctor"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aMw" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aMx" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd shutter";
- name = "research shutter"
- },
-/turf/open/floor/plating,
-/area/toxins/lab)
-"aMy" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aMz" = (
-/obj/machinery/r_n_d/destructive_analyzer,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aMA" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/r_n_d/protolathe,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aMB" = (
-/obj/machinery/r_n_d/circuit_imprinter,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aMC" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aMD" = (
-/turf/closed/wall,
-/area/toxins/lab)
-"aME" = (
-/obj/machinery/mecha_part_fabricator,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aMF" = (
-/obj/machinery/computer/rdconsole/robotics,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aMG" = (
-/obj/item/drone_shell,
-/obj/machinery/power/apc{
- dir = 1;
- name = "Robotics APC";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aMH" = (
-/obj/structure/table,
-/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/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;
- pixel_x = 3;
- pixel_y = 3
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aMI" = (
-/obj/structure/table,
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/obj/item/device/assembly/prox_sensor,
-/obj/item/device/assembly/prox_sensor,
-/obj/item/device/assembly/prox_sensor,
-/obj/item/device/assembly/prox_sensor,
-/obj/item/device/assembly/prox_sensor,
-/obj/item/device/assembly/prox_sensor,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aMJ" = (
-/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,
-/obj/item/device/assembly/flash/handheld,
-/obj/item/stack/cable_coil,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aMK" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aML" = (
-/obj/machinery/door/airlock/maintenance{
- name = "science maintenance door";
- req_one_access_txt = "47;12;29"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aMM" = (
-/obj/machinery/door/airlock/research{
- name = "xenobiology door";
- req_access_txt = "55";
- req_one_access_txt = "0"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"aMN" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMO" = (
-/obj/machinery/droneDispenser{
- pixel_x = 0
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMP" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMQ" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMR" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/camera/autoname,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMS" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMT" = (
-/obj/machinery/door/airlock/research{
- name = "xenobiology door";
- req_access_txt = "55";
- req_one_access_txt = "0"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMU" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMV" = (
-/obj/machinery/atmospherics/components/binary/volume_pump{
- icon_state = "volpump_map";
- dir = 1
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMW" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMX" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMY" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aMZ" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNa" = (
-/obj/machinery/atmospherics/components/binary/volume_pump{
- icon_state = "volpump_map";
- dir = 1
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNb" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNc" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/escape)
-"aNd" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/black,
-/area/shuttle/escape)
-"aNe" = (
-/obj/machinery/sleeper{
- icon_state = "sleeper-open";
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/shuttle/escape)
-"aNf" = (
-/obj/structure/table/glass,
-/obj/item/weapon/defibrillator/loaded,
-/turf/open/floor/plasteel/white,
-/area/shuttle/escape)
-"aNg" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 14;
- pixel_y = -8
- },
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = 4;
- pixel_y = 10
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aNh" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aNi" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"aNj" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"aNk" = (
-/obj/structure/table,
-/obj/item/weapon/storage/fancy/donut_box,
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"aNl" = (
-/obj/structure/chair/comfy/beige{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"aNm" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"aNn" = (
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aNo" = (
-/obj/machinery/door_timer{
- dir = 1;
- id = "Cell 1";
- name = "cell 1 door timer";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aNp" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aNq" = (
-/obj/machinery/door_timer{
- dir = 1;
- id = "Cell 2";
- name = "cell 2 door timer";
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aNr" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "brig window shutter";
- name = "brig window shutter"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"aNs" = (
-/obj/machinery/computer/cloning,
-/turf/open/floor/plasteel/black,
-/area/medical/genetics_cloning)
-"aNt" = (
-/obj/machinery/clonepod,
-/turf/open/floor/plasteel/black,
-/area/medical/genetics_cloning)
-"aNu" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aNv" = (
-/obj/machinery/button/door{
- id = "geneticsdoor";
- name = "cloning door button";
- normaldoorcontrol = 1;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aNw" = (
-/obj/structure/table/glass,
-/obj/machinery/reagentgrinder{
- pixel_x = 0;
- pixel_y = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aNx" = (
-/obj/structure/table/glass,
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_y = 2
- },
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_x = -2
- },
-/obj/item/weapon/reagent_containers/dropper,
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aNy" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd shutter";
- name = "research shutter"
- },
-/obj/machinery/door/window/eastright{
- name = "research door";
- req_one_access_txt = "47;29"
- },
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aNz" = (
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aNA" = (
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aNB" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aNC" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aND" = (
-/obj/machinery/door/airlock/glass_command{
- name = "bridge door";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel/blue,
-/area/bridge)
-"aNE" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aNF" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aNG" = (
-/obj/structure/closet/wardrobe/science_white,
-/obj/item/clothing/under/plaid_skirt/purple,
-/obj/item/clothing/under/plaid_skirt/purple,
-/obj/item/clothing/under/plaid_skirt/purple,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aNH" = (
-/obj/structure/closet/bombcloset,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aNI" = (
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aNJ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aNK" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aNL" = (
-/obj/machinery/door/airlock/research{
- name = "research door";
- req_access_txt = "0";
- req_one_access_txt = "47;29"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aNM" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/misc_lab)
-"aNN" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 6
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/misc_lab)
-"aNO" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- target_temperature = 80;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/misc_lab)
-"aNP" = (
-/turf/closed/wall/r_wall,
-/area/toxins/misc_lab)
-"aNQ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNR" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNS" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNT" = (
-/obj/machinery/power/apc{
- name = "Xenobiology APC";
- pixel_y = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNU" = (
-/obj/machinery/door/airlock/research{
- name = "xenobiology door";
- req_access_txt = "55";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNV" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNW" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNX" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNY" = (
-/obj/machinery/atmospherics/pipe/manifold4w/general/visible,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aNZ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aOa" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aOb" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = -1;
- pixel_y = -3
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aOc" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_4";
- layer = 4.1;
- name = "tree";
- pixel_x = -5;
- pixel_y = -1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/secondary/exit)
-"aOd" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"aOe" = (
-/turf/open/floor/plasteel/black,
-/area/security/brig)
-"aOf" = (
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aOg" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aOh" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aOi" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aOj" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aOk" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aOl" = (
-/obj/machinery/door/airlock/glass_command{
- name = "bridge door";
- req_access_txt = "19"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/blue,
-/area/bridge)
-"aOm" = (
-/obj/machinery/door/airlock/medical{
- id_tag = "geneticsdoor";
- name = "cloning and genetics airlock";
- req_one_access_txt = "5;9"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"aOn" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/genetics_cloning)
-"aOo" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aOp" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/medbay)
-"aOq" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aOr" = (
-/obj/machinery/computer/rdconsole/core,
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aOs" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aOt" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aOu" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aOv" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "rnd shutter";
- name = "research shutter"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aOw" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aOx" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aOy" = (
-/obj/machinery/navbeacon{
- codes = "";
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "Robotics";
- name = "navigation beacon"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/area/medical/robotics)
-"aOz" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aOA" = (
-/obj/machinery/door/airlock/research{
- name = "research door";
- req_access_txt = "0";
- req_one_access_txt = "47;29"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aOB" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aOC" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aOD" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aOE" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aOF" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aOG" = (
-/obj/structure/window/reinforced,
-/obj/effect/landmark{
- name = "lightsout"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aOH" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aOI" = (
-/turf/closed/wall,
-/area/toxins/misc_lab)
-"aOJ" = (
-/turf/open/floor/plasteel/black,
-/area/toxins/misc_lab)
-"aOK" = (
-/obj/machinery/computer/rdservercontrol,
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel/black,
-/area/toxins/misc_lab)
-"aOL" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aOM" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aON" = (
-/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aOO" = (
-/obj/machinery/chem_dispenser/constructable,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aOP" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aOQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aOR" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aOS" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aOT" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aOU" = (
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"aOV" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aOW" = (
-/obj/machinery/door/airlock/research{
- name = "xenobiology door";
- req_access_txt = "55";
- req_one_access_txt = "0"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aOX" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aOY" = (
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aOZ" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/firstaid/brute{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/firstaid/brute,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPa" = (
-/obj/structure/closet/secure_closet/medical3,
-/obj/item/weapon/gun/syringe,
-/obj/item/weapon/reagent_containers/hypospray/CMO,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/weapon/storage/box/syringes,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPb" = (
-/obj/structure/closet/wardrobe/white/medical,
-/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)
-"aPc" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/medbay)
-"aPd" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPe" = (
-/obj/machinery/atmospherics/components/unary/cryo_cell,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPf" = (
-/obj/machinery/door/airlock/medical{
- name = "chemistry airlock";
- req_one_access_txt = "33;5"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPg" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aPh" = (
-/obj/machinery/button/door{
- id = "rnd shutter";
- name = "R&D shutter button";
- pixel_x = -24
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aPi" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aPj" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aPk" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aPl" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aPm" = (
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 0
- },
-/obj/structure/table/optable,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/white,
-/area/medical/robotics)
-"aPn" = (
-/obj/structure/table,
-/obj/item/weapon/scalpel,
-/obj/item/weapon/retractor{
- pixel_x = 0;
- pixel_y = 5
- },
-/obj/item/weapon/hemostat,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/robotics)
-"aPo" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aPp" = (
-/obj/structure/plasticflaps{
- opacity = 1
- },
-/obj/machinery/door/window/westleft{
- req_access_txt = "55"
- },
-/obj/machinery/door/window/eastright,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aPq" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aPr" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aPs" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/item/device/gps/science,
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aPt" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/pipe_dispenser,
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aPu" = (
-/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/engine,
-/area/toxins/misc_lab)
-"aPv" = (
-/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/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/grenade/chem_grenade,
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_y = 0
- },
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_y = 0
- },
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aPw" = (
-/obj/machinery/door/airlock/glass_research{
- name = "research door";
- req_one_access_txt = "47;29"
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"aPx" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"aPy" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"aPz" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aPA" = (
-/obj/machinery/door/airlock/research{
- name = "xenobiology door";
- req_access_txt = "55";
- req_one_access_txt = "0"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aPB" = (
-/obj/structure/table,
-/obj/machinery/microwave{
- desc = "It looks really dirty.";
- name = "maint microwave";
- pixel_y = 5
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aPC" = (
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/structure/closet/cardboard,
-/obj/item/weapon/coin/silver,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aPD" = (
-/obj/structure/table,
-/obj/item/weapon/wrench,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aPE" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aPF" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aPG" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aPH" = (
-/turf/closed/wall,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aPI" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/closed/wall,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aPJ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "security maintenance door";
- req_one_access_txt = "12;63"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aPK" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aPL" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/warden)
-"aPM" = (
-/obj/machinery/door/airlock/glass_security{
- name = "central security door";
- req_one_access_txt = "1;2;4"
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aPN" = (
-/turf/closed/wall/r_wall,
-/area/security/warden)
-"aPO" = (
-/turf/closed/wall,
-/area/security/warden)
-"aPP" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan,
-/turf/open/floor/plating,
-/area/security/warden)
-"aPQ" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/box/handcuffs,
-/obj/machinery/door/window/southright{
- name = "brig counter door";
- req_one_access_txt = "1;2;4"
- },
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aPR" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aPS" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/prisoner{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/box/hug,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aPT" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/firstaid/fire{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/firstaid/fire,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPU" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPV" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPW" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPX" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-21";
- layer = 4.1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aPY" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aPZ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aQa" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal{
- amount = 50;
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/stack/sheet/glass{
- amount = 50;
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/console_screen,
-/obj/item/weapon/stock_parts/console_screen,
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aQb" = (
-/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/white,
-/area/toxins/lab)
-"aQc" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aQd" = (
-/obj/machinery/power/apc{
- name = "R&D APC";
- pixel_y = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aQe" = (
-/obj/machinery/door/airlock/research{
- name = "research door";
- req_access_txt = "0";
- req_one_access_txt = "47;29"
- },
-/turf/open/floor/plasteel,
-/area/toxins/lab)
-"aQf" = (
-/obj/machinery/button/door{
- id = "robotics shutter";
- name = "robotics shutter button";
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aQg" = (
-/turf/open/floor/plasteel/white,
-/area/medical/robotics)
-"aQh" = (
-/obj/structure/table,
-/obj/item/weapon/cautery,
-/obj/item/weapon/surgicaldrill,
-/obj/item/weapon/circular_saw{
- pixel_y = 9
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/robotics)
-"aQi" = (
-/obj/machinery/recharge_station,
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aQj" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high,
-/obj/item/weapon/stock_parts/cell/high,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aQk" = (
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aQl" = (
-/turf/open/floor/plasteel/black{
- name = "Server Walkway";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/misc_lab)
-"aQm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plasteel/black{
- name = "Server Walkway";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/misc_lab)
-"aQn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 0;
- initialize_directions = 1;
- internal_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/plasteel/black{
- name = "Server Walkway";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/misc_lab)
-"aQo" = (
-/obj/structure/girder/reinforced,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aQp" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aQq" = (
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aQr" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aQs" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aQt" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aQu" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aQv" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aQw" = (
-/obj/structure/closet/secure_closet/security,
-/obj/item/clothing/glasses/hud/security,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aQx" = (
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aQy" = (
-/obj/structure/closet/cardboard,
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aQz" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/e_gun/advtaser,
-/obj/item/weapon/gun/energy/e_gun/advtaser{
- pixel_x = 5;
- pixel_y = -5
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/warden)
-"aQA" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/laser,
-/obj/item/weapon/gun/energy/laser{
- pixel_x = 5;
- pixel_y = -5
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/warden)
-"aQB" = (
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/obj/item/clothing/head/cone,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aQC" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/syndicatebomb/training,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aQD" = (
-/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aQE" = (
-/obj/structure/chair/comfy/beige{
- dir = 1
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aQF" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aQG" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/security/warden)
-"aQH" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aQI" = (
-/obj/structure/table,
-/obj/item/device/electropack{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/device/electropack,
-/obj/item/device/assembly/signaler,
-/obj/item/device/assembly/signaler,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aQJ" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/firstaid/o2{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aQK" = (
-/obj/machinery/door/airlock/medical{
- name = "medbay airlock";
- req_access_txt = "5"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aQL" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aQM" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aQN" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aQO" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aQP" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aQQ" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aQR" = (
-/obj/machinery/door/airlock/research{
- name = "research door";
- req_access_txt = "0";
- req_one_access_txt = "47;29"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/lab)
-"aQS" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/northleft{
- name = "research door";
- req_one_access_txt = "47;29"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "robotics shutter";
- name = "robotics shutter"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aQT" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/northright{
- name = "research door";
- req_one_access_txt = "47;29"
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "robotics shutter";
- name = "robotics shutter"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aQU" = (
-/obj/machinery/door/airlock/research{
- name = "research door";
- req_access_txt = "0";
- req_one_access_txt = "47;29"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aQV" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aQW" = (
-/obj/machinery/door/airlock/glass_command{
- name = "bridge door";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aQX" = (
-/obj/structure/closet/l3closet/scientist,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aQY" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aQZ" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aRa" = (
-/obj/machinery/computer/rdconsole/experiment,
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aRb" = (
-/obj/machinery/r_n_d/experimentor,
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aRc" = (
-/obj/machinery/r_n_d/server/robotics,
-/turf/open/floor/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/misc_lab)
-"aRd" = (
-/obj/machinery/r_n_d/server/core,
-/turf/open/floor/bluegrid{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/misc_lab)
-"aRe" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/obj/vehicle/secway,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/key/security,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aRf" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aRg" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aRh" = (
-/obj/structure/table,
-/obj/item/weapon/scalpel,
-/obj/item/weapon/retractor{
- pixel_x = 0;
- pixel_y = 5
- },
-/obj/item/weapon/hemostat,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aRi" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aRj" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aRk" = (
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aRl" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aRm" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aRn" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aRo" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aRp" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aRq" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aRr" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aRs" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/security/warden)
-"aRt" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/teargas,
-/obj/item/weapon/storage/box/teargas{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aRu" = (
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aRv" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aRw" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aRx" = (
-/obj/machinery/door/airlock/glass_security{
- name = "central security door";
- req_one_access_txt = "1;2;4"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aRy" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aRz" = (
-/obj/machinery/shieldwallgen{
- anchored = 1;
- locked = 0;
- req_access = list(2)
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"aRA" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "perma shutter";
- name = "perma brig window shutter"
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"aRB" = (
-/obj/structure/table/glass,
-/obj/item/weapon/storage/firstaid/toxin{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/firstaid/toxin,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aRC" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aRD" = (
-/obj/machinery/vending/medical,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aRE" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/gloves,
-/obj/item/weapon/storage/box/masks{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aRF" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aRG" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/medical/medbay)
-"aRH" = (
-/obj/machinery/sleeper{
- dir = 4;
- icon_state = "sleeper-open"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/medical/medbay)
-"aRI" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aRJ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aRK" = (
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aRL" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=2-CSE";
- location = "1-medbay";
- name = "bot patrol navigation beacon"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aRM" = (
-/obj/machinery/door/airlock/glass_command{
- name = "bridge door";
- req_access_txt = "19"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aRN" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel/purple/side{
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aRO" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment,
-/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 = 40
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aRP" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=5-CNE";
- location = "4-CNW";
- name = "bot patrol navigation beacon"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 6
- },
-/obj/structure/sign/directions/engineering{
- dir = 1;
- icon_state = "direction_eng";
- pixel_x = 32;
- pixel_y = -40;
- tag = "icon-direction_eng (NORTH)"
- },
-/obj/structure/sign/directions/security{
- pixel_x = 32;
- pixel_y = -32
- },
-/obj/structure/sign/directions/evac{
- pixel_x = 32;
- pixel_y = -24
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aRQ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/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{
- pixel_x = -32;
- pixel_y = -32
- },
-/obj/structure/sign/directions/science{
- pixel_x = -32;
- pixel_y = -40
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aRR" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aRS" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aRT" = (
-/obj/machinery/door/poddoor/shutters{
- id = "charge shutter";
- name = "recharging room shutter"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/area/medical/robotics)
-"aRU" = (
-/obj/machinery/button/door{
- id = "charge shutter";
- name = "recharger room shutter button";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aRV" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aRW" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aRX" = (
-/obj/machinery/recharge_station,
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aRY" = (
-/obj/item/clothing/head/cone,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aRZ" = (
-/obj/item/clothing/head/cone,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aSa" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Testing Lab APC";
- pixel_x = -24
- },
-/obj/structure/cable/cyan,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aSb" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aSc" = (
-/obj/structure/girder/reinforced,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aSd" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/monkeycubes,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aSe" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aSf" = (
-/obj/structure/table/wood,
-/obj/item/weapon/dice,
-/obj/item/weapon/dice,
-/obj/item/weapon/dice,
-/obj/item/weapon/dice,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"aSg" = (
-/obj/structure/table/optable,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aSh" = (
-/obj/structure/table,
-/obj/item/weapon/cautery,
-/obj/item/weapon/surgicaldrill,
-/obj/item/weapon/circular_saw{
- pixel_y = 9
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aSi" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aSj" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aSk" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aSl" = (
-/obj/structure/tank_dispenser/oxygen{
- layer = 2.9;
- pixel_x = -1;
- pixel_y = 2
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aSm" = (
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aSn" = (
-/obj/machinery/door/airlock/glass_security{
- name = "armory door";
- req_access_txt = "3";
- req_one_access_txt = "0"
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aSo" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aSp" = (
-/obj/machinery/computer/camera_advanced/xenobio,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aSq" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aSr" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aSs" = (
-/obj/machinery/door/airlock/glass_security{
- name = "armory door";
- req_access_txt = "3";
- req_one_access_txt = "0"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aSt" = (
-/obj/effect/landmark/start{
- name = "Head of Security"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aSu" = (
-/obj/structure/bookcase/random/fiction,
-/turf/open/floor/wood,
-/area/library)
-"aSv" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_x = -5
- },
-/obj/machinery/recharger{
- pixel_x = 5
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aSw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"aSx" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/machinery/flasher{
- id = "permaflash";
- pixel_y = 28
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aSy" = (
-/obj/machinery/computer/arcade/orion_trail,
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aSz" = (
-/obj/structure/table,
-/obj/item/toy/carpplushie{
- attack_verb = list("bitten","pecked","wing slapped");
- desc = "An adorable stuffed toy that resembles a parrot.";
- icon = 'icons/mob/animal.dmi';
- icon_state = "parrot_sit";
- name = "parrot plushie"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aSA" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{
- pixel_y = 7
- },
-/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/item/clothing/neck/stethoscope,
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/obj/item/device/healthanalyzer,
-/obj/item/device/healthanalyzer,
-/obj/item/device/healthanalyzer,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aSB" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aSC" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/black,
-/area/medical/medbay)
-"aSD" = (
-/obj/machinery/sleeper{
- dir = 4;
- icon_state = "sleeper-open"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel/black,
-/area/medical/medbay)
-"aSE" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aSF" = (
-/obj/machinery/door/airlock/glass{
- name = "glass door"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aSG" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/mob/living/simple_animal/bot/medbot{
- auto_patrol = 1;
- name = "Medibird"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aSH" = (
-/turf/open/floor/plasteel/purple/side{
- dir = 8
- },
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aSI" = (
-/obj/structure/bookcase/random/reference,
-/turf/open/floor/wood,
-/area/library)
-"aSJ" = (
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aSK" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aSL" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aSM" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aSN" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aSO" = (
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aSP" = (
-/obj/machinery/door/poddoor/shutters{
- id = "charge shutter";
- name = "recharging room shutter"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 8
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/area/medical/robotics)
-"aSQ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aSR" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aSS" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 8
- },
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"aST" = (
-/obj/structure/bookcase/random/nonfiction,
-/turf/open/floor/wood,
-/area/library)
-"aSU" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aSV" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aSW" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aSX" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aSY" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/magnetic_controller{
- autolink = 1
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"aSZ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aTa" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aTb" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/toxins/xenobiology)
-"aTc" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/toxins/xenobiology)
-"aTd" = (
-/obj/machinery/computer/operating,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aTe" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-21";
- layer = 4.1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aTf" = (
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aTg" = (
-/obj/structure/easel,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aTh" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/easel,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aTi" = (
-/obj/item/weapon/canvas/twentythreeXtwentythree,
-/obj/item/weapon/canvas/twentythreeXtwentythree,
-/obj/item/weapon/canvas/twentythreeXtwentythree,
-/obj/item/weapon/canvas/twentythreeXnineteen,
-/obj/item/weapon/canvas/twentythreeXnineteen,
-/obj/item/weapon/canvas/twentythreeXnineteen,
-/obj/item/weapon/canvas/nineteenXnineteen,
-/obj/item/weapon/canvas/nineteenXnineteen,
-/obj/item/weapon/canvas/nineteenXnineteen,
-/obj/item/weapon/canvas,
-/obj/item/weapon/canvas,
-/obj/item/weapon/canvas,
-/obj/item/toy/crayon/rainbow,
-/obj/item/toy/crayon/rainbow,
-/obj/item/toy/crayon/rainbow,
-/obj/structure/closet/crate/trashcart{
- desc = "A heavy, metal cart with wheels.";
- name = "paint cart"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aTj" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aTk" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aTl" = (
-/obj/machinery/suit_storage_unit/security,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aTm" = (
-/obj/structure/closet{
- name = "Evidence Locker"
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aTn" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aTo" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aTp" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aTq" = (
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aTr" = (
-/obj/structure/closet{
- name = "chemical locker"
- },
-/obj/item/weapon/reagent_containers/glass/beaker/noreact,
-/obj/item/weapon/reagent_containers/glass/bottle/cyanide,
-/obj/item/weapon/reagent_containers/glass/bottle/chloralhydrate,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aTs" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aTt" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aTu" = (
-/obj/structure/table,
-/obj/machinery/button/door{
- id = "brig window shutter";
- name = "brig window shutter button"
- },
-/obj/machinery/button/door{
- id = "security lockdown";
- name = "brig blast door button";
- pixel_y = 8
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aTv" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"aTw" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/mob/living/carbon/monkey{
- name = "Crimelord Pon Pon";
- unique_name = 0
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aTx" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aTy" = (
-/obj/structure/bed,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aTz" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-21";
- layer = 4.1
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aTA" = (
-/obj/effect/landmark{
- name = "lightsout"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aTB" = (
-/obj/item/device/radio/beacon,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aTC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aTD" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aTE" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aTF" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aTG" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"aTH" = (
-/obj/structure/bookcase/random/religion,
-/turf/open/floor/wood,
-/area/library)
-"aTI" = (
-/obj/structure/bookcase/random/adult,
-/turf/open/floor/wood,
-/area/library)
-"aTJ" = (
-/obj/structure/bed,
-/obj/item/clothing/suit/apron/chef,
-/obj/item/clothing/suit/apron/chef,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint2)
-"aTK" = (
-/turf/closed/wall,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aTL" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/crew_quarters/sleep)
-"aTM" = (
-/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,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/item/weapon/twohanded/required/chainsaw,
-/turf/open/floor/plasteel/whitegreen/side{
- dir = 9
- },
-/area/hydroponics)
-"aTN" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aTO" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aTP" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aTQ" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aTR" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"aTS" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aTT" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"aTU" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aTV" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aTW" = (
-/obj/machinery/light,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"aTX" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/disabler{
- pixel_x = 0;
- pixel_y = 5
- },
-/obj/item/weapon/gun/energy/disabler{
- pixel_x = 5
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/warden)
-"aTY" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-06";
- level = 4.1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aTZ" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-06";
- level = 4.1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aUa" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aUb" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aUc" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aUd" = (
-/obj/structure/closet/wardrobe/red,
-/obj/machinery/light,
-/obj/item/clothing/under/skirt/red,
-/obj/item/clothing/under/plaid_skirt,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aUe" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/armor/laserproof,
-/obj/item/weapon/gun/energy/ionrifle,
-/turf/open/floor/plasteel/vault{
- dir = 4
- },
-/area/security/warden)
-"aUf" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/temperature/security{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/weapon/gun/energy/temperature/security,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/security/warden)
-"aUg" = (
-/obj/structure/table,
-/obj/item/weapon/storage/lockbox/loyalty,
-/obj/item/weapon/storage/box/firingpins{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/weapon/storage/box/firingpins{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/machinery/light,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aUh" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aUi" = (
-/obj/machinery/door/airlock/glass_security{
- name = "central security door";
- req_one_access_txt = "1;2;4"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"aUj" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/newscaster/security_unit{
- pixel_x = -28
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aUk" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aUl" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aUm" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUn" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUo" = (
-/obj/machinery/power/apc{
- name = "Medbay APC";
- pixel_y = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUp" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aUq" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/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/item/weapon/reagent_containers/food/condiment/flour,
-/obj/item/weapon/kitchen/rollingpin,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aUr" = (
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aUs" = (
-/obj/machinery/mech_bay_recharge_port,
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aUt" = (
-/turf/open/floor/mech_bay_recharge_floor,
-/area/medical/robotics)
-"aUu" = (
-/obj/machinery/computer/mech_bay_power_console,
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aUv" = (
-/obj/machinery/shieldwallgen{
- req_access = null
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aUw" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aUx" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aUy" = (
-/obj/machinery/chem_master,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aUz" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aUA" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aUB" = (
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"aUC" = (
-/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)
-"aUD" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aUE" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Science Maintenance APC";
- pixel_x = -24
- },
-/obj/structure/cable/cyan,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aUF" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aUG" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "13"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aUH" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/space,
-/area/space)
-"aUI" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-22"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aUJ" = (
-/mob/living/simple_animal/mouse/white,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aUK" = (
-/obj/machinery/autolathe{
- name = "maint autolathe"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aUL" = (
-/obj/item/stack/sheet/rglass{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/device/flashlight,
-/obj/structure/closet/crate,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aUM" = (
-/obj/item/weapon/grenade/barrier,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aUN" = (
-/obj/item/weapon/grenade/barrier,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aUO" = (
-/obj/machinery/vending/security,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aUP" = (
-/obj/machinery/door/airlock/glass_security{
- name = "permabrig door";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aUQ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "perma shutter";
- name = "perma brig window shutter"
- },
-/obj/structure/cable/cyan,
-/turf/open/floor/plating,
-/area/security/brig)
-"aUR" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 9
- },
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUS" = (
-/obj/structure/window/reinforced,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUT" = (
-/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUU" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/paper_bin,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUV" = (
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUW" = (
-/obj/machinery/door/window/northright{
- name = "medbay door";
- req_access_txt = "5"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aUX" = (
-/obj/structure/flora/ausbushes/pointybush{
- icon_state = "pointybush_2";
- layer = 4.1;
- name = "tree";
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aUY" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aUZ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aVa" = (
-/obj/effect/landmark{
- name = "blobstart"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aVb" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aVc" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/light/small,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aVd" = (
-/obj/machinery/chem_dispenser/constructable,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aVe" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aVf" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aVg" = (
-/obj/structure/table/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/recharger,
-/obj/item/weapon/gun/energy/laser/practice,
-/obj/item/weapon/gun/energy/laser/practice,
-/obj/item/weapon/gun/energy/laser/practice,
-/obj/item/weapon/gun/energy/laser/practice,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"aVh" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aVi" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aVj" = (
-/obj/structure/grille,
-/turf/open/space,
-/area/space)
-"aVk" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVl" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/electrical,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVm" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVn" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVo" = (
-/obj/machinery/door/airlock/maintenance{
- name = "security maintenance door";
- req_one_access_txt = "12;63"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVp" = (
-/obj/effect/spawner/lootdrop/crate_spawner,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVq" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/brute,
-/obj/item/weapon/storage/firstaid/fire{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aVr" = (
-/obj/structure/closet/wardrobe/white/medical,
-/obj/item/weapon/storage/box/bodybags,
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aVs" = (
-/obj/structure/closet{
- name = "chem implant closet"
- },
-/obj/item/weapon/reagent_containers/glass/bottle/cyanide,
-/obj/item/weapon/reagent_containers/glass/bottle/initropidril,
-/obj/item/weapon/reagent_containers/glass/bottle/coniine,
-/obj/item/weapon/reagent_containers/glass/bottle/sodium_thiopental,
-/obj/item/weapon/storage/box/chemimp,
-/obj/item/weapon/storage/box/trackimp,
-/obj/item/weapon/gun/syringe,
-/obj/item/weapon/storage/box/syringes,
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aVt" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular,
-/obj/item/clothing/mask/surgical,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 6
- },
-/obj/item/clothing/gloves/color/latex/nitrile,
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aVu" = (
-/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,
-/area/toxins/xenobiology)
-"aVv" = (
-/obj/machinery/button/flasher{
- id = "permaflash";
- name = "perma flasher button";
- pixel_x = 0;
- pixel_y = 28
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aVw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "perma shutter";
- name = "perma brig window shutter"
- },
-/turf/open/floor/plating,
-/area/security/brig)
-"aVx" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aVy" = (
-/obj/machinery/iv_drip{
- density = 0
- },
-/turf/open/floor/plasteel,
-/area/medical/medbay)
-"aVz" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aVA" = (
-/obj/machinery/mech_bay_recharge_port,
-/obj/structure/cable/cyan,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aVB" = (
-/obj/machinery/computer/mech_bay_power_console,
-/obj/structure/cable/cyan,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"aVC" = (
-/obj/item/weapon/coin/iron,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aVD" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/toxins/misc_lab)
-"aVE" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVF" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVG" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVH" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/utility,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVI" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVJ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVK" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVL" = (
-/obj/machinery/door/airlock/maintenance{
- name = "security maintenance door";
- req_one_access_txt = "12;63"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVM" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVN" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aVO" = (
-/obj/structure/table,
-/obj/item/weapon/scalpel,
-/obj/item/weapon/retractor{
- pixel_x = 0;
- pixel_y = 5
- },
-/obj/item/weapon/hemostat,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aVP" = (
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aVQ" = (
-/obj/effect/landmark/start{
- name = "Security Officer"
- },
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aVR" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aVS" = (
-/obj/machinery/door/airlock/glass_security{
- name = "central security door";
- req_one_access_txt = "1;2;4"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aVT" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/security/warden)
-"aVU" = (
-/obj/machinery/button/door{
- id = "perma shutter";
- name = "perma window button";
- pixel_x = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aVV" = (
-/turf/closed/wall,
-/area/medical/virology)
-"aVW" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "viro shutter";
- name = "viro shutter"
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"aVX" = (
-/turf/closed/wall/r_wall,
-/area/medical/medbay)
-"aVY" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aVZ" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aWa" = (
-/obj/structure/flora/ausbushes/pointybush{
- layer = 4.1;
- name = "tree";
- pixel_x = -8;
- pixel_y = 11
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aWb" = (
-/turf/closed/wall/mineral/sandstone,
-/area/maintenance/asmaint2)
-"aWc" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-17";
- layer = 4.1
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aWd" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aWe" = (
-/obj/machinery/camera/autoname,
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aWf" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aWg" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aWh" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/showroomfloor,
-/area/maintenance/asmaint2)
-"aWi" = (
-/obj/structure/table,
-/obj/item/device/flashlight/seclite,
-/obj/item/clothing/suit/armor/vest,
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/weapon/restraints/legcuffs/beartrap,
-/obj/item/weapon/restraints/legcuffs/beartrap,
-/turf/open/floor/plasteel/showroomfloor,
-/area/maintenance/asmaint2)
-"aWj" = (
-/obj/item/weapon/circuitboard/computer/security,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aWk" = (
-/obj/structure/window/reinforced,
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-17";
- layer = 4.1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aWl" = (
-/obj/machinery/vending/assist,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aWm" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/fyellow,
-/obj/item/clothing/gloves/color/fyellow,
-/obj/item/clothing/gloves/color/fyellow,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aWn" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Security Maintenance APC";
- pixel_x = 24
- },
-/obj/structure/cable/cyan,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aWo" = (
-/obj/structure/table,
-/obj/item/weapon/cautery,
-/obj/item/weapon/surgicaldrill,
-/obj/item/weapon/circular_saw{
- pixel_y = 9
- },
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aWp" = (
-/obj/structure/bodycontainer/morgue,
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aWq" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aWr" = (
-/obj/machinery/power/apc{
- name = "Brig Control APC";
- pixel_y = -24
- },
-/obj/structure/cable/cyan,
-/mob/living/simple_animal/pet/dog/pug{
- desc = "It's security veteran Lucky. Super adorable.";
- name = "Lucky"
- },
-/turf/open/floor/plasteel/white,
-/area/security/warden)
-"aWs" = (
-/obj/structure/closet/bombcloset,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aWt" = (
-/obj/structure/closet/l3closet/security,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aWu" = (
-/obj/structure/closet/secure_closet/warden,
-/obj/item/clothing/glasses/hud/security/sunglasses/eyepatch,
-/obj/item/clothing/under/rank/head_of_security/alt{
- name = "security turtleneck"
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/item/weapon/cartridge/hos,
-/obj/item/weapon/cartridge/hos,
-/obj/item/weapon/stamp/hos,
-/obj/item/clothing/suit/armor/hos,
-/obj/item/clothing/suit/armor/hos/trenchcoat,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aWv" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Brig APC";
- pixel_x = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aWw" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aWx" = (
-/obj/structure/table,
-/obj/item/weapon/wrench,
-/obj/item/clothing/mask/breath/medical,
-/obj/item/weapon/tank/internals/anesthetic,
-/obj/item/clothing/mask/muzzle,
-/obj/item/clothing/glasses/sunglasses/blindfold,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aWy" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/monkeycubes,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aWz" = (
-/obj/structure/bed,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aWA" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aWB" = (
-/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/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel,
-/area/medical/medbay)
-"aWC" = (
-/obj/machinery/door/airlock/medical{
- name = "surgery airlock";
- req_one_access_txt = "5;45"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aWD" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aWE" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aWF" = (
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f6";
- dir = 2
- },
-/area/shuttle/arrival)
-"aWG" = (
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/arrival)
-"aWH" = (
-/obj/item/device/assembly/mousetrap/armed,
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"aWI" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"aWJ" = (
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/turf/closed/wall/shuttle{
- dir = 2;
- icon_state = "swall_f10";
- layer = 2
- },
-/area/shuttle/arrival)
-"aWK" = (
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"aWL" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"aWM" = (
-/turf/open/floor/plasteel/asteroid,
-/area/maintenance/asmaint2)
-"aWN" = (
-/obj/structure/table,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aWO" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aWP" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aWQ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aWR" = (
-/obj/machinery/telepad,
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/item/device/gps/science,
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aWS" = (
-/obj/item/device/radio/beacon,
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/engine,
-/area/toxins/misc_lab)
-"aWT" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aWU" = (
-/obj/structure/table,
-/obj/item/clothing/under/rank/security,
-/obj/item/weapon/reagent_containers/spray/pepper,
-/obj/item/weapon/melee/baton/cattleprod,
-/turf/open/floor/plasteel/showroomfloor,
-/area/maintenance/asmaint2)
-"aWV" = (
-/obj/item/device/flashlight/seclite,
-/turf/open/floor/plasteel/showroomfloor,
-/area/maintenance/asmaint2)
-"aWW" = (
-/turf/open/floor/plasteel/showroomfloor,
-/area/maintenance/asmaint2)
-"aWX" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aWY" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aWZ" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXa" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXb" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "interro shutter";
- name = "interrogation shutter"
- },
-/turf/open/floor/plating,
-/area/security/warden)
-"aXc" = (
-/obj/machinery/door/airlock/security{
- name = "central security door";
- req_one_access_txt = "1;2;4"
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aXd" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aXe" = (
-/obj/structure/closet/wardrobe/orange,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aXf" = (
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aXg" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aXh" = (
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 0
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aXi" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall3";
- dir = 2
- },
-/area/shuttle/arrival)
-"aXj" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aXk" = (
-/obj/machinery/vending/clothing,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aXl" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aXm" = (
-/obj/structure/closet/wardrobe/grey,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aXn" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aXo" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aXp" = (
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aXq" = (
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/maintenance/asmaint2)
-"aXr" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aXs" = (
-/obj/structure/closet{
- name = "chemical locker"
- },
-/obj/item/weapon/reagent_containers/glass/bottle/formaldehyde,
-/obj/item/weapon/reagent_containers/glass/bottle/diethylamine,
-/obj/item/weapon/reagent_containers/glass/bottle/curare,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"aXt" = (
-/obj/machinery/computer/telescience,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aXu" = (
-/obj/item/device/multitool,
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"aXv" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aXw" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aXx" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/maintenance/asmaint2)
-"aXy" = (
-/obj/item/clothing/neck/stethoscope,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aXz" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXA" = (
-/obj/structure/table,
-/obj/item/weapon/storage/crayons,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXB" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 2;
- pixel_y = 6
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXC" = (
-/obj/structure/table,
-/obj/item/weapon/flamethrower,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXD" = (
-/obj/structure/table,
-/obj/item/stack/sheet/mineral/sandstone{
- amount = 10
- },
-/obj/item/device/camera,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXE" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXF" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXG" = (
-/obj/machinery/navbeacon{
- codes = "";
- codes_txt = "delivery;dir=2";
- freq = 1400;
- location = "Security Maint";
- name = "navigation beacon"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXH" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXI" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXJ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/mob/living/simple_animal/mouse/brown,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXK" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/effect/landmark{
- name = "blobstart"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXL" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-05";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aXM" = (
-/obj/structure/closet{
- name = "truth incentive tool locker"
- },
-/obj/item/weapon/gavelblock,
-/obj/item/weapon/gavelhammer,
-/obj/item/device/laser_pointer,
-/obj/item/weapon/reagent_containers/food/condiment/saltshaker,
-/obj/item/clothing/head/rabbitears,
-/obj/item/toy/carpplushie{
- attack_verb = list("bitten","pecked","wing slapped");
- desc = "An adorable stuffed toy that resembles a parrot.";
- icon = 'icons/mob/animal.dmi';
- icon_state = "parrot_sit";
- name = "parrot plushie"
- },
-/obj/item/weapon/bikehorn/rubberducky,
-/obj/item/weapon/bikehorn/airhorn,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aXN" = (
-/obj/machinery/door/airlock/security{
- name = "central security door";
- req_one_access_txt = "1;2;4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/wood,
-/area/security/brig)
-"aXO" = (
-/obj/machinery/door/airlock/glass_virology{
- name = "virology airlock";
- req_access_txt = "39"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aXP" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/virology)
-"aXQ" = (
-/obj/structure/table,
-/obj/item/weapon/scalpel,
-/obj/item/weapon/retractor{
- pixel_x = 0;
- pixel_y = 5
- },
-/obj/item/weapon/hemostat,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aXR" = (
-/obj/structure/table/optable,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aXS" = (
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aXT" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark{
- name = "JoinLate"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aXU" = (
-/obj/effect/landmark{
- name = "JoinLate"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aXV" = (
-/obj/item/device/flashlight/seclite{
- name = "dusty seclite";
- on = 1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/maintenance/asmaint2)
-"aXW" = (
-/obj/item/weapon/circuitboard/computer/card,
-/turf/open/floor/plasteel/showroomfloor,
-/area/maintenance/asmaint2)
-"aXX" = (
-/obj/structure/frame/computer,
-/turf/open/floor/plasteel/showroomfloor,
-/area/maintenance/asmaint2)
-"aXY" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-16";
- layer = 4.1
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aXZ" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aYa" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aYb" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aYc" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aYd" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aYe" = (
-/obj/machinery/button/door{
- id = "interro shutter";
- name = "interrogation shutter button";
- pixel_y = -24
- },
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"aYf" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/wood,
-/area/security/brig)
-"aYg" = (
-/obj/machinery/computer/secure_data,
-/turf/open/floor/wood,
-/area/security/brig)
-"aYh" = (
-/obj/machinery/computer/med_data,
-/turf/open/floor/wood,
-/area/security/brig)
-"aYi" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/beaker/large{
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aYj" = (
-/obj/machinery/smartfridge/chemistry/virology,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aYk" = (
-/obj/machinery/button/door{
- id = "viro shutter";
- name = "virology shutter button";
- pixel_y = 24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aYl" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Virology APC";
- pixel_y = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aYm" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aYn" = (
-/obj/machinery/door/airlock/virology{
- name = "virology airlock";
- req_access_txt = "39"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aYo" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aYp" = (
-/obj/structure/table,
-/obj/item/weapon/cautery,
-/obj/item/weapon/surgicaldrill,
-/obj/item/weapon/circular_saw{
- pixel_y = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aYq" = (
-/obj/machinery/computer/operating,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aYr" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aYs" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aYt" = (
-/obj/structure/statue/sandstone/assistant{
- anchored = 1
- },
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"aYu" = (
-/obj/effect/landmark{
- name = "revenantspawn"
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/maintenance/asmaint2)
-"aYv" = (
-/obj/item/clothing/head/cone,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aYw" = (
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aYx" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aYy" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aYz" = (
-/obj/item/clothing/shoes/jackboots,
-/turf/open/floor/plasteel/showroomfloor,
-/area/maintenance/asmaint2)
-"aYA" = (
-/obj/item/stack/sheet/glass,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aYB" = (
-/obj/structure/table/wood,
-/obj/machinery/chem_dispenser/drinks/beer,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aYC" = (
-/obj/structure/table/wood,
-/obj/machinery/chem_dispenser/drinks,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aYD" = (
-/obj/structure/table/wood,
-/obj/item/weapon/gun/ballistic/revolver/doublebarrel/improvised,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aYE" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aYF" = (
-/obj/machinery/door/airlock/maintenance{
- name = "security maintenance door";
- req_one_access_txt = "12;63"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aYG" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/security/brig)
-"aYH" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/landmark/start{
- name = "Detective"
- },
-/turf/open/floor/wood,
-/area/security/brig)
-"aYI" = (
-/obj/structure/table/wood,
-/obj/machinery/recharger,
-/turf/open/floor/wood,
-/area/security/brig)
-"aYJ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/syringes,
-/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/virology)
-"aYK" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aYL" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aYM" = (
-/obj/structure/closet/secure_closet/medical2,
-/obj/item/clothing/glasses/sunglasses/blindfold,
-/obj/item/clothing/glasses/sunglasses/blindfold,
-/obj/item/clothing/mask/muzzle,
-/obj/item/clothing/mask/muzzle,
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/suit/apron/surgical,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aYN" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"aYO" = (
-/obj/effect/landmark{
- name = "JoinLate"
- },
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aYP" = (
-/obj/item/clothing/head/cone,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aYQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aYR" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aYS" = (
-/obj/machinery/navbeacon{
- codes = "";
- codes_txt = "delivery;dir=8";
- freq = 1400;
- location = "Science Maint";
- name = "navigation beacon"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"aYT" = (
-/obj/structure/closet/cardboard,
-/obj/item/weapon/coin/iron,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aYU" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aYV" = (
-/obj/structure/bed,
-/obj/item/weapon/restraints/handcuffs,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aYW" = (
-/obj/machinery/flasher/portable,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aYX" = (
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aYY" = (
-/mob/living/carbon/monkey{
- bruteloss = 100;
- fireloss = 100;
- health = -100;
- name = "Mr. Deempisi";
- stat = 2;
- unique_name = 0
- },
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aYZ" = (
-/obj/structure/chair/stool,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZa" = (
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZb" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZc" = (
-/obj/machinery/biogenerator,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZd" = (
-/obj/machinery/seed_extractor,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZe" = (
-/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/spray/plantbgone,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZf" = (
-/obj/structure/closet/crate/secure/hydroponics{
- req_access_txt = "35"
- },
-/obj/item/seeds/kudzu{
- potency = 0;
- production = 8
- },
-/obj/item/seeds/chili/ghost,
-/obj/item/seeds/berry/death,
-/obj/item/device/gps,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZg" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/wood,
-/area/security/brig)
-"aZh" = (
-/obj/structure/closet/secure_closet/detective,
-/obj/item/device/camera/detective,
-/turf/open/floor/wood,
-/area/security/brig)
-"aZi" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/security/brig)
-"aZj" = (
-/obj/machinery/computer/pandemic{
- layer = 2.5;
- pixel_x = -4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aZk" = (
-/obj/structure/reagent_dispensers/virusfood{
- density = 0;
- pixel_y = -32
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aZl" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder{
- pixel_x = 0;
- pixel_y = 8
- },
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aZm" = (
-/obj/structure/table,
-/obj/item/weapon/restraints/handcuffs,
-/obj/item/weapon/melee/baton/cattleprod,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aZn" = (
-/obj/machinery/button/door{
- id = "kitchen shutter";
- name = "kitchen shutter button";
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/structure/table,
-/obj/item/weapon/kitchen/knife,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"aZo" = (
-/obj/machinery/newscaster{
- pixel_x = 28
- },
-/obj/structure/sink{
- dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"aZp" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/asmaint)
-"aZq" = (
-/obj/machinery/door/airlock/medical{
- name = "medbay airlock";
- req_access_txt = "5"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aZr" = (
-/turf/closed/wall,
-/area/maintenance/asmaint)
-"aZs" = (
-/obj/machinery/door/airlock/medical{
- name = "surgery airlock";
- req_one_access_txt = "5;45"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aZt" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aZu" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "South Hallway APC";
- pixel_x = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aZv" = (
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"aZw" = (
-/obj/structure/spider/stickyweb,
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"aZx" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/closed/wall,
-/area/maintenance/asmaint2)
-"aZy" = (
-/obj/machinery/door/airlock/maintenance{
- name = "science maintenance door";
- req_one_access_txt = "47;12;29"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aZz" = (
-/turf/open/floor/wood{
- icon_state = "wood-broken"
- },
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZA" = (
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZB" = (
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZC" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZD" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZE" = (
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/eggplant,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZF" = (
-/obj/machinery/hydroponics/soil,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZG" = (
-/obj/item/seeds/cherry,
-/obj/item/seeds/chili/ghost,
-/obj/item/seeds/carrot,
-/obj/item/seeds/banana{
- potency = 80
- },
-/obj/item/seeds/harebell,
-/obj/item/seeds/poppy/geranium,
-/obj/item/seeds/poppy/geranium,
-/obj/item/seeds/nettle,
-/obj/item/seeds/nettle,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZH" = (
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/weapon/storage/bag/plants,
-/obj/item/weapon/cultivator,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZI" = (
-/obj/machinery/door/airlock/security{
- name = "central security door";
- req_one_access_txt = "1;2;4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZJ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"aZK" = (
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"aZL" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aZM" = (
-/obj/machinery/door/airlock/maintenance{
- name = "medbay maintenance door";
- req_one_access_txt = "12;5;9;39;33"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"aZN" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"aZO" = (
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f5";
- dir = 2
- },
-/area/shuttle/arrival)
-"aZP" = (
-/obj/machinery/holopad,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
-"aZQ" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 5
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"aZR" = (
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_f9";
- dir = 2
- },
-/area/shuttle/arrival)
-"aZS" = (
-/obj/item/device/soulstone/anybody/chaplain,
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"aZT" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-17";
- layer = 4.1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aZU" = (
-/obj/item/weapon/stock_parts/cell/high,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aZV" = (
-/obj/machinery/power/emitter,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aZW" = (
-/obj/machinery/power/emitter,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aZX" = (
-/obj/structure/closet/cardboard,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/item/toy/toy_xeno,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"aZY" = (
-/obj/structure/table/wood/poker,
-/obj/item/toy/cards/deck,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"aZZ" = (
-/obj/item/weapon/reagent_containers/glass/rag,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"baa" = (
-/obj/machinery/light,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bab" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/chanterelle,
-/obj/item/weapon/reagent_containers/food/snacks/grown/chili,
-/obj/item/weapon/reagent_containers/food/snacks/grown/cabbage,
-/obj/item/weapon/reagent_containers/food/snacks/grown/potato,
-/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/geranium,
-/obj/item/weapon/reagent_containers/food/snacks/grown/sugarcane,
-/obj/item/weapon/reagent_containers/food/snacks/grown/wheat,
-/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/banana,
-/turf/open/floor/plasteel/white,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bac" = (
-/obj/item/weapon/secbot_assembly,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bad" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bae" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"baf" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bag" = (
-/obj/machinery/door/airlock/medical{
- name = "medbay airlock";
- req_access_txt = "5"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bah" = (
-/obj/machinery/door/airlock/glass_command{
- name = "bridge door";
- req_access_txt = "19"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/escape)
-"bai" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchen shutter";
- name = "kitchen shutter"
- },
-/obj/machinery/holopad,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/black,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-"baj" = (
-/obj/machinery/door/airlock/external,
-/turf/open/floor/plating,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bak" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"bal" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"bam" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"ban" = (
-/obj/structure/closet/cardboard,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/item/weapon/coin/silver,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bao" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Medbay Maintenance APC";
- pixel_x = -24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bap" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"baq" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/bodybags,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bar" = (
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bas" = (
-/obj/structure/bodycontainer/morgue,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bat" = (
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/medical/morgue)
-"bau" = (
-/turf/closed/wall,
-/area/medical/morgue)
-"bav" = (
-/obj/machinery/holopad,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"baw" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bax" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=4-CNW";
- location = "3-CSW";
- name = "bot patrol navigation beacon"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/structure/sign/directions/engineering{
- dir = 1;
- icon_state = "direction_eng";
- pixel_x = -32;
- pixel_y = 40;
- tag = "icon-direction_eng (NORTH)"
- },
-/obj/structure/sign/directions/medical{
- dir = 4;
- icon_state = "direction_med";
- pixel_x = -32;
- pixel_y = 32
- },
-/obj/structure/sign/directions/evac{
- dir = 1;
- icon_state = "direction_evac";
- pixel_x = -32;
- pixel_y = 24;
- tag = "icon-direction_evac (NORTH)"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bay" = (
-/obj/structure/sign/directions/science{
- pixel_x = 32;
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"baz" = (
-/obj/effect/landmark/start{
- name = "Assistant"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit)
-"baA" = (
-/obj/item/weapon/relic,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"baB" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/effect/decal/cleanable/blood/old = 1, /mob/living/simple_animal/hostile/poison/giant_spider/nurse = 1);
- name = "spider spawner"
- },
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"baC" = (
-/obj/machinery/power/smes{
- name = "maint power storage unit"
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"baD" = (
-/obj/structure/grille,
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"baE" = (
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"baF" = (
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"baG" = (
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"baH" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"baI" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"baJ" = (
-/obj/effect/decal/cleanable/vomit/old,
-/obj/item/trash/can,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"baK" = (
-/obj/structure/table/wood,
-/obj/item/weapon/paper_bin,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"baL" = (
-/obj/item/weapon/paper/crumpled,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"baM" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"baN" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"baO" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"baP" = (
-/obj/item/weapon/shovel/spade,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"baQ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"baR" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"baS" = (
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"baT" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"baU" = (
-/obj/machinery/door/airlock/medical{
- name = "medbay airlock";
- req_access_txt = "5"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"baV" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"baW" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Morgue APC";
- pixel_x = 24
- },
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"baX" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/obj/structure/sign/directions/medical{
- pixel_x = 32;
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"baY" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"baZ" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bba" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bbb" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=3-CSW";
- location = "2-CSE";
- name = "bot patrol navigation beacon";
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j2";
- dir = 1
- },
-/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/engineering{
- dir = 8;
- icon_state = "direction_eng";
- pixel_x = -32;
- pixel_y = -24;
- tag = "icon-direction_eng (WEST)"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bbc" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"bbd" = (
-/obj/machinery/computer/camera_advanced/xenobio,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"bbe" = (
-/obj/item/stack/sheet/mineral/plasma{
- layer = 2.9
- },
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"bbf" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbg" = (
-/obj/structure/grille,
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbh" = (
-/obj/structure/grille,
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbi" = (
-/obj/structure/table,
-/obj/item/weapon/stock_parts/cell/potato,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbj" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/fyellow,
-/obj/item/clothing/gloves/color/fyellow,
-/obj/item/clothing/gloves/color/fyellow,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbk" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "13"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbl" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbm" = (
-/obj/structure/table/wood,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbn" = (
-/obj/structure/chair/comfy/beige{
- dir = 8
- },
-/turf/open/floor/wood{
- icon_state = "wood-broken6"
- },
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbo" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbp" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/mob/living/simple_animal/mouse/white,
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbq" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbr" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbs" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbt" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bbv" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bbw" = (
-/obj/structure/bodycontainer/morgue,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbx" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bby" = (
-/obj/structure/cable/cyan,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbz" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbA" = (
-/obj/structure/grille,
-/obj/structure/cable/cyan{
- icon_state = "0-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "2-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbB" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbC" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bbD" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/organ/gland/bloody = 7, /obj/item/organ/gland/bodysnatch = 4, /obj/item/organ/gland/egg = 7, /obj/item/organ/gland/emp = 3, /obj/item/organ/gland/mindshock = 5, /obj/item/organ/gland/plasma = 7, /obj/item/organ/gland/pop = 5, /obj/item/organ/gland/slime = 4, /obj/item/organ/gland/spiderman = 5, /obj/item/organ/gland/ventcrawling = 1, /obj/item/organ/body_egg/alien_embryo = 1, /obj/item/organ/hivelord_core = 2);
- lootcount = 3;
- name = "organ spawner"
- },
-/obj/structure/closet/secure_closet{
- name = "xenobiology research materials locker";
- req_access_txt = "55"
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"bbE" = (
-/mob/living/simple_animal/mouse/brown,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbF" = (
-/obj/effect/spawner/lootdrop/crate_spawner,
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbG" = (
-/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,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbH" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "13"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbI" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbJ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbK" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbL" = (
-/obj/machinery/door/airlock/maintenance{
- name = "security maintenance door";
- req_one_access_txt = "12;63"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bbM" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbN" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bbO" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bbP" = (
-/obj/machinery/door/airlock/maintenance{
- name = "medbay maintenance door";
- req_one_access_txt = "12;5;9;39;33"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bbQ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bbR" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bbS" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 4
- },
-/obj/structure/table,
-/obj/item/weapon/storage/box/gloves,
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbT" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/medical/morgue)
-"bbU" = (
-/obj/machinery/navbeacon{
- codes = "";
- codes_txt = "delivery;dir=2";
- freq = 1400;
- location = "Arrivals Building Area";
- name = "navigation beacon"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bbV" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bbW" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bbX" = (
-/obj/machinery/atmospherics/components/unary/tank/air,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bbY" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bbZ" = (
-/obj/item/stack/sheet/rglass{
- amount = 50
- },
-/obj/item/stack/sheet/metal{
- amount = 50
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/device/flashlight,
-/obj/structure/closet/crate,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bca" = (
-/obj/machinery/door/airlock/maintenance{
- name = "science maintenance door";
- req_one_access_txt = "47;12;29"
- },
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"bcb" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/structure/cable/cyan,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcc" = (
-/obj/structure/grille,
-/obj/structure/cable/cyan,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcd" = (
-/obj/item/weapon/twohanded/required/kirbyplants,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bce" = (
-/obj/structure/filingcabinet,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bcf" = (
-/obj/machinery/photocopier,
-/turf/open/floor/wood,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bcg" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bch" = (
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bci" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcj" = (
-/obj/machinery/shieldwallgen{
- req_access = null
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bck" = (
-/obj/structure/closet/cardboard,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 5
- },
-/obj/item/weapon/stock_parts/cell/high,
-/obj/item/clothing/gloves/color/fyellow,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bcl" = (
-/obj/machinery/light,
-/obj/machinery/power/port_gen/pacman,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bcm" = (
-/obj/machinery/power/port_gen/pacman,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bcn" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bco" = (
-/obj/structure/closet/cardboard,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/obj/item/weapon/coin/silver,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcp" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/obj/effect/landmark{
- name = "xeno_spawn";
- pixel_x = -1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bcq" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcr" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcs" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bct" = (
-/obj/machinery/door/airlock/maintenance{
- name = "security maintenance door";
- req_one_access_txt = "12;63"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bcu" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bcv" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bcw" = (
-/obj/item/weapon/coin/iron,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcx" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcy" = (
-/obj/machinery/door/airlock/maintenance{
- name = "medbay maintenance door";
- req_one_access_txt = "12;5;9;39;33"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcA" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/mob/living/simple_animal/mouse/brown,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bcC" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/closed/mineral,
-/area/space)
-"bcD" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/space,
-/area/space)
-"bcE" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bcF" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint)
-"bcG" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcH" = (
-/obj/machinery/door/airlock/maintenance{
- name = "medbay maintenance door";
- req_one_access_txt = "12;5;9;39;33"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcI" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcJ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "maintenance door";
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bcK" = (
-/obj/machinery/shieldwallgen{
- req_access = null
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcL" = (
-/obj/machinery/power/emitter,
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcM" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/turf/closed/mineral,
-/area/space)
-"bcN" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 9
- },
-/turf/closed/mineral,
-/area/space)
-"bcO" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 4
- },
-/turf/closed/wall/mineral/titanium/overspace,
-/area/shuttle/transport)
-"bcP" = (
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/transport)
-"bcQ" = (
-/obj/structure/window/shuttle,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"bcR" = (
-/obj/structure/grille,
-/obj/structure/window/shuttle,
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"bcS" = (
-/turf/closed/wall/mineral/titanium/overspace,
-/area/shuttle/transport)
-"bcT" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bcU" = (
-/obj/machinery/door/airlock/medical{
- name = "medbay airlock";
- req_access_txt = "5"
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint)
-"bcV" = (
-/obj/item/weapon/storage/box/lights/mixed,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcW" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcX" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bcY" = (
-/obj/structure/table,
-/obj/item/weapon/circuitboard/machine/autolathe,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bcZ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/electrical,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bda" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f9"
- },
-/area/shuttle/transport)
-"bdb" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"bdc" = (
-/obj/machinery/computer/shuttle/ferry/request,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"bdd" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"bde" = (
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint)
-"bdf" = (
-/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/titanium,
-/obj/docking_port/mobile{
- dir = 8;
- dwidth = 2;
- height = 12;
- id = "ferry";
- name = "ferry shuttle";
- roundstart_move = "ferry_away";
- port_angle = 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)
-"bdi" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "13"
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bdj" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bdk" = (
-/obj/machinery/door/airlock/external{
- req_access_txt = "13"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"bdl" = (
-/obj/machinery/washing_machine,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint)
-"bdm" = (
-/obj/item/weapon/watertank/janitor,
-/obj/structure/mirror{
- pixel_y = 28
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint)
-"bdn" = (
-/obj/structure/lattice,
-/obj/effect/landmark{
- name = "ninjaspawn"
- },
-/turf/open/space,
-/area/space)
-"bdo" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
- dir = 4
- },
-/turf/closed/wall/shuttle{
- icon_state = "swall_s5";
- dir = 2
- },
-/area/shuttle/transport)
-"bdp" = (
-/turf/open/floor/plasteel/shuttle,
-/turf/closed/wall/shuttle/interior{
- icon_state = "swall_f10"
- },
-/area/shuttle/transport)
-"bdq" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"bdr" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/transport)
-"bds" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/spray/cleaner,
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint)
-"bdt" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint)
-"bdu" = (
-/turf/closed/wall/shuttle{
- icon_state = "swall_s9";
- dir = 2
- },
-/area/shuttle/transport)
-"bdv" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint)
-"bdw" = (
-/obj/structure/mopbucket,
-/obj/item/weapon/mop,
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint)
-"bdx" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/masks,
-/obj/item/weapon/storage/box/mousetraps{
- pixel_x = 5;
- pixel_y = 5
- },
-/turf/open/floor/plasteel/white,
-/area/maintenance/asmaint)
-"bdy" = (
-/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/white,
-/area/maintenance/asmaint)
-"bdz" = (
-/obj/structure/lattice,
-/obj/item/weapon/relic,
-/turf/open/space,
-/area/space)
-"bdA" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate_sw";
- name = "southwest of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"bdB" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate_s";
- name = "south of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"bdC" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 22;
- id = "syndicate_se";
- name = "southeast of station";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/space,
-/area/space)
-"bdD" = (
-/obj/machinery/monkey_recycler,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/toxins/xenobiology)
-"bdE" = (
-/obj/effect/landmark/start{
- name = "Scientist"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"bdF" = (
-/obj/machinery/atmospherics/components/binary/valve{
- icon_state = "mvalve_map";
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/maintenance/asmaint2)
-"bdG" = (
-/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- icon_state = "manifold";
- dir = 1
- },
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 6
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"bdH" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
- dir = 6
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 8
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"bdI" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"bdJ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"bdK" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics_cloning)
-"bdL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 0;
- initialize_directions = 1;
- internal_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"bdM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"bdN" = (
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- target_temperature = 80;
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"bdO" = (
-/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/toxins/xenobiology)
-"bdP" = (
-/obj/machinery/camera/autoname{
- icon_state = "camera";
- dir = 10
- },
-/turf/open/floor/engine,
-/area/toxins/xenobiology)
-"bdQ" = (
-/obj/structure/table,
-/obj/item/clothing/glasses/welding{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/clothing/glasses/welding,
-/obj/item/device/mmi,
-/obj/item/device/mmi,
-/obj/item/device/mmi,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"bdR" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"bdS" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/medical/robotics)
-"bdT" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/obj/machinery/door/airlock/glass{
- name = "science maintenance glass door";
- req_access_txt = "0";
- req_one_access_txt = "47;12;29"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bdU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- icon_state = "vent_map";
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bdV" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- icon_state = "manifold";
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"bdW" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold4w/cyan/hidden,
-/obj/structure/sign/directions/engineering{
- dir = 1;
- icon_state = "direction_eng";
- pixel_x = 32;
- pixel_y = 40;
- tag = "icon-direction_eng (NORTH)"
- },
-/obj/structure/sign/directions/security{
- dir = 1;
- icon_state = "direction_sec";
- pixel_x = 32;
- pixel_y = 32
- },
-/obj/structure/sign/directions/evac{
- dir = 8;
- icon_state = "direction_evac";
- pixel_x = 32;
- pixel_y = 24;
- tag = "icon-direction_evac (WEST)"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bdX" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bdY" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bdZ" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bea" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"beb" = (
-/obj/item/device/assembly/igniter,
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"bec" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/showroomfloor,
-/area/security/warden)
-"bed" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bee" = (
-/obj/structure/chair/comfy/beige{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bef" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"beg" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"beh" = (
-/obj/structure/table/wood,
-/obj/item/weapon/reagent_containers/food/drinks/soda_cans/tonic,
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bei" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bej" = (
-/obj/structure/chair/comfy/beige{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bek" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"bel" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"bem" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ben" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-02";
- layer = 4.1
- },
-/turf/open/floor/plasteel/black,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"beo" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plating/asteroid{
- name = "dirt"
- },
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bep" = (
-/obj/machinery/door/airlock/titanium{
- name = "Arrivals Shuttle Airlock"
- },
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"beq" = (
-/obj/effect/landmark{
- name = "Observer-Start"
- },
-/turf/open/floor/plasteel/shuttle,
-/area/shuttle/arrival)
-"ber" = (
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/weapon/reagent_containers/glass/bottle/hullucigen_virion = 2, /obj/item/weapon/reagent_containers/glass/bottle/pierrot_throat = 4, /obj/item/weapon/reagent_containers/glass/bottle/brainrot = 4, /obj/item/weapon/reagent_containers/glass/bottle/magnitis = 4, /obj/item/weapon/reagent_containers/glass/bottle/anxiety = 2, /obj/item/weapon/reagent_containers/glass/bottle/beesease = 8, /obj/item/weapon/reagent_containers/glass/bottle/fluspanish = 4);
- lootcount = 3;
- name = "viro bottle spawner"
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"bes" = (
-/obj/docking_port/mobile{
- dwidth = 2;
- height = 7;
- id = "arrival";
- name = "arrival shuttle";
- port_angle = -90;
- width = 9
- },
-/obj/docking_port/stationary{
- dwidth = 2;
- height = 7;
- id = "arrival_home";
- name = "port bay 1";
- width = 9
- },
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/arrival)
-"bet" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/obj/machinery/door/airlock{
- name = "door"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"beu" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock{
- name = "door"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bev" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bew" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 10
- },
-/turf/open/floor/plating,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bex" = (
-/obj/structure/chair,
-/turf/open/floor/plating,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bey" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"bez" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"beA" = (
-/turf/open/floor/plating,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"beB" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"beC" = (
-/obj/machinery/light/small,
-/turf/open/floor/plating,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"beD" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"beE" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"beF" = (
-/obj/structure/closet{
- name = "chemical locker"
- },
-/obj/item/weapon/reagent_containers/glass/bottle/potass_iodide,
-/obj/item/weapon/reagent_containers/glass/bottle/synaptizine,
-/obj/item/weapon/reagent_containers/glass/bottle/diphenhydramine,
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"beG" = (
-/obj/item/device/assembly/voice,
-/turf/open/floor/plasteel,
-/area/toxins/xenobiology)
-"beH" = (
-/obj/structure/table,
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"beI" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/e_gun/dragnet,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/security/warden)
-"beJ" = (
-/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/gun/ballistic/shotgun/riot{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/weapon/gun/ballistic/shotgun/riot,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/security/warden)
-"beK" = (
-/obj/structure/cable/cyan{
- icon_state = "1-4"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/security/warden)
-"beL" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/structure/table,
-/turf/open/floor/plasteel/white,
-/area/toxins/xenobiology)
-"beM" = (
-/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/item/weapon/shield/riot,
-/obj/item/weapon/shield/riot,
-/obj/item/weapon/shield/riot,
-/obj/machinery/camera/autoname{
- dir = 1;
- network = list("SS13")
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/security/warden)
-"beN" = (
-/obj/structure/closet/secure_closet{
- name = "special weapons locker";
- req_access_txt = "3"
- },
-/obj/effect/spawner/lootdrop/armory_contraband,
-/obj/effect/spawner/lootdrop{
- loot = list(/obj/item/weapon/grenade/chem_grenade/teargas = 10, /obj/item/weapon/grenade/clusterbuster/teargas = 1);
- lootcount = 3;
- name = "teargas clusterbuster spawner"
- },
-/obj/item/weapon/gun/energy/e_gun/hos,
-/obj/item/weapon/storage/box/lethalshot,
-/obj/item/weapon/storage/box/lethalshot,
-/turf/open/floor/plasteel,
-/area/security/warden)
-"beO" = (
-/obj/structure/window/reinforced,
-/obj/machinery/flasher/portable,
-/obj/machinery/flasher/portable,
-/obj/machinery/flasher/portable,
-/obj/machinery/flasher/portable,
-/obj/machinery/flasher/portable,
-/obj/machinery/flasher/portable,
-/turf/open/floor/plasteel/black,
-/area/security/warden)
-"beP" = (
-/obj/structure/table,
-/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel,
-/area/toxins/misc_lab)
-"beQ" = (
-/obj/effect/decal/cleanable/blood/old,
-/obj/item/clothing/glasses/sunglasses,
-/turf/open/floor/wood{
- icon_state = "wood-broken"
- },
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"ZyZ" = (
-/obj/effect/landmark/xmastree/rdrod,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/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
- },
-/obj/structure/table/wood,
-/obj/item/toy/crayon/spraycan/mimecan,
-/turf/open/floor/carpet,
-/area/crew_quarters/theatre)
-"ZzS" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ZzT" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "hallway shutter";
- name = "hallway shutter"
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ZzU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ZzV" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/glass,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ZzW" = (
-/obj/machinery/door/airlock/glass,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"ZzX" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/glass,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"ZzY" = (
-/obj/machinery/door/airlock/maintenance{
- name = "science maintenance door";
- req_one_access_txt = "47;12;29"
- },
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"ZzZ" = (
-/obj/structure/cable/cyan{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/toxins/xenobiology)
-"ZAa" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-warningcorner"
- },
-/area/maintenance/asmaint2)
-"ZAb" = (
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"ZAc" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/wrench/medical,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay)
-"ZAd" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"ZAe" = (
-/obj/machinery/droneDispenser,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"ZAf" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/medical/medbay)
-"ZAg" = (
-/obj/machinery/shieldwallgen{
- req_access = null
- },
-/turf/open/floor/plating,
-/area/hallway/primary/aft{
- name = "\improper South Hallway"
- })
-"ZAh" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"ZAi" = (
-/obj/structure/cable/cyan{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"ZAj" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/maintenance/fore{
- name = "Security Maintenance"
- })
-"ZAk" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/obj/machinery/meter,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"ZAl" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"ZAm" = (
-/obj/item/clothing/head/cone,
-/turf/open/floor/plating{
- icon_plating = "asteroidplating";
- icon_state = "asteroidplating"
- },
-/area/maintenance/asmaint2)
-"ZAn" = (
-/obj/machinery/atmospherics/components/binary/valve/open,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"ZAo" = (
-/obj/structure/barricade/wooden,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"ZAp" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ZAq" = (
-/obj/structure/closet/cardboard,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"ZAr" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"ZAs" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
-/turf/open/floor/plasteel,
-/area/maintenance/asmaint2)
-"ZAt" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"ZAu" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/asmaint2)
-"ZAv" = (
-/obj/item/weapon/coin/gold,
-/turf/open/floor/wood,
-/area/maintenance/fsmaint)
-"ZAw" = (
-/obj/structure/table,
-/obj/machinery/computer/stockexchange,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"ZAx" = (
-/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/asmaint2)
-"ZAy" = (
-/obj/machinery/deepfryer,
-/turf/open/floor/plasteel/white,
-/area/crew_quarters/bar{
- name = "\improper Bar and Kitchen"
- })
-
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(57,1,1) = {"
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-Zza
-aac
-aac
-aac
-aac
-ZzL
-aac
-aac
-aac
-Zzj
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zza
-aac
-aac
-aac
-aac
-aac
-aac
-Zzz
-aaU
-Zzz
-ZzA
-abg
-ZzO
-abv
-aby
-abH
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzb
-Zzp
-Zzp
-Zzp
-Zzp
-Zzp
-aac
-ZzA
-ZzA
-ZzA
-ZzA
-ZzM
-ZzA
-abw
-aby
-abI
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzb
-aae
-aae
-aae
-aae
-aae
-aac
-ZzB
-ZzA
-ZzA
-ZzA
-ZzN
-abp
-abx
-aby
-abJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zza
-aac
-aac
-aac
-Zzj
-aar
-aaa
-Zzb
-aae
-Zzr
-aae
-aae
-aae
-aac
-ZzC
-ZzA
-ZzA
-ZzA
-abj
-aac
-aac
-aac
-aat
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzb
-aad
-aag
-aam
-aac
-aar
-aaa
-Zzb
-Zzq
-aaD
-aaF
-aae
-aae
-aac
-ZzD
-ZzA
-ZzA
-ZzA
-abk
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzc
-aae
-aae
-aae
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-Zzv
-aaL
-aac
-aac
-ZzJ
-abd
-abh
-aac
-aac
-aac
-Zzj
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzc
-Zze
-aae
-aae
-aac
-Zzm
-aae
-aae
-aae
-aae
-aaP
-aae
-aae
-Zzy
-aae
-aae
-aae
-aae
-aae
-aaP
-aby
-abH
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzc
-Zzf
-aaj
-aae
-Zzk
-aae
-aae
-aae
-aae
-aae
-Zzu
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-abr
-aby
-abI
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzc
-Zzg
-aae
-aah
-aac
-Zzn
-aav
-aav
-aav
-aav
-aaP
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aae
-aaP
-aby
-abJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzc
-Zzh
-aae
-aae
-aac
-aac
-aac
-Zzo
-aac
-aac
-aac
-Zzw
-aaP
-aac
-aac
-aac
-abe
-abi
-aac
-aac
-aac
-Zzl
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzb
-Zzh
-aae
-Zzi
-aac
-Zzl
-aaa
-aaa
-aaa
-Zzb
-aae
-aae
-aae
-aac
-ZzE
-aae
-aae
-aae
-abn
-ZzP
-Zzb
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzt
-aae
-aae
-aae
-aac
-ZzG
-aae
-aae
-aae
-aae
-aae
-abz
-aby
-abH
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzd
-aac
-aac
-aac
-aac
-ZzH
-Zzr
-aae
-aae
-aae
-aae
-abA
-aby
-abI
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzx
-Zzb
-ZzI
-abc
-aae
-ZzK
-ZzK
-aae
-abB
-aby
-abJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-Zzd
-aac
-aac
-aac
-aac
-Zzo
-aac
-aac
-aac
-Zzl
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDo
-aDo
-aDZ
-aDo
-aDZ
-aDZ
-aDZ
-aDZ
-aDZ
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDo
-aEQ
-aFG
-aET
-aDZ
-aHS
-aIN
-aIN
-aIN
-aHS
-aEQ
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaJ
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDo
-aER
-aFH
-aES
-bah
-aHT
-aHT
-aHT
-aHT
-aHT
-aMh
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bdA
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDZ
-aES
-aES
-aES
-aDo
-aHU
-aHU
-aHW
-aHT
-aHT
-aMh
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDZ
-aES
-aES
-aGs
-aDo
-aHV
-aHV
-aJL
-aHT
-aHT
-aMh
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDo
-aET
-aES
-aET
-aDo
-aHW
-aIO
-aHW
-aHT
-aHT
-aMh
-aEQ
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDo
-aDo
-bah
-aDZ
-aDo
-aHT
-aHT
-aHT
-aHT
-aHT
-aHT
-aHS
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDo
-aEV
-aFJ
-aFJ
-aDZ
-aHS
-aHT
-aHT
-aHT
-aHT
-aHT
-aNc
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDo
-aEV
-aFJ
-aFJ
-aHg
-aHT
-aHT
-aJM
-aKz
-aHT
-aHT
-aNd
-aDZ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDo
-aEV
-aFJ
-aFJ
-aDZ
-aHT
-aHT
-aJM
-aKz
-aHT
-aHT
-aNd
-aDZ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aDo
-aEV
-aFJ
-aGt
-aDo
-aHT
-aHT
-aJM
-aKz
-aHT
-aHT
-aNd
-aDZ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-awi
-awi
-awj
-awi
-awj
-awi
-awi
-aaa
-aaa
-aaa
-aaa
-aDo
-aEV
-aFJ
-aGu
-aDo
-aHT
-aHT
-aJM
-aKz
-aHT
-aHT
-aHS
-aDo
-aaa
-aaa
-aaa
-aaa
-aim
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-awi
-awS
-axH
-axH
-axI
-azN
-awi
-aaa
-aaa
-aaa
-aDo
-aDo
-aDo
-aDo
-aDo
-aEQ
-aHT
-aHT
-aDo
-aDo
-aHh
-aDZ
-aDo
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aim
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-awj
-awT
-axI
-axH
-axI
-azO
-aAD
-aaa
-aaa
-aaa
-aDo
-aEc
-aEW
-aEe
-aEe
-aHh
-aHT
-aHT
-aHh
-aKA
-aEe
-aEe
-aNe
-aDo
-aaa
-aaa
-aaa
-aaa
-agu
-agu
-agu
-agu
-agu
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aay
-adl
-acZ
-acZ
-acZ
-aaJ
-aaJ
-aaJ
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-acZ
-acZ
-acZ
-acZ
-adl
-acZ
-acZ
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-awi
-awS
-axH
-axH
-axI
-azN
-awi
-aaa
-aaa
-aaa
-aDo
-aEd
-aEe
-aEe
-aEe
-aHh
-aHT
-aHT
-aHh
-aEe
-aEe
-aEe
-aEe
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aaB
-aaa
-aaB
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-awi
-awi
-awj
-ayj
-awj
-awi
-awi
-aaa
-aaa
-aaa
-aDo
-aEe
-aEe
-aEe
-aEQ
-aDo
-aHX
-aHX
-aDo
-aEQ
-aLp
-aMi
-aNf
-aDo
-aaa
-aaa
-aaa
-aaa
-aay
-aaB
-aay
-aaB
-aay
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-abQ
-aaa
-aaa
-aaa
-aay
-adl
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-adl
-acZ
-acZ
-acZ
-acZ
-aay
-adl
-acZ
-acZ
-acZ
-adl
-acZ
-acZ
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-axJ
-ayk
-axK
-axJ
-aaa
-aaa
-aaa
-aaa
-aDo
-aDo
-aDo
-aDo
-aDo
-aDo
-aHT
-aHT
-aDo
-aDo
-aDo
-aDo
-aDo
-aDo
-aaa
-aaa
-aaa
-aaa
-aaa
-aaB
-aaa
-aaB
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaB
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aer
-aay
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aim
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-axJ
-ayl
-ayZ
-axK
-aaa
-aaa
-aaa
-aaa
-aDo
-aEg
-aEX
-aFK
-aDo
-aDo
-aHX
-aIP
-aDo
-aDo
-aEg
-aEX
-aFK
-aDo
-aaa
-aaa
-aaa
-aaa
-aPH
-aPH
-aPH
-aPH
-aPH
-aPH
-aPH
-aPH
-aPH
-aPH
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaa
-aaa
-aaa
-aaa
-aay
-aaB
-aaB
-aaB
-aay
-acO
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-adl
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-adl
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-arb
-arb
-arb
-arb
-arb
-arb
-arb
-arb
-arb
-aaa
-axJ
-aym
-aza
-axK
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aFL
-aHY
-aHY
-aFL
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aPH
-aTe
-aTY
-aUI
-aVk
-aVE
-aWk
-aTf
-aXz
-aXY
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaB
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-arb
-arI
-aso
-arI
-atG
-atG
-atG
-aso
-arb
-awU
-axJ
-ayn
-axK
-axJ
-axJ
-axJ
-axJ
-aay
-aay
-aay
-aay
-aay
-aay
-aFL
-aHZ
-aHZ
-aFL
-aay
-aay
-aay
-aay
-aay
-aay
-aPH
-aPH
-aPH
-aPH
-aTe
-aTZ
-aUI
-aVk
-aVF
-aWk
-aWX
-aXA
-aWX
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aay
-aay
-aay
-aay
-aay
-aaa
-aaa
-aaa
-aay
-aay
-aay
-aay
-adl
-acZ
-acZ
-acZ
-adl
-acZ
-acZ
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-arb
-arJ
-aso
-arJ
-atG
-atG
-atG
-aso
-awn
-awV
-axJ
-ayo
-ayo
-ayo
-ayo
-aAF
-axJ
-aaa
-aay
-aaa
-aaa
-aay
-aaa
-aFL
-aIa
-aIa
-aFL
-aaa
-aay
-aaa
-aaa
-aay
-aaa
-aPH
-aQp
-aRi
-aSi
-aTf
-aTf
-aTf
-aTf
-aTf
-aTf
-aTf
-aXB
-aWX
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-bcO
-bdf
-bcO
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-adR
-adR
-adR
-adR
-adR
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-arb
-arJ
-aso
-arJ
-atG
-atG
-atG
-aso
-awn
-awV
-axJ
-ayp
-ayo
-ayo
-ayo
-aBj
-axJ
-aaa
-aay
-aaa
-aaa
-aay
-aaa
-aFL
-aEl
-aEl
-aFL
-aaa
-aay
-aaa
-aaa
-aay
-aaa
-aPH
-aQq
-aRi
-aSi
-aTf
-aTf
-aUJ
-aTf
-aVG
-aTf
-aTf
-aWX
-aTf
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-bcO
-bda
-bdg
-bdp
-bcO
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-adR
-adR
-adR
-adR
-adR
-adR
-adR
-adR
-adR
-agD
-agW
-agD
-adR
-adR
-adR
-adR
-adR
-aay
-adl
-acZ
-acZ
-acZ
-acZ
-acZ
-acZ
-aay
-aaa
-aaa
-aaa
-aaa
-aim
-aaa
-aaa
-aaa
-aaa
-aaa
-arb
-arJ
-asp
-atf
-atG
-atG
-atG
-aso
-awn
-awV
-axJ
-ayq
-ayo
-azQ
-ayo
-aAF
-axJ
-aaa
-aay
-aaa
-aAI
-aFL
-aFL
-aFL
-aIb
-aIb
-aFL
-aFL
-aFL
-aFL
-aFL
-aFL
-aFL
-aPH
-aQr
-aRj
-aPH
-aTg
-aUa
-aUK
-aPH
-aPH
-aWl
-aWX
-aXC
-aWX
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-bcP
-bdb
-bdg
-bdq
-bcP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-adR
-aeh
-aes
-aeh
-adR
-aeY
-afr
-aeY
-adR
-agE
-agX
-ahA
-adR
-ain
-aiC
-ain
-adR
-aaa
-aaa
-aaa
-aaB
-aaa
-aaa
-aaB
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-arb
-arJ
-asq
-atg
-atH
-aup
-atH
-aso
-arb
-awW
-axK
-ayr
-ayo
-axJ
-axJ
-axJ
-axJ
-axJ
-axJ
-axJ
-axJ
-aFM
-aEl
-aEl
-aIc
-aIQ
-aIQ
-aIQ
-aIQ
-aIQ
-aIQ
-aIQ
-aOU
-aPI
-aQs
-aRk
-aPH
-aTh
-aQq
-aUL
-aVl
-aVH
-aWm
-aTf
-aXD
-aWX
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-bcP
-bdc
-bdg
-bdq
-bcP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-adR
-aei
-aet
-aeD
-adR
-aeZ
-afs
-afI
-adR
-agD
-agY
-agD
-adR
-aio
-aiD
-aiV
-adR
-aay
-aay
-aay
-aaB
-aay
-aay
-aaB
-aay
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-arb
-arb
-arb
-ath
-atI
-arb
-auU
-avA
-arb
-aaa
-axK
-ays
-azb
-azb
-aAH
-aBk
-aBk
-aCz
-aDr
-aEh
-axJ
-aFN
-aGy
-aHk
-aId
-baz
-aFO
-aFO
-aFO
-aMj
-aFO
-aFO
-aFO
-aPJ
-aQt
-aRl
-aPH
-aTi
-aQq
-aQq
-aQq
-aQq
-aRi
-aTf
-aTf
-aTf
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-bcQ
-bdd
-bdg
-bdr
-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
-"}
-(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
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-adR
-aeh
-aeu
-aeh
-adR
-aeY
-aft
-aeY
-adR
-abt
-adu
-abt
-adR
-ain
-aiE
-ain
-adR
-aaa
-aaa
-aaa
-aaB
-aaa
-aaa
-aaB
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aqF
-ati
-atJ
-aqE
-atJ
-avB
-aqF
-aaa
-axK
-ayt
-ayo
-azR
-axJ
-aBl
-aBY
-aCA
-aBk
-aBk
-aEY
-aFO
-aFO
-aFO
-aIe
-aIS
-aJO
-aKB
-aLq
-aAI
-aFL
-aFL
-aFL
-aPH
-aQu
-aRm
-aPH
-aPH
-aPH
-aPH
-aVm
-aVm
-aPH
-aWY
-aXE
-aPH
-aPH
-aPH
-aPH
-aPH
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-bcP
-bdd
-bdg
-bdr
-bcP
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-adR
-abt
-adu
-abt
-adR
-abt
-adu
-abt
-adR
-aaa
-aev
-aaa
-adR
-abt
-adu
-abt
-adR
-aay
-aay
-aay
-aaB
-aay
-aay
-aaB
-aay
-aay
-aay
-aay
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aqF
-ati
-atK
-aqF
-atK
-avB
-aqF
-aaa
-axK
-ayt
-ayo
-azS
-aAI
-aAI
-aAI
-aAI
-aAI
-aAI
-aAI
-aFP
-aFP
-aFP
-aIf
-aIT
-aJP
-aKC
-aLr
-aAI
-aNg
-aOb
-aBs
-aPH
-aQu
-aRn
-aSj
-aTj
-aUb
-aUb
-aUb
-aVI
-aSi
-aTf
-aTf
-aPH
-aYB
-aYX
-aYZ
-aZY
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aay
-bcP
-bdd
-bdg
-bdr
-bcP
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aev
-aaa
-aay
-aaa
-afu
-afJ
-agc
-aaa
-aev
-aaa
-ahU
-afJ
-aiF
-aaa
-aay
-aaa
-aaa
-aaa
-aaB
-aaa
-aaa
-aaB
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aay
-aay
-aay
-aqE
-aqE
-aqE
-aqF
-ati
-atJ
-aqE
-atJ
-avB
-aqF
-aqE
-aqE
-ayu
-azc
-aqE
-aAI
-aBm
-aBZ
-aCB
-aDs
-aEi
-aEZ
-aFQ
-aBn
-aEi
-aIg
-aIU
-aJQ
-aJQ
-aLs
-aAI
-aNh
-aOc
-aBq
-aPH
-aQv
-aRo
-aSk
-aTk
-aUc
-aSk
-aQs
-aVJ
-aSi
-aTf
-aTf
-aPH
-aYC
-aRk
-aZz
-aYZ
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aay
-aay
-bcP
-bdd
-bdg
-bdr
-bcP
-aay
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aay
-aaa
-aaa
-aaa
-aaa
-aay
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aev
-aaa
-aay
-aaa
-abs
-abt
-adu
-abt
-adu
-abt
-adu
-abt
-abs
-aay
-adR
-adR
-adR
-adR
-adR
-adR
-adR
-adR
-adR
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aqE
-ard
-arK
-ard
-are
-arh
-auq
-arh
-avC
-arh
-awX
-axL
-ayv
-arh
-arh
-aAI
-aBn
-aCa
-aCC
-aBq
-aEj
-aFa
-aFR
-aBq
-aEm
-aIg
-aIV
-aJR
-aJR
-aLt
-aJW
-aJW
-aJW
-aJW
-aPK
-aPK
-aPK
-aPK
-aPK
-aPK
-aPK
-aVn
-aVK
-aPH
-aWZ
-aXF
-aPH
-aYD
-aYY
-aYX
-aYX
-aPH
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aay
-bcR
-bdd
-bdg
-bdr
-bcR
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaB
-aaa
-aaa
-aaa
-aay
-aay
-aaB
-aay
-aay
-aay
-aaB
-abs
-abs
-abs
-abs
-abt
-adu
-abt
-abs
-abs
-abs
-afK
-agd
-afK
-agd
-afK
-agd
-aip
-abt
-aaa
-abt
-aji
-ajw
-aji
-adR
-akd
-akl
-akd
-adR
-aay
-agu
-agu
-agu
-aay
-aay
-aay
-aay
-aay
-aay
-aqE
-are
-are
-are
-are
-arh
-aur
-auV
-avC
-arh
-awY
-axM
-arh
-arh
-azT
-aAI
-aBo
-aCb
-aCb
-aCb
-aEk
-aEi
-aEm
-aBq
-aBq
-aIg
-aIW
-aJS
-aKD
-aLu
-aMk
-aNi
-aOd
-aNm
-aPL
-aQw
-aQw
-aSl
-aTl
-aTl
-aPK
-aVo
-aVL
-aPH
-aPH
-aPH
-aPH
-aPH
-aYX
-aZA
-aZZ
-aPH
-aPH
-aPH
-aPH
-aPH
-aPH
-aaa
-aay
-bcP
-bdd
-bdg
-bdr
-bcP
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aay
-aaB
-aaB
-aaB
-aay
-aay
-aay
-aaB
-abR
-acg
-acg
-acg
-acg
-adm
-adB
-adm
-adS
-aej
-aew
-aeE
-aeL
-afa
-aeL
-aeE
-age
-agF
-age
-agF
-age
-aiq
-aiG
-afJ
-aiG
-ajj
-ajx
-ajH
-adR
-akd
-akm
-akd
-adR
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aqE
-arf
-are
-are
-are
-arh
-arh
-arh
-avC
-arh
-awY
-axN
-arh
-avD
-azU
-aAI
-aBp
-aCb
-aCD
-aCb
-aEl
-aEl
-aEl
-aEl
-aEl
-aIg
-aIX
-aJT
-aKE
-aJV
-aJW
-aNj
-aOe
-aOe
-aPM
-aQx
-aQx
-aSm
-aQx
-aUd
-aPK
-aQu
-aVM
-aUb
-aXa
-aXG
-aXZ
-aPH
-aYZ
-aZB
-baa
-aPH
-baJ
-bbl
-aYX
-bcd
-aPH
-aay
-aay
-bcP
-bdd
-bdg
-bdr
-bcP
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaB
-aaa
-aaa
-aaa
-aay
-aay
-abS
-aay
-aay
-aay
-aaB
-abs
-abs
-abs
-adT
-abK
-abK
-aeF
-aeM
-afb
-afv
-abK
-agf
-agG
-agZ
-agG
-agG
-air
-abt
-aaa
-abt
-aji
-ajy
-aji
-adR
-akd
-akn
-akd
-adR
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aqE
-arg
-arL
-arh
-arh
-arh
-aus
-arh
-arh
-arh
-awZ
-axO
-arh
-aTG
-azV
-aAI
-aBq
-aCb
-aCD
-aCb
-aEl
-aEl
-aEl
-aEl
-aEl
-aIg
-aIY
-aJU
-aJU
-aLv
-aJW
-aNk
-aOe
-aOe
-aPL
-aQw
-aQw
-aQx
-aTm
-aTm
-aPK
-aVp
-aVN
-aWn
-aTk
-aXH
-aQs
-aPH
-aZa
-aZA
-aYX
-aPH
-baK
-bbm
-beQ
-bce
-aPH
-aaa
-aay
-bcS
-bcQ
-bdh
-bcQ
-bdu
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aay
-aaa
-aaa
-aaa
-aaa
-aay
-abS
-aay
-aaa
-aaa
-acU
-acU
-acU
-acU
-acU
-acU
-acU
-acU
-acU
-acU
-acU
-afL
-agf
-abK
-aha
-abK
-abK
-ais
-abs
-abs
-acU
-acU
-acU
-adR
-adR
-abt
-ako
-abt
-adR
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aqF
-arh
-arh
-asr
-arh
-atL
-aut
-auW
-auW
-awp
-axa
-axP
-arh
-azd
-azW
-aAI
-aBr
-aCb
-aCb
-aCb
-aBq
-aCE
-aFS
-aCE
-aHl
-aIg
-aIX
-aJV
-aKF
-aJV
-aJW
-aNl
-aOe
-aNm
-aPN
-aPN
-aQG
-aSn
-aQG
-aPN
-aPK
-aPK
-aPK
-aPK
-aPK
-aXI
-aVn
-aYE
-aYZ
-aZC
-aYX
-aPH
-aYX
-bbn
-bbE
-aYX
-aPH
-aaa
-aay
-aay
-aVm
-bdi
-aVm
-aay
-bdz
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aay
-aaa
-aaa
-aaJ
-aaa
-aaB
-abS
-aaB
-aaa
-aaa
-ada
-adn
-ado
-adM
-ado
-adM
-ado
-adM
-adE
-afc
-afw
-adF
-agg
-agH
-agf
-abK
-abK
-ait
-aeE
-aiW
-aiW
-ajk
-ajz
-ajI
-aJp
-aaa
-abS
-aaa
-aay
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aqF
-arh
-arM
-arh
-arh
-atM
-arh
-arh
-arh
-awq
-arh
-aws
-arh
-aDE
-aHP
-aAI
-aBs
-aCc
-aCE
-aDt
-aEm
-aFb
-aBq
-aBs
-aBq
-aIg
-aIZ
-aJW
-aJW
-aJW
-aJW
-aNm
-aOe
-aNm
-aPN
-aTX
-aRp
-aSo
-aTn
-aUe
-aPN
-aVq
-aVO
-aWo
-aPN
-aXI
-aVn
-aYE
-aYX
-aYX
-aYX
-aPH
-baL
-bbo
-aYX
-bcf
-aPH
-aaa
-aay
-aaa
-aVm
-bdj
-aVm
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaJ
-aaa
-abs
-abT
-abs
-acu
-acu
-ada
-ado
-adC
-adC
-adU
-adU
-adC
-adC
-aeN
-adM
-acU
-afM
-acT
-acT
-ahb
-ahB
-ahB
-aiu
-aeE
-aiX
-adF
-ajl
-ajA
-aIt
-aIt
-acg
-akp
-akM
-akM
-akM
-akM
-amA
-aaa
-aaa
-aaa
-aot
-aot
-aot
-aot
-aot
-aot
-aot
-aot
-aot
-aot
-auu
-auX
-arh
-awr
-axb
-axQ
-aqE
-azf
-azY
-aAJ
-aAJ
-aAJ
-aAJ
-aAJ
-aAJ
-aAJ
-aAJ
-aAJ
-aAJ
-aIg
-aIX
-aJX
-aKG
-aLw
-aMl
-aNn
-aOf
-aQC
-aPN
-aQz
-aRq
-beJ
-aTo
-beM
-aPN
-aVr
-aVP
-aWp
-aPN
-aXJ
-aVn
-aPH
-aPH
-aPH
-aPH
-aPH
-aPH
-aYE
-aYE
-aPH
-aPH
-aPH
-aPH
-aPH
-aVm
-bdk
-aVm
-aPH
-aay
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aay
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abU
-abs
-acv
-acv
-acU
-adp
-adD
-adN
-adN
-adN
-adN
-adC
-adM
-adp
-afx
-afN
-agh
-agl
-agl
-agl
-ahV
-abs
-afL
-aiY
-aeE
-ajm
-abt
-aaa
-aay
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-amB
-akM
-akM
-akM
-aou
-aoY
-apB
-aqf
-aqG
-aqG
-aqG
-ass
-atj
-aot
-auv
-auv
-arh
-aws
-axd
-axR
-aqE
-azf
-azZ
-aAJ
-aTM
-aCd
-aCF
-aDu
-aEn
-aFc
-aFT
-aGz
-aAJ
-aIg
-aIX
-aJX
-aKH
-aKH
-aMm
-aLz
-aOg
-aQB
-aPN
-aQA
-aRq
-beI
-aTp
-aUg
-aPN
-aVs
-aVQ
-aWq
-aPN
-aXI
-aYa
-aYF
-aZb
-aSk
-aSk
-aZb
-aQs
-aRk
-aRk
-aRk
-aRk
-bct
-aQq
-bcT
-aQq
-aQq
-aQq
-aPH
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaN
-aay
-aay
-aay
-aaN
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abT
-abs
-acw
-acP
-acU
-adq
-adD
-adD
-adN
-adD
-adD
-adC
-adV
-afd
-afw
-afO
-agi
-agh
-agi
-ahC
-ahH
-abs
-aiH
-aiZ
-ajf
-ajn
-abt
-aaa
-aay
-acU
-acU
-acU
-acU
-acU
-ame
-ame
-ame
-ame
-ame
-aot
-aoZ
-aoZ
-aoZ
-aqH
-aqH
-aqH
-ast
-atk
-aot
-auw
-arh
-avD
-aws
-ZAw
-aqE
-aqE
-azg
-aAa
-aAJ
-aBu
-aCe
-aCG
-aDv
-aDv
-aDv
-aFU
-aGA
-aHm
-aIh
-aJa
-aJX
-aKI
-aLx
-aMl
-aNn
-aOh
-aRe
-aPN
-aUf
-aRr
-beK
-aSr
-beN
-aPN
-aVt
-aVR
-aWr
-aPN
-aXK
-aSj
-aPJ
-aUb
-aZD
-aUb
-aUb
-baM
-bbp
-aRk
-bcg
-aRk
-bct
-aQq
-aQq
-aQq
-aQq
-aQq
-aPH
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abs
-abs
-abs
-abs
-abs
-abs
-abs
-abV
-abK
-acx
-acQ
-acU
-adp
-adD
-adD
-adN
-adD
-adD
-adC
-adM
-ado
-afx
-afO
-agj
-afO
-ahc
-ahC
-ahW
-abs
-aiI
-abK
-abs
-ajo
-abs
-abs
-abs
-acU
-akq
-akN
-aln
-acU
-amf
-amh
-amh
-amh
-anZ
-ami
-amh
-apC
-aqg
-aqI
-aqI
-aqI
-amh
-atl
-aot
-arh
-arh
-arh
-aws
-axe
-axS
-ayw
-aDE
-aHP
-aAJ
-aBv
-aCe
-aCe
-aDw
-aDw
-aDw
-aCe
-aGB
-aAJ
-aIg
-aJb
-aJW
-aKJ
-aKJ
-aKJ
-aNo
-aOh
-aOX
-aPN
-aPN
-aRs
-aSs
-aRs
-aPN
-aPN
-aPL
-aVS
-aPL
-aPN
-aPN
-aPN
-aPK
-aPH
-aPH
-aPH
-aPH
-aQu
-aRm
-bbF
-aPH
-aPH
-aPH
-aPH
-aVm
-aVm
-aVm
-aPH
-aPH
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abD
-abX
-acq
-abD
-abX
-acH
-aeK
-acG
-abK
-acy
-acR
-adb
-adr
-adp
-adD
-adD
-adD
-adD
-adC
-adV
-afe
-acU
-afP
-agk
-adn
-ahd
-ahD
-ahX
-abs
-aiJ
-abK
-abt
-ajp
-ajB
-ajJ
-ajR
-ake
-akr
-akO
-aln
-acU
-amg
-amC
-ana
-ana
-aoa
-aov
-ana
-apD
-aqg
-aqJ
-aqJ
-arN
-amh
-atl
-aot
-aux
-arh
-avE
-aws
-axf
-aqF
-arh
-arh
-azU
-aAJ
-aBw
-aCe
-aCH
-aCH
-aCH
-aCH
-aCH
-aGB
-aDy
-aIg
-aJc
-aJY
-aKK
-aLy
-aJY
-aLz
-aOi
-aOY
-aPO
-aUh
-aRt
-aRw
-aTs
-aPL
-aUM
-aUN
-aVT
-aWs
-aXb
-aXL
-aYb
-aPK
-aZc
-aZE
-aZF
-aPH
-aQu
-aRm
-aPH
-aPH
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abC
-abY
-abC
-abC
-abC
-acH
-aeJ
-acG
-ach
-acz
-acy
-adc
-adr
-adE
-adp
-adV
-adp
-adV
-adp
-aeN
-adV
-acU
-afQ
-agl
-agI
-ahe
-ahE
-ahY
-adn
-aiK
-abK
-abt
-ajq
-abK
-aIR
-ajS
-ake
-akr
-akr
-aln
-acU
-amh
-amD
-ame
-ame
-ame
-aot
-apa
-apE
-aqh
-aqK
-aqK
-aqK
-aqK
-atm
-atN
-auy
-auY
-avF
-awt
-auY
-axT
-auY
-azh
-arh
-aAJ
-aBx
-aCe
-aCH
-aCH
-aCH
-aCH
-aCH
-aGB
-aDy
-aIi
-aJd
-aJX
-aKL
-aLz
-aMl
-aNp
-aOj
-aLz
-aPP
-aQD
-aRu
-aSt
-aTt
-aPL
-aUN
-aUN
-aVT
-aWt
-aXb
-aQx
-aYc
-aPK
-aZd
-aZF
-aZF
-aPH
-baN
-aRm
-bbG
-aPH
-aaa
-aaa
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abE
-abC
-abZ
-abC
-abC
-acH
-aeJ
-aee
-aci
-acA
-acA
-acU
-acU
-acU
-acU
-acU
-acU
-acU
-acU
-acU
-acU
-acU
-afR
-agm
-agJ
-ahf
-abK
-ahZ
-adn
-aiK
-abK
-abt
-ajr
-ajC
-ajC
-ajT
-abs
-aks
-aks
-alo
-acU
-amg
-amD
-ame
-aaa
-aaa
-aot
-apb
-apF
-aqi
-aqL
-ari
-arO
-asu
-atn
-aot
-auz
-auZ
-auv
-awu
-axg
-axU
-ayx
-azi
-aAb
-aAJ
-aBy
-aCf
-aCI
-aDx
-aDx
-aDx
-aDx
-aGC
-aDy
-aIg
-aJe
-aJY
-aKM
-aLA
-aJY
-aLz
-aOk
-aNn
-aPQ
-aQE
-aRv
-bec
-aRu
-aUi
-aTq
-aTq
-aVT
-aTq
-aXc
-aQx
-aYd
-aPK
-aZe
-aZG
-aTf
-aSi
-baO
-bbq
-aVm
-aVm
-aVm
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-acn
-abC
-abC
-abY
-acF
-abs
-aeW
-acG
-acj
-acB
-acS
-add
-ads
-adF
-adO
-adW
-aek
-aex
-aeG
-aeO
-aff
-afy
-afS
-afO
-agK
-ahg
-ahF
-aia
-adn
-aiK
-abK
-abt
-ajs
-ajC
-ajC
-ajU
-abs
-akt
-akP
-alp
-acU
-ami
-amE
-ame
-aaa
-aaa
-aot
-apc
-aot
-aot
-aot
-aot
-aot
-aot
-aot
-aot
-aqE
-aqF
-avG
-aqE
-aqE
-aqF
-ayy
-azj
-aqF
-aAJ
-aAJ
-aAJ
-aAJ
-aDy
-aDy
-aFd
-aFV
-aAJ
-aAJ
-aIj
-aJf
-aJW
-aKJ
-aKJ
-aKJ
-aNq
-aOj
-aLz
-aPP
-aQF
-aRw
-aSv
-aTu
-aPL
-aUO
-beO
-aVT
-aWu
-aPO
-aXM
-aYe
-aPK
-aZf
-aZH
-bab
-aPH
-baP
-bbr
-bbH
-aSj
-bbH
-aaT
-bcD
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abF
-abC
-abC
-abC
-abC
-acm
-aiK
-aca
-ack
-acC
-acT
-acT
-adt
-acT
-adP
-adP
-ael
-abW
-abs
-abK
-afg
-afz
-afT
-agn
-agL
-ahh
-ahG
-adn
-abs
-aiL
-abK
-abs
-ajs
-ajC
-ajC
-abs
-abs
-acU
-acU
-acU
-acU
-amj
-amF
-abt
-abt
-abs
-aof
-apd
-apG
-aqj
-aqM
-arj
-arP
-asv
-ato
-atO
-aqm
-ava
-avH
-awv
-axh
-axh
-ayz
-azk
-axh
-aAK
-axh
-axh
-aCJ
-axh
-ZzV
-axh
-axh
-aGD
-axh
-bax
-aJg
-aJX
-aKN
-aLB
-aMl
-aNn
-aOh
-aNn
-aPO
-aQG
-aRx
-aQG
-aQG
-aPO
-aQG
-aQG
-aRx
-aKJ
-aKJ
-aPO
-aXc
-aPK
-aPK
-aPK
-aPH
-aPH
-aVn
-aXI
-aVm
-aVm
-aVm
-aaa
-amz
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abC
-abC
-acn
-abC
-abZ
-abt
-afq
-acl
-acl
-acD
-acU
-abt
-adu
-abt
-acU
-adX
-aem
-aey
-abs
-aeP
-afh
-abs
-afU
-ago
-agM
-ahi
-ahH
-aib
-abs
-aiI
-abK
-abK
-ajt
-abK
-abK
-aeH
-abK
-ajB
-akQ
-abK
-aeH
-amk
-aiI
-abK
-abK
-aeH
-aow
-ape
-apH
-aqk
-aqM
-aqM
-aqM
-aqM
-aqM
-aqM
-aqk
-avb
-aRP
-aww
-aww
-aww
-aww
-azl
-aww
-aAL
-aww
-azs
-ZzS
-atT
-ZzW
-atT
-atT
-atT
-atT
-bav
-aJh
-aJX
-aKO
-aKO
-aMn
-aLz
-bdR
-aLz
-aPR
-aQH
-aRy
-aQH
-aKH
-aUj
-aRy
-aQH
-aOi
-aWv
-aLw
-aXN
-aYf
-aYG
-aZg
-aZI
-aSj
-aSj
-baQ
-bbs
-bbI
-aPH
-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
-"}
-(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
-aaJ
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abE
-abC
-abC
-abC
-abC
-abt
-ahs
-aiR
-aiR
-aeC
-abt
-ade
-adv
-ade
-abt
-adX
-aem
-abW
-abs
-aeP
-afi
-abs
-afV
-agp
-agN
-ahj
-ahI
-adn
-abs
-acr
-adY
-abM
-aju
-ajD
-ajD
-ajV
-ajD
-aku
-ajD
-ajD
-alK
-aml
-amG
-ajD
-anx
-aob
-aox
-apf
-apI
-aql
-aqN
-aqN
-aqN
-asw
-aqN
-aqN
-aql
-avc
-avJ
-atV
-atV
-awx
-awy
-awy
-aAc
-aAl
-aAM
-aAl
-aCK
-aCK
-aCK
-aFe
-aFW
-aFW
-aFe
-avJ
-aJh
-aJX
-aKP
-aLC
-aMl
-aNn
-aNn
-aNn
-aNn
-aOf
-aOh
-aNn
-aOh
-aNn
-aOh
-aNn
-aVU
-aWw
-aXd
-aKJ
-aYg
-aYH
-aZh
-aPK
-bac
-aQp
-ZAh
-ZAi
-bbJ
-aPH
-aay
-aay
-aaB
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abC
-abZ
-aco
-adn
-adn
-abt
-afG
-ahH
-aja
-adn
-abt
-adf
-adw
-adG
-abt
-adX
-aem
-abW
-aeH
-abK
-acb
-afA
-afW
-agq
-agO
-ahk
-agk
-adn
-abs
-abs
-abs
-abs
-abt
-abt
-abt
-abs
-aeH
-akv
-abt
-abt
-abs
-abt
-abt
-abs
-any
-aoc
-aoy
-apg
-apH
-aqj
-aqO
-ark
-ark
-asx
-aqM
-atP
-aqj
-avb
-avJ
-atV
-axi
-axl
-axm
-axm
-aAd
-aAl
-aBz
-aAl
-aCL
-aDz
-aEo
-aFf
-aFX
-aGE
-aGE
-avJ
-aJi
-aJW
-aJW
-aJW
-aJW
-aNr
-aNr
-aNr
-aPS
-aQI
-aRz
-aSw
-aTv
-aMl
-aRz
-aUP
-aJW
-aWx
-aXe
-aKJ
-aYh
-aYI
-aZi
-aPK
-bad
-bad
-baR
-ZAj
-bbK
-aPH
-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
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abL
-abC
-abC
-acE
-abY
-abt
-aiA
-aiT
-ajc
-ajh
-abt
-adg
-adv
-adg
-abt
-adX
-aem
-aez
-abs
-abs
-abs
-abs
-abs
-agr
-acK
-acK
-abt
-abs
-abs
-aaa
-aay
-aaa
-aaa
-aaa
-aaB
-aiM
-akf
-akw
-aiM
-aaa
-aaa
-aay
-amH
-amJ
-anz
-aod
-anz
-apg
-apH
-aqj
-aqP
-aqM
-aLT
-asy
-aqM
-atQ
-aqj
-avb
-avK
-atV
-axj
-axV
-axm
-axm
-aAe
-aAl
-aBz
-aCg
-aCM
-aCM
-aEp
-aFg
-aFg
-aGF
-aGE
-avJ
-aJh
-aJZ
-atS
-aLD
-atS
-aaa
-aaa
-aNr
-aJW
-aJW
-aJW
-aSx
-aOh
-aNn
-aJW
-aVv
-aVw
-aNr
-aNr
-aKJ
-aNr
-aNr
-aNr
-aPK
-aPH
-aPH
-aPH
-aPH
-bbL
-aPH
-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
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-abs
-abs
-abs
-abs
-abs
-abs
-abs
-acp
-acc
-acc
-aje
-acU
-abt
-adu
-abt
-acU
-adX
-aen
-abW
-abt
-aeQ
-afj
-afj
-afj
-ags
-aea
-abP
-afj
-afB
-aaa
-aaa
-aay
-aay
-aay
-aay
-aaB
-aiM
-aiO
-ajb
-aiM
-aay
-aay
-aay
-amI
-anb
-anA
-anA
-aoz
-aph
-apJ
-aqj
-aqQ
-aqM
-aqM
-asx
-aqM
-atR
-aqj
-avb
-avL
-atV
-axk
-axW
-axm
-axm
-axX
-aAl
-aBz
-aAl
-aCN
-aDA
-aEq
-aFh
-aFY
-aFg
-aHn
-avJ
-aJh
-aKa
-atS
-aLE
-atS
-aay
-aay
-aay
-aaa
-aaa
-aRA
-aOg
-aTw
-aNn
-aUP
-aNn
-aVw
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aVm
-bbK
-aVm
-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
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaR
-aaT
-abu
-abM
-aiB
-acd
-ajd
-acI
-acV
-adh
-adx
-adH
-adQ
-adQ
-aeo
-aeA
-abt
-aeR
-adA
-afB
-abN
-ags
-adj
-aeQ
-acN
-aeR
-aiv
-aaa
-aay
-aaa
-aaa
-aaa
-aaB
-aiM
-aiO
-ajb
-aiM
-aaa
-aaa
-aay
-amH
-amJ
-anB
-aoe
-anB
-apg
-apH
-aqj
-aqQ
-arl
-arQ
-asz
-aqM
-aqO
-aqj
-avb
-avJ
-awx
-axl
-axX
-axm
-axm
-aAf
-aAl
-aBz
-aAl
-aCO
-aDB
-aEr
-aEr
-bai
-aGG
-aEr
-aIm
-aJj
-aKa
-atS
-aLD
-atS
-aaa
-aaa
-aay
-aaa
-aaa
-aRA
-aSy
-aTx
-aUk
-aJW
-aVw
-aVw
-aay
-aay
-aVV
-aVW
-aVW
-aVW
-aVV
-aay
-aay
-aaa
-aVm
-bbK
-aVm
-aaa
-aaa
-aaB
-aaa
-aaa
-aay
-aay
-aay
-aay
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abt
-abK
-abK
-ace
-acr
-acJ
-acW
-adi
-ady
-adI
-abM
-adY
-abM
-abM
-abu
-aeS
-aeS
-aeS
-aeS
-agt
-aeS
-aeS
-ahJ
-aeR
-aiv
-aay
-aay
-aay
-ajg
-ajg
-aiM
-ajg
-akg
-ajb
-aiM
-aiM
-aiM
-aay
-amJ
-amJ
-amJ
-aof
-aof
-api
-apK
-aqm
-aqm
-aqm
-aqm
-aqk
-aqj
-aqj
-aqm
-avb
-avJ
-awy
-axm
-axm
-ayA
-axm
-aAg
-aAl
-aBz
-aAl
-aCP
-aDC
-aGa
-aFi
-ZAy
-aGH
-aHo
-avJ
-aJh
-aKa
-atS
-aLF
-atS
-aaa
-aaa
-aay
-aaa
-aaa
-aRA
-aSz
-aTy
-aUl
-aUQ
-aaa
-aay
-aaa
-aaa
-aVW
-aYi
-aYJ
-aZj
-aVW
-aaa
-agu
-aaa
-aVm
-bbK
-aVm
-aaB
-aaB
-aaB
-aaB
-aaB
-aaB
-aaB
-aaB
-aaB
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaJ
-aaa
-aaa
-aaa
-abs
-abt
-abs
-abs
-abs
-acK
-abt
-abt
-acK
-abs
-abs
-abs
-abs
-abs
-abs
-aeR
-acL
-aeR
-acL
-agu
-acL
-aeR
-ahK
-aeS
-aiw
-aaT
-aaT
-aaT
-ajv
-ajE
-aiN
-ajW
-aiN
-akx
-akR
-alq
-aiM
-aay
-amJ
-anc
-anC
-aog
-aoA
-apj
-apL
-aqn
-aqR
-arm
-arR
-arm
-atp
-arm
-arm
-aRO
-avM
-awz
-axn
-axn
-axn
-axn
-aAh
-aAM
-aBz
-aAl
-aCQ
-aDC
-aDC
-aDC
-aDC
-aDC
-aHp
-aIn
-aJh
-aKa
-atS
-aLG
-atS
-aay
-aay
-aay
-aay
-aay
-aJW
-aJW
-aJW
-aJW
-aJW
-aaa
-aay
-aaa
-aaa
-aVW
-aYj
-aXf
-aZk
-aVV
-aaa
-agu
-aaa
-aPH
-bbK
-aPH
-aaa
-aaa
-aay
-aaa
-aaa
-aay
-aay
-aay
-aay
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaa
-aaa
-aay
-aaa
-aay
-aaB
-aay
-acL
-abN
-adj
-acL
-aay
-aaB
-aay
-aaa
-aay
-aaa
-aeT
-afk
-aeT
-afk
-agu
-aeT
-afk
-aeT
-afk
-aiv
-aay
-aay
-aay
-aiM
-ajF
-ajK
-ajX
-akc
-aky
-ajX
-alr
-alL
-amm
-amK
-and
-anD
-aoh
-aoB
-apk
-apM
-aqo
-apM
-apM
-arS
-asA
-atq
-apM
-apM
-ave
-avN
-awx
-axl
-axY
-axY
-axY
-aAi
-aAl
-aBz
-aAl
-aUq
-aDC
-aDC
-aDC
-aDC
-aDC
-aHq
-avU
-aJk
-aKd
-atS
-aLD
-atS
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aay
-aeQ
-afj
-afj
-afB
-aay
-aaa
-aaa
-aVV
-aYk
-aXf
-aZl
-aVV
-aay
-aay
-aaa
-aZr
-bbM
-aZr
-aaa
-aaa
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aay
-abN
-acf
-acs
-acM
-acX
-acX
-adz
-acs
-acf
-adj
-aaa
-aay
-aaa
-aeU
-aeU
-aeU
-aeU
-aeU
-aeU
-ahl
-ahl
-ahl
-aeU
-aaa
-aay
-aaa
-ajg
-ajg
-ajL
-ajb
-akh
-akh
-akS
-akh
-akh
-akh
-amL
-amL
-anE
-amL
-aoC
-apl
-apN
-aoC
-aqS
-arn
-arT
-aqS
-aqS
-atS
-atS
-avb
-avO
-awA
-aSu
-axY
-aST
-axY
-aTI
-aAl
-aBz
-aAl
-aIK
-aDC
-aZn
-aFj
-aDC
-aGI
-aHr
-aIo
-aJl
-aKe
-aKe
-aKe
-aKe
-aKe
-aKe
-aKj
-aPc
-aPc
-aPc
-aKj
-aeT
-afB
-aeQ
-afk
-aVV
-aVW
-aVW
-aVV
-aYl
-aXf
-aZm
-aVW
-aaa
-aay
-aaa
-bbt
-bbN
-bbt
-aay
-aay
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aay
-abO
-acf
-acf
-acN
-acL
-acL
-adA
-adJ
-acf
-adZ
-aaa
-aay
-aaa
-aeU
-afl
-afC
-afX
-agv
-agP
-aeq
-ahp
-ahp
-aeU
-aaa
-aay
-aaa
-aaa
-ajg
-ajM
-ajY
-akh
-akz
-akT
-als
-alM
-amn
-amM
-ane
-anF
-amL
-aoD
-apm
-apO
-aqp
-aqS
-aro
-arU
-asB
-atr
-atT
-auA
-avf
-avN
-awA
-aSu
-axY
-aSI
-axY
-aTH
-aAl
-aBz
-aAl
-aAl
-aDD
-aAl
-aFk
-aGb
-aGJ
-aHs
-azk
-aJm
-aKe
-aKQ
-aLH
-aMo
-aKQ
-aKf
-aOZ
-aPT
-aQJ
-aRB
-aKj
-aeQ
-afk
-aeT
-afB
-aVW
-aWy
-aXf
-aXO
-aYm
-aXf
-ber
-aVW
-aaa
-agu
-aaa
-bbt
-bbO
-bbt
-aaa
-aaa
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aay
-abN
-acf
-acs
-acM
-acX
-acX
-adz
-acs
-acf
-adj
-aay
-aay
-aay
-aeU
-afm
-afo
-afY
-afo
-agP
-ahm
-ahp
-ahp
-aeU
-aaa
-aay
-aaa
-aaa
-aiM
-ajN
-ajb
-akh
-akh
-akU
-akU
-akh
-akh
-amN
-anf
-anG
-aoi
-aoE
-apm
-apO
-aqq
-aqS
-arp
-arU
-asC
-aqS
-atT
-atS
-avb
-avP
-awA
-axp
-axY
-axY
-azm
-aAl
-aAl
-aBA
-aCh
-aCT
-aBz
-aAl
-aAl
-aAl
-aAl
-aAl
-aIp
-aJn
-aKe
-aKR
-aLI
-aMp
-aNs
-aKf
-aPa
-aKX
-aKX
-aRC
-aKj
-aeT
-afB
-aeQ
-afk
-aVW
-aWz
-aXf
-aXP
-aYm
-aYK
-aZo
-aVW
-aaa
-agu
-aaa
-bbt
-bbO
-bbt
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-abP
-acf
-act
-acs
-acY
-adk
-acs
-act
-acf
-aea
-aaa
-aay
-aaa
-aeU
-afn
-afD
-afZ
-agw
-agQ
-aeI
-ahL
-aic
-aeU
-aiM
-aiM
-aiM
-aiM
-aiM
-ajN
-ajb
-akh
-akA
-akV
-akV
-alN
-akh
-amO
-aKw
-anG
-aoi
-aoF
-apm
-apO
-aoF
-aqS
-arq
-arU
-asD
-arn
-atT
-atS
-avg
-avO
-awA
-axq
-axY
-axY
-azn
-aAl
-aAN
-aBB
-aCi
-aCi
-aBz
-aBz
-aBz
-aBz
-aBz
-aAM
-avJ
-aJh
-aKe
-aKS
-aLJ
-aMq
-aNt
-aKf
-aPb
-aKX
-aMv
-aRD
-aKj
-aKj
-ZAf
-ZAf
-aKj
-aVX
-aVX
-aVX
-aVX
-aYn
-aVX
-aZp
-aZp
-aZr
-aZr
-aZr
-aZr
-bbP
-aZr
-aZr
-aZr
-aZr
-aZr
-aaJ
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaJ
-aaa
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aay
-aaa
-aay
-adK
-aaa
-aay
-aaa
-aeU
-afo
-afo
-afY
-afo
-agP
-aho
-ahN
-aie
-aiy
-aiN
-aiN
-aiN
-aiN
-aiN
-ajO
-ajZ
-akh
-akB
-akW
-akW
-alO
-akh
-amP
-ang
-anG
-aoi
-aoF
-apm
-aLS
-aqr
-aqS
-arr
-arV
-asE
-arn
-atT
-atS
-avb
-avO
-awA
-axr
-axZ
-axZ
-axr
-aAl
-aAO
-aAl
-aAl
-aAl
-aAl
-aAl
-aAl
-aAl
-aAl
-aAl
-aIq
-aJo
-aKe
-aKT
-aLK
-aMr
-aNu
-aKf
-aPc
-aPc
-aQK
-aPc
-aKj
-aTz
-aUm
-aUR
-aVx
-aVx
-aWA
-aXg
-aPd
-aYo
-aYL
-aZq
-aZJ
-bae
-bao
-baS
-bbu
-bbQ
-bch
-bcq
-ZAp
-ZAq
-aZr
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aay
-aaa
-adK
-adL
-adK
-adK
-adK
-aeU
-afl
-afE
-aga
-agx
-agP
-ahn
-ahM
-aid
-aix
-aiO
-aiO
-aiO
-aiO
-ajG
-ajP
-ajb
-akh
-akC
-akX
-alt
-alP
-akh
-amQ
-anh
-anH
-aLd
-aoG
-apn
-apO
-aqs
-aqS
-ars
-arU
-aLX
-aqS
-atT
-atS
-avb
-avO
-awA
-axs
-axV
-ayD
-azo
-axr
-aAO
-aAl
-ZzR
-aCk
-aCk
-aEv
-aFl
-aGc
-axu
-aHt
-avJ
-aJh
-aKe
-aKU
-bdK
-aMs
-aMs
-aOm
-aPd
-aPd
-aQL
-aRE
-aSA
-aPd
-aUn
-aUS
-aVy
-aVy
-aWB
-aXh
-aMv
-aPX
-aYM
-aZr
-aZK
-baf
-bap
-baT
-bbv
-bbR
-bci
-bcr
-bcu
-bcE
-aZr
-aZr
-aZr
-aZr
-aZr
-aZr
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-adK
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-aeU
-aeU
-aeU
-ahO
-aeU
-aeU
-aiM
-aiM
-aiM
-aiM
-aiM
-ajN
-aka
-akh
-akA
-akY
-alu
-alN
-akh
-amR
-ang
-anI
-aoi
-aoH
-apn
-apO
-aqt
-aqS
-art
-arW
-asG
-arn
-atU
-auB
-avb
-avO
-awA
-axt
-axk
-ayE
-azp
-aAm
-aAP
-aAl
-aCk
-aCk
-aCk
-aEv
-aEw
-aGd
-axu
-atS
-avJ
-aJh
-aKe
-aKV
-aLM
-aMt
-aNv
-aOn
-ZAc
-aPU
-aQM
-aRF
-aSB
-aTA
-aUo
-aKj
-aPc
-aPc
-aKj
-aKj
-aWC
-aKj
-aKj
-aZr
-aZL
-aZr
-aZr
-baU
-aZr
-aZr
-aZr
-aZr
-bcv
-bcF
-bcU
-bde
-bde
-bds
-bdv
-aZr
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-adL
-adL
-aeb
-aec
-aeB
-aol
-aeV
-aec
-aeb
-adL
-agy
-agR
-ahq
-ahP
-agy
-agC
-aaa
-aay
-aay
-aaa
-aiM
-ajN
-ajb
-akh
-akh
-akh
-akh
-akh
-akh
-amo
-amo
-amo
-amo
-aoI
-apo
-apP
-aoI
-aqT
-aqT
-arT
-aqT
-aqS
-atV
-atV
-avh
-avQ
-awA
-axu
-axu
-axu
-axu
-aAl
-aAO
-aAl
-aCk
-aCk
-aDF
-aEv
-ayG
-ayG
-aGK
-aGK
-avJ
-aJl
-aKf
-aKf
-aLN
-aLN
-aKf
-aKf
-aPe
-aPV
-aQN
-aRG
-aSC
-aTB
-aKX
-aUT
-aKX
-aPX
-aKj
-aKX
-aKX
-aKX
-aKX
-aZr
-aZL
-aZr
-baq
-baV
-bbw
-bbS
-bbw
-aZr
-bch
-bcF
-bcU
-bde
-bde
-bde
-bdw
-aZr
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-adL
-adL
-aec
-aep
-aec
-aec
-aec
-aep
-aec
-adL
-agz
-agS
-ahr
-agS
-aif
-agC
-aay
-aay
-aay
-aay
-ajg
-ajN
-akb
-aiN
-aiN
-aiN
-alv
-akR
-amo
-amS
-ani
-anJ
-amo
-aoJ
-app
-aoJ
-aqu
-aoJ
-aoJ
-app
-asH
-aon
-atW
-atS
-avb
-avR
-awB
-axu
-aya
-ayF
-azq
-aAl
-aAO
-aAl
-aCk
-aCU
-aJE
-aEv
-aZP
-ayG
-aGL
-aGL
-avJ
-aJh
-aKg
-aKW
-aLO
-aMu
-aNw
-aKj
-aKj
-aPW
-aQO
-aRH
-aSD
-aTC
-bem
-aUU
-aVz
-aKX
-aWC
-aKX
-aXQ
-aYp
-aYN
-aZr
-aZL
-bag
-bar
-baV
-bat
-bar
-bat
-aZr
-bch
-bcG
-aZr
-aZr
-bdl
-bde
-bde
-aZr
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-adL
-adL
-aed
-aec
-adL
-adL
-adL
-afp
-afF
-agb
-agA
-agT
-auD
-agT
-aig
-agC
-aaa
-aay
-aay
-aaa
-ajg
-ajQ
-akc
-akc
-akc
-akc
-alw
-ajb
-amo
-amT
-anj
-anK
-aok
-aoK
-apq
-apQ
-aqv
-aqv
-aru
-arX
-asI
-aon
-atS
-atS
-avb
-avO
-awC
-axu
-ayb
-ayG
-ayG
-aAn
-aAQ
-aAn
-aCk
-aCk
-aCk
-aEv
-aEw
-aGe
-axu
-atS
-avJ
-aJh
-aKh
-aKX
-aKX
-aMv
-aKX
-aKX
-aPf
-aKX
-aQP
-aRI
-aSE
-aTD
-aKX
-aUV
-aVz
-aVY
-aKj
-aKX
-aXR
-aYq
-aKX
-aZs
-aZL
-aZr
-bas
-baV
-bbw
-bar
-bbw
-aZr
-bcw
-bcG
-bcV
-aZr
-bdl
-bde
-bdx
-aZr
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-adL
-adL
-aeB
-aec
-aoj
-adL
-arZ
-ats
-att
-adL
-agz
-agS
-agR
-agS
-aif
-agC
-aay
-aay
-aay
-aay
-ajg
-ajg
-ajg
-ajg
-ajg
-ajg
-ajN
-alQ
-amo
-amU
-ank
-anL
-amo
-aoL
-apr
-apR
-aqw
-aqU
-arv
-arY
-asJ
-aOl
-atX
-aRM
-avi
-avO
-awD
-axu
-ayc
-ayH
-azr
-aAl
-aAO
-aAl
-aCj
-aCk
-aCk
-aEw
-aFm
-aGc
-axu
-aHt
-avJ
-aJh
-aKi
-aLZ
-aKX
-aMw
-aNx
-aOo
-aKi
-aPX
-aQQ
-aRJ
-aKX
-aKX
-aKX
-aUW
-aKX
-aVZ
-aKj
-aKX
-aXS
-aKX
-aKX
-aZr
-aZL
-aZr
-bat
-baW
-bat
-bar
-bat
-aZr
-bcx
-bcG
-bcW
-aZr
-bdm
-bdt
-bdy
-aZr
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-adL
-adL
-aef
-aec
-adL
-adL
-adL
-asF
-afH
-adL
-agB
-agR
-aht
-agR
-agB
-agC
-aaa
-aay
-aay
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aiM
-alx
-alR
-amo
-amV
-anl
-anM
-amo
-aoM
-aps
-aps
-aps
-aps
-aps
-aps
-asK
-aND
-atY
-aQW
-avj
-avS
-awA
-axu
-ayd
-axu
-axu
-aAl
-aAR
-aAl
-axu
-axu
-axu
-axu
-axu
-axu
-axu
-awA
-aIr
-aJh
-aKj
-aKi
-aLP
-aKi
-aKj
-aOp
-aKj
-aKj
-aPc
-aRK
-aSF
-aPc
-aKj
-aKj
-aPc
-aPc
-aKj
-aKj
-aKj
-aKj
-aKj
-aZr
-aZM
-aZr
-bau
-bau
-bau
-bbT
-bar
-bag
-baS
-bcG
-bcX
-aZr
-aZr
-aZr
-aZr
-aZr
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-adL
-adL
-aec
-aep
-aec
-aec
-aec
-aep
-aec
-adL
-agC
-agC
-agC
-agC
-agC
-agC
-aiM
-aiM
-ajg
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aiM
-ajN
-ajb
-amo
-amo
-amo
-amo
-amo
-aoN
-apt
-apS
-aqx
-aqV
-arw
-aLU
-asL
-aon
-atS
-atS
-avk
-aRQ
-awE
-axv
-aye
-ayI
-ayI
-awE
-aAS
-ayI
-aCl
-aCV
-aDG
-aEx
-ayI
-ayI
-ayI
-ayI
-aIs
-bbb
-aKk
-aKk
-aKk
-aKk
-aKk
-aOq
-aPg
-aKk
-aKk
-aRL
-aSG
-aTE
-aTE
-aTE
-aTE
-aTE
-aWD
-aTE
-aTE
-aYr
-aTE
-aZt
-aZN
-beu
-bev
-beB
-azL
-azL
-azL
-azL
-bcy
-bcH
-azL
-azL
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-adL
-adL
-aeg
-aec
-aeB
-aom
-aeX
-aec
-aeg
-adL
-agC
-agU
-ahu
-ahQ
-aih
-agU
-aiP
-aiO
-ajg
-aiM
-aiM
-aiM
-aiM
-aiM
-aiM
-aiM
-ajN
-alS
-aiN
-aiN
-aiN
-aiN
-aLL
-aoO
-aps
-aps
-aps
-aps
-aps
-aps
-asM
-aon
-atZ
-atS
-avl
-avU
-awF
-axw
-aww
-aww
-azs
-ave
-aww
-aBC
-ZzS
-ZzT
-ZzU
-ZzW
-atT
-atT
-atU
-atT
-bay
-baX
-aKl
-aKZ
-aKZ
-aKZ
-aKZ
-aKZ
-aKZ
-aPY
-aKZ
-bdW
-aKZ
-aKZ
-aKZ
-aKZ
-aKZ
-aKZ
-aWE
-aKZ
-aKZ
-aYs
-aKZ
-aZu
-aKZ
-bet
-aSK
-aRR
-azL
-bbU
-aLY
-bbZ
-aAx
-aDi
-ZAt
-azL
-aaJ
-aaJ
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bdB
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-aaJ
-agU
-ahv
-ahQ
-aii
-aiz
-aiN
-aEs
-aIk
-aiN
-aiN
-aiN
-aiN
-aiN
-aiN
-aIk
-aly
-alT
-akc
-amW
-aky
-akc
-aLR
-aoP
-apu
-apT
-aqy
-aqW
-arx
-asa
-asN
-atu
-asi
-asi
-asi
-avV
-avo
-auH
-ayf
-ayf
-ayf
-aAo
-ayf
-aBD
-aBD
-aBD
-aDH
-aAl
-aAl
-aAl
-aEF
-aEF
-aGW
-aJq
-aEF
-aEF
-aEF
-aMx
-aNy
-aMx
-aMD
-aMD
-aMD
-aRN
-aSH
-bef
-ben
-aTK
-aTF
-aTF
-aTK
-aTK
-baj
-aTF
-baj
-aTK
-aTK
-aTK
-baw
-baY
-bbx
-aWg
-aWg
-aAZ
-bby
-aDi
-aBT
-azL
-bdn
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-adL
-adL
-adL
-adL
-adL
-adL
-adL
-aaJ
-aaJ
-agU
-ahw
-ahR
-aij
-agU
-aAj
-ajb
-ajg
-aIl
-aIl
-aiM
-aiM
-aiM
-aiM
-akZ
-akZ
-alU
-akZ
-akZ
-akZ
-akZ
-aon
-aoQ
-apv
-apU
-aqz
-aqz
-ary
-apv
-asO
-atu
-aua
-auE
-avm
-avV
-avo
-auH
-ayf
-ayJ
-azt
-aAp
-aAT
-ayf
-aCm
-aCW
-aDI
-aBA
-aFn
-aAl
-aGM
-aHu
-aGW
-aJr
-aKm
-aGM
-aEF
-aMy
-aMy
-aMy
-aPh
-aPZ
-aMD
-bdX
-aSJ
-bee
-bee
-aTF
-aUr
-aUr
-aWF
-aXi
-bep
-aWI
-bep
-aXi
-aZO
-aTK
-bew
-baZ
-aZx
-bbV
-aNE
-aNE
-aHG
-bcI
-ZAu
-aBR
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-agV
-agV
-agV
-agV
-agV
-aiQ
-aEu
-agV
-aiM
-aiM
-aiM
-aay
-aaa
-aaa
-akk
-alz
-alV
-amp
-amp
-amp
-anN
-aon
-aoR
-apw
-apV
-aqA
-aqX
-arz
-asb
-asP
-atu
-aub
-auF
-avn
-avW
-awG
-axx
-ayf
-ayK
-azu
-aAp
-aAU
-aBE
-aCn
-aBD
-aDJ
-aEy
-aFn
-aAl
-aGN
-aHv
-aIu
-aHv
-aJq
-aHu
-aEF
-aMz
-aNz
-aOr
-aPi
-aQa
-aMx
-bdY
-aSJ
-beh
-beg
-aTF
-aUX
-aUr
-aWG
-aXj
-aXp
-aXp
-aXp
-aXp
-aWG
-aTK
-bey
-bba
-aBR
-aBb
-aRZ
-aAx
-aAx
-aDi
-aAx
-aBR
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-agV
-ahx
-ahS
-ahz
-axo
-aAk
-aEt
-agV
-aaa
-aay
-aaa
-aay
-aaa
-akk
-akk
-akk
-akk
-amq
-akk
-akk
-anO
-akZ
-aoS
-apx
-apx
-apx
-apx
-apx
-apx
-apx
-atv
-auc
-auG
-avo
-avX
-awH
-auk
-ayf
-ayL
-azv
-aAq
-aAV
-aBF
-aCo
-aBD
-aBz
-aEz
-aFo
-aAl
-aGO
-aHw
-aIv
-aJs
-aKn
-aHu
-aEF
-aMA
-aNz
-aOs
-aPi
-aQb
-aMx
-bdY
-aSJ
-beg
-beg
-aTF
-aUr
-aUr
-aWI
-aXk
-aXT
-aXT
-aXT
-aXp
-bes
-aTK
-bex
-beA
-aBR
-aBb
-aRZ
-bcs
-bcz
-bcI
-ZAx
-aBR
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-agV
-ahy
-ahT
-aik
-ahT
-aiS
-aCS
-agV
-aay
-agu
-agu
-agu
-aay
-akk
-ala
-alA
-alA
-alb
-ala
-akk
-anP
-amp
-aoT
-akk
-apW
-aqB
-alc
-arA
-asc
-arA
-asi
-aud
-auH
-avo
-avV
-asi
-asi
-ayf
-ayM
-azw
-aAr
-aAW
-aBF
-aCp
-aBD
-aBz
-aEA
-aFo
-aAl
-aGP
-aHx
-aIw
-aJt
-aKn
-aLa
-aEF
-aMB
-aNz
-aOt
-aPj
-aQc
-aQR
-bea
-aSK
-bej
-bej
-aTF
-aUr
-aUr
-aWI
-aXl
-aXU
-aXU
-aXU
-aZv
-aWG
-aTK
-bez
-beC
-azL
-bbW
-aBb
-aAx
-aAx
-aDi
-bcj
-azL
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-agV
-ahz
-ahS
-ahx
-ahT
-aAy
-aCS
-agV
-aaa
-aaa
-aaa
-aay
-aaa
-akk
-alb
-ale
-alW
-amr
-alb
-anm
-anm
-anm
-aoU
-akL
-apX
-alA
-alA
-arB
-arA
-arA
-asi
-aue
-auH
-avp
-avY
-awI
-axy
-ayf
-ayN
-azx
-aAp
-azv
-aBG
-aCq
-aBD
-aBz
-aEA
-aFo
-aAl
-aGQ
-aHy
-aIx
-aJt
-aKn
-aHu
-aEF
-ZyZ
-aMC
-aOu
-aPk
-aQd
-aMD
-bdZ
-bed
-bei
-aUp
-aTF
-aUr
-aWa
-aWI
-aXm
-aXU
-aXU
-aYO
-aXp
-aWG
-aTK
-bez
-aSJ
-azL
-bbX
-ZAk
-ZAn
-bcA
-bcI
-bcj
-azL
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-agV
-agV
-agV
-avI
-ayC
-aCR
-aFZ
-agV
-aaa
-aaa
-aaa
-aay
-aaa
-akk
-alc
-alB
-aKs
-aKs
-amX
-ann
-anQ
-anm
-aoU
-akL
-apY
-amX
-akk
-akL
-akL
-anU
-asi
-auf
-auH
-avo
-avZ
-awJ
-awJ
-ayf
-ayO
-azy
-aAp
-aAX
-ayf
-aCn
-aBD
-aDJ
-aEB
-aEB
-aAl
-aGR
-aGR
-aIy
-aJu
-aJq
-aHu
-aEF
-aMD
-aMx
-aOv
-aMD
-aQe
-aMD
-aRS
-aSM
-aTK
-aTF
-aTK
-aUr
-aUr
-aWI
-aXn
-aXT
-aXT
-aXT
-aXp
-aWG
-aTK
-bez
-aSJ
-azL
-bbX
-ZAl
-ZAn
-aHG
-ZAr
-bcY
-azL
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-agV
-avd
-ayB
-aBt
-aFI
-agV
-aaa
-aaa
-aaa
-aay
-aaa
-akk
-alb
-alb
-alA
-alA
-alA
-alA
-anR
-akk
-aoU
-akk
-apZ
-aqC
-anm
-arC
-asd
-ase
-asi
-aug
-auH
-avo
-awa
-awd
-axz
-ayf
-ayP
-azz
-aAs
-aAV
-aBF
-aCr
-aBD
-aBz
-aEC
-aAl
-aAl
-aGS
-aHz
-aIz
-aJv
-aKo
-aHu
-aEF
-aME
-aNA
-aOw
-aPl
-aNA
-aQS
-aRR
-aSL
-aTK
-aUr
-aUr
-aUr
-aUr
-aWI
-aXo
-aXp
-aXp
-aXp
-aXp
-aWG
-aTK
-ZAg
-beD
-azL
-bbX
-ZAl
-ZAn
-aNE
-ZAs
-bcZ
-azL
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-agV
-avT
-ahT
-aCS
-aHH
-agV
-aaa
-aaa
-aaa
-aay
-aay
-akk
-aJD
-alA
-alX
-aKt
-aKu
-alA
-alA
-aoo
-aoU
-akk
-anm
-anm
-anm
-arC
-ase
-arC
-asi
-asi
-auI
-avo
-avZ
-awJ
-awJ
-ayf
-ayf
-ayf
-aAo
-ayf
-aBD
-aCs
-aBD
-aDK
-aAl
-aAl
-aGf
-aGT
-aHA
-aIA
-bbc
-aKp
-aLb
-aEF
-aME
-aNB
-aOw
-aNA
-aNA
-aQT
-aRR
-aSN
-aTK
-beo
-aUX
-aUr
-aUX
-aWG
-aXp
-aXp
-beq
-aXp
-aXp
-aWG
-aTK
-beA
-beA
-azL
-azL
-azL
-azL
-aFC
-bcJ
-azL
-azL
-aay
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-agV
-aiU
-aiU
-aiU
-aiU
-agV
-aaa
-aaa
-aaa
-aay
-aaa
-akk
-ale
-alC
-alA
-alA
-alA
-alA
-anS
-amq
-aoU
-alb
-aqa
-anv
-aqY
-alb
-asf
-asQ
-asi
-auh
-auJ
-avq
-awb
-awK
-awK
-awK
-awK
-azA
-aAt
-awK
-awK
-aCt
-aCX
-aDL
-ZzX
-aED
-aED
-aGU
-aHB
-aED
-aJw
-aKq
-aGM
-aEF
-aMF
-aNA
-aOw
-bdS
-aQf
-aLQ
-aRR
-aSO
-aTK
-aUr
-aUr
-aUr
-aUr
-aWJ
-aXi
-aXi
-aXi
-aXi
-aXi
-aZR
-aTK
-beA
-beA
-azL
-aHR
-azL
-aFs
-aBb
-aDj
-azL
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-agu
-agu
-agu
-aaa
-akk
-alf
-alD
-alA
-ald
-aKv
-ano
-anT
-anm
-aoV
-apy
-apy
-aqD
-apy
-arD
-asg
-apy
-atw
-aui
-auK
-avr
-awc
-awL
-axA
-axA
-axA
-axA
-axA
-axA
-aBH
-axA
-aCY
-avo
-aEE
-aHu
-aHu
-aGW
-aHC
-aAl
-aAl
-aDK
-aAl
-aLQ
-aMG
-aNC
-aOx
-aPm
-aQg
-aLQ
-aRT
-aSP
-aLQ
-aLQ
-aLQ
-aLQ
-azL
-azL
-aWb
-aWb
-aWb
-aWb
-aWb
-aWb
-azL
-aEG
-aEG
-azL
-azL
-azL
-aBR
-aBb
-aDj
-azL
-aay
-aay
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aay
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aay
-aki
-aki
-aki
-aki
-alY
-all
-all
-anm
-anm
-anm
-anO
-akk
-akL
-akL
-akk
-aoU
-anm
-akk
-asi
-asi
-asi
-avs
-awd
-awM
-auk
-asi
-asi
-azB
-asi
-asi
-asi
-asi
-aCZ
-avo
-aEF
-aFp
-aGg
-aGW
-aHD
-aAl
-aEB
-aBz
-aFn
-aAl
-aMH
-aNA
-aOy
-aPn
-aQh
-aLQ
-aRU
-aSQ
-aNC
-aNC
-aUY
-aNA
-azL
-aWb
-aWb
-aXq
-aXq
-aXq
-aXq
-aWM
-aWM
-aWM
-aBb
-aBb
-aBb
-aBe
-ZAo
-bcB
-aDj
-azL
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aay
-ail
-ail
-aay
-ail
-ail
-aay
-aay
-aay
-aay
-aki
-akD
-alg
-alE
-alZ
-ams
-alY
-anp
-anU
-alb
-anO
-ale
-alA
-alA
-akk
-aoU
-ash
-asR
-asi
-auj
-asi
-avt
-awe
-auk
-auk
-asi
-ayQ
-azC
-asi
-ayQ
-aBI
-asi
-aDa
-avo
-aEF
-aFq
-aGh
-aGW
-aHE
-aAl
-aJx
-aBA
-aFn
-aAl
-aMI
-aNA
-aOw
-aPo
-aQi
-aLQ
-aRV
-aSR
-bdS
-aUs
-aUZ
-aVA
-azL
-aWb
-aXq
-aXq
-aXq
-aXq
-aXq
-aXq
-aWM
-aWM
-aWM
-aXq
-aWM
-aBb
-ZAo
-bcB
-aDj
-azL
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aay
-aki
-akE
-alh
-alF
-ama
-amt
-amY
-anq
-anV
-amp
-aoW
-apz
-aqb
-alA
-akk
-aoU
-asi
-asS
-asi
-asS
-asi
-asi
-asi
-auk
-axB
-asi
-ayR
-azD
-asi
-aAY
-aBJ
-asi
-aDb
-aDN
-aEF
-aFr
-aGi
-aGW
-aHF
-aAl
-aFo
-aBz
-aLc
-aAl
-aMJ
-aNA
-aOz
-aNC
-aNC
-aQU
-aRW
-aSR
-aNA
-aUt
-aVa
-aUt
-azL
-aWb
-aXq
-aXq
-aXq
-aWb
-aWb
-aWb
-aWb
-aWb
-aWb
-aWb
-aWM
-aRZ
-aBR
-aAx
-aDi
-azL
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-akj
-akF
-ali
-alG
-amb
-amu
-aki
-akk
-akk
-anm
-anm
-akk
-akk
-akk
-akk
-aoU
-asj
-asT
-atx
-auk
-auL
-auk
-asi
-auk
-auk
-asi
-asi
-asi
-asi
-asi
-azB
-asi
-aDc
-avo
-azL
-azL
-azL
-aGX
-azL
-aAl
-aFo
-aBz
-aLc
-aAl
-aMK
-bdQ
-aOw
-aNA
-aQj
-aLQ
-aRX
-aSR
-aNA
-aUu
-aVb
-aVB
-azL
-aWK
-aXq
-aXq
-aYt
-aWb
-aWK
-aZw
-aZw
-aWK
-aWK
-aWb
-aWM
-ZAm
-azL
-bcz
-bcI
-azL
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-akj
-akG
-alj
-alH
-ama
-amv
-aki
-anr
-anr
-anr
-aop
-alA
-amw
-alb
-amq
-aoU
-asi
-ash
-asi
-asi
-auM
-avu
-asi
-auk
-axC
-auk
-auk
-auk
-auk
-aTL
-auk
-auk
-aDc
-avo
-azL
-aFs
-aGj
-aDi
-aAx
-aAl
-aAl
-aKr
-aAl
-aAl
-azL
-azL
-aOA
-aPp
-azL
-azL
-azL
-aSS
-azL
-azL
-azL
-azL
-azL
-aWL
-aWK
-aXV
-aYt
-aWb
-aWK
-aWK
-bak
-aWK
-aZw
-aWb
-aWM
-aWM
-azL
-bcj
-bcK
-azL
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aki
-akH
-akH
-akH
-amc
-ams
-aki
-ans
-anW
-anX
-aoq
-alA
-alA
-alb
-amq
-aoU
-asi
-asU
-aty
-asi
-auN
-auk
-aul
-auk
-axD
-ayg
-auk
-azE
-auk
-auk
-auk
-auk
-aDc
-avo
-aEG
-aAx
-aAx
-aDk
-aHG
-aIB
-aHG
-aHG
-aQV
-aHG
-aML
-aNE
-ZAa
-ZAd
-bdT
-bdV
-aRY
-aYU
-bek
-aAx
-aAx
-aAx
-aEG
-aWK
-aWK
-aXq
-aYu
-aWb
-aZw
-aWK
-aWb
-baB
-aZw
-aWb
-aXq
-aWM
-azL
-bcj
-bcK
-azL
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aay
-aaa
-aaa
-aay
-aki
-akI
-alk
-alI
-amd
-ams
-aki
-ant
-alA
-alA
-alA
-alA
-alA
-anX
-anm
-aoU
-asi
-asV
-atz
-aul
-auk
-auk
-akk
-akk
-akk
-akk
-akk
-akk
-aoo
-akk
-asi
-asi
-aDd
-aDO
-aCy
-aCy
-aCy
-aCy
-aCy
-aCy
-aCy
-aCy
-bdF
-aCy
-aCy
-aNF
-ZAb
-ZAe
-aBR
-bdU
-aRZ
-aAx
-aDi
-aAx
-aAx
-aVC
-aEG
-aWK
-aWK
-aXq
-aYt
-aWb
-aZw
-aZS
-bal
-aZw
-aZw
-aWb
-aXq
-aXq
-azL
-bcj
-bcL
-azL
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aay
-aay
-aay
-aay
-aay
-aki
-aki
-all
-all
-alY
-aki
-aki
-ala
-anW
-aop
-alA
-aoq
-aqc
-alb
-anm
-aoU
-asi
-asi
-asi
-ash
-ash
-asi
-akk
-awN
-alA
-ayh
-ayS
-awN
-alA
-akk
-aBK
-avm
-aDc
-avo
-aEH
-aFt
-aFu
-aFx
-aFu
-aZQ
-aFt
-aJy
-bdH
-bdM
-aCy
-azL
-aOA
-azL
-azL
-azL
-azL
-azL
-aTT
-azL
-azL
-azL
-azL
-aWL
-aXq
-aXq
-aYt
-aWb
-aWK
-aWK
-aWK
-aWK
-bbe
-aWb
-aXq
-aWK
-azL
-azL
-aTT
-azL
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aim
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aay
-aaa
-aaa
-aay
-akk
-akJ
-alb
-alJ
-alJ
-amw
-amq
-alb
-anX
-aoq
-alb
-akk
-akL
-akL
-akk
-arE
-amp
-amp
-atA
-amp
-amp
-anN
-amq
-alA
-alA
-alA
-ayT
-alA
-alA
-akk
-aBL
-aCv
-aDc
-avo
-aEH
-aFu
-aFu
-aFx
-aFu
-aGl
-aFu
-aJy
-bdG
-bdL
-aFx
-aNG
-aOC
-aOI
-aNH
-aQX
-aOI
-aNI
-aTN
-aUv
-aUv
-azL
-aWb
-aWM
-aXq
-aXq
-aXq
-aWb
-aWb
-aWb
-aWb
-aWb
-aWb
-aWb
-aWM
-aWM
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aim
-aay
-akk
-akK
-alm
-alm
-alm
-alm
-akk
-anr
-anY
-anr
-anr
-akk
-amx
-amp
-amp
-arF
-ask
-asW
-atB
-aum
-auO
-anO
-akk
-apz
-alA
-ayi
-alA
-azF
-apz
-akk
-aBM
-aCv
-aDc
-avo
-aEI
-aFu
-aGk
-aFx
-aHa
-aHa
-aHa
-aJy
-bdJ
-bdO
-aFx
-aNH
-aOD
-aPq
-aNJ
-aQY
-aSa
-aNI
-aTN
-aUw
-aVc
-azL
-aWb
-aWb
-aWM
-aXq
-aXq
-aXq
-aXq
-aXq
-aXq
-aWM
-aXq
-aXq
-aXq
-aXq
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aer
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-akk
-akL
-akL
-akL
-akL
-akL
-akk
-akk
-akk
-akk
-akk
-akk
-aqd
-akk
-akk
-akk
-aoo
-asX
-akk
-akk
-auP
-anO
-akk
-awO
-axE
-alA
-alA
-asY
-apz
-akk
-aBN
-aCw
-aDc
-avq
-aEJ
-aFv
-aFv
-aGY
-aHI
-aIC
-aJz
-bbd
-bdI
-bdN
-aFx
-aNI
-aOE
-aPr
-aPr
-aQZ
-aSb
-aSU
-aTN
-aUx
-aUx
-azL
-azL
-azL
-azL
-azL
-aWM
-aWM
-aWM
-aXq
-aWM
-aWM
-bak
-aWM
-aXq
-aXq
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-akk
-anu
-alb
-aor
-aoX
-apA
-anO
-akk
-aqZ
-arG
-alA
-asY
-atC
-akk
-auQ
-anO
-akk
-akk
-akk
-akk
-amq
-azG
-akk
-akk
-aBO
-aCv
-aDc
-avo
-aEH
-aFu
-aFu
-aFx
-aHJ
-aID
-aJA
-bdE
-aLe
-aLe
-aMM
-aNJ
-aOF
-aPs
-aQk
-aRa
-aOI
-aSV
-aTO
-aOI
-aOI
-aOI
-aWc
-aWN
-aXr
-azL
-aYv
-aYP
-azL
-azL
-azL
-azL
-azL
-azL
-bca
-azL
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaB
-aaa
-akL
-akL
-akL
-anv
-alb
-aos
-aos
-aos
-anO
-akk
-aqZ
-aoq
-alA
-asZ
-aqZ
-akk
-auR
-avv
-amp
-amp
-atA
-amp
-amp
-azH
-anN
-akk
-aBP
-avm
-aDc
-avo
-aEH
-aFw
-aFu
-aFx
-aHK
-aIE
-aJB
-bdD
-aLf
-aLV
-aFx
-aNI
-aOG
-aPt
-aQk
-aQk
-aOI
-aOC
-bel
-aUy
-aVd
-aOI
-aNI
-aNI
-beP
-azL
-aHd
-aHd
-azL
-aZT
-aAx
-aDl
-aDl
-aAx
-aAx
-bck
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aay
-aay
-aay
-aaB
-aay
-akL
-amx
-amZ
-anw
-amp
-amp
-amp
-amp
-aqe
-akk
-aqZ
-aoq
-alA
-asZ
-aqZ
-akk
-auS
-ask
-ask
-ask
-atB
-ask
-ask
-azI
-anO
-azL
-azL
-azL
-aDe
-aDP
-aCy
-aFx
-aFx
-aFx
-aHL
-aIF
-aJB
-aJy
-aJy
-aJy
-aFx
-aNK
-aOH
-aPu
-aQk
-aRb
-aOI
-aSW
-aTP
-aUz
-aVe
-aOI
-aNI
-aWO
-aXt
-azL
-aBb
-aAx
-azL
-aZU
-bam
-baC
-bbf
-bby
-aBb
-bcl
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaB
-aaa
-akL
-amy
-akL
-akk
-akk
-akk
-akL
-akL
-akk
-akk
-akk
-akk
-ZAv
-asZ
-aqZ
-akk
-akk
-akk
-akk
-akk
-akk
-akk
-ayU
-auP
-anP
-aAZ
-aBQ
-aAZ
-aDf
-aDQ
-aCy
-aZQ
-aFu
-aGZ
-aHM
-aIG
-aJC
-aHa
-aFu
-aLW
-aFx
-aNI
-aOH
-aPv
-aQk
-aQk
-aOI
-aSX
-aTQ
-aUA
-aVf
-aNJ
-aWd
-aWP
-aXu
-azL
-aAx
-aYQ
-aEG
-aAx
-bam
-baC
-bbf
-bby
-aBb
-bcm
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aay
-aaB
-aay
-aay
-amz
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-akL
-alA
-ata
-alA
-alA
-atC
-avw
-alA
-alA
-alA
-akk
-ayV
-azJ
-aAu
-aBa
-aBa
-aBa
-aDg
-aDR
-aCy
-aFu
-aFu
-aHa
-aHN
-aIH
-aHN
-aHa
-aFu
-bdP
-aFx
-aNL
-aOI
-aNP
-aNP
-aNP
-aNP
-aSY
-aTR
-aUB
-aVg
-aOI
-aVD
-aWQ
-aVD
-azL
-aYw
-aDi
-azL
-aAx
-aBb
-baD
-bbg
-bbz
-bcb
-bcc
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aaB
-aaa
-aay
-aaB
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-akL
-arA
-arA
-arA
-aun
-alA
-aoq
-awf
-awP
-aoq
-akk
-ayW
-akL
-akL
-azM
-aBR
-azL
-aDk
-aDS
-aCy
-aFy
-aGl
-aHa
-aHN
-aIH
-aHN
-aHa
-aHa
-aHa
-aFx
-aNM
-aOJ
-aPw
-aQl
-aQl
-aNP
-aSZ
-aTN
-aNI
-aVh
-aOI
-aWe
-aWQ
-aQk
-azL
-aDU
-aDi
-azL
-aAx
-aBb
-aBb
-aAx
-aDR
-aAx
-aBb
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aay
-aaB
-aaB
-aaB
-aaB
-aaB
-aaB
-aaB
-aaB
-aay
-aay
-aay
-aay
-aay
-aaa
-aaa
-akL
-arA
-atb
-atD
-arA
-alA
-aoq
-aSf
-awQ
-aoq
-akk
-ayX
-azK
-aAv
-aBb
-aBS
-aCx
-aAx
-aDR
-aCy
-aFu
-aFu
-aHb
-aHN
-aII
-aHN
-aHa
-aFu
-bdP
-aFx
-aNN
-aOJ
-aPx
-aQm
-aRc
-aNP
-aNI
-aTN
-aNI
-aNI
-aVD
-aQk
-aWR
-aQk
-azL
-aYx
-aDj
-azL
-aZV
-aZV
-baE
-bbh
-bbA
-bcc
-aAx
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaB
-aaa
-aay
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-akL
-asl
-atc
-atE
-arA
-alA
-alA
-alA
-alA
-atC
-akk
-ayY
-aos
-aos
-aBc
-aAx
-aBR
-aBb
-aDT
-aCy
-aFz
-aGm
-aHc
-aHO
-aII
-aHN
-aHa
-aFu
-aLW
-aFx
-aNO
-aOK
-aPy
-aQn
-aRd
-aNP
-aNI
-aTN
-aUC
-aNI
-aVD
-aQk
-aWS
-aQk
-azL
-aDU
-aYR
-azL
-aZW
-aZV
-baF
-bbi
-aDR
-aAx
-bcn
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaB
-aay
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-akk
-akk
-akk
-akk
-amq
-akk
-akk
-akk
-akk
-akk
-akk
-alb
-auT
-aAw
-aBd
-aBT
-aBR
-aBb
-aDU
-aCy
-aCy
-aCy
-aCy
-aFx
-aJG
-aFx
-aFx
-aFx
-aFx
-aFx
-aNP
-aNP
-aNP
-aNP
-aNP
-aOI
-aTa
-aTS
-aUD
-aVi
-aOI
-aWf
-aWQ
-aWf
-azL
-aDU
-aYS
-azL
-aZV
-aZV
-baG
-bbj
-aDR
-aBb
-aBb
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aay
-aay
-akk
-asm
-atF
-aos
-aos
-auC
-awg
-aze
-azX
-avx
-akk
-akk
-azL
-azL
-azL
-azL
-azL
-aBb
-aDU
-aBb
-aFA
-aBb
-aHd
-aHN
-aII
-aKx
-aLj
-aMN
-aHN
-aHN
-aKY
-aPB
-aRf
-aSq
-aVu
-aJy
-azL
-aTT
-azL
-azL
-azL
-azL
-aOA
-azL
-azL
-aDU
-aYT
-azL
-azL
-azL
-azL
-azL
-aDP
-azL
-azL
-azL
-aaJ
-bcM
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-akk
-asn
-aos
-aos
-aos
-avx
-avx
-avx
-avx
-alb
-amw
-alb
-azM
-aAx
-aBe
-aAx
-azM
-aAx
-aDV
-aEK
-aXw
-aGn
-ZzY
-ZzZ
-aJH
-aHI
-aHI
-aNQ
-aKy
-aOV
-aPz
-aJF
-aKy
-aKy
-aKy
-beb
-aHe
-aTU
-aUE
-aHG
-aNE
-aNE
-aOB
-aXv
-aNE
-aOB
-aYU
-aZx
-aZX
-ban
-baH
-aXv
-bbB
-aHG
-bco
-aZx
-bcC
-bcN
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-abG
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-akk
-akk
-akk
-akL
-akL
-akL
-akk
-akk
-aBW
-axF
-avx
-alb
-azL
-azL
-azL
-aBU
-aCy
-aCy
-aCy
-aEL
-aFC
-aCy
-aCy
-aHN
-aHN
-aHN
-aJy
-aMO
-aOP
-aMP
-aII
-aPC
-aRg
-aQo
-aHN
-aHN
-aEG
-aTV
-aUF
-aAZ
-aAZ
-aWg
-aWT
-aXw
-aXw
-aYy
-aAZ
-aZy
-aAZ
-aWg
-baI
-aAZ
-bbC
-aBb
-bcp
-azL
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-atd
-ate
-ate
-ate
-avy
-akk
-akk
-akL
-akL
-akk
-azL
-aTJ
-aBf
-aBh
-aCy
-aAx
-aDW
-aEM
-aBb
-aBb
-aCy
-aHN
-aHN
-aLg
-aJy
-aOL
-aHN
-aMP
-aII
-aQy
-aFx
-aFx
-aFx
-aFx
-aCy
-aBR
-aUG
-aBR
-azL
-aBR
-aBR
-aXx
-aXx
-aBR
-aBR
-azL
-azL
-azL
-aBR
-bbk
-aBR
-azL
-azL
-azL
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-ate
-ate
-ate
-ate
-avz
-atd
-ate
-axG
-ate
-avy
-azL
-aAz
-aBg
-aBV
-aCy
-aAx
-aAx
-aEN
-aFD
-aGo
-aCy
-aHN
-aJI
-aKY
-aJy
-aNR
-aNR
-aMP
-aII
-aQo
-aSc
-aQo
-aWH
-beE
-aCy
-aBR
-aDR
-aBR
-azL
-aWh
-aWU
-aWW
-aXW
-aYz
-aYV
-azL
-aaa
-aaa
-aBR
-aAx
-aBR
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-ate
-ate
-auo
-ate
-ate
-ate
-ate
-ate
-ate
-avy
-azL
-aAA
-aBh
-aIJ
-aCy
-aDl
-aBb
-aEO
-aFE
-aGp
-aCy
-aHN
-aHN
-aJy
-aJy
-aJy
-aJy
-aMP
-aII
-aQo
-aFx
-aJI
-baA
-beG
-aCy
-aBR
-aUG
-aBR
-azL
-aWi
-aWV
-aWW
-aWW
-aWW
-aWW
-azL
-aay
-aay
-aBR
-bbk
-aBR
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-ate
-ate
-ate
-aaJ
-aaJ
-ate
-ate
-aaJ
-aaJ
-aaN
-aAB
-aBi
-aBX
-aCy
-aDm
-aBb
-aBb
-aAx
-aGq
-aCy
-aAx
-aAx
-azM
-aAx
-aAx
-aFx
-aOW
-aPA
-aFx
-aFx
-aTr
-aXs
-beF
-aCy
-aaa
-aUH
-aaa
-azL
-aWj
-aWW
-aXy
-aXX
-aYA
-aYW
-azL
-aaa
-aaa
-aaa
-aaB
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaN
-aaN
-aaN
-aaN
-aCy
-aAx
-aDX
-aEP
-aFF
-aGr
-aCy
-azL
-azL
-azL
-aBh
-aON
-aNU
-aMP
-aII
-aFx
-aFx
-aFx
-aFx
-aFx
-aCy
-aay
-aUH
-aay
-azL
-azL
-azL
-azL
-azL
-azL
-azL
-azL
-aay
-aay
-aay
-aaB
-aay
-aay
-aay
-aay
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aCy
-aCy
-aCy
-aCy
-aCy
-aCy
-aCy
-aHQ
-aIL
-aLh
-aBh
-aOM
-aFx
-aMQ
-aNS
-aFx
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aUH
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aay
-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
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aay
-aaa
-aaa
-aaa
-azL
-aAx
-aHR
-aAx
-aBh
-aLl
-aBh
-aFx
-aMR
-aNT
-aFx
-aay
-aay
-aaB
-aaB
-aaB
-aaB
-amz
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aay
-aaB
-aaB
-aaB
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aay
-aaa
-aaa
-aaa
-azL
-aAx
-aAx
-aAx
-aLi
-aLk
-aOO
-aFx
-aMS
-aHN
-aFx
-aaa
-aaa
-aay
-aaa
-aay
-aaa
-aaB
-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
-"}
-(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
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aay
-aay
-aay
-aay
-aay
-azL
-azM
-azL
-azL
-azL
-azL
-aCy
-aFx
-aMT
-aNU
-aFx
-aFx
-aFx
-aay
-aaa
-aaa
-aay
-aaB
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-bdC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-azL
-aAx
-aFx
-aFx
-aFx
-aFx
-aFx
-aMa
-aMU
-aHN
-aLj
-aSd
-aHa
-aay
-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
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-azL
-aAx
-aFx
-aFu
-aFu
-aFu
-aLm
-aMb
-aMV
-aNV
-aHN
-aSp
-aHa
-aay
-aaa
-aaa
-aay
-aaB
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aim
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aay
-aaB
-aaB
-aaB
-aBR
-aAx
-aFx
-aFu
-aJJ
-aFu
-aLn
-aHc
-aMW
-aNW
-aHN
-aSe
-aHa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-azL
-aAx
-aFx
-aIM
-aFu
-aJJ
-aFu
-aMc
-aMX
-aNX
-aOQ
-aHN
-aHa
-aay
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-azL
-aAx
-aFx
-aFy
-aJK
-aFu
-aFu
-aMd
-aMY
-aNW
-aOR
-aPD
-aFx
-aiv
-aiv
-aiv
-aiv
-aiv
-aVj
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-azL
-aAx
-aFx
-aFu
-aJJ
-aFu
-aLn
-aHc
-aMZ
-aNW
-aHN
-aPE
-aFx
-aay
-aaa
-aaa
-aaa
-aay
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aay
-aaB
-aaB
-aaB
-aBR
-aAx
-aFx
-aFu
-aFu
-aFu
-aLm
-aMb
-aNa
-aNY
-aOS
-aPF
-aFx
-aFx
-aHa
-aHa
-aHa
-aFx
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aay
-aaa
-azL
-aAx
-aFx
-aFx
-aFx
-aFx
-aFx
-aMa
-aNb
-aNZ
-aOS
-aPG
-aFx
-aHN
-aHK
-aTb
-aTb
-aFx
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-azL
-aAx
-aAx
-aAx
-aAx
-aAx
-aLo
-aMe
-aJC
-aOa
-aOT
-aHN
-aNU
-aHN
-aHK
-aTc
-aTc
-aFx
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aim
-aaa
-aaa
-aaa
-azL
-azL
-azL
-azL
-azL
-azL
-aJy
-aFx
-aFx
-aFx
-aFx
-aFx
-aFx
-aHN
-aHM
-aMe
-aTW
-aFx
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aFx
-bbD
-aHN
-aSg
-aTd
-aFx
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aFx
-aRf
-aHN
-aHN
-aRh
-aFx
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aFx
-aRf
-beH
-beL
-aSh
-aFx
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aFx
-aFx
-aFx
-aFx
-aFx
-aFx
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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
-aaJ
-aaJ
-aaJ
-aaJ
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-"}
-(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/BirdStation/job/job_changes.dm b/_maps/map_files/BirdStation/job/job_changes.dm
deleted file mode 100644
index cca341cc11..0000000000
--- a/_maps/map_files/BirdStation/job/job_changes.dm
+++ /dev/null
@@ -1,126 +0,0 @@
-
-//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/hos/New()
- ..()
-
-/datum/outfit/job/hos/New()
- box = /obj/item/weapon/storage/box/security/radio
-
-/datum/job/officer/New()
- ..()
- total_positions = 4
- spawn_positions = 4
- 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 = 6
- spawn_positions = 6
- 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 = 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_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
-
-//Science
-
-/datum/job/scientist/New()
- ..()
- total_positions = 5
- spawn_positions = 5
- 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()
- ..()
- 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()
- ..()
- 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/BirdStation/job/removed_jobs.dm b/_maps/map_files/BirdStation/job/removed_jobs.dm
deleted file mode 100644
index dc81c01c7c..0000000000
--- a/_maps/map_files/BirdStation/job/removed_jobs.dm
+++ /dev/null
@@ -1,38 +0,0 @@
-//removed jobs. pasted together from MiniStation.
-
-
-/datum/job/atmos/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/chemist/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/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/TgStation/tgstation.2.1.4.dmm b/_maps/map_files/BoxStation/BoxStation.dmm
similarity index 95%
rename from _maps/map_files/TgStation/tgstation.2.1.4.dmm
rename to _maps/map_files/BoxStation/BoxStation.dmm
index 3a81b1e4eb..04f9adb562 100644
--- a/_maps/map_files/TgStation/tgstation.2.1.4.dmm
+++ b/_maps/map_files/BoxStation/BoxStation.dmm
@@ -154,7 +154,6 @@
/area/security/prison)
"aaw" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plating,
@@ -212,8 +211,7 @@
/area/security/prison)
"aaG" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
@@ -247,13 +245,10 @@
/turf/open/floor/plasteel/barber,
/area/security/prison)
"aaM" = (
-/obj/machinery/computer/libraryconsole/bookmanagement{
- pixel_y = 0
- },
+/obj/machinery/computer/libraryconsole/bookmanagement,
/obj/structure/table,
/obj/machinery/newscaster{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
@@ -395,9 +390,7 @@
},
/obj/structure/table/wood,
/obj/item/device/radio/off,
-/obj/item/device/taperecorder{
- pixel_y = 0
- },
+/obj/item/device/taperecorder,
/turf/open/floor/carpet,
/area/crew_quarters/heads/hos)
"abl" = (
@@ -449,11 +442,8 @@
/turf/open/floor/plasteel/airless/solarpanel,
/area/solar/port/fore)
"abt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -468,11 +458,8 @@
/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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -485,7 +472,6 @@
},
/obj/machinery/flasher{
id = "executionflash";
- pixel_x = 0;
pixel_y = 25
},
/obj/effect/turf_decal/stripes/line{
@@ -509,11 +495,8 @@
/area/security/prison)
"abA" = (
/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
@@ -531,9 +514,8 @@
/area/security/prison)
"abD" = (
/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
@@ -616,9 +598,7 @@
pixel_x = -3;
pixel_y = 3
},
-/obj/item/clothing/suit/armor/bulletproof{
- pixel_y = 0
- },
+/obj/item/clothing/suit/armor/bulletproof,
/obj/item/clothing/suit/armor/bulletproof{
pixel_x = 3;
pixel_y = -3
@@ -654,16 +634,11 @@
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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"abL" = (
@@ -675,15 +650,12 @@
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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
@@ -719,8 +691,7 @@
"abR" = (
/obj/structure/closet/secure_closet/security/sec,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
@@ -734,7 +705,6 @@
department = "Head of Security's Desk";
departmentType = 5;
name = "Head of Security RC";
- pixel_x = 0;
pixel_y = 30
},
/obj/item/device/radio/intercom{
@@ -763,8 +733,7 @@
pixel_y = 23
},
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/structure/table/wood,
/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka,
@@ -788,8 +757,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
/turf/open/space,
@@ -872,8 +840,7 @@
/area/ai_monitored/security/armory)
"acj" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/suit_storage_unit/hos,
/turf/open/floor/carpet,
@@ -895,8 +862,7 @@
cell_type = 5000;
dir = 4;
name = "Armory APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -920,9 +886,7 @@
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
"acp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
"acq" = (
@@ -935,8 +899,7 @@
/area/crew_quarters/heads/hos)
"acs" = (
/obj/machinery/newscaster/security_unit{
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/machinery/camera{
c_tag = "Head of Security's Office";
@@ -975,8 +938,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
/turf/open/space,
@@ -987,9 +949,7 @@
/turf/open/space,
/area/space)
"acz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 10
},
@@ -1020,7 +980,6 @@
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
},
@@ -1035,16 +994,11 @@
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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"acE" = (
@@ -1057,7 +1011,6 @@
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
},
@@ -1080,7 +1033,6 @@
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
},
@@ -1114,7 +1066,6 @@
/area/security/prison)
"acK" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -1141,9 +1092,7 @@
pixel_x = 3;
pixel_y = -3
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/bot{
dir = 2
},
@@ -1261,9 +1210,7 @@
/turf/open/floor/plating,
/area/security/transfer)
"ada" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/flasher{
id = "PCell 3";
pixel_x = -28
@@ -1281,16 +1228,13 @@
id = "PCell 1";
pixel_x = -28
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"add" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/flasher{
id = "PCell 2";
pixel_x = -28
@@ -1391,14 +1335,11 @@
/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"
- },
+/turf/open/floor/plasteel,
/area/ai_monitored/security/armory)
"adm" = (
/obj/structure/grille,
@@ -1413,17 +1354,11 @@
/turf/open/floor/carpet,
/area/crew_quarters/heads/hos)
"ado" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/carpet,
/area/crew_quarters/heads/hos)
"adp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/carpet,
/area/crew_quarters/heads/hos)
"adq" = (
@@ -1442,8 +1377,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating,
/area/security/main)
@@ -1467,8 +1401,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -1521,8 +1454,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -1553,8 +1485,7 @@
/area/solar/port/fore)
"adB" = (
/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/space,
/area/space)
@@ -1593,8 +1524,7 @@
pixel_x = 3
},
/obj/item/device/taperecorder{
- pixel_x = -3;
- pixel_y = 0
+ pixel_x = -3
},
/obj/item/device/assembly/flash/handheld,
/obj/item/weapon/reagent_containers/spray/pepper,
@@ -1637,9 +1567,7 @@
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"adK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
@@ -1665,8 +1593,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Head of Security's Office APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-4";
@@ -1716,8 +1643,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -1748,8 +1674,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -1820,11 +1745,8 @@
/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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/button/ignition{
id = "executionburn";
@@ -1901,15 +1823,12 @@
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
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/red/side{
dir = 1
},
@@ -1943,7 +1862,6 @@
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{
@@ -2003,8 +1921,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Prison Wing APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d2 = 8;
@@ -2040,22 +1957,16 @@
/area/ai_monitored/security/armory)
"aev" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
"aex" = (
@@ -2072,8 +1983,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
@@ -2211,7 +2121,6 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security{
aiControlDisabled = 0;
- icon_state = "door_closed";
id_tag = null;
locked = 0;
name = "Prisoner Transfer Centre";
@@ -2308,11 +2217,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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/security/prison)
@@ -2320,15 +2226,13 @@
/obj/machinery/requests_console{
department = "Security";
departmentType = 5;
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/machinery/camera{
c_tag = "Brig Control Room";
dir = 4
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/rack,
@@ -2359,8 +2263,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/window/southleft{
name = "Armory";
@@ -2536,7 +2439,6 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/mineral/titanium/blue,
@@ -2576,7 +2478,6 @@
/area/security/transfer)
"afv" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/black,
@@ -2598,8 +2499,7 @@
/area/security/transfer)
"afx" = (
/obj/machinery/light_switch{
- pixel_x = 25;
- pixel_y = 0
+ pixel_x = 25
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
dir = 9
@@ -2612,14 +2512,10 @@
/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/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/black,
@@ -2656,8 +2552,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -2682,11 +2577,8 @@
/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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/item/weapon/storage/box/hug,
/obj/item/weapon/razor{
@@ -2819,8 +2711,7 @@
/area/security/main)
"aga" = (
/obj/structure/sign/pods{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -2869,7 +2760,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Prisoner Transfer Centre";
- pixel_x = 0;
pixel_y = -27
},
/turf/open/floor/plasteel/black,
@@ -2884,7 +2774,6 @@
/obj/machinery/light/small,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/black,
@@ -2967,8 +2856,7 @@
icon_state = "1-2"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable{
d1 = 2;
@@ -3000,7 +2888,6 @@
/obj/machinery/recharger,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/showroomfloor,
@@ -3045,9 +2932,8 @@
departmentType = 5;
pixel_y = 30
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 1
@@ -3077,9 +2963,7 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"agE" = (
/obj/structure/table,
@@ -3095,8 +2979,7 @@
icon_state = "1-2"
},
/obj/structure/sign/securearea{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/door/poddoor/preopen{
id = "Prison Gate";
@@ -3104,26 +2987,18 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"agG" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/red/side{
dir = 4
},
@@ -3154,9 +3029,8 @@
/turf/open/floor/plasteel/black,
/area/security/prison)
"agL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/prison)
@@ -3190,8 +3064,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/side{
@@ -3216,9 +3089,8 @@
/turf/open/floor/plating,
/area/security/warden)
"agS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
@@ -3436,7 +3308,6 @@
freerange = 0;
frequency = 1459;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/table/glass,
@@ -3453,8 +3324,7 @@
"ahu" = (
/obj/item/weapon/storage/box/bodybags,
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/obj/item/weapon/reagent_containers/syringe{
name = "steel point"
@@ -3462,7 +3332,6 @@
/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,
@@ -3474,8 +3343,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Brig Control APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-4";
@@ -3487,8 +3355,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
@@ -3496,8 +3363,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -3515,8 +3381,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/showroomfloor,
@@ -3527,11 +3392,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
@@ -3570,8 +3432,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/turf/open/floor/plasteel,
@@ -3617,8 +3478,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -3635,8 +3495,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -3667,8 +3526,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -3747,8 +3605,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Security Office APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d2 = 8;
@@ -3826,9 +3683,7 @@
"ahV" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
-/obj/item/device/taperecorder{
- pixel_y = 0
- },
+/obj/item/device/taperecorder,
/turf/open/floor/plasteel/black,
/area/security/prison)
"ahW" = (
@@ -3843,8 +3698,7 @@
/obj/structure/table,
/obj/item/device/radio/intercom{
dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 0
+ name = "Station Intercom (General)"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -3902,8 +3756,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -3936,8 +3789,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -4076,8 +3928,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side,
/area/security/main)
@@ -4112,8 +3963,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -4135,14 +3985,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/red/corner{
dir = 1
@@ -4154,11 +4002,8 @@
/turf/open/floor/plating,
/area/maintenance/fore/secondary)
"aiB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/prison)
@@ -4190,11 +4035,7 @@
},
/area/security/brig)
"aiH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/red/side{
dir = 1
},
@@ -4342,18 +4183,14 @@
/turf/closed/wall/r_wall,
/area/security/brig)
"aiY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/security/courtroom)
"aiZ" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -4366,8 +4203,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -4395,9 +4231,7 @@
},
/area/security/brig)
"aje" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/firealarm{
dir = 2;
pixel_y = 24
@@ -4456,11 +4290,7 @@
/obj/machinery/camera{
c_tag = "Courtroom North"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/security/courtroom)
"ajk" = (
@@ -4515,8 +4345,7 @@
/area/security/processing)
"ajt" = (
/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -4540,7 +4369,6 @@
/area/security/processing)
"ajv" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -4716,8 +4544,7 @@
broadcasting = 0;
dir = 8;
listening = 1;
- name = "Station Intercom (Court)";
- pixel_x = 0
+ name = "Station Intercom (Court)"
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -4813,7 +4640,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating,
@@ -4826,7 +4652,6 @@
/area/security/processing)
"akb" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/effect/turf_decal/stripes/corner{
@@ -5097,8 +4922,7 @@
"akC" = (
/obj/machinery/computer/shuttle/labor,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -31;
- pixel_y = 0
+ pixel_x = -31
},
/turf/open/floor/mineral/plastitanium,
/area/shuttle/labor)
@@ -5124,16 +4948,14 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/security/processing)
@@ -5403,11 +5225,8 @@
},
/area/security/courtroom)
"alf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
@@ -5458,7 +5277,6 @@
/obj/machinery/button/flasher{
id = "gulagshuttleflasher";
name = "Flash Control";
- pixel_x = 0;
pixel_y = -26;
req_access_txt = "1"
},
@@ -5490,7 +5308,6 @@
"alr" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -5521,11 +5338,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/item/device/radio/intercom{
desc = "Talk through this. It looks like it has been modified to not broadcast.";
@@ -5538,11 +5352,8 @@
/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/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/light/small{
dir = 4
@@ -5553,11 +5364,8 @@
/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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/item/device/radio/intercom{
desc = "Talk through this. It looks like it has been modified to not broadcast.";
@@ -5622,11 +5430,8 @@
/turf/open/floor/plating,
/area/security/courtroom)
"alE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/flasher{
id = "Cell 4";
@@ -5686,8 +5491,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Courtroom APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-4";
@@ -5744,8 +5548,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating,
/area/maintenance/solars/port/fore)
@@ -5800,11 +5603,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/security/processing)
@@ -5980,11 +5780,8 @@
/turf/open/floor/plasteel/black,
/area/security/courtroom)
"amu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/security/courtroom)
@@ -6049,7 +5846,6 @@
/area/maintenance/port/fore)
"amD" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -6086,8 +5882,7 @@
},
/obj/structure/noticeboard{
dir = 8;
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/item/trash/plate,
/turf/open/floor/plating,
@@ -6098,16 +5893,14 @@
"amJ" = (
/obj/machinery/mineral/labor_claim_console{
machinedir = 1;
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/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
+ name = "KEEP CLEAR: DOCKING AREA"
},
/turf/closed/wall,
/area/security/processing)
@@ -6380,7 +6173,6 @@
/area/maintenance/solars/port/fore)
"anj" = (
/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plating,
@@ -6393,7 +6185,6 @@
/area/maintenance/port/fore)
"anl" = (
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -6442,9 +6233,8 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/labor)
"ans" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 5
@@ -6572,7 +6362,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating,
@@ -6581,14 +6370,12 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 0
+ name = "HIGH VOLTAGE"
},
/turf/closed/wall/r_wall,
/area/maintenance/solars/port/fore)
"anI" = (
/obj/machinery/door/airlock/engineering{
- icon_state = "door_closed";
locked = 0;
name = "Port Bow Solar Access";
req_access_txt = "10"
@@ -6601,10 +6388,7 @@
/turf/open/floor/plating,
/area/maintenance/solars/port/fore)
"anJ" = (
-/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
- dir = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
/turf/open/floor/plating,
/area/maintenance/port/fore)
"anK" = (
@@ -6675,11 +6459,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"anR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"anS" = (
@@ -6687,10 +6467,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"anT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"anU" = (
@@ -6705,11 +6482,8 @@
/turf/open/floor/plasteel/black,
/area/security/courtroom)
"anW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/security/courtroom)
@@ -6727,7 +6501,6 @@
"anY" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/black,
@@ -6752,8 +6525,7 @@
/area/maintenance/fore/secondary)
"aob" = (
/obj/machinery/light_switch{
- pixel_x = -20;
- pixel_y = 0
+ pixel_x = -20
},
/obj/item/device/radio/intercom{
pixel_y = 25
@@ -6814,7 +6586,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/obj/item/device/multitool,
@@ -6831,7 +6602,6 @@
/area/maintenance/port/fore)
"aok" = (
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plating,
@@ -6874,18 +6644,14 @@
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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 6
@@ -6900,8 +6666,7 @@
/area/security/processing)
"aot" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable{
d1 = 2;
@@ -7043,7 +6808,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Fitness Room APC";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable{
@@ -7180,8 +6944,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/fore)
@@ -7495,8 +7258,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/fore)
@@ -7504,7 +7266,6 @@
/obj/structure/chair/comfy/beige{
desc = "It looks comfy and extra tactical.\nAlt-click to rotate it clockwise.";
dir = 1;
- icon_state = "comfychair";
name = "tactical armchair"
},
/turf/open/floor/mineral/plastitanium,
@@ -7533,10 +7294,8 @@
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
"apZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/lawoffice)
@@ -7563,7 +7322,6 @@
"aqd" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/red/corner{
@@ -7696,13 +7454,11 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -7785,7 +7541,6 @@
icon_state = "1-2"
},
/obj/machinery/door/airlock/engineering{
- icon_state = "door_closed";
locked = 0;
name = "Starboard Bow Solar Access";
req_access_txt = "10"
@@ -7796,8 +7551,7 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 0
+ name = "HIGH VOLTAGE"
},
/turf/closed/wall/r_wall,
/area/maintenance/solars/starboard/fore)
@@ -7873,14 +7627,12 @@
/area/maintenance/port/fore)
"aqL" = (
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
"aqM" = (
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 10
},
/obj/machinery/meter,
@@ -7991,13 +7743,11 @@
/area/maintenance/fore)
"ara" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/requests_console{
department = "Law office";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/structure/closet/lawcloset,
/turf/open/floor/wood,
@@ -8010,9 +7760,7 @@
/turf/open/floor/wood,
/area/lawoffice)
"arc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/ai_monitored/security/armory)
"ard" = (
@@ -8074,8 +7822,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
dir = 9
@@ -8108,7 +7855,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/obj/structure/window/reinforced/fulltile,
@@ -8209,23 +7955,19 @@
/turf/open/floor/plating,
/area/shuttle/auxillary_base)
"arE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/yellow/side{
dir = 8
},
/area/construction/mining/aux_base)
"arF" = (
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 5
},
/turf/closed/wall,
/area/maintenance/port/fore)
"arG" = (
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 4
},
/turf/closed/wall,
@@ -8237,7 +7979,6 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -8249,7 +7990,6 @@
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -8266,14 +8006,12 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
"arK" = (
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating{
@@ -8287,7 +8025,6 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -8323,16 +8060,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/department/eva)
"arR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp,
/turf/open/floor/plating,
@@ -8388,9 +8121,8 @@
dir = 8
},
/obj/effect/landmark/start/lawyer,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/lawoffice)
@@ -8398,8 +8130,7 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/red/corner{
dir = 4
@@ -8511,17 +8242,11 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood,
/area/crew_quarters/dorms)
"asn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plating,
/area/security/vacantoffice/b)
"aso" = (
@@ -8589,16 +8314,11 @@
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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood,
/area/crew_quarters/dorms)
"asv" = (
@@ -8698,16 +8418,11 @@
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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood,
/area/crew_quarters/dorms)
"asM" = (
@@ -8824,8 +8539,7 @@
/area/lawoffice)
"atd" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/red/corner{
dir = 4
@@ -8842,11 +8556,8 @@
/obj/structure/chair/stool{
pixel_y = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -8900,9 +8611,7 @@
width = 9
},
/obj/machinery/bluespace_beacon,
-/obj/machinery/computer/auxillary_base{
- pixel_y = 0
- },
+/obj/machinery/computer/auxillary_base,
/turf/closed/wall,
/area/shuttle/auxillary_base)
"atm" = (
@@ -8990,7 +8699,6 @@
/obj/machinery/button/door{
id = "maint3";
name = "Blast Door Control C";
- pixel_x = 0;
pixel_y = 24;
req_access_txt = "0"
},
@@ -9138,15 +8846,11 @@
"atV" = (
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/side{
dir = 8
@@ -9194,8 +8898,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -9227,16 +8930,13 @@
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/device/taperecorder,
/obj/item/weapon/cartridge/lawyer,
/turf/open/floor/wood,
/area/lawoffice)
@@ -9254,8 +8954,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -9338,8 +9037,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
@@ -9363,9 +9061,8 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/fitness)
@@ -9380,13 +9077,11 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -9416,10 +9111,8 @@
/obj/machinery/airalarm{
pixel_y = 24
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
@@ -9509,8 +9202,7 @@
/area/maintenance/department/electrical)
"auM" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/structure/cable{
d1 = 1;
@@ -9535,7 +9227,6 @@
/area/construction/mining/aux_base)
"auR" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -9648,7 +9339,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/obj/effect/spawner/lootdrop/maintenance,
@@ -9676,8 +9366,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Vacant Office B APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plating,
/area/security/vacantoffice/b)
@@ -9710,8 +9399,7 @@
/area/hallway/primary/fore)
"avk" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/red/corner{
dir = 4
@@ -9749,8 +9437,7 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 0
+ name = "HIGH VOLTAGE"
},
/turf/closed/wall,
/area/maintenance/department/electrical)
@@ -9895,8 +9582,7 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 0
+ name = "HIGH VOLTAGE"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -9934,10 +9620,8 @@
/turf/open/floor/plating,
/area/maintenance/department/electrical)
"avM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/maintenance/department/electrical)
@@ -9972,11 +9656,9 @@
"avQ" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/camera{
@@ -10314,8 +9996,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -10499,14 +10180,12 @@
"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{
@@ -10551,9 +10230,8 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/maintenance/department/electrical)
@@ -10561,8 +10239,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
@@ -10603,8 +10280,7 @@
/area/maintenance/arrivals/north)
"axe" = (
/obj/machinery/sleeper{
- dir = 4;
- icon_state = "sleeper-open"
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
@@ -10618,11 +10294,8 @@
/turf/open/floor/plating,
/area/maintenance/port/fore)
"axh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/light{
dir = 1
@@ -10704,8 +10377,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -10730,8 +10402,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -10766,8 +10437,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -10803,8 +10473,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -10888,8 +10557,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -10959,10 +10627,8 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/fitness)
@@ -10970,8 +10636,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -11005,11 +10670,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
@@ -11029,9 +10691,8 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"aya" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
@@ -11150,14 +10811,12 @@
/area/construction/mining/aux_base)
"ayr" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -11297,8 +10956,7 @@
icon_state = "1-2"
},
/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
@@ -11356,7 +11014,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "EVA Storage APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -11407,11 +11064,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
@@ -11426,13 +11080,11 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -11448,22 +11100,16 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/blue/corner,
/area/hallway/primary/fore)
@@ -11491,8 +11137,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
dir = 6
@@ -11579,9 +11224,8 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"azo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
@@ -11702,8 +11346,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -11739,7 +11382,6 @@
/area/gateway)
"azK" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -11786,8 +11428,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -11847,8 +11488,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -11861,10 +11501,8 @@
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"azV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side,
/area/crew_quarters/dorms)
@@ -11879,8 +11517,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet)
@@ -11926,8 +11563,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
@@ -11972,8 +11608,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -12005,8 +11640,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12021,8 +11655,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12147,8 +11780,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/closed/wall,
/area/maintenance/department/electrical)
@@ -12165,8 +11797,7 @@
"aAC" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
+ name = "KEEP CLEAR: DOCKING AREA"
},
/turf/closed/wall/r_wall,
/area/hallway/secondary/entry)
@@ -12177,7 +11808,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/obj/structure/window/reinforced/fulltile,
@@ -12258,8 +11888,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
@@ -12297,8 +11926,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -12351,7 +11979,6 @@
/area/ai_monitored/storage/eva)
"aAX" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12369,8 +11996,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet)
@@ -12450,7 +12076,6 @@
layer = 2.9
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/weapon/tank/jetpack/carbondioxide,
@@ -12524,9 +12149,8 @@
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"aBr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
@@ -12550,8 +12174,7 @@
/area/ai_monitored/storage/eva)
"aBu" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/blue/corner,
/area/hallway/primary/fore)
@@ -12632,15 +12255,13 @@
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
"aBG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hydroponics/garden)
"aBH" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -12667,8 +12288,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -12684,8 +12304,7 @@
"aBO" = (
/obj/machinery/requests_console{
department = "EVA";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -12701,8 +12320,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
@@ -12732,7 +12350,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Vault APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -12785,11 +12402,8 @@
},
/area/gateway)
"aCa" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
@@ -12825,13 +12439,11 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -12841,8 +12453,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet)
@@ -12858,8 +12469,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
@@ -12899,7 +12509,6 @@
/area/maintenance/starboard/fore)
"aCm" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -12936,8 +12545,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/arrival{
dir = 4
@@ -12949,8 +12557,7 @@
department = "Theatre";
departmentType = 0;
name = "theatre RC";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/item/weapon/reagent_containers/food/snacks/baguette,
/obj/item/toy/dummy,
@@ -13198,17 +12805,12 @@
/turf/open/floor/plating,
/area/maintenance/port/fore)
"aCX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"aCY" = (
/obj/machinery/computer/security,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/red/side{
@@ -13221,11 +12823,8 @@
},
/area/security/checkpoint/checkpoint2)
"aDa" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hydroponics/garden)
@@ -13260,8 +12859,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
@@ -13295,9 +12893,7 @@
/area/gateway)
"aDj" = (
/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/gateway)
"aDk" = (
@@ -13374,11 +12970,8 @@
/turf/open/floor/circuit,
/area/ai_monitored/nuke_storage)
"aDs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 1
@@ -13401,9 +12994,8 @@
/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"aDv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 4
@@ -13433,11 +13025,8 @@
/area/gateway)
"aDy" = (
/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/gateway)
@@ -13456,8 +13045,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
@@ -13480,8 +13068,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
@@ -13556,13 +13143,11 @@
/area/crew_quarters/dorms)
"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
@@ -13588,17 +13173,11 @@
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet)
"aDP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet)
"aDQ" = (
@@ -13652,10 +13231,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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable{
d1 = 4;
@@ -13685,11 +13262,8 @@
"aDY" = (
/obj/structure/chair/stool,
/obj/effect/landmark/start/mime,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white/side{
dir = 4
@@ -13797,7 +13371,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Chapel APC";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable{
@@ -13908,15 +13481,13 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
"aEx" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "burst_r"
+/obj/structure/shuttle/engine/propulsion/burst/right{
+ dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"aEy" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 4
},
/obj/structure/window/reinforced{
@@ -13928,8 +13499,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Entry Hall APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable,
/turf/open/floor/plasteel/arrival{
@@ -14028,9 +13598,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/security/checkpoint/checkpoint2)
"aEJ" = (
@@ -14039,11 +13607,8 @@
},
/area/security/checkpoint/checkpoint2)
"aEK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/security/checkpoint/checkpoint2)
@@ -14257,8 +13822,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Dormitory Bathrooms APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -14337,8 +13901,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -14353,8 +13916,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -14394,7 +13956,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Chapel Office APC";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable,
@@ -14412,8 +13973,7 @@
icon_state = "airlock_control_standby";
id = "chapelgun";
name = "Mass Driver Controller";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
@@ -14440,8 +14000,7 @@
/area/shuttle/arrival)
"aFF" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/arrival)
@@ -14463,7 +14022,6 @@
},
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/light_switch{
@@ -14478,10 +14036,7 @@
},
/area/security/checkpoint/checkpoint2)
"aFJ" = (
-/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{
- icon_state = "intact";
- dir = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,
/obj/effect/landmark/event_spawn,
/turf/open/floor/plating,
/area/maintenance/port/fore)
@@ -14532,7 +14087,6 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel,
@@ -14557,7 +14111,6 @@
pixel_y = 16
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -14585,11 +14138,8 @@
/area/storage/primary)
"aFU" = (
/obj/effect/landmark/start/assistant,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/storage/primary)
@@ -14619,9 +14169,8 @@
/turf/open/floor/plasteel,
/area/gateway)
"aFY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/storage/primary)
@@ -14709,7 +14258,6 @@
/area/ai_monitored/storage/eva)
"aGk" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -14757,7 +14305,6 @@
amount = 50
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -14785,9 +14332,8 @@
"aGr" = (
/obj/structure/chair/stool,
/obj/effect/landmark/start/clown,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/redblue,
/area/crew_quarters/theatre)
@@ -14831,8 +14377,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/turf/open/floor/plating,
@@ -14867,8 +14412,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/sortjunction{
dir = 4;
@@ -14997,8 +14541,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -15099,8 +14642,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -15252,9 +14794,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/gateway)
@@ -15267,8 +14808,7 @@
/area/chapel/office)
"aHj" = (
/obj/machinery/light_switch{
- pixel_x = -20;
- pixel_y = 0
+ pixel_x = -20
},
/obj/structure/cable{
d1 = 2;
@@ -15281,9 +14821,8 @@
/turf/open/floor/plasteel,
/area/gateway)
"aHk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
@@ -15323,8 +14862,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/plasteel/showroomfloor,
@@ -15354,19 +14892,15 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/gateway)
@@ -15414,18 +14948,14 @@
},
/area/hydroponics/garden)
"aHB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/storage/eva)
"aHC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/storage/eva)
@@ -15489,7 +15019,6 @@
"aHL" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/closet/l3closet/scientist,
@@ -15573,12 +15102,10 @@
},
/area/crew_quarters/dorms)
"aHU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -15614,20 +15141,11 @@
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
"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
- },
+/obj/structure/closet/crate/wooden/toy,
/turf/open/floor/plasteel/redblue,
/area/crew_quarters/theatre)
"aIa" = (
@@ -15930,7 +15448,6 @@
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"
},
@@ -15939,11 +15456,7 @@
},
/area/construction/mining/aux_base)
"aII" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
"aIJ" = (
@@ -16124,12 +15637,10 @@
/area/ai_monitored/storage/eva)
"aJg" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/side{
@@ -16172,7 +15683,6 @@
/obj/item/weapon/extinguisher,
/obj/item/weapon/extinguisher,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -16190,7 +15700,6 @@
"aJl" = (
/obj/structure/tank_dispenser/oxygen,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -16335,11 +15844,8 @@
/obj/machinery/newscaster{
pixel_x = 30
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/library)
@@ -16532,7 +16038,6 @@
"aKc" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/command{
- icon_state = "door_closed";
lockdownbyai = 0;
locked = 0;
name = "Gateway Access";
@@ -16569,8 +16074,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Auxillary Base Construction APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
d1 = 2;
@@ -16595,9 +16099,8 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
"aKi" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "burst_l"
+/obj/structure/shuttle/engine/propulsion/burst/left{
+ dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/arrival)
@@ -16741,11 +16244,8 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"aKz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
@@ -16791,11 +16291,8 @@
/obj/structure/sink{
pixel_y = 30
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
@@ -16878,9 +16375,7 @@
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
"aKU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
"aKV" = (
@@ -16915,18 +16410,14 @@
"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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
@@ -16954,16 +16445,14 @@
/turf/open/floor/plasteel/black,
/area/chapel/office)
"aLc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/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{
@@ -16989,7 +16478,6 @@
"aLf" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/wood,
@@ -17000,8 +16488,7 @@
/area/library)
"aLh" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/wood,
/area/library)
@@ -17021,11 +16508,8 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
@@ -17036,11 +16520,7 @@
name = "HIGH VOLTAGE";
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
@@ -17208,11 +16688,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
@@ -17289,10 +16766,8 @@
c_tag = "Central Hallway North-East";
dir = 2
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -17308,9 +16783,8 @@
},
/area/hallway/primary/central)
"aLS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
@@ -17324,7 +16798,6 @@
"aLU" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/light/small{
@@ -17394,8 +16867,7 @@
/area/hallway/primary/central)
"aMf" = (
/turf/open/floor/plasteel{
- icon_state = "L13";
- name = "floor"
+ icon_state = "L13"
},
/area/hallway/primary/central)
"aMg" = (
@@ -17407,9 +16879,8 @@
},
/area/hallway/primary/central)
"aMh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -17440,10 +16911,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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
@@ -17608,20 +17077,14 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
@@ -17665,9 +17128,7 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
"aMS" = (
@@ -17779,8 +17240,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
@@ -17796,8 +17256,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
@@ -17835,20 +17294,14 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
@@ -17924,11 +17377,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
@@ -17964,8 +17414,7 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
@@ -18010,7 +17459,6 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/closet/chefcloset,
@@ -18031,9 +17479,7 @@
/turf/open/floor/carpet,
/area/hallway/secondary/entry)
"aNS" = (
-/obj/machinery/bookbinder{
- pixel_y = 0
- },
+/obj/machinery/bookbinder,
/turf/open/floor/wood,
/area/library)
"aNT" = (
@@ -18167,8 +17613,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -18263,8 +17708,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light,
/obj/structure/disposalpipe/segment{
@@ -18279,8 +17723,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -18294,8 +17737,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -18306,8 +17748,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -18336,8 +17777,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -18460,9 +17900,8 @@
/area/crew_quarters/bar)
"aOM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
@@ -18492,7 +17931,6 @@
/obj/machinery/requests_console{
department = "Hydroponics";
departmentType = 2;
- pixel_x = 0;
pixel_y = 30
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -18515,16 +17953,13 @@
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
"aOU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit)
"aOV" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -18585,9 +18020,8 @@
/turf/open/floor/wood,
/area/library)
"aPe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -18613,9 +18047,7 @@
/area/library)
"aPi" = (
/obj/structure/table/wood,
-/obj/item/device/taperecorder{
- pixel_y = 0
- },
+/obj/item/device/taperecorder,
/obj/item/device/camera,
/obj/item/device/radio/intercom{
pixel_y = 25
@@ -18673,9 +18105,7 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/exit)
"aPr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/hallway/secondary/exit)
"aPs" = (
@@ -18752,8 +18182,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -18818,7 +18247,6 @@
/obj/structure/table,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel,
@@ -19056,9 +18484,8 @@
},
/area/hallway/secondary/entry)
"aQo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -19077,12 +18504,7 @@
/turf/open/floor/wood,
/area/library)
"aQr" = (
-/obj/structure/closet/crate,
-/obj/item/clothing/shoes/workboots/mining,
-/obj/item/clothing/under/rank/curator/treasure_hunter,
-/obj/item/clothing/suit/curator,
-/obj/item/clothing/head/curator,
-/obj/item/weapon/storage/backpack/satchel/explorer,
+/obj/structure/closet/wardrobe/curator,
/obj/machinery/light/small,
/turf/open/floor/engine/cult,
/area/library)
@@ -19173,7 +18595,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/obj/effect/turf_decal/stripes/line{
@@ -19199,11 +18620,8 @@
},
/area/hallway/secondary/entry)
"aQK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
dir = 1
@@ -19218,8 +18636,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
@@ -19399,8 +18816,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/computer/shuttle/mining,
/turf/open/floor/plasteel/blue/side{
@@ -19430,14 +18846,12 @@
/area/bridge)
"aRt" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aRu" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/chair/stool,
@@ -19471,8 +18885,7 @@
/area/crew_quarters/kitchen)
"aRz" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
@@ -19651,8 +19064,7 @@
/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
+ name = "KEEP CLEAR: DOCKING AREA"
},
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
@@ -19694,7 +19106,6 @@
"aSb" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel,
@@ -19735,11 +19146,7 @@
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
"aSi" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
"aSj" = (
@@ -19770,9 +19177,8 @@
/turf/open/floor/plating,
/area/storage/emergency/port)
"aSo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
@@ -19798,9 +19204,8 @@
/turf/open/floor/plating,
/area/storage/tools)
"aSt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/storage/tools)
@@ -19819,8 +19224,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/yellow/corner{
dir = 4
@@ -19869,8 +19273,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/blue/side{
dir = 4
@@ -19927,9 +19330,8 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/kitchen)
"aSK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/kitchen)
@@ -19957,10 +19359,8 @@
dir = 2;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/kitchen)
@@ -19978,11 +19378,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/green/side{
dir = 8
@@ -20000,26 +19397,20 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/green/side{
dir = 4
},
/area/hydroponics)
"aSV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
"aSW" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/turf/open/floor/plasteel,
/area/storage/tools)
@@ -20030,8 +19421,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -20051,7 +19441,6 @@
department = "Bar";
departmentType = 2;
pixel_x = 30;
- pixel_y = 0;
receive_ore_updates = 1
},
/obj/machinery/camera{
@@ -20081,9 +19470,7 @@
/area/library)
"aTd" = (
/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole/bookmanagement{
- pixel_y = 0
- },
+/obj/machinery/computer/libraryconsole/bookmanagement,
/obj/machinery/light_switch{
pixel_y = 28
},
@@ -20120,8 +19507,7 @@
/area/chapel/main)
"aTj" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
@@ -20134,7 +19520,6 @@
/obj/machinery/vending/cola/random,
/obj/machinery/status_display{
layer = 4;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/escape{
@@ -20155,7 +19540,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating,
@@ -20178,8 +19562,7 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
@@ -20202,8 +19585,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -20214,7 +19596,6 @@
"aTw" = (
/obj/structure/closet/wardrobe/green,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -20261,7 +19642,6 @@
/obj/structure/closet/secure_closet/personal,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/camera{
@@ -20280,11 +19660,7 @@
/turf/open/floor/plasteel,
/area/storage/art)
"aTF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/table,
/obj/item/device/camera_film,
/obj/item/device/camera,
@@ -20368,11 +19744,7 @@
/turf/open/floor/plasteel/red/side,
/area/bridge)
"aTU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/bridge)
"aTV" = (
@@ -20384,8 +19756,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/bridge)
@@ -20401,17 +19772,14 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/blue/corner{
dir = 4
},
/area/bridge)
"aUa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/bridge)
"aUb" = (
@@ -20442,7 +19810,6 @@
"aUf" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/camera{
@@ -20464,9 +19831,7 @@
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
"aUi" = (
/turf/open/floor/plasteel/vault{
@@ -20559,11 +19924,8 @@
/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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/light/small,
/turf/open/floor/plasteel,
@@ -20593,7 +19955,6 @@
/obj/machinery/hydroponics/constructable,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/black,
@@ -20632,7 +19993,6 @@
"aUG" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/black,
@@ -20725,8 +20085,7 @@
/obj/structure/closet/wardrobe/grey,
/obj/machinery/requests_console{
department = "Locker Room";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
@@ -20767,7 +20126,6 @@
"aVa" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/structure/closet/toolcloset,
@@ -20787,8 +20145,7 @@
/area/hallway/primary/central)
"aVc" = (
/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/preopen{
@@ -20796,9 +20153,7 @@
name = "bridge blast door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"aVd" = (
/obj/structure/grille,
@@ -20881,8 +20236,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -20898,8 +20252,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1
@@ -20926,8 +20279,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -21005,8 +20357,7 @@
/area/bridge)
"aVt" = (
/obj/structure/sign/securearea{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/preopen{
@@ -21014,9 +20365,7 @@
name = "bridge blast door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"aVu" = (
/obj/structure/sign/securearea{
@@ -21078,16 +20427,14 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/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
+ pixel_x = -3
},
/obj/item/weapon/reagent_containers/food/condiment/peppermill{
pixel_x = 3
@@ -21272,8 +20619,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
+ name = "EXTERNAL AIRLOCK"
},
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
@@ -21289,19 +20635,14 @@
/turf/open/floor/carpet,
/area/library)
"aWc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"aWd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/library)
@@ -21348,8 +20689,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -21363,12 +20703,10 @@
/area/maintenance/port)
"aWm" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/light_switch{
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/wood,
/area/security/vacantoffice)
@@ -21401,18 +20739,14 @@
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
"aWr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/security/vacantoffice)
@@ -21443,7 +20777,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Art Storage";
- pixel_x = 0;
pixel_y = 24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -21456,8 +20789,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/storage/art)
@@ -21466,8 +20798,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -21493,8 +20824,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/storage/emergency/port)
@@ -21526,7 +20856,6 @@
"aWE" = (
/obj/machinery/computer/med_data,
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = 32
},
/obj/structure/disposalpipe/segment{
@@ -21569,9 +20898,7 @@
name = "bridge blast door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"aWJ" = (
/obj/structure/cable,
@@ -21594,8 +20921,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
@@ -21656,7 +20982,6 @@
"aWQ" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -21780,8 +21105,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -21812,9 +21136,7 @@
name = "bridge blast door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"aXc" = (
/obj/structure/cable{
@@ -21896,7 +21218,6 @@
/area/hallway/primary/central)
"aXi" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/computer/security/telescreen/entertainment{
@@ -21936,8 +21257,7 @@
/obj/machinery/requests_console{
department = "Kitchen";
departmentType = 2;
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/kitchen)
@@ -22062,8 +21382,7 @@
/area/crew_quarters/fitness)
"aXG" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -22128,11 +21447,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
@@ -22176,9 +21492,8 @@
/turf/open/floor/carpet,
/area/library)
"aXU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/library)
@@ -22231,8 +21546,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
icon_state = "0-2";
@@ -22245,8 +21559,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -22305,8 +21618,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -22330,7 +21642,6 @@
/obj/machinery/button/door{
id = "kanyewest";
name = "Privacy Shutters";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel/grimy,
@@ -22366,9 +21677,7 @@
name = "bridge blast door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"aYp" = (
/obj/structure/grille,
@@ -22438,7 +21747,6 @@
},
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/highsecurity{
- icon_state = "door_closed";
locked = 0;
name = "AI Upload Access";
req_access_txt = "16"
@@ -22490,8 +21798,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -22601,8 +21908,7 @@
pixel_y = 1
},
/obj/item/clothing/under/suit_jacket/really_black{
- pixel_x = -2;
- pixel_y = 0
+ pixel_x = -2
},
/obj/structure/window{
icon_state = "window";
@@ -22657,11 +21963,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
@@ -22761,15 +22064,10 @@
"aZo" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet/locker)
@@ -22789,7 +22087,6 @@
/obj/machinery/button/door{
id = "heads_meeting";
name = "Security Shutters";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/wood,
@@ -22875,8 +22172,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -22894,8 +22190,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -23017,10 +22312,7 @@
},
/area/hallway/primary/central)
"aZZ" = (
-/obj/machinery/vending/cigarette{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
"baa" = (
@@ -23069,14 +22361,12 @@
"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,
@@ -23106,7 +22396,6 @@
/area/crew_quarters/kitchen)
"bal" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -23135,16 +22424,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 0;
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain)
@@ -23165,8 +22451,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -23194,26 +22479,20 @@
},
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/library)
"baw" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 28
@@ -23234,11 +22513,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
@@ -23248,11 +22524,8 @@
},
/area/chapel/main)
"baB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/chapel/main)
@@ -23260,8 +22533,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit)
@@ -23297,11 +22569,9 @@
/area/hallway/secondary/entry)
"baG" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel,
@@ -23312,9 +22582,8 @@
/turf/open/floor/wood,
/area/security/vacantoffice)
"baI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/bridge/meeting_room)
@@ -23343,8 +22612,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/power/apc{
dir = 4;
@@ -23432,23 +22700,20 @@
"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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bbb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/blue/corner{
dir = 1
@@ -23521,7 +22786,6 @@
/obj/structure/table,
/obj/item/weapon/aiModule/reset,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -23558,14 +22822,10 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet/locker)
@@ -23609,7 +22869,6 @@
/area/crew_quarters/heads/captain)
"bbv" = (
/obj/machinery/status_display{
- pixel_x = 0;
pixel_y = 32
},
/obj/structure/cable{
@@ -23704,8 +22963,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Vacant Office A APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-4";
@@ -23718,8 +22976,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -23758,11 +23015,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/storage)
@@ -23888,11 +23142,8 @@
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
"bci" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
@@ -24041,8 +23292,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -24050,9 +23300,8 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/exit)
"bcC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit)
@@ -24061,9 +23310,8 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bcE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/storage)
@@ -24106,8 +23354,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j2";
@@ -24131,18 +23378,13 @@
"bcO" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet/locker)
"bcP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain)
@@ -24181,7 +23423,6 @@
"bcV" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/filingcabinet,
@@ -24190,7 +23431,6 @@
/area/security/detectives_office)
"bcW" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -24216,8 +23456,7 @@
/obj/item/device/radio/intercom{
dir = 8;
freerange = 1;
- name = "Station Intercom (Command)";
- pixel_x = 0
+ name = "Station Intercom (Command)"
},
/turf/open/floor/carpet,
/area/bridge/meeting_room)
@@ -24235,7 +23474,6 @@
/area/hallway/primary/starboard)
"bdc" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/obj/machinery/light,
@@ -24262,8 +23500,7 @@
"bdf" = (
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/porta_turret/ai{
dir = 4
@@ -24317,8 +23554,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
@@ -24332,19 +23568,14 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bdp" = (
@@ -24354,9 +23585,8 @@
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bdq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
@@ -24454,8 +23684,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -24466,8 +23695,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/sortjunction{
dir = 1;
@@ -24491,8 +23719,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -24502,18 +23729,14 @@
/turf/open/floor/plating,
/area/maintenance/port)
"bdE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/bridge/meeting_room)
@@ -24606,8 +23829,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Disposal APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-4";
@@ -24651,8 +23873,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -24689,11 +23910,7 @@
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai_upload)
"bed" = (
@@ -24710,7 +23927,6 @@
/obj/machinery/computer/upload/ai,
/obj/machinery/flasher{
id = "AI";
- pixel_x = 0;
pixel_y = -21
},
/turf/open/floor/circuit,
@@ -24751,14 +23967,11 @@
/area/ai_monitored/turret_protected/ai_upload)
"beh" = (
/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/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,
@@ -24792,9 +24005,7 @@
c_tag = "Captain's Office";
dir = 8
},
-/obj/item/weapon/storage/lockbox/medal{
- pixel_y = 0
- },
+/obj/item/weapon/storage/lockbox/medal,
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
"beo" = (
@@ -24834,7 +24045,6 @@
/area/hallway/primary/central)
"ber" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/plasteel,
@@ -24924,8 +24134,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
@@ -25114,16 +24323,14 @@
},
/area/quartermaster/sorting)
"beX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"beY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
@@ -25143,7 +24350,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/obj/effect/landmark/event_spawn,
@@ -25156,7 +24362,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Locker Room APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -25187,8 +24392,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -25285,8 +24489,7 @@
"bfr" = (
/obj/structure/noticeboard{
dir = 8;
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/wood,
/area/bridge/meeting_room)
@@ -25372,8 +24575,7 @@
pixel_y = 5
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
@@ -25416,11 +24618,7 @@
/turf/open/floor/plating,
/area/maintenance/port)
"bfN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
"bfO" = (
@@ -25492,7 +24690,6 @@
/area/hallway/primary/starboard)
"bfZ" = (
/obj/structure/sign/securearea{
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel/purple/side{
@@ -25516,7 +24713,6 @@
"bgd" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -25609,8 +24805,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Mech Bay APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable{
icon_state = "0-2";
@@ -25620,9 +24815,7 @@
/turf/open/floor/plating,
/area/science/robotics/mechbay)
"bgp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/science/research)
"bgq" = (
@@ -25649,7 +24842,6 @@
"bgs" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/freezer,
@@ -25740,8 +24932,7 @@
/obj/machinery/requests_console{
department = "Cargo Bay";
departmentType = 2;
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/machinery/light{
dir = 8
@@ -25757,8 +24948,7 @@
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
@@ -25766,8 +24956,7 @@
/obj/structure/table/glass,
/obj/machinery/reagentgrinder,
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
@@ -25801,7 +24990,6 @@
/area/bridge/meeting_room)
"bgL" = (
/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/wood,
@@ -25828,10 +25016,8 @@
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"bgQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 2
@@ -25849,8 +25035,7 @@
department = "Captain's Desk";
departmentType = 5;
name = "Captain RC";
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/structure/filingcabinet,
/turf/open/floor/wood,
@@ -25887,7 +25072,6 @@
/obj/structure/table/wood,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/item/device/camera,
@@ -25953,10 +25137,7 @@
/area/medical/medbay/central)
"bhf" = (
/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/storage/firstaid/regular,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bhg" = (
@@ -25999,7 +25180,6 @@
id = "MedbayFoyer";
name = "Medbay Doors Control";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = 26;
req_access_txt = "5"
},
@@ -26011,8 +25191,7 @@
"bhl" = (
/obj/structure/filingcabinet,
/obj/machinery/newscaster{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/red/side{
dir = 5
@@ -26060,11 +25239,7 @@
/turf/open/floor/plating,
/area/storage/emergency/starboard)
"bhs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/security/checkpoint/medical)
"bht" = (
@@ -26265,8 +25440,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -26297,8 +25471,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -26307,10 +25480,8 @@
/turf/open/floor/plating,
/area/maintenance/port)
"bhP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/science/robotics/lab)
@@ -26369,9 +25540,7 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"bhX" = (
/obj/structure/disposalpipe/wrapsortjunction{
@@ -26423,8 +25592,7 @@
/area/quartermaster/storage)
"bid" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/blue/corner,
/area/hallway/primary/central)
@@ -26507,11 +25675,9 @@
department = "Chemistry";
departmentType = 2;
pixel_x = -30;
- pixel_y = 0;
receive_ore_updates = 1
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -26545,9 +25711,7 @@
},
/area/medical/chemistry)
"bit" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"biu" = (
@@ -26643,6 +25807,7 @@
dir = 2
},
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
@@ -26651,8 +25816,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
@@ -26671,8 +25835,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/circuit,
/area/science/robotics/mechbay)
@@ -26680,8 +25843,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/circuit,
/area/science/robotics/mechbay)
@@ -26690,8 +25852,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/whitered/corner{
@@ -26767,9 +25928,7 @@
},
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -26951,8 +26110,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -26970,7 +26128,6 @@
/obj/machinery/requests_console{
department = "Cargo Bay";
departmentType = 2;
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel,
@@ -27024,8 +26181,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
@@ -27057,8 +26213,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
@@ -27068,11 +26223,8 @@
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -27080,13 +26232,10 @@
/obj/machinery/camera{
c_tag = "Gravity Generator Room";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
@@ -27119,7 +26268,6 @@
"bjE" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -27127,11 +26275,9 @@
/area/bridge/meeting_room)
"bjF" = (
/obj/machinery/newscaster/security_unit{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/keycard_auth{
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -27151,8 +26297,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/firealarm{
dir = 1;
@@ -27182,11 +26327,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"bjL" = (
@@ -27204,8 +26345,7 @@
/area/security/checkpoint/medical)
"bjN" = (
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/plasteel/red/side{
dir = 4
@@ -27296,7 +26436,6 @@
"bjY" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/light{
@@ -27324,13 +26463,10 @@
/obj/machinery/camera{
c_tag = "Medbay Morgue";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/black,
@@ -27383,7 +26519,6 @@
/obj/item/weapon/reagent_containers/dropper,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/white,
@@ -27404,8 +26539,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
@@ -27419,8 +26553,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -27452,8 +26585,7 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/white,
/area/science/robotics/lab)
@@ -27483,8 +26615,7 @@
dir = 8
},
/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -27497,15 +26628,13 @@
departmentType = 2;
name = "Science Requests Console";
pixel_x = -30;
- pixel_y = 0;
receive_ore_updates = 1
},
/turf/open/floor/plasteel/white,
/area/science/lab)
"bkt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -27524,8 +26653,7 @@
"bkw" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1
@@ -27588,8 +26716,7 @@
"bkC" = (
/obj/effect/decal/cleanable/oil,
/obj/machinery/light_switch{
- pixel_x = 25;
- pixel_y = 0
+ pixel_x = 25
},
/turf/open/floor/plating,
/area/maintenance/disposal)
@@ -27601,8 +26728,7 @@
"bkE" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
+ name = "KEEP CLEAR: DOCKING AREA"
},
/turf/closed/wall/r_wall,
/area/maintenance/port)
@@ -27617,8 +26743,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -27633,7 +26758,6 @@
/area/quartermaster/sorting)
"bkI" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -27673,16 +26797,13 @@
/area/quartermaster/office)
"bkO" = (
/obj/machinery/light_switch{
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/item/weapon/screwdriver{
pixel_y = 10
},
/obj/item/device/radio/off,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/red/side{
dir = 6
},
@@ -27709,8 +26830,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -27723,8 +26843,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light_switch{
pixel_y = -25
@@ -27749,8 +26868,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/central)
@@ -27766,17 +26884,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/medical/morgue)
"bkV" = (
@@ -27795,8 +26908,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/central)
@@ -27804,8 +26916,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Conference Room APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d2 = 8;
@@ -27840,8 +26951,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -27907,8 +27017,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -27964,9 +27073,7 @@
/obj/machinery/camera{
c_tag = "Medbay Foyer";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
/obj/machinery/cell_charger,
/turf/open/floor/plasteel/white,
@@ -27978,8 +27085,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/power/apc{
dir = 1;
@@ -28055,6 +27161,7 @@
"blu" = (
/obj/machinery/computer/mech_bay_power_console,
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plasteel,
@@ -28077,9 +27184,8 @@
/turf/open/floor/mech_bay_recharge_floor,
/area/science/robotics/mechbay)
"blx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
@@ -28088,14 +27194,12 @@
dir = 10
},
/obj/machinery/light_switch{
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
@@ -28104,8 +27208,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
@@ -28173,24 +27276,17 @@
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"blG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/robotics/lab)
"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
+ pixel_x = 11
},
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/turf_decal/stripes/line{
dir = 6
},
@@ -28252,7 +27348,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/obj/item/weapon/cigbutt,
@@ -28310,9 +27405,7 @@
/area/quartermaster/storage)
"blZ" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
@@ -28407,8 +27500,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -28448,8 +27540,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
@@ -28462,8 +27553,7 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/brown/corner{
dir = 8
@@ -28506,8 +27596,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/brown{
dir = 8
@@ -28520,10 +27609,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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
@@ -28564,18 +27651,15 @@
/obj/machinery/light_switch{
pixel_y = 28
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain)
"bmC" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 28
@@ -28601,7 +27685,6 @@
/obj/structure/table/glass,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/item/stack/cable_coil/random,
@@ -28622,8 +27705,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -28640,7 +27722,6 @@
frequency = 1485;
listening = 0;
name = "Station Intercom (Medbay)";
- pixel_x = 0;
pixel_y = -30
},
/obj/machinery/light,
@@ -28697,8 +27778,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -28729,9 +27809,7 @@
/area/hallway/primary/central)
"bmT" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"bmU" = (
@@ -28829,11 +27907,8 @@
/turf/open/floor/plasteel/white,
/area/science/lab)
"bng" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -28902,8 +27977,7 @@
/obj/item/weapon/stock_parts/matter_bin,
/obj/item/weapon/stock_parts/matter_bin,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/weapon/stock_parts/scanning_module{
pixel_x = 2;
@@ -28913,8 +27987,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Research Lab APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable{
d2 = 8;
@@ -29041,8 +28114,7 @@
"bnB" = (
/obj/structure/closet/wardrobe/chemistry_white,
/obj/machinery/light_switch{
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
@@ -29078,7 +28150,6 @@
/area/quartermaster/office)
"bnF" = (
/obj/structure/sign/nosmoking_2{
- pixel_x = 0;
pixel_y = 30
},
/obj/structure/disposalpipe/segment{
@@ -29125,9 +28196,8 @@
/turf/open/floor/plating,
/area/quartermaster/office)
"bnL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/brown{
dir = 1
@@ -29137,8 +28207,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -29149,7 +28218,6 @@
/area/hallway/primary/central)
"bnO" = (
/obj/machinery/newscaster/security_unit{
- pixel_x = 0;
pixel_y = 32
},
/obj/structure/filingcabinet/chestdrawer,
@@ -29201,7 +28269,6 @@
desc = "Used for watching Prison Wing holding areas.";
name = "Prison Monitor";
network = list("Prison");
- pixel_x = 0;
pixel_y = 30
},
/obj/machinery/disposal/bin,
@@ -29224,8 +28291,7 @@
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
name = "HIGH VOLTAGE";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/structure/cable{
icon_state = "0-4";
@@ -29266,8 +28332,7 @@
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
name = "RADIOACTIVE AREA";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/structure/cable{
icon_state = "0-2";
@@ -29289,7 +28354,6 @@
/obj/item/weapon/bedsheet/captain,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -29317,7 +28381,6 @@
pixel_y = 6
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -29380,7 +28443,6 @@
"boj" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/requests_console{
@@ -29388,9 +28450,7 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = 30;
- pixel_y = 0;
- pixel_z = 0
+ pixel_x = 30
},
/obj/machinery/light,
/turf/open/floor/plasteel/white,
@@ -29432,9 +28492,8 @@
/turf/closed/wall/r_wall,
/area/medical/genetics)
"boo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -29503,8 +28562,7 @@
/obj/item/weapon/stock_parts/cell/high/plus,
/obj/item/weapon/crowbar,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel,
/area/science/robotics/lab)
@@ -29617,8 +28675,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
+ name = "EXTERNAL AIRLOCK"
},
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
@@ -29688,11 +28745,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -29706,8 +28760,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -29764,7 +28817,6 @@
},
/obj/machinery/flasher{
id = "hopflash";
- pixel_x = 0;
pixel_y = 28
},
/obj/machinery/door/poddoor/shutters/preopen{
@@ -29839,7 +28891,6 @@
"bpi" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/cable{
@@ -29868,11 +28919,8 @@
"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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain)
@@ -29910,8 +28958,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
/area/science/lab)
@@ -29928,7 +28975,6 @@
/area/science/lab)
"bpq" = (
/obj/machinery/light_switch{
- pixel_x = 0;
pixel_y = -23
},
/turf/open/floor/plasteel/white,
@@ -29964,12 +29010,10 @@
id = "MedbayFoyer";
name = "Medbay Exit Button";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = 26
},
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -30005,11 +29049,8 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bpz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -30082,7 +29123,6 @@
department = "Genetics";
departmentType = 0;
name = "Genetics Requests Console";
- pixel_x = 0;
pixel_y = 30
},
/obj/item/weapon/storage/pill_bottle/mutadone,
@@ -30129,9 +29169,8 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bpO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white,
@@ -30240,14 +29279,8 @@
"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/tech_disk,
+/obj/item/weapon/disk/tech_disk,
/obj/item/weapon/disk/design_disk,
/obj/item/weapon/disk/design_disk,
/turf/open/floor/plasteel/white,
@@ -30393,8 +29426,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
@@ -30402,8 +29434,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
@@ -30464,7 +29495,6 @@
"bqC" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/cable{
@@ -30543,8 +29573,7 @@
req_access_txt = "17"
},
/obj/structure/sign/securearea{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/structure/cable{
d1 = 1;
@@ -30602,7 +29631,6 @@
/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{
@@ -30616,8 +29644,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -30631,8 +29658,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/turf/open/floor/plasteel/whiteyellow/side{
@@ -30643,8 +29669,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/noticeboard{
pixel_y = 32
@@ -30663,8 +29688,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -30688,8 +29712,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
@@ -30700,8 +29723,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white,
@@ -30746,8 +29768,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -30760,8 +29781,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
@@ -30777,11 +29797,8 @@
},
/area/medical/medbay/central)
"bri" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 2
@@ -30799,15 +29816,12 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"brl" = (
/obj/machinery/light_switch{
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -30991,7 +30005,6 @@
"brA" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
- pixel_x = 0;
pixel_y = 6
},
/turf/open/floor/plasteel/white/corner{
@@ -31108,8 +30121,7 @@
/obj/machinery/requests_console{
department = "Cargo Bay";
departmentType = 2;
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/item/device/multitool,
/obj/machinery/camera{
@@ -31212,18 +30224,14 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/vending/cart,
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hop)
"brX" = (
/obj/structure/table,
-/obj/item/weapon/storage/box/masks{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/storage/box/masks,
/obj/item/weapon/storage/box/gloves{
pixel_x = 3;
pixel_y = 4
@@ -31274,17 +30282,13 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/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{
@@ -31293,9 +30297,8 @@
/turf/closed/wall/r_wall,
/area/engine/gravity_generator)
"bsf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
@@ -31357,9 +30360,8 @@
/turf/open/floor/plasteel,
/area/teleporter)
"bsm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/teleporter)
@@ -31403,7 +30405,6 @@
frequency = 1485;
listening = 1;
name = "Station Intercom (Medbay)";
- pixel_x = 0;
pixel_y = -30
},
/obj/machinery/light,
@@ -31416,10 +30417,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -31437,14 +30436,12 @@
frequency = 1485;
listening = 1;
name = "Station Intercom (Medbay)";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/machinery/camera{
c_tag = "Medbay East";
dir = 8;
network = list("SS13");
- pixel_x = 0;
pixel_y = -22
},
/turf/open/floor/plasteel/white,
@@ -31479,8 +30476,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -31488,8 +30484,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -31500,8 +30495,7 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/white/side{
dir = 5
@@ -31577,8 +30571,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Experimentation Lab APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31681,7 +30674,6 @@
/area/science/robotics/lab)
"bsX" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white/side{
@@ -31731,11 +30723,8 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"btc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -31760,9 +30749,7 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = -30;
- pixel_y = 0;
- pixel_z = 0
+ pixel_x = -30
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white,
@@ -31796,11 +30783,7 @@
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"btl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"btm" = (
@@ -31899,9 +30882,8 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"btu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -31963,11 +30945,8 @@
},
/area/crew_quarters/heads/hop)
"btC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hop)
@@ -32000,9 +30979,7 @@
req_access_txt = "11"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"btG" = (
/turf/closed/wall/r_wall,
@@ -32011,8 +30988,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -32034,8 +31010,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/bluespace_beacon,
/turf/open/floor/plasteel,
@@ -32045,8 +31020,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/teleporter)
@@ -32054,8 +31028,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/teleporter)
@@ -32068,8 +31041,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/teleporter)
@@ -32077,8 +31049,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -32175,15 +31146,11 @@
department = "Science";
departmentType = 2;
name = "Science Requests Console";
- pixel_x = 0;
pixel_y = -30;
receive_ore_updates = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/explab)
@@ -32262,7 +31229,6 @@
"bui" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -32283,9 +31249,8 @@
},
/area/medical/sleeper)
"bul" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
@@ -32339,8 +31304,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -32365,8 +31329,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -32410,8 +31373,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -32483,18 +31445,14 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -32505,8 +31463,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -32528,8 +31485,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -32537,9 +31493,8 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"buI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -32552,8 +31507,7 @@
/area/quartermaster/office)
"buK" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -32566,8 +31520,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -32577,8 +31530,7 @@
/area/medical/genetics)
"buM" = (
/obj/machinery/keycard_auth{
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/computer/cargo,
/turf/open/floor/plasteel/blue/side{
@@ -32606,14 +31558,10 @@
"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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -32628,15 +31576,13 @@
/area/engine/gravity_generator)
"buS" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Gravity Generator Foyer"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -32650,8 +31596,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -32667,8 +31612,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor/heavy,
/obj/machinery/door/poddoor/preopen{
@@ -32715,8 +31659,7 @@
icon_state = "1-2"
},
/obj/structure/sign/securearea{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/blue/side{
@@ -32730,8 +31673,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -32750,8 +31692,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -32772,8 +31713,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -32787,9 +31727,8 @@
/area/science/research)
"bvf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white/side{
dir = 9
@@ -32827,7 +31766,6 @@
/area/medical/medbay/central)
"bvl" = (
/obj/machinery/door/airlock/glass_medical{
- id_tag = "";
name = "Surgery Observation";
req_access_txt = "0"
},
@@ -32855,11 +31793,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
@@ -32923,8 +31858,7 @@
/obj/machinery/camera{
c_tag = "Genetics Research";
dir = 1;
- network = list("SS13","RD");
- pixel_x = 0
+ network = list("SS13","RD")
},
/obj/machinery/firealarm{
dir = 1;
@@ -32962,7 +31896,6 @@
c_tag = "Genetics Access";
dir = 8;
network = list("SS13");
- pixel_x = 0;
pixel_y = -22
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
@@ -33007,8 +31940,7 @@
/obj/machinery/requests_console{
department = "Cargo Bay";
departmentType = 2;
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/item/weapon/coin/silver,
/turf/open/floor/plasteel/brown{
@@ -33057,8 +31989,7 @@
/area/security/checkpoint/supply)
"bvM" = (
/obj/machinery/light_switch{
- pixel_x = -20;
- pixel_y = 0
+ pixel_x = -20
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
@@ -33076,11 +32007,8 @@
pixel_x = 5;
pixel_y = -32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/explab)
@@ -33189,11 +32117,8 @@
/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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -33268,9 +32193,8 @@
},
/area/crew_quarters/heads/hop)
"bwj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hop)
@@ -33305,8 +32229,7 @@
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
name = "RADIOACTIVE AREA";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -33323,8 +32246,7 @@
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
name = "RADIOACTIVE AREA";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -33409,11 +32331,8 @@
/area/medical/medbay/central)
"bwB" = (
/obj/structure/chair,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/medical/sleeper)
@@ -33423,7 +32342,6 @@
/area/medical/sleeper)
"bwD" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/plasteel,
@@ -33463,28 +32381,18 @@
/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
+ network = list("SS13")
},
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
/turf/open/floor/plasteel,
/area/medical/sleeper)
"bwK" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -33532,9 +32440,8 @@
pixel_y = 28;
req_access_txt = "47"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 1
@@ -33565,10 +32472,8 @@
/turf/open/floor/plating,
/area/crew_quarters/heads/hor)
"bwR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
@@ -33576,16 +32481,14 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
@@ -33597,8 +32500,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -33612,8 +32514,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -33629,8 +32530,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -33649,8 +32549,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -33705,9 +32604,8 @@
/area/medical/sleeper)
"bxb" = (
/obj/structure/chair,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/medical/sleeper)
@@ -33726,8 +32624,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -33741,8 +32638,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -33757,8 +32653,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -33782,7 +32677,6 @@
id = "smindicate";
name = "external door control";
pixel_x = -26;
- pixel_y = 0;
req_access_txt = "150"
},
/obj/docking_port/mobile{
@@ -33829,7 +32723,6 @@
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,
@@ -33895,7 +32788,6 @@
id = "telelab";
name = "Test Chamber Blast Doors";
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "47"
},
/obj/effect/turf_decal/stripes/line{
@@ -33921,11 +32813,8 @@
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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/security/checkpoint/science)
@@ -33993,7 +32882,6 @@
/obj/machinery/computer/secure_data,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/red/side{
@@ -34004,8 +32892,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -34071,7 +32958,6 @@
/area/security/checkpoint/checkpoint2)
"bxN" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -34082,10 +32968,8 @@
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"bxO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
@@ -34125,9 +33009,7 @@
/area/medical/sleeper)
"bxU" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel,
/area/medical/sleeper)
@@ -34143,8 +33025,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -34156,7 +33037,6 @@
/area/crew_quarters/heads/hor)
"bxX" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -34181,16 +33061,14 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
"byb" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/cafeteria,
@@ -34210,11 +33088,8 @@
},
/area/quartermaster/qm)
"byd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/brown{
dir = 2
@@ -34230,10 +33105,7 @@
"byg" = (
/obj/structure/table,
/obj/item/weapon/clipboard,
-/obj/item/weapon/stamp/qm{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/stamp/qm,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -34361,8 +33233,7 @@
"byu" = (
/obj/structure/displaycase/labcage,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -34479,9 +33350,8 @@
},
/area/security/checkpoint/supply)
"byI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 8
@@ -34530,11 +33400,8 @@
departmentType = 5;
pixel_y = -30
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/supply)
@@ -34607,12 +33474,10 @@
"byX" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -34670,16 +33535,13 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = 0;
- pixel_y = 30;
- pixel_z = 0
+ pixel_y = 30
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bze" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/shower{
@@ -34688,9 +33550,8 @@
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"bzf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
@@ -34708,8 +33569,7 @@
/area/medical/sleeper)
"bzi" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/medical/sleeper)
@@ -34742,7 +33602,6 @@
/obj/machinery/computer/cloning,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/whiteblue/side{
@@ -34780,11 +33639,11 @@
/turf/closed/wall,
/area/maintenance/aft)
"bzt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4;
external_pressure_bound = 140;
- on = 1;
pressure_checks = 0
+ name = "server vent"
},
/turf/open/floor/circuit{
name = "Server Base";
@@ -34841,7 +33700,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Server Room APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -34852,8 +33710,7 @@
/area/science/server)
"bzz" = (
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/machinery/airalarm{
pixel_y = 25
@@ -34895,7 +33752,6 @@
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,
@@ -34987,7 +33843,6 @@
"bzP" = (
/obj/machinery/computer/cargo,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/brown{
@@ -34998,8 +33853,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
@@ -35024,17 +33878,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
"bzU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/whiteblue/corner{
dir = 2
},
@@ -35086,8 +33935,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -35143,9 +33991,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bAi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bAj" = (
@@ -35156,9 +34002,8 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bAk" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -35192,8 +34037,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -35207,8 +34051,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/power/apc{
dir = 1;
@@ -35228,7 +34071,6 @@
"bAp" = (
/obj/structure/closet/secure_closet/medical1,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/firealarm{
@@ -35239,7 +34081,6 @@
/area/medical/sleeper)
"bAq" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/obj/machinery/camera{
@@ -35295,8 +34136,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -35313,8 +34153,7 @@
"bAz" = (
/obj/machinery/airalarm/server{
dir = 4;
- pixel_x = -22;
- pixel_y = 0
+ pixel_x = -22
},
/obj/machinery/light/small{
dir = 8
@@ -35397,8 +34236,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -35417,8 +34255,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -35503,7 +34340,6 @@
/obj/machinery/status_display{
density = 0;
pixel_x = -32;
- pixel_y = 0;
supply_display = 1
},
/turf/open/floor/plasteel/brown{
@@ -35515,11 +34351,7 @@
/turf/open/floor/plasteel,
/area/janitor)
"bAU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/janitor)
"bAV" = (
@@ -35605,11 +34437,9 @@
"bBf" = (
/obj/structure/filingcabinet,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/machinery/newscaster{
- pixel_x = 0;
pixel_y = -32
},
/obj/machinery/camera{
@@ -35624,8 +34454,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -35649,22 +34478,19 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/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
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -35673,8 +34499,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/camera{
c_tag = "Central Primary Hallway South-West";
@@ -35702,9 +34527,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -35818,8 +34642,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -35875,8 +34698,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -35909,7 +34731,6 @@
"bBI" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/closet/wardrobe/miner,
@@ -35965,7 +34786,6 @@
department = "Chief Medical Officer's Desk";
departmentType = 5;
name = "Chief Medical Officer RC";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/barber,
@@ -35974,8 +34794,7 @@
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/barber,
/area/crew_quarters/heads/cmo)
@@ -35984,14 +34803,10 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"bBS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 4;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/turf/open/floor/circuit{
name = "Server Base";
@@ -36141,7 +34956,6 @@
/area/crew_quarters/heads/hor)
"bCh" = (
/obj/machinery/keycard_auth{
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/light,
@@ -36212,8 +35026,7 @@
/area/quartermaster/miningdock)
"bCp" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/yellow/corner{
@@ -36231,8 +35044,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -36243,9 +35055,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/janitor)
@@ -36363,11 +35174,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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
@@ -36440,7 +35248,6 @@
"bCS" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -36454,15 +35261,12 @@
"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,
@@ -36478,8 +35282,7 @@
frequency = 1485;
listening = 1;
name = "Station Intercom (Medbay)";
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/machinery/camera{
c_tag = "Medbay South";
@@ -36490,27 +35293,18 @@
/area/medical/medbay/central)
"bCV" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bCW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/barber,
/area/crew_quarters/heads/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/science/storage)
@@ -36524,8 +35318,7 @@
/area/crew_quarters/heads/cmo)
"bDa" = (
/obj/machinery/keycard_auth{
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/barber,
@@ -36540,7 +35333,6 @@
/obj/machinery/door/firedoor/heavy,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/white/side{
@@ -36597,8 +35389,7 @@
/obj/machinery/requests_console{
department = "Mining";
departmentType = 0;
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/obj/machinery/light{
dir = 8
@@ -36622,8 +35413,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
@@ -36637,11 +35427,8 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"bDo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
@@ -36688,8 +35475,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -36709,8 +35495,7 @@
/obj/item/device/assembly/flash/handheld,
/obj/item/device/assembly/flash/handheld,
/obj/machinery/ai_status_display{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating,
/area/storage/tech)
@@ -36759,8 +35544,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Treatment Center APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable{
d2 = 8;
@@ -36796,8 +35580,7 @@
/area/medical/sleeper)
"bDE" = (
/obj/machinery/vending/wallmed{
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/machinery/camera{
c_tag = "Medbay Recovery Room";
@@ -36948,8 +35731,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/mob/living/simple_animal/mouse,
/turf/open/floor/plasteel/floorgrime,
@@ -36958,8 +35740,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/floorgrime,
@@ -36981,12 +35762,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/science/storage)
@@ -36994,8 +35773,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime,
/area/science/storage)
@@ -37023,8 +35801,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -37037,8 +35814,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/research{
name = "Toxins Storage";
@@ -37085,7 +35861,6 @@
c_tag = "Chief Medical Office";
dir = 8;
network = list("SS13");
- pixel_x = 0;
pixel_y = -22
},
/turf/open/floor/plasteel/barber,
@@ -37097,8 +35872,7 @@
/obj/machinery/camera{
c_tag = "Xenobiology Test Chamber";
dir = 2;
- network = list("Xeno","RD");
- pixel_x = 0
+ network = list("Xeno","RD")
},
/obj/machinery/light{
dir = 1
@@ -37108,20 +35882,15 @@
"bEo" = (
/obj/machinery/portable_atmospherics/canister/toxins,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/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"
- },
+/turf/open/floor/plasteel,
/area/science/storage)
"bEq" = (
/obj/machinery/power/apc{
@@ -37167,7 +35936,6 @@
"bEv" = (
/obj/structure/closet/bombcloset,
/obj/machinery/light_switch{
- pixel_x = 0;
pixel_y = 28
},
/obj/effect/turf_decal/stripes/line{
@@ -37197,8 +35965,7 @@
/obj/machinery/camera{
c_tag = "Toxins Lab West";
dir = 2;
- network = list("SS13","RD");
- pixel_y = 0
+ network = list("SS13","RD")
},
/obj/effect/turf_decal/stripes/line{
dir = 2
@@ -37311,8 +36078,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
@@ -37329,9 +36095,8 @@
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
"bEL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/science/mixing)
@@ -37383,14 +36148,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/storage/tech)
@@ -37402,8 +36163,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -37493,8 +36253,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/landmark/blobstart,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -37517,8 +36276,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -37540,11 +36298,8 @@
d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
@@ -37560,8 +36315,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
/turf/open/floor/plasteel/caution/corner{
@@ -37686,25 +36440,18 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"bFy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white/side{
dir = 1
@@ -37713,9 +36460,7 @@
"bFA" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
@@ -37744,10 +36489,8 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bFE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/barber,
/area/crew_quarters/heads/cmo)
@@ -37764,15 +36507,13 @@
"bFH" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light_switch{
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/turf/open/floor/plasteel/barber,
/area/crew_quarters/heads/cmo)
"bFI" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/light/small{
@@ -37947,11 +36688,11 @@
"bGg" = (
/obj/structure/table,
/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/labor)
+/area/shuttle/mining)
"bGh" = (
/obj/machinery/computer/shuttle/mining,
/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/labor)
+/area/shuttle/mining)
"bGi" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -37982,7 +36723,6 @@
pixel_y = -2
},
/obj/item/device/assembly/prox_sensor{
- pixel_x = 0;
pixel_y = 2
},
/obj/structure/table/reinforced,
@@ -38158,8 +36898,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor/heavy,
/obj/machinery/door/airlock/research{
@@ -38216,8 +36955,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -38247,8 +36985,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -38266,11 +37003,8 @@
/turf/open/floor/plasteel,
/area/science/mixing)
"bGM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
@@ -38294,8 +37028,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -38371,9 +37104,8 @@
/obj/structure/chair/office/light{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -38384,7 +37116,6 @@
/area/maintenance/aft)
"bGX" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -38412,15 +37143,11 @@
/area/crew_quarters/heads/cmo)
"bHc" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white/side{
dir = 5
@@ -38457,18 +37184,14 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"bHg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/mixing)
"bHh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/storage/tech)
@@ -38533,8 +37256,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plating,
@@ -38575,9 +37297,8 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bHu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/item/device/radio/intercom{
pixel_y = 25
@@ -38594,8 +37315,7 @@
layer = 4;
name = "Test Chamber Telescreen";
network = list("Toxins");
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -38615,7 +37335,7 @@
dir = 1
},
/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/labor)
+/area/shuttle/mining)
"bHy" = (
/obj/structure/closet/crate,
/obj/machinery/light/small{
@@ -38698,8 +37418,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/storage/tech)
@@ -38711,8 +37430,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/storage/tech)
@@ -38720,15 +37438,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/storage/tech)
"bHK" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/door/firedoor/heavy,
@@ -38757,7 +37473,6 @@
"bHN" = (
/obj/machinery/requests_console{
department = "Tech storage";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating,
@@ -38799,11 +37514,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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
@@ -38862,8 +37574,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -38921,8 +37632,7 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/caution/corner{
@@ -38940,7 +37650,6 @@
idSelf = "virology_airlock_control";
name = "Virology Access Button";
pixel_x = -24;
- pixel_y = 0;
req_access_txt = "39"
},
/obj/machinery/door/firedoor,
@@ -38989,8 +37698,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -39026,9 +37734,7 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = 0;
- pixel_y = -30;
- pixel_z = 0
+ pixel_y = -30
},
/obj/item/weapon/storage/firstaid/fire{
pixel_x = 3;
@@ -39049,7 +37755,6 @@
frequency = 1485;
listening = 1;
name = "Station Intercom (Medbay)";
- pixel_x = 0;
pixel_y = -30
},
/obj/item/weapon/storage/firstaid/toxin{
@@ -39104,11 +37809,8 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bIp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -39139,8 +37841,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -39154,8 +37855,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -39174,17 +37874,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"bIv" = (
@@ -39199,8 +37894,7 @@
"bIw" = (
/obj/structure/closet/secure_closet/CMO,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/barber,
/area/crew_quarters/heads/cmo)
@@ -39252,9 +37946,8 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -39269,9 +37962,8 @@
/area/engine/atmos)
"bIG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -39290,11 +37982,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
@@ -39306,7 +37995,6 @@
/area/medical/virology)
"bIK" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -39322,11 +38010,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
@@ -39367,8 +38052,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -39380,11 +38064,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -39407,10 +38088,8 @@
/turf/open/floor/plating,
/area/science/xenobiology)
"bIU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/corner{
dir = 2
@@ -39490,7 +38169,7 @@
width = 7
},
/turf/open/floor/plating,
-/area/shuttle/labor)
+/area/shuttle/mining)
"bJd" = (
/obj/machinery/door/airlock/glass_mining{
cyclelinkeddir = 8;
@@ -39547,9 +38226,7 @@
dir = 8;
layer = 2.9
},
-/obj/item/weapon/circuitboard/computer/cloning{
- pixel_x = 0
- },
+/obj/item/weapon/circuitboard/computer/cloning,
/obj/item/weapon/circuitboard/computer/med_data{
pixel_x = 3;
pixel_y = -3
@@ -39620,8 +38297,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
@@ -39850,8 +38526,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/poddoor/preopen{
id = "misclab";
@@ -39931,12 +38606,8 @@
/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,
+/obj/item/device/transfer_valve,
/obj/item/device/transfer_valve{
pixel_x = 5
},
@@ -39947,7 +38618,6 @@
department = "Science";
departmentType = 2;
name = "Science Requests Console";
- pixel_x = 0;
pixel_y = -30;
receive_ore_updates = 1
},
@@ -39956,7 +38626,6 @@
/area/science/mixing)
"bJX" = (
/obj/item/device/assembly/signaler{
- pixel_x = 0;
pixel_y = 8
},
/obj/item/device/assembly/signaler{
@@ -39991,10 +38660,7 @@
pixel_x = 6;
pixel_y = -4
},
-/obj/item/device/assembly/timer{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/device/assembly/timer,
/obj/structure/table/reinforced,
/turf/open/floor/plasteel/white,
/area/science/mixing)
@@ -40002,8 +38668,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Toxins Lab APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable,
/turf/open/floor/plasteel/white,
@@ -40093,8 +38758,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
+ name = "EXTERNAL AIRLOCK"
},
/turf/closed/wall,
/area/quartermaster/miningdock)
@@ -40261,11 +38925,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/sign/securearea{
- pixel_x = 0;
pixel_y = -32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -40280,8 +38942,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -40297,8 +38958,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -40313,8 +38973,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -40330,8 +38989,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Medbay APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
@@ -40349,8 +39007,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -40361,9 +39018,8 @@
/obj/machinery/vending/wallmed{
pixel_y = 28
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -40453,11 +39109,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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -40477,7 +39130,6 @@
/obj/machinery/button/door{
id = "misclab";
name = "Test Chamber Blast Doors";
- pixel_x = 0;
pixel_y = -2;
req_access_txt = "55"
},
@@ -40485,8 +39137,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/window/reinforced{
dir = 4
@@ -40500,7 +39151,6 @@
/obj/machinery/computer/security/telescreen{
name = "Test Chamber Moniter";
network = list("Xeno");
- pixel_x = 0;
pixel_y = 2
},
/obj/structure/table/reinforced,
@@ -40557,7 +39207,6 @@
/area/science/xenobiology)
"bLd" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -40585,9 +39234,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/medical/virology)
"bLg" = (
@@ -40616,7 +39263,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating,
@@ -40690,11 +39336,11 @@
"bLs" = (
/obj/structure/ore_box,
/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/labor)
+/area/shuttle/mining)
"bLt" = (
/obj/structure/shuttle/engine/heater,
/turf/open/floor/plating,
-/area/shuttle/labor)
+/area/shuttle/mining)
"bLu" = (
/obj/structure/rack{
dir = 8;
@@ -40874,8 +39520,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -40905,11 +39550,8 @@
/obj/structure/chair/office/light{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -40918,9 +39560,7 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bLY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/medical/virology)
"bLZ" = (
@@ -40944,8 +39584,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -40963,8 +39602,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -40978,8 +39616,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -41041,8 +39678,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -41059,8 +39695,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -41095,7 +39730,6 @@
"bMp" = (
/obj/structure/closet/l3closet/scientist,
/obj/machinery/light_switch{
- pixel_x = 0;
pixel_y = 28
},
/turf/open/floor/plasteel/white,
@@ -41120,7 +39754,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/engine/vacuum,
@@ -41144,14 +39777,8 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
+ dir = 4
},
/turf/open/floor/engine/vacuum,
/area/science/mixing)
@@ -41188,7 +39815,6 @@
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"
},
@@ -41238,7 +39864,7 @@
layer = 2.9
},
/turf/open/floor/plating/airless,
-/area/shuttle/labor)
+/area/shuttle/mining)
"bMG" = (
/obj/structure/cable{
d1 = 1;
@@ -41366,8 +39992,7 @@
/area/engine/atmos)
"bMW" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -41446,11 +40071,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
@@ -41509,8 +40131,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -41559,9 +40180,8 @@
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"bNs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
@@ -41618,8 +40238,7 @@
/area/science/mixing)
"bNz" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/camera{
c_tag = "Toxins Lab East";
@@ -41768,8 +40387,7 @@
network = list("SS13")
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/caution{
dir = 5
@@ -41779,11 +40397,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bNT" = (
@@ -41812,20 +40426,13 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"bNW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/floorgrime,
/area/science/misc_lab)
"bNY" = (
@@ -41841,15 +40448,12 @@
dir = 4;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/science/misc_lab)
"bOa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -41873,8 +40477,7 @@
/area/engine/atmos)
"bOe" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
@@ -41882,8 +40485,7 @@
"bOf" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
@@ -41951,7 +40553,6 @@
dir = 8;
freerange = 1;
name = "Station Intercom (Telecoms)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel,
@@ -42003,8 +40604,7 @@
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel,
/area/science/misc_lab)
@@ -42064,9 +40664,8 @@
/turf/open/floor/plasteel,
/area/science/misc_lab)
"bOC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/tcommsat/computer)
@@ -42189,9 +40788,7 @@
/obj/machinery/newscaster{
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/red/side{
dir = 9
},
@@ -42253,9 +40850,7 @@
location = "Atmospherics"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"bOU" = (
/obj/machinery/holopad,
@@ -42276,8 +40871,7 @@
department = "Atmospherics";
departmentType = 4;
name = "Atmos RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -42327,11 +40921,8 @@
/turf/open/floor/plasteel,
/area/science/misc_lab)
"bPc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -42380,8 +40971,7 @@
/area/engine/atmos)
"bPi" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
/turf/open/floor/plasteel/green/side{
@@ -42403,16 +40993,11 @@
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
"bPl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "distro out"
},
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
@@ -42441,8 +41026,7 @@
dir = 4
},
/obj/structure/sign/securearea{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -42452,13 +41036,11 @@
"bPr" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/closet/l3closet,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -42483,11 +41065,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
@@ -42510,7 +41089,6 @@
"bPx" = (
/obj/machinery/disposal/bin,
/obj/structure/sign/deathsposal{
- pixel_x = 0;
pixel_y = -32
},
/obj/structure/disposalpipe/trunk{
@@ -42560,8 +41138,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -42613,7 +41190,6 @@
department = "Science";
departmentType = 2;
name = "Science Requests Console";
- pixel_x = 0;
pixel_y = -30;
receive_ore_updates = 1
},
@@ -42652,9 +41228,8 @@
/turf/open/floor/plasteel,
/area/science/misc_lab)
"bPM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -42730,20 +41305,13 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bQb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/tcommsat/computer)
"bQc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plating,
/area/construction)
"bQd" = (
@@ -42768,8 +41336,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/item/device/radio/off,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -42994,10 +41561,8 @@
dir = 1;
pixel_y = -24
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/science/misc_lab)
@@ -43019,8 +41584,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -43037,7 +41601,6 @@
"bQN" = (
/obj/machinery/door/firedoor,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/camera{
@@ -43053,8 +41616,7 @@
"bQO" = (
/obj/structure/closet/bombcloset,
/obj/machinery/light_switch{
- pixel_x = -20;
- pixel_y = 0
+ pixel_x = -20
},
/turf/open/floor/plasteel,
/area/science/misc_lab)
@@ -43093,7 +41655,6 @@
departmentType = 2;
dir = 2;
name = "Science Requests Console";
- pixel_x = 0;
pixel_y = 30;
receive_ore_updates = 1
},
@@ -43194,9 +41755,8 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bRi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/break_room)
@@ -43238,8 +41798,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -43260,8 +41819,7 @@
layer = 4;
name = "Engine Monitor";
network = list("Engine");
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/plasteel/red/side{
dir = 4
@@ -43304,9 +41862,7 @@
name = "atmos blast door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"bRt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -43323,11 +41879,8 @@
dir = 4
},
/obj/effect/landmark/start/atmospheric_technician,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -43410,15 +41963,13 @@
on = 1
},
/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4;
- initialize_directions = 12
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bRH" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 5;
- initialize_directions = 12
+ dir = 5
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -43458,8 +42009,7 @@
"bRM" = (
/obj/structure/table,
/obj/machinery/light_switch{
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/reagentgrinder,
/turf/open/floor/plasteel/white,
@@ -43509,11 +42059,7 @@
"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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/security/checkpoint/engineering)
"bRT" = (
@@ -43566,8 +42112,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -43577,13 +42122,11 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/button/door{
id = "xenobio8";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -43596,8 +42139,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -43650,8 +42192,7 @@
/area/science/misc_lab)
"bSg" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/engine,
/area/science/misc_lab)
@@ -43772,9 +42313,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
@@ -43805,20 +42345,16 @@
},
/obj/structure/table,
/obj/item/weapon/tank/internals/emergency_oxygen{
- pixel_x = -8;
- pixel_y = 0
+ pixel_x = -8
},
/obj/item/weapon/tank/internals/emergency_oxygen{
- pixel_x = -8;
- pixel_y = 0
+ pixel_x = -8
},
/obj/item/clothing/mask/breath{
- pixel_x = 4;
- pixel_y = 0
+ pixel_x = 4
},
/obj/item/clothing/mask/breath{
- pixel_x = 4;
- pixel_y = 0
+ pixel_x = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
@@ -43835,7 +42371,6 @@
/area/engine/atmos)
"bSD" = (
/obj/structure/sign/atmosplaque{
- pixel_x = 0;
pixel_y = -32
},
/obj/structure/table,
@@ -43847,8 +42382,7 @@
"bSE" = (
/obj/machinery/computer/station_alert,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/button/door{
id = "atmos";
@@ -43921,8 +42455,7 @@
"bSK" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6;
- initialize_directions = 6
+ dir = 6
},
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
@@ -43964,8 +42497,7 @@
"bSP" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
@@ -44029,8 +42561,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/firealarm{
pixel_y = 25
@@ -44053,7 +42584,6 @@
cell_type = 5000;
dir = 1;
name = "Virology APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -44095,8 +42625,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/poddoor/preopen{
id = "xenobio3";
@@ -44109,8 +42638,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -44131,8 +42659,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/window/northleft{
dir = 4;
@@ -44152,7 +42679,6 @@
/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,
@@ -44224,8 +42750,7 @@
pixel_y = -1
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/device/assembly/timer{
pixel_x = -3;
@@ -44278,7 +42803,6 @@
/area/maintenance/port/aft)
"bTt" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/wood{
@@ -44286,15 +42810,13 @@
},
/area/maintenance/port/aft)
"bTu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/maintenance/port/aft)
"bTv" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -44304,14 +42826,12 @@
req_access_txt = "12"
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bTx" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/air,
@@ -44321,7 +42841,6 @@
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -44382,8 +42901,7 @@
},
/obj/item/weapon/pen,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -44445,8 +42963,7 @@
/area/engine/atmos)
"bTO" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6;
- initialize_directions = 6
+ dir = 6
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -44463,8 +42980,7 @@
/area/engine/atmos)
"bTR" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
@@ -44503,16 +43019,11 @@
/turf/open/floor/engine/n2o,
/area/engine/atmos)
"bTX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "n2o out"
},
/turf/open/floor/engine/n2o,
/area/engine/atmos)
@@ -44537,11 +43048,9 @@
"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
@@ -44554,8 +43063,7 @@
department = "Telecoms Admin";
departmentType = 5;
name = "Telecoms RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
@@ -44565,7 +43073,6 @@
/obj/machinery/button/door{
id = "xenobio3";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -44575,8 +43082,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -44607,8 +43113,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -44652,16 +43157,13 @@
dir = 4
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/floorgrime,
/area/science/misc_lab)
"bUk" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel,
/area/science/misc_lab)
@@ -44712,7 +43214,6 @@
"bUr" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 10
},
/turf/open/space,
@@ -44721,8 +43222,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -44757,8 +43257,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
@@ -44770,8 +43269,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -44786,8 +43284,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -45090,8 +43587,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -45140,7 +43636,6 @@
/area/science/xenobiology)
"bVj" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -45148,9 +43643,7 @@
"bVk" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -45173,8 +43666,7 @@
/area/engine/break_room)
"bVn" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel/floorgrime,
@@ -45207,11 +43699,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/engine/break_room)
"bVs" = (
@@ -45272,7 +43760,6 @@
},
/obj/structure/reagent_dispensers/fueltank,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating,
@@ -45324,8 +43811,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -45361,11 +43847,8 @@
/obj/machinery/light{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/caution{
dir = 8
@@ -45384,11 +43867,8 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"bVQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -45463,8 +43943,7 @@
/area/engine/atmos)
"bWa" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -45568,13 +44047,11 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/button/door{
id = "xenobio7";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -45708,7 +44185,6 @@
cell_type = 5000;
dir = 1;
name = "Telecoms Server APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -45765,7 +44241,6 @@
"bWL" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/structure/disposalpipe/segment,
@@ -45794,9 +44269,7 @@
name = "atmos blast door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"bWO" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
@@ -45814,9 +44287,7 @@
name = "atmos blast door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"bWQ" = (
/turf/closed/wall/r_wall,
@@ -45832,8 +44303,7 @@
/area/engine/atmos)
"bWS" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/camera{
c_tag = "Atmospherics West";
@@ -45847,15 +44317,13 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bWT" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/obj/machinery/atmospherics/components/binary/pump{
dir = 0;
@@ -45971,8 +44439,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/poddoor/preopen{
id = "xenobio2";
@@ -45984,8 +44451,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/window/northleft{
dir = 4;
@@ -46007,9 +44473,7 @@
/obj/item/weapon/folder/white,
/obj/item/weapon/folder/white,
/obj/item/weapon/pen,
-/obj/item/device/taperecorder{
- pixel_y = 0
- },
+/obj/item/device/taperecorder,
/turf/open/floor/plasteel/floorgrime,
/area/science/misc_lab)
"bXj" = (
@@ -46052,7 +44516,6 @@
"bXl" = (
/obj/structure/table,
/obj/item/weapon/paper_bin{
- pixel_x = 0;
pixel_y = 6
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -46105,8 +44568,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -46164,8 +44626,7 @@
pixel_x = 29
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -46281,8 +44742,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -46346,8 +44806,7 @@
/area/security/checkpoint/engineering)
"bXQ" = (
/obj/structure/fireaxecabinet{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -46407,16 +44866,11 @@
/turf/open/floor/engine/plasma,
/area/engine/atmos)
"bXX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "toxin out"
},
/turf/open/floor/engine/plasma,
/area/engine/atmos)
@@ -46430,25 +44884,18 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"bYa" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
"bYb" = (
-/obj/machinery/vending/cigarette{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/machinery/vending/cigarette,
/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{
@@ -46474,7 +44921,6 @@
/obj/machinery/button/door{
id = "xenobio2";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -46484,8 +44930,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -46588,8 +45033,7 @@
/area/science/misc_lab)
"bYp" = (
/obj/structure/sign/securearea{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/yellow/side{
dir = 10
@@ -46623,8 +45067,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -46644,8 +45087,7 @@
/area/maintenance/port/aft)
"bYx" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/port/aft)
@@ -46739,18 +45181,14 @@
"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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/yellow/side,
/area/hallway/primary/aft)
@@ -46780,8 +45218,7 @@
/area/engine/atmos)
"bYS" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
@@ -46835,7 +45272,6 @@
/area/medical/virology)
"bZa" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -46878,8 +45314,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
@@ -46947,9 +45382,9 @@
/area/tcommsat/server)
"bZo" = (
/obj/structure/cable{
- d1 = 2;
+ d1 = 4;
d2 = 8;
- icon_state = "2-8"
+ icon_state = "4-8"
},
/turf/open/floor/circuit{
name = "Mainframe Base";
@@ -46983,6 +45418,10 @@
icon_state = "0-2";
d2 = 2
},
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
/turf/open/floor/plating,
/area/tcommsat/computer)
"bZr" = (
@@ -47021,8 +45460,7 @@
/area/tcommsat/computer)
"bZw" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -47044,8 +45482,7 @@
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/machinery/light_switch{
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/light{
dir = 8
@@ -47072,43 +45509,42 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bZC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
/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
+ id = "ceprivacy";
+ name = "privacy shutter"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
+/obj/structure/cable{
+ icon_state = "0-2";
+ pixel_y = 1;
+ d2 = 2
},
-/area/crew_quarters/heads/chief)
-"bZD" = (
-/obj/structure/grille,
+/obj/structure/cable,
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
+/turf/open/floor/plating,
+/area/crew_quarters/heads/chief)
+"bZD" = (
+/obj/structure/grille,
/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/poddoor/preopen{
- id = "Engineering";
- name = "engineering security door"
+ icon_state = "0-4";
+ d2 = 4
},
/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "ceprivacy";
+ name = "privacy shutter"
+ },
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
/turf/open/floor/plating,
/area/crew_quarters/heads/chief)
"bZE" = (
@@ -47140,8 +45576,7 @@
/area/engine/atmos)
"bZH" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/item/weapon/wrench,
/turf/open/floor/plasteel,
@@ -47205,7 +45640,6 @@
/area/medical/virology)
"bZQ" = (
/obj/machinery/atmospherics/components/binary/valve/open{
- icon_state = "mvalve_map";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -47273,15 +45707,13 @@
/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
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -47326,8 +45758,7 @@
/area/science/misc_lab)
"cab" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/stripes/corner{
@@ -47359,9 +45790,6 @@
/turf/open/floor/plating/airless,
/area/maintenance/port/aft)
"cag" = (
-/obj/machinery/power/terminal{
- dir = 4
- },
/obj/machinery/ntnet_relay,
/turf/open/floor/circuit{
name = "Mainframe Base";
@@ -47419,13 +45847,8 @@
},
/obj/structure/cable{
d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+ d2 = 2;
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -47468,8 +45891,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -47524,7 +45946,6 @@
/obj/item/clothing/glasses/meson,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel,
@@ -47541,8 +45962,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -47612,19 +46032,16 @@
department = "Atmospherics";
departmentType = 4;
name = "Atmos RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"caF" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/camera{
@@ -47663,7 +46080,6 @@
"caJ" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 5
},
/turf/open/space,
@@ -47807,8 +46223,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
@@ -47826,8 +46241,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/poddoor/preopen{
id = "xenobio1";
@@ -47839,8 +46253,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/window/northleft{
dir = 4;
@@ -47875,11 +46288,8 @@
/turf/open/floor/engine,
/area/science/misc_lab)
"cba" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/engine,
/area/science/misc_lab)
@@ -47890,9 +46300,8 @@
/turf/open/floor/engine,
/area/science/misc_lab)
"cbc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/engine,
/area/science/misc_lab)
@@ -47900,8 +46309,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Testing Lab APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable{
d2 = 8;
@@ -47991,8 +46399,7 @@
"cbn" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'SERVER ROOM'.";
- name = "SERVER ROOM";
- pixel_y = 0
+ name = "SERVER ROOM"
},
/turf/closed/wall,
/area/tcommsat/computer)
@@ -48010,43 +46417,39 @@
/turf/open/floor/plating,
/area/tcommsat/computer)
"cbp" = (
+/obj/structure/closet/secure_closet/engineering_chief{
+ req_access_txt = "0"
+ },
/obj/machinery/power/apc{
cell_type = 5000;
dir = 4;
name = "CE Office APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable{
icon_state = "0-2";
+ pixel_y = 1;
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/crew_quarters/heads/chief)
-"cbq" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads/chief)
+"cbq" = (
+/obj/structure/filingcabinet/chestdrawer,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral{
- dir = 2
+/mob/living/simple_animal/parrot/Poly,
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
/area/crew_quarters/heads/chief)
"cbr" = (
@@ -48074,7 +46477,6 @@
c_tag = "Aft Primary Hallway 1";
dir = 8;
network = list("SS13");
- pixel_x = 0;
pixel_y = -22
},
/turf/open/floor/plasteel/yellow/corner{
@@ -48104,8 +46506,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -48192,16 +46593,11 @@
/turf/open/floor/engine/co2,
/area/engine/atmos)
"cbI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "co2 out"
},
/turf/open/floor/engine/co2,
/area/engine/atmos)
@@ -48212,7 +46608,6 @@
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating,
@@ -48260,8 +46655,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -48278,7 +46672,6 @@
/obj/machinery/button/door{
id = "xenobio1";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -48288,8 +46681,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light,
/obj/effect/turf_decal/stripes/line{
@@ -48337,8 +46729,7 @@
/obj/machinery/camera{
c_tag = "Testing Chamber";
dir = 1;
- network = list("Test","RD");
- pixel_x = 0
+ network = list("Test","RD")
},
/obj/machinery/light,
/turf/open/floor/engine,
@@ -48463,34 +46854,11 @@
},
/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
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
/area/crew_quarters/heads/chief)
"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/crew_quarters/heads/chief)
-"ccl" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -48501,16 +46869,20 @@
d2 = 4;
icon_state = "2-4"
},
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads/chief)
+"ccl" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/neutral{
- dir = 2
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
/area/crew_quarters/heads/chief)
"ccm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
@@ -48668,7 +47040,6 @@
/area/engine/atmos)
"ccE" = (
/obj/structure/sign/nosmoking_2{
- pixel_x = 0;
pixel_y = 28
},
/turf/open/floor/plating,
@@ -48784,8 +47155,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -48820,8 +47190,7 @@
/area/science/misc_lab)
"ccT" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/floorgrime,
@@ -48927,8 +47296,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
@@ -48940,8 +47308,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -48959,39 +47326,25 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cdk" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/modular_computer/console/preset/engineering,
-/turf/open/floor/plasteel,
+/obj/machinery/computer/atmos_alert,
+/turf/open/floor/plasteel/vault,
/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/table/reinforced,
+/obj/item/weapon/clipboard,
+/obj/item/weapon/paper/monitorkey,
/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
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
"cdn" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
@@ -49002,8 +47355,7 @@
/area/engine/engineering)
"cdo" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/closet/radiation,
/turf/open/floor/plasteel,
@@ -49011,11 +47363,8 @@
"cdp" = (
/obj/effect/landmark/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -49082,15 +47431,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cdw" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel,
@@ -49123,8 +47470,6 @@
node1_concentration = 0.8;
node2_concentration = 0.2;
on = 1;
- pixel_x = 0;
- pixel_y = 0;
target_pressure = 4500
},
/turf/open/floor/plasteel,
@@ -49255,8 +47600,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -49287,32 +47631,28 @@
},
/area/science/misc_lab)
"cdT" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/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
+/obj/structure/chair/office/light{
+ dir = 4
},
+/obj/effect/landmark/start/chief_engineer,
+/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
"cdV" = (
/obj/structure/table,
@@ -49334,11 +47674,8 @@
"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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -49346,8 +47683,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -49405,7 +47741,6 @@
"ceg" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/light,
@@ -49434,9 +47769,7 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"cek" = (
/obj/machinery/door/poddoor/preopen{
@@ -49444,9 +47777,7 @@
name = "engineering security door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"cel" = (
/obj/machinery/door/poddoor/preopen{
@@ -49455,9 +47786,7 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"cem" = (
/obj/structure/disposalpipe/segment,
@@ -49465,27 +47794,22 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cen" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/engineering)
"ceo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/neutral{
- dir = 2
+/obj/machinery/keycard_auth{
+ pixel_y = -28
},
+/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
"cep" = (
/obj/structure/sign/securearea,
@@ -49529,21 +47853,20 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/window/fulltile,
/turf/open/floor/plating,
/area/engine/engineering)
"cev" = (
/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/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" = (
@@ -49558,9 +47881,8 @@
dir = 4;
network = list("SS13")
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -49595,8 +47917,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/turf/open/floor/plating,
@@ -49615,7 +47936,6 @@
/area/maintenance/aft)
"ceE" = (
/obj/structure/sign/fire{
- pixel_x = 0;
pixel_y = -32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -49666,7 +47986,6 @@
/area/maintenance/starboard/aft)
"ceN" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -49713,7 +48032,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating,
@@ -49778,11 +48096,11 @@
icon_state = "0-4";
d2 = 4
},
-/obj/machinery/door/poddoor/preopen{
- id = "Engineering";
- name = "engineering security door"
- },
/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "ceprivacy";
+ name = "privacy shutter"
+ },
/turf/open/floor/plating,
/area/crew_quarters/heads/chief)
"cfd" = (
@@ -49800,19 +48118,16 @@
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
name = "RADIOACTIVE AREA";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/structure/disposalpipe/segment,
/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -49903,11 +48218,11 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"cfr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 2;
external_pressure_bound = 140;
- on = 1;
- pressure_checks = 0
+ pressure_checks = 0;
+ name = "killroom vent"
},
/obj/machinery/camera{
c_tag = "Xenobiology Kill Room";
@@ -49969,8 +48284,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/corner{
dir = 1
@@ -49980,12 +48294,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
@@ -50016,8 +48328,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -50036,30 +48347,27 @@
/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/chief)
"cfG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/engine/engineering)
"cfH" = (
+/obj/machinery/button/door{
+ id = "ceprivacy";
+ name = "Privacy Shutters Control";
+ pixel_y = 26
+ },
+/obj/machinery/holopad,
/obj/machinery/light{
dir = 1
},
-/obj/machinery/keycard_auth{
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/neutral{
- dir = 2
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
/area/crew_quarters/heads/chief)
"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{
@@ -50138,7 +48446,7 @@
"cfS" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4;
- initialize_directions = 12
+
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -50167,8 +48475,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
@@ -50182,7 +48489,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Incinerator APC";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable,
@@ -50195,11 +48501,8 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -50208,7 +48511,6 @@
/area/maintenance/disposal/incinerator)
"cfZ" = (
/obj/machinery/light_switch{
- pixel_x = 0;
pixel_y = 26
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -50231,7 +48533,6 @@
"cgb" = (
/obj/machinery/disposal/bin,
/obj/structure/sign/deathsposal{
- pixel_x = 0;
pixel_y = 32
},
/obj/structure/disposalpipe/trunk,
@@ -50306,14 +48607,10 @@
/turf/open/floor/plating,
/area/science/xenobiology)
"cgl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 2;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "killroom vent"
},
/turf/open/floor/circuit{
name = "Killroom Floor";
@@ -50324,8 +48621,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -50344,8 +48640,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plating,
@@ -50455,8 +48750,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating,
/area/maintenance/solars/port/aft)
@@ -50496,8 +48790,7 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 0
+ name = "HIGH VOLTAGE"
},
/turf/closed/wall/r_wall,
/area/maintenance/solars/port/aft)
@@ -50506,8 +48799,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -50566,8 +48858,7 @@
department = "Chief Engineer's Desk";
departmentType = 3;
name = "Chief Engineer RC";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/computer/apc_control,
/turf/open/floor/plasteel/neutral{
@@ -50579,8 +48870,18 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"cgO" = (
-/turf/open/floor/plasteel/neutral{
- dir = 2
+/obj/structure/rack{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/item/weapon/lighter,
+/obj/item/clothing/glasses/meson{
+ pixel_y = 4
+ },
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/item/weapon/reagent_containers/pill/patch/silver_sulf,
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
/area/crew_quarters/heads/chief)
"cgP" = (
@@ -50599,9 +48900,7 @@
/obj/machinery/camera{
c_tag = "Engineering East";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
/obj/structure/closet/wardrobe/engineering_yellow,
/turf/open/floor/plasteel/yellow/corner{
@@ -50622,6 +48921,10 @@
d2 = 2
},
/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "ceprivacy";
+ name = "privacy shutter"
+ },
/turf/open/floor/plating,
/area/crew_quarters/heads/chief)
"cgT" = (
@@ -50639,9 +48942,7 @@
dir = 4
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engine_smes)
"cgU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -50784,13 +49085,11 @@
/area/maintenance/disposal/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;
@@ -51009,8 +49308,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -51025,8 +49323,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -51113,8 +49410,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
@@ -51164,16 +49460,14 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/table/reinforced,
/obj/item/weapon/tank/internals/emergency_oxygen/engi{
- pixel_x = 5;
- pixel_y = 0
+ pixel_x = 5
},
/obj/item/clothing/gloves/color/black,
/obj/item/clothing/glasses/meson/engine,
@@ -51200,8 +49494,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -51222,28 +49515,26 @@
/turf/open/floor/plating,
/area/engine/engineering)
"cia" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/item/stack/sheet/metal{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 50
+ },
/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,
+/turf/open/floor/plasteel,
/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{
@@ -51253,56 +49544,78 @@
/turf/open/floor/plasteel/yellow/side,
/area/engine/engineering)
"cic" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/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/engine/engineering)
+"cid" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/power/apc{
+ cell_type = 15000;
+ dir = 1;
+ name = "Engineering APC";
+ pixel_y = 25
+ },
/obj/structure/cable{
icon_state = "0-4";
d2 = 4
},
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cie" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
},
/obj/structure/table,
/obj/item/clothing/gloves/color/yellow,
/obj/item/clothing/gloves/color/yellow,
-/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/item/clothing/gloves/color/yellow,
+/obj/item/clothing/gloves/color/yellow,
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cif" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/structure/reagent_dispensers/fueltank,
/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{
+ d1 = 4;
d2 = 8;
- icon_state = "0-8"
+ icon_state = "4-8"
},
-/obj/structure/table,
-/obj/item/weapon/tank/internals/emergency_oxygen/engi,
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/yellow/side,
+/turf/open/floor/plasteel,
/area/engine/engineering)
"cig" = (
/turf/closed/wall,
@@ -51318,8 +49631,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -51336,42 +49648,20 @@
/turf/open/floor/engine,
/area/engine/engineering)
"cij" = (
-/obj/machinery/computer/station_alert,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- name = "Station Intercom (General)";
- pixel_y = 20
+/obj/machinery/modular_computer/console/preset/engineering,
+/obj/structure/cable{
+ icon_state = "0-2";
+ d2 = 2
},
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/vault,
/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
+/obj/machinery/computer/apc_control,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
},
+/turf/open/floor/plasteel/vault,
/area/crew_quarters/heads/chief)
"cil" = (
/obj/structure/rack{
@@ -51383,33 +49673,27 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"cim" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/landmark/start/chief_engineer,
-/turf/open/floor/plasteel/neutral{
- dir = 2
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
"cin" = (
-/obj/structure/closet/secure_closet/engineering_chief{
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/neutral{
- dir = 2
- },
-/area/crew_quarters/heads/chief)
-"cio" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/neutral{
- dir = 2
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
/area/crew_quarters/heads/chief)
+"cio" = (
+/obj/structure/table/reinforced,
+/obj/item/weapon/folder/yellow,
+/obj/item/weapon/stamp/ce,
+/obj/structure/disposalpipe/segment,
+/obj/effect/landmark/event_spawn,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads/chief)
"cip" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -51423,6 +49707,10 @@
/obj/structure/grille,
/obj/structure/cable,
/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "ceprivacy";
+ name = "privacy shutter"
+ },
/turf/open/floor/plating,
/area/crew_quarters/heads/chief)
"cir" = (
@@ -51476,8 +49764,7 @@
/area/maintenance/disposal/incinerator)
"ciz" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/disposal/incinerator)
@@ -51591,8 +49878,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/stripes/line{
@@ -51699,12 +49985,10 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"cjb" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel{
+ name = "floor"
},
-/turf/open/floor/plasteel,
/area/engine/engineering)
"cjc" = (
/obj/effect/turf_decal/stripes/line{
@@ -51718,16 +50002,12 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/sign/nosmoking_2{
- pixel_y = 32
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
-/obj/machinery/camera{
- c_tag = "Engineering Power Storage"
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
/area/engine/engineering)
"cje" = (
/obj/structure/cable{
@@ -51739,31 +50019,36 @@
/area/engine/engineering)
"cjf" = (
/obj/structure/cable{
- d1 = 4;
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
/obj/structure/chair/office/dark{
dir = 1
},
/obj/effect/landmark/start/station_engineer,
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
/area/engine/engineering)
"cjg" = (
+/obj/machinery/computer/card/minor/ce,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Chief Engineer's Desk";
+ departmentType = 3;
+ name = "Chief Engineer RC";
+ pixel_x = -32
+ },
/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
- },
+/turf/open/floor/plasteel/vault,
/area/crew_quarters/heads/chief)
"cjh" = (
/obj/machinery/atmospherics/pipe/simple/orange/visible{
@@ -51781,24 +50066,27 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/engineering)
"cjj" = (
+/obj/machinery/light{
+ dir = 4
+ },
/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
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
/area/crew_quarters/heads/chief)
"cjk" = (
@@ -51859,11 +50147,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/disposal/incinerator)
"cjt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/disposal/incinerator)
@@ -51951,8 +50236,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/solars/starboard/aft)
@@ -51960,8 +50244,7 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
- name = "HIGH VOLTAGE";
- pixel_y = 0
+ name = "HIGH VOLTAGE"
},
/turf/closed/wall/r_wall,
/area/maintenance/solars/starboard/aft)
@@ -52038,11 +50321,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -52062,20 +50342,21 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"cjT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/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
+/obj/machinery/computer/station_alert,
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the RD's goons from the safety of your own office.";
+ dir = 4;
+ name = "Research Monitor";
+ network = list("RD");
+ pixel_x = -24
},
+/turf/open/floor/plasteel/vault,
/area/crew_quarters/heads/chief)
"cjV" = (
/obj/structure/closet/emcloset,
@@ -52086,11 +50367,23 @@
dir = 4
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/misc_lab)
"cjX" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads/chief)
+"cjY" = (
+/obj/structure/table/reinforced,
/obj/item/weapon/cartridge/engineering{
pixel_x = 4;
pixel_y = 5
@@ -52102,28 +50395,15 @@
/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/crew_quarters/heads/chief)
-"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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
+/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
"cjZ" = (
/obj/structure/sign/securearea,
@@ -52247,8 +50527,7 @@
/area/maintenance/starboard/aft)
"ckq" = (
/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_2)
@@ -52266,8 +50545,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/solars/starboard/aft)
@@ -52346,12 +50624,18 @@
/turf/open/floor/plating,
/area/engine/engineering)
"ckD" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
/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/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/item/weapon/storage/box/lights/mixed,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"ckE" = (
@@ -52369,10 +50653,28 @@
/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,
-/obj/item/clothing/gloves/color/yellow,
+/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,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"ckH" = (
@@ -52384,7 +50686,10 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"ckI" = (
-/obj/structure/tank_dispenser,
+/obj/machinery/suit_storage_unit/engine,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"ckJ" = (
@@ -52410,7 +50715,10 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"ckK" = (
-/obj/machinery/suit_storage_unit/engine,
+/obj/structure/tank_dispenser,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"ckL" = (
@@ -52447,18 +50755,26 @@
dir = 4
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/misc_lab)
"ckO" = (
-/obj/structure/grille,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
+/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 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/neutral{
+ dir = 2
},
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
/area/crew_quarters/heads/chief)
"ckP" = (
/obj/machinery/door/airlock/glass_command{
@@ -52528,16 +50844,11 @@
/turf/open/floor/engine/n2,
/area/engine/atmos)
"ckW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "n2 out"
},
/turf/open/floor/engine/n2,
/area/engine/atmos)
@@ -52557,16 +50868,11 @@
/turf/open/floor/engine/o2,
/area/engine/atmos)
"ckZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "o2 out"
},
/turf/open/floor/engine/o2,
/area/engine/atmos)
@@ -52586,16 +50892,11 @@
/turf/open/floor/engine/air,
/area/engine/atmos)
"clc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/on{
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
+ name = "air out"
},
/turf/open/floor/engine/air,
/area/engine/atmos)
@@ -52617,8 +50918,7 @@
/area/maintenance/disposal/incinerator)
"clf" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/plasteel/floorgrime,
@@ -52639,7 +50939,6 @@
"clh" = (
/obj/machinery/light/small,
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -31
},
/obj/machinery/computer/turbine_computer{
@@ -52692,7 +50991,6 @@
"clm" = (
/obj/machinery/meter,
/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment,
@@ -52789,7 +51087,6 @@
/area/maintenance/solars/starboard/aft)
"clz" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -52807,7 +51104,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating,
@@ -52949,7 +51245,7 @@
},
/obj/item/weapon/book/manual/wiki/engineering_construction,
/obj/item/clothing/glasses/meson,
-/turf/open/floor/plasteel/yellow/side{
+/turf/open/floor/plasteel/yellow/corner{
dir = 1
},
/area/engine/engineering)
@@ -53163,7 +51459,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating,
@@ -53191,7 +51486,6 @@
/area/engine/engine_smes)
"cmA" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable/yellow{
@@ -53204,7 +51498,6 @@
/area/engine/engine_smes)
"cmB" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable/yellow{
@@ -53249,9 +51542,9 @@
pixel_x = -24
},
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
/turf/open/floor/plasteel/yellow/side{
dir = 9
@@ -53317,8 +51610,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
dir = 1
@@ -53335,8 +51627,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -53349,8 +51640,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -53406,8 +51696,7 @@
dir = 8
},
/obj/structure/sign/fire{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/engine,
/area/maintenance/disposal/incinerator)
@@ -53417,8 +51706,7 @@
on = 1
},
/obj/structure/sign/fire{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/doorButtons/access_button{
idSelf = "incinerator_access_control";
@@ -53497,8 +51785,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
+ name = "EXTERNAL AIRLOCK"
},
/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
@@ -53511,8 +51798,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/external{
cyclelinkeddir = 2;
@@ -53537,10 +51823,7 @@
/turf/open/space,
/area/solar/port/aft)
"cnm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -53587,15 +51870,9 @@
/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
+ network = list("SS13")
},
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/engine/engine_smes)
"cnq" = (
@@ -53680,12 +51957,22 @@
/turf/open/floor/mineral/titanium,
/area/shuttle/syndicate)
"cnA" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/airlock,
+/obj/item/weapon/electronics/apc,
+/obj/item/weapon/electronics/apc,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/engine/engineering)
"cnB" = (
@@ -53753,8 +52040,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
@@ -53791,8 +52077,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/solars/starboard/aft)
@@ -53835,7 +52120,6 @@
icon_state = "0-4"
},
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/turf/open/floor/plasteel/black,
@@ -53854,7 +52138,6 @@
/area/engine/engine_smes)
"cnP" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/window/reinforced,
@@ -53902,9 +52185,7 @@
/obj/machinery/camera{
c_tag = "SMES Access";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1
@@ -53928,8 +52209,7 @@
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
name = "HIGH VOLTAGE";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -54136,21 +52416,14 @@
/turf/open/floor/engine/vacuum,
/area/maintenance/disposal/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/machinery/atmospherics/components/unary/vent_pump/siphon{
+ dir = 1
},
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/engine/vacuum,
@@ -54282,9 +52555,7 @@
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engine_smes)
"coC" = (
/obj/machinery/door/firedoor,
@@ -54376,8 +52647,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/grille,
/obj/structure/window/reinforced/highpressure/fulltile,
@@ -54403,8 +52673,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -54499,9 +52768,7 @@
"coV" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 30
@@ -54545,8 +52812,7 @@
/area/engine/engineering)
"cpa" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -54606,8 +52872,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
/turf/open/space,
@@ -54618,9 +52883,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -54639,14 +52903,10 @@
"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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -54659,9 +52919,8 @@
/turf/open/floor/plasteel,
/area/engine/engine_smes)
"cpo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -54670,15 +52929,11 @@
/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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/effect/turf_decal/stripes/line{
@@ -54691,8 +52946,7 @@
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
name = "HIGH VOLTAGE";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -54727,8 +52981,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_engineering{
@@ -54746,8 +52999,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -54764,21 +53016,18 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/engine/engineering)
"cpy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -54820,8 +53069,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -54872,7 +53120,6 @@
/area/shuttle/pod_4)
"cpK" = (
/obj/machinery/computer/shuttle/pod{
- pixel_x = 0;
pixel_y = -32;
possible_destinations = "pod_lavaland2";
shuttleId = "pod2"
@@ -54883,7 +53130,6 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/mineral/titanium/blue,
@@ -54894,7 +53140,6 @@
pixel_y = -28
},
/obj/item/device/radio/intercom{
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/chair{
@@ -54985,11 +53230,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -55048,31 +53290,30 @@
/area/engine/engineering)
"cqd" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4
},
-/obj/machinery/meter,
/turf/open/floor/engine,
/area/engine/engineering)
"cqe" = (
/obj/effect/turf_decal/stripes/corner,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cqf" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4
},
-/obj/machinery/light,
/turf/open/floor/engine,
/area/engine/engineering)
"cqg" = (
@@ -55086,12 +53327,8 @@
/area/engine/engineering)
"cqh" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/obj/machinery/camera{
@@ -55100,29 +53337,31 @@
network = list("SS13","Engine");
pixel_x = 23
},
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 1
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cqi" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/machinery/light,
/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cqj" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
/obj/machinery/button/door{
id = "engsm";
name = "Radiation Shutters Control";
- pixel_x = 0;
pixel_y = -24;
req_access_txt = "10"
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cqk" = (
@@ -55141,7 +53380,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 1
},
/turf/open/floor/engine,
@@ -55159,8 +53398,7 @@
/area/maintenance/port/aft)
"cqo" = (
/obj/structure/sign/pods{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -55188,9 +53426,8 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_2)
"cqr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -55198,10 +53435,7 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"cqs" = (
-/obj/structure/sign/fire{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/structure/sign/fire,
/turf/closed/wall/r_wall,
/area/maintenance/disposal/incinerator)
"cqt" = (
@@ -55229,7 +53463,6 @@
amount = 10
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -55244,15 +53477,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cqz" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -55273,12 +53504,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"cqC" = (
@@ -55306,7 +53537,7 @@
/turf/open/floor/engine,
/area/engine/supermatter)
"cqF" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
"cqG" = (
@@ -55339,9 +53570,7 @@
/turf/open/floor/plating,
/area/engine/engineering)
"cqI" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/turf/open/floor/plating,
/area/shuttle/syndicate)
"cqJ" = (
@@ -55482,7 +53711,6 @@
dir = 4;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null;
req_one_access_txt = "24;10"
},
@@ -55529,9 +53757,7 @@
/turf/open/floor/plating,
/area/engine/engineering)
"crf" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/turf/open/floor/plating,
/area/shuttle/syndicate)
"crg" = (
@@ -55568,9 +53794,7 @@
/area/solar/starboard/aft)
"crl" = (
/obj/structure/table,
-/obj/item/device/taperecorder{
- pixel_y = 0
- },
+/obj/item/device/taperecorder,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"crm" = (
@@ -55626,7 +53850,6 @@
/area/engine/engineering)
"crs" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 6
},
/turf/closed/wall/r_wall,
@@ -55717,8 +53940,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/lattice/catwalk,
/turf/open/space,
@@ -55745,8 +53967,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/lattice/catwalk,
/turf/open/space,
@@ -55801,7 +54022,6 @@
/area/engine/engineering)
"crL" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -55997,7 +54217,6 @@
dir = 1;
name = "turbine vent monitor";
network = list("Turbine");
- pixel_x = 0;
pixel_y = -29
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
@@ -56021,8 +54240,7 @@
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel/floorgrime,
@@ -56086,8 +54304,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/engine/supermatter)
@@ -56117,9 +54334,7 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 0
+ name = "RADIOACTIVE AREA"
},
/turf/closed/wall/r_wall,
/area/engine/engineering)
@@ -56136,17 +54351,21 @@
/turf/open/floor/plating/airless,
/area/engine/engineering)
"csH" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 8
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"csI" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 8
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"csJ" = (
@@ -56155,8 +54374,7 @@
/area/engine/engineering)
"csK" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -56201,9 +54419,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 4
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -56215,7 +54432,6 @@
/turf/open/floor/plasteel/black,
/area/engine/engineering)
"csR" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/effect/turf_decal/stripes/line{
dir = 6
},
@@ -56241,9 +54457,7 @@
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/aisat_interior)
"csW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -56255,7 +54469,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating,
@@ -56281,8 +54494,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/lattice/catwalk,
/turf/open/space,
@@ -56325,7 +54537,6 @@
"cth" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/obj/machinery/light/small,
@@ -56344,14 +54555,9 @@
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/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/light/small,
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -56448,11 +54654,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -56462,8 +54665,7 @@
"ctw" = (
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/computer/station_alert,
/turf/open/floor/plasteel/vault{
@@ -56530,14 +54732,11 @@
/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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -56551,8 +54750,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -56607,7 +54805,6 @@
/area/ai_monitored/turret_protected/aisat_interior)
"ctN" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 10
},
/obj/structure/lattice,
@@ -56616,22 +54813,19 @@
"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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/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{
@@ -56646,9 +54840,7 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 0
+ name = "RADIOACTIVE AREA"
},
/turf/closed/wall,
/area/engine/engineering)
@@ -56660,8 +54852,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -56696,8 +54887,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "MiniSat Foyer APC";
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/structure/chair,
/turf/open/floor/plasteel/black,
@@ -56711,13 +54901,10 @@
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/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -56738,7 +54925,6 @@
"cub" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/obj/machinery/light/small,
@@ -56762,7 +54948,6 @@
enabled = 1;
icon_state = "control_standby";
name = "Antechamber Turret Control";
- pixel_x = 0;
pixel_y = -24;
req_access_txt = "65"
},
@@ -56912,9 +55097,8 @@
pixel_y = 2
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/darkblue/corner{
dir = 4
@@ -57007,14 +55191,11 @@
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
+ pixel_x = -23
},
/obj/machinery/space_heater,
/obj/effect/turf_decal/stripes/line{
@@ -57028,14 +55209,10 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/darkblue/corner{
dir = 4
@@ -57054,8 +55231,6 @@
c_tag = "MiniSat Antechamber";
dir = 4;
network = list("MiniSat");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/obj/machinery/turretid{
@@ -57064,7 +55239,6 @@
icon_state = "control_standby";
name = "Atmospherics Turret Control";
pixel_x = -27;
- pixel_y = 0;
req_access_txt = "65"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -57090,7 +55264,6 @@
icon_state = "control_standby";
name = "Service Bay Turret Control";
pixel_x = 27;
- pixel_y = 0;
req_access_txt = "65"
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,
@@ -57117,8 +55290,7 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -57128,10 +55300,8 @@
},
/area/ai_monitored/turret_protected/aisat/service)
"cuI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat/service)
@@ -57150,13 +55320,10 @@
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,
@@ -57175,8 +55342,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -57187,8 +55353,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "MiniSat Atmospherics APC";
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/obj/structure/cable{
icon_state = "0-4";
@@ -57204,8 +55369,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -57216,8 +55380,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/ai_slipper{
uses = 10
@@ -57229,8 +55392,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -57241,8 +55403,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -57258,8 +55419,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -57294,8 +55454,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -57306,8 +55465,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -57323,8 +55481,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat/service)
@@ -57332,8 +55489,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/ai_slipper{
uses = 10
@@ -57349,8 +55505,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "MiniSat Service Bay APC";
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/structure/cable{
d2 = 8;
@@ -57371,9 +55526,8 @@
},
/area/ai_monitored/turret_protected/aisat/atmos)
"cuZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/mob/living/simple_animal/bot/floorbot,
/turf/open/floor/plasteel/darkblue/corner,
@@ -57387,8 +55541,7 @@
/area/ai_monitored/turret_protected/ai)
"cvc" = (
/obj/structure/sign/securearea{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/porta_turret/ai{
dir = 4
@@ -57409,8 +55562,7 @@
dir = 4
},
/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
@@ -57424,11 +55576,8 @@
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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/turretid{
control_area = "AI Satellite Hallway";
@@ -57446,9 +55595,8 @@
/turf/closed/wall/r_wall,
/area/ai_monitored/turret_protected/ai)
"cvg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/mob/living/simple_animal/bot/cleanbot,
/turf/open/floor/plasteel/darkblue/corner{
@@ -57553,7 +55701,6 @@
freerange = 1;
listening = 0;
name = "Custom Channel";
- pixel_x = 0;
pixel_y = 28
},
/obj/item/device/radio/intercom{
@@ -57570,7 +55717,6 @@
freerange = 1;
frequency = 1447;
name = "Private Channel";
- pixel_x = 0;
pixel_y = -25
},
/turf/open/floor/circuit,
@@ -57597,7 +55743,6 @@
freerange = 1;
listening = 0;
name = "Custom Channel";
- pixel_x = 0;
pixel_y = 28
},
/obj/item/device/radio/intercom{
@@ -57614,7 +55759,6 @@
freerange = 1;
frequency = 1447;
name = "Private Channel";
- pixel_x = 0;
pixel_y = -25
},
/turf/open/floor/circuit,
@@ -57647,8 +55791,6 @@
c_tag = "MiniSat External NorthWest";
dir = 8;
network = list("MiniSat");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/turf/open/space,
@@ -57659,7 +55801,6 @@
installation = /obj/item/weapon/gun/energy/e_gun
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/circuit,
@@ -57679,11 +55820,8 @@
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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat/hallway)
@@ -57693,7 +55831,6 @@
installation = /obj/item/weapon/gun/energy/e_gun
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/circuit,
@@ -57704,16 +55841,13 @@
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
+ pixel_x = 32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -57732,8 +55866,7 @@
/area/ai_monitored/turret_protected/aisat/hallway)
"cvN" = (
/obj/structure/sign/securearea{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/structure/cable{
d1 = 1;
@@ -57796,8 +55929,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/aisat/hallway)
@@ -57829,8 +55961,7 @@
"cvZ" = (
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/aisat/hallway)
@@ -57839,8 +55970,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "MiniSat Chamber Hallway APC";
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/aisat/hallway)
@@ -57859,9 +55989,8 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat/hallway)
@@ -57945,10 +56074,8 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/firealarm{
dir = 4;
@@ -57957,9 +56084,8 @@
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai)
"cwl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai)
@@ -57986,8 +56112,7 @@
"cwp" = (
/obj/structure/chair/office/dark,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai)
@@ -58034,7 +56159,6 @@
/area/ai_monitored/turret_protected/ai)
"cwv" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/status_display{
@@ -58046,8 +56170,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -58091,14 +56214,12 @@
},
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/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{
@@ -58175,8 +56296,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
@@ -58223,7 +56343,6 @@
dir = 8
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/mineral/titanium/blue,
@@ -58244,7 +56363,6 @@
"cwR" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/mineral/titanium/blue,
@@ -58263,8 +56381,7 @@
/area/hallway/secondary/entry)
"cwU" = (
/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
/turf/closed/wall/mineral/titanium,
/area/shuttle/pod_1)
@@ -58383,7 +56500,6 @@
/area/security/warden)
"cxl" = (
/obj/machinery/computer/shuttle/pod{
- pixel_x = 0;
pixel_y = -32;
possible_destinations = "pod_lavaland1";
shuttleId = "pod1"
@@ -58394,7 +56510,6 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/mineral/titanium/blue,
@@ -58416,8 +56531,7 @@
/area/shuttle/escape)
"cxp" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light/small{
dir = 4
@@ -58449,9 +56563,8 @@
/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"cxt" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/transport)
@@ -58474,7 +56587,6 @@
pixel_y = -28
},
/obj/item/device/radio/intercom{
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/chair{
@@ -58485,7 +56597,6 @@
/area/shuttle/pod_1)
"cxy" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced,
@@ -58510,12 +56621,10 @@
/area/shuttle/transport)
"cxD" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/transport)
@@ -58589,7 +56698,6 @@
/area/shuttle/escape)
"cxL" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/mineral/titanium/blue,
@@ -58632,14 +56740,12 @@
/area/shuttle/escape)
"cxR" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"cxS" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/mineral/titanium,
@@ -58653,8 +56759,7 @@
},
/obj/item/weapon/crowbar,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light/small{
dir = 4
@@ -58746,9 +56851,8 @@
/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"cyf" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
@@ -58796,8 +56900,7 @@
/area/hallway/secondary/entry)
"cym" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion"
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
@@ -58807,7 +56910,6 @@
/area/shuttle/abandoned)
"cyo" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
@@ -58914,9 +57016,8 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cyF" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_r"
+/obj/structure/shuttle/engine/propulsion/right{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
@@ -58969,8 +57070,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -59060,8 +57160,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/external{
cyclelinkeddir = 1;
@@ -59213,9 +57312,7 @@
/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"czs" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_l"
- },
+/obj/structure/shuttle/engine/propulsion/burst/left,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"czt" = (
@@ -59223,9 +57320,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"czu" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_r"
- },
+/obj/structure/shuttle/engine/propulsion/burst/right,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"czv" = (
@@ -59275,7 +57370,6 @@
/area/shuttle/abandoned)
"czC" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/obj/effect/decal/remains/human,
@@ -59289,6 +57383,9 @@
/turf/open/floor/plating/airless,
/area/space/nearstation)
"czE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"czF" = (
@@ -59315,8 +57412,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
@@ -59346,7 +57442,6 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/mineral/titanium/blue,
@@ -59396,8 +57491,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -59433,8 +57527,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -59445,8 +57538,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -59471,8 +57563,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -59577,8 +57668,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/closed/wall/r_wall,
/area/engine/engine_smes)
@@ -59595,7 +57685,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable/yellow{
icon_state = "1-4";
d1 = 1;
@@ -59606,6 +57695,7 @@
d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"cAm" = (
@@ -59650,12 +57740,10 @@
dir = 4
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+/obj/machinery/atmospherics/pipe/manifold/orange/visible{
+ dir = 4
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -59679,14 +57767,13 @@
/obj/machinery/light{
dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 8
},
-/obj/machinery/meter,
/turf/open/floor/engine,
/area/engine/engineering)
"cAt" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/effect/turf_decal/stripes/line{
dir = 10
},
@@ -59719,8 +57806,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -59797,8 +57883,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/power/apc{
dir = 2;
@@ -59857,8 +57942,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -59917,7 +58001,6 @@
freerange = 1;
listening = 0;
name = "Custom Channel";
- pixel_x = 0;
pixel_y = -31
},
/obj/item/device/radio/intercom{
@@ -59954,8 +58037,6 @@
c_tag = "MiniSat External SouthWest";
dir = 8;
network = list("MiniSat");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/turf/open/space,
@@ -59976,9 +58057,8 @@
pixel_x = 9;
pixel_y = 2
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai)
@@ -59993,9 +58073,8 @@
pixel_x = -9;
pixel_y = 2
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai)
@@ -60005,8 +58084,6 @@
c_tag = "MiniSat External SouthEast";
dir = 4;
network = list("MiniSat");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/turf/open/space,
@@ -60015,8 +58092,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/closed/wall,
/area/ai_monitored/turret_protected/ai)
@@ -60048,7 +58124,6 @@
/area/ai_monitored/turret_protected/ai)
"cBc" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/machinery/ai_slipper{
@@ -60066,7 +58141,6 @@
"cBe" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/holopad,
@@ -60077,8 +58151,6 @@
c_tag = "MiniSat External South";
dir = 2;
network = list("MiniSat");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/turf/open/space,
@@ -60285,8 +58357,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel/white,
@@ -60316,11 +58387,8 @@
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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel,
@@ -60331,12 +58399,9 @@
/area/maintenance/starboard/aft)
"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
- },
+/obj/machinery/cell_charger,
+/obj/item/weapon/stock_parts/cell/high/plus,
+/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
"cBN" = (
/obj/structure/disposalpipe/segment{
@@ -60345,8 +58410,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -60376,7 +58440,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cBS" = (
@@ -60540,8 +58606,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -60552,8 +58617,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Detective's Office APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable,
/turf/open/floor/plating,
@@ -60629,7 +58693,6 @@
/area/shuttle/transport)
"cCy" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
@@ -60647,9 +58710,7 @@
/area/space)
"cCB" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -60770,9 +58831,8 @@
/turf/open/space,
/area/space/nearstation)
"cCT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/closet/firecloset,
@@ -60798,13 +58858,15 @@
/turf/open/space,
/area/space/nearstation)
"cCY" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start/station_engineer,
/turf/open/floor/plasteel,
/area/engine/engineering)
"cCZ" = (
@@ -60854,8 +58916,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -60869,8 +58930,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/table/reinforced,
/obj/item/weapon/storage/toolbox/mechanical,
@@ -60885,8 +58945,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -60918,7 +58977,6 @@
"cDk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/structure/grille,
@@ -60961,8 +59019,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -60970,23 +59027,18 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/engine/engineering)
"cDr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -61002,8 +59054,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -61024,15 +59075,14 @@
/area/space/nearstation)
"cDv" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/trinary/filter/flipped{
- icon_state = "filter_off_f";
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
dir = 4
},
/turf/open/floor/engine,
/area/engine/engineering)
"cDw" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 1
},
/turf/open/floor/engine,
@@ -61088,8 +59138,6 @@
/area/engine/engineering)
"cDD" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- name = "scrubbers pipe";
- icon_state = "manifold";
dir = 4
},
/obj/machinery/meter,
@@ -61119,12 +59167,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"cDH" = (
@@ -61307,16 +59355,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"cEf" = (
@@ -61331,7 +59378,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/machinery/light{
dir = 8
},
@@ -61340,6 +59386,7 @@
d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"cEi" = (
@@ -61350,9 +59397,7 @@
/obj/machinery/camera{
c_tag = "Engineering Supermatter Starboard";
dir = 8;
- network = list("SS13","Engine");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13","Engine")
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -61442,8 +59487,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/engine/supermatter)
@@ -61472,17 +59516,14 @@
/turf/open/floor/plating,
/area/engine/supermatter)
"cEw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/engine,
/area/engine/supermatter)
"cEx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/engine,
/area/engine/supermatter)
@@ -61490,7 +59531,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/highpressure/fulltile,
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -61517,8 +59557,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/engine/supermatter)
@@ -61536,10 +59575,10 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 8
},
-/obj/machinery/meter,
/turf/open/floor/engine,
/area/engine/engineering)
"cEC" = (
@@ -61619,7 +59658,6 @@
},
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
@@ -61639,8 +59677,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/item/weapon/tank/internals/plasma,
/turf/open/floor/plating,
@@ -61664,17 +59701,14 @@
/turf/open/floor/plating,
/area/engine/engineering)
"cEP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/engine,
/area/engine/engineering)
"cEQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -61682,7 +59716,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -61710,8 +59743,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/engine/supermatter)
@@ -61729,7 +59761,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"cEV" = (
@@ -61737,12 +59769,10 @@
/area/engine/engineering)
"cEW" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/engine/engineering)
@@ -61771,11 +59801,8 @@
/turf/open/space,
/area/space)
"cFb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -61814,17 +59841,14 @@
/turf/open/floor/plating,
/area/engine/supermatter)
"cFf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/engine,
/area/engine/engineering)
"cFg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -61857,8 +59881,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/engine/supermatter)
@@ -62019,62 +60042,49 @@
/obj/effect/turf_decal/stripes/corner{
dir = 8
},
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
+/obj/machinery/atmospherics/pipe/simple/orange/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"cFK" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/turf/open/floor/engine,
/area/engine/engineering)
"cFL" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "co2";
- on = 1
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 6
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cFM" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/machinery/light{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cFN" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "o2";
- on = 1
- },
/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cFO" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/machinery/camera{
c_tag = "Engineering Supermatter Aft";
dir = 2;
@@ -62082,17 +60092,18 @@
pixel_x = 23
},
/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/black,
/area/engine/engineering)
"cFP" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "plasma";
- on = 1
- },
/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cFQ" = (
@@ -62108,38 +60119,35 @@
/turf/open/floor/engine,
/area/engine/engineering)
"cFR" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "";
- on = 1
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cFS" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cFT" = (
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 9
},
/turf/open/floor/engine,
/area/engine/engineering)
"cFU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/engine/engineering)
@@ -62194,10 +60202,16 @@
d2 = 8;
icon_state = "2-8"
},
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cGf" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 8;
+ filter_type = "n2"
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cGg" = (
@@ -62206,6 +60220,9 @@
d2 = 4;
icon_state = "2-4"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cGh" = (
@@ -62300,10 +60317,10 @@
/turf/open/floor/engine,
/area/engine/engineering)
"cGx" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 5
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cGy" = (
@@ -62338,28 +60355,28 @@
/turf/open/floor/engine,
/area/engine/engineering)
"cGC" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/effect/turf_decal/stripes/line{
dir = 6
},
/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"cGD" = (
/obj/structure/grille,
/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/engine/engineering)
"cGE" = (
/obj/structure/grille,
/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 10
},
/turf/open/floor/plating,
@@ -62424,7 +60441,7 @@
/turf/open/floor/plating,
/area/engine/engineering)
"cGM" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/plating/airless,
/area/engine/engineering)
"cGN" = (
@@ -62452,11 +60469,8 @@
/turf/open/space,
/area/space)
"cGR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/engine/engineering)
@@ -62502,22 +60516,21 @@
/turf/open/floor/plating,
/area/engine/engineering)
"cGY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/engine/engineering)
"cGZ" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1
+ dir = 1;
+ volume_rate = 200
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
"cHa" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/black,
@@ -62745,8 +60758,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62770,8 +60782,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62788,8 +60799,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62806,8 +60816,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -62829,8 +60838,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62847,8 +60855,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62867,8 +60874,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62896,8 +60902,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/circuit,
/area/science/robotics/mechbay)
@@ -62931,9 +60936,8 @@
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"cHQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
@@ -63010,9 +61014,8 @@
},
/area/science/robotics/lab)
"cIa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/science/robotics/lab)
@@ -63050,8 +61053,7 @@
/area/science/robotics/lab)
"cIg" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
/obj/docking_port/mobile/arrivals,
/obj/docking_port/stationary{
@@ -63093,17 +61095,13 @@
/turf/open/floor/plating,
/area/hallway/secondary/entry)
"cIl" = (
-/obj/machinery/computer/med_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/med_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/shuttle/syndicate)
"cIm" = (
-/obj/machinery/computer/crew{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/crew/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -63128,17 +61126,13 @@
},
/area/shuttle/syndicate)
"cIq" = (
-/obj/machinery/computer/camera_advanced{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/camera_advanced/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/shuttle/syndicate)
"cIr" = (
-/obj/machinery/computer/secure_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/secure_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -63151,7 +61145,6 @@
/obj/item/weapon/clipboard,
/obj/item/toy/figure/syndie,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -63291,7 +61284,6 @@
name = "tactical chair"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -63359,8 +61351,6 @@
"cIY" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -63412,7 +61402,6 @@
id = "smindicate";
name = "external door control";
pixel_x = -26;
- pixel_y = 0;
req_access_txt = "150"
},
/obj/docking_port/mobile{
@@ -63438,16 +61427,12 @@
},
/obj/structure/fans/tiny,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cJg" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -63484,7 +61469,6 @@
/obj/item/weapon/crowbar/red,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/podhatch{
@@ -63499,16 +61483,12 @@
name = "tactical chair"
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
"cJo" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -63569,8 +61549,6 @@
"cJz" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -63673,8 +61651,7 @@
/area/shuttle/syndicate)
"cJR" = (
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 6;
- pixel_y = 0
+ pixel_x = 6
},
/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
pixel_x = -3
@@ -63811,7 +61788,6 @@
/area/shuttle/syndicate)
"cKg" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -63864,15 +61840,11 @@
/area/shuttle/syndicate)
"cKr" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cKs" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -63886,22 +61858,16 @@
/area/shuttle/syndicate)
"cKu" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cKv" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cKw" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -63915,15 +61881,11 @@
/area/shuttle/syndicate)
"cKy" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cKz" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -63985,8 +61947,6 @@
/area/shuttle/syndicate)
"cKN" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -64120,7 +62080,6 @@
/obj/item/weapon/circular_saw,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -64135,9 +62094,7 @@
"cLf" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 30
@@ -64259,9 +62216,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"cLw" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -64271,9 +62226,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"cLy" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -64302,9 +62255,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"cLC" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -64314,16 +62265,12 @@
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"cLE" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"cLF" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -64333,9 +62280,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"cLH" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -64374,7 +62319,6 @@
"cLN" = (
/obj/structure/table,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium,
@@ -64452,7 +62396,6 @@
/area/shuttle/abandoned)
"cMb" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -64509,11 +62452,10 @@
/area/shuttle/abandoned)
"cMl" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/labor)
+/area/shuttle/mining)
"cMm" = (
/obj/structure/grille,
/obj/structure/window/reinforced/highpressure/fulltile,
@@ -64595,21 +62537,20 @@
/turf/open/floor/plating,
/area/shuttle/arrival)
"cMC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
/obj/machinery/computer/security/telescreen{
desc = "Used for watching the Engine.";
dir = 8;
layer = 4;
name = "Engine Monitor";
network = list("Engine");
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
},
-/turf/open/floor/plasteel,
/area/engine/engineering)
"cMD" = (
/turf/closed/wall/r_wall,
@@ -65097,8 +63038,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
@@ -65110,8 +63050,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
@@ -65122,8 +63061,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
@@ -65141,8 +63079,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -65150,8 +63087,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Starboard Maintenace APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable{
d2 = 8;
@@ -65194,8 +63130,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -65715,8 +63650,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -65730,8 +63664,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -65745,8 +63678,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -65760,8 +63692,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -65775,8 +63706,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -65790,8 +63720,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -66179,6 +64108,367 @@
},
/turf/closed/wall,
/area/security/courtroom)
+"cSE" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cSF" = (
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black{
+ name = "Mainframe Floor";
+ initial_gas_mix = "n2=100;TEMP=80"
+ },
+/area/tcommsat/server)
+"cSG" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/closed/wall/r_wall,
+/area/engine/supermatter)
+"cSH" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 5
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
+"cSI" = (
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/engine/engineering)
+"cSJ" = (
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 8;
+ filter_type = "freon";
+ name = "gas filter (freon)"
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
+"cSK" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 10
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
+"cSL" = (
+/obj/machinery/button/door{
+ id = "atmos";
+ name = "Atmospherics Lockdown";
+ pixel_x = -24;
+ pixel_y = 10;
+ 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 = -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 = -24;
+ pixel_y = -10;
+ req_access_txt = "10"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/crew_quarters/heads/chief)
+"cSM" = (
+/obj/machinery/computer/station_alert,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/vault,
+/area/engine/engineering)
+"cSN" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cSO" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cSP" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cSQ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cSR" = (
+/obj/effect/turf_decal/delivery,
+/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"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cSS" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/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/engine/engineering)
+"cST" = (
+/obj/effect/landmark/start/station_engineer,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/corner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cSU" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cSV" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cSW" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/engineering)
+"cSX" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/engineering)
+"cSY" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5
+ },
+/area/engine/engineering)
+"cSZ" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads/chief)
+"cTa" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cTb" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/pump,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"cTc" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cTd" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/engine/engineering)
+"cTe" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"cTf" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/requests_console{
+ announcementConsole = 0;
+ department = "Engineering";
+ departmentType = 4;
+ name = "Engineering RC";
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/yellow/side{
+ dir = 1
+ },
+/area/engine/engineering)
+"cTg" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTh" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTi" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"cTj" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTk" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTl" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTm" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTn" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"cTo" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/mining)
+"cTp" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/mining)
+"cTq" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"cTr" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTs" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/mining)
+"cTt" = (
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/mining)
+"cTu" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"cTv" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/mining)
+"cTw" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTx" = (
+/obj/structure/closet/crate,
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/mining)
+"cTy" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTz" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTA" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTB" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
+"cTC" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/mining)
(1,1,1) = {"
aaa
@@ -79390,9 +77680,9 @@ ase
avq
aum
avq
-axJ
+avq
cwH
-axJ
+avq
aAj
aBK
aCL
@@ -80421,7 +78711,7 @@ bsU
axf
amC
alU
-auT
+aAM
aBI
aDf
aEK
@@ -81961,7 +80251,7 @@ avb
aaH
bOi
atO
-asK
+aud
azF
aAT
aBw
@@ -82218,7 +80508,7 @@ aaH
bNb
apQ
atO
-asK
+aud
azF
aAS
aFP
@@ -82475,7 +80765,7 @@ avU
avb
bOi
atO
-asK
+aud
azF
aAU
aBG
@@ -82732,7 +81022,7 @@ alU
ali
alU
atO
-asK
+aud
azF
aAP
aAP
@@ -82989,7 +81279,7 @@ amC
amC
amC
axi
-asK
+aud
azF
azF
azF
@@ -83257,7 +81547,7 @@ aHe
aIN
aKp
aLE
-aNm
+aNn
aOl
aPA
aQN
@@ -85603,13 +83893,13 @@ aaa
aaa
aaa
aaa
-akD
-akD
-ajX
-akD
-ajX
-akD
-akD
+cTg
+cTl
+cTn
+cTr
+cTu
+cTw
+cTz
aaa
bCq
bPS
@@ -85842,7 +84132,7 @@ aYU
bbr
bcu
bfe
-bgx
+aYb
aZE
bjm
bjr
@@ -85860,13 +84150,13 @@ aaa
aaa
aaa
aaa
-akD
+cTh
bGg
-amI
+cTo
cMl
bHx
-anM
-akD
+cTx
+cTA
aaa
bLv
bPR
@@ -86099,7 +84389,7 @@ aPA
aPA
aPA
aWv
-bgx
+aYb
aZE
bjp
bjr
@@ -86117,10 +84407,10 @@ bxx
bxu
bxu
bDi
-ajX
+cTi
bGh
bHx
-amI
+cTs
bHx
bLt
bMF
@@ -86374,13 +84664,13 @@ bzP
bAS
bxu
aaa
-akD
+cTj
bGg
-amI
-amI
+cTp
+cTt
bHx
bLs
-akD
+cTB
aaa
bLv
bPT
@@ -86401,7 +84691,7 @@ cdW
ceW
bCq
cgD
-cgH
+bUs
bHE
cjI
bCq
@@ -86631,13 +84921,13 @@ bzR
byd
bxx
aaa
-akD
-akD
-ajX
+cTk
+cTm
+cTq
bJc
-ajX
-akD
-akD
+cTv
+cTy
+cTC
aaa
bCq
bPV
@@ -86654,11 +84944,11 @@ bYy
bHE
bTz
bHE
-cdY
+bUs
ceY
bCq
bHE
-cgH
+bUs
bHE
bLu
bCq
@@ -87685,7 +85975,7 @@ bCq
bCq
bCq
bLv
-cgH
+bUs
bLv
aaa
bCq
@@ -87942,7 +86232,7 @@ aoV
aoV
aoV
bLv
-cgH
+bUs
bLv
aaa
bLv
@@ -88199,7 +86489,7 @@ aoV
aoV
apQ
bLv
-cgH
+bUs
bLv
aaf
cAj
@@ -88398,7 +86688,7 @@ ayE
ayE
aLl
aMT
-aOu
+aOi
aPL
aPK
aSm
@@ -88456,7 +86746,7 @@ aoV
aoV
aoV
bLv
-cgH
+bUs
bLv
aaa
cjJ
@@ -88713,7 +87003,7 @@ aoV
aoV
aoV
bLv
-cgH
+bUs
bLv
aaa
cjJ
@@ -88970,7 +87260,7 @@ apQ
apQ
apQ
bLv
-cgH
+bUs
bLv
aaf
cjJ
@@ -89227,7 +87517,7 @@ aoV
aoV
aoV
bLv
-cgH
+bUs
bLv
aaa
cjJ
@@ -89484,7 +87774,7 @@ aoV
aoV
aoV
bLv
-cgH
+bUs
bLv
aaa
cjJ
@@ -89741,7 +88031,7 @@ aoV
apQ
apQ
bLv
-cgH
+bUs
bLv
aaf
cjJ
@@ -89998,7 +88288,7 @@ aoV
aoV
aoV
bCq
-cgH
+bUs
bCq
aaa
aaf
@@ -90255,7 +88545,7 @@ bES
bES
bES
car
-cgH
+bUs
bCq
bCq
bCq
@@ -90500,17 +88790,17 @@ bLv
bLv
bTA
bUu
-bVH
-bVH
-bVH
-bVH
-bVH
-bVH
-bVH
-bVH
-bVH
-bVH
-bVH
+bLw
+bLw
+bLw
+bLw
+bLw
+bLw
+bLw
+bLw
+bLw
+bLw
+bLw
caq
cbw
ccu
@@ -90722,7 +89012,7 @@ aJq
aLY
aJq
aJq
-bcW
+aRh
bbV
bfo
bkS
@@ -90952,8 +89242,8 @@ apS
aqT
apS
apS
-atX
-atX
+apS
+apS
awe
axw
ayI
@@ -90990,12 +89280,12 @@ bmm
bnM
boV
bnM
-brT
-brT
-brT
-brT
-brT
-brT
+bnM
+bnM
+bnM
+bnM
+bnM
+bnM
bAe
bBg
bCq
@@ -91013,7 +89303,7 @@ bGp
bGp
bES
bTC
-bUw
+bAx
bVI
bWB
bWB
@@ -91270,14 +89560,14 @@ aaa
aaa
bCq
bTF
-bUw
+bAx
bVI
bWD
bXA
bYB
bYz
cai
-bYz
+cSF
ccg
cdd
cea
@@ -91527,7 +89817,7 @@ aaf
aaf
bCq
bTE
-bUw
+bAx
bVI
bWC
bXz
@@ -91784,7 +90074,7 @@ bKv
bLB
bES
bMj
-bUw
+bAx
bVI
bWF
bXC
@@ -92047,7 +90337,7 @@ bWE
bXB
bYC
bZo
-caj
+bWB
bWB
cch
cde
@@ -92303,8 +90593,8 @@ bVI
bWG
bXD
bYz
-bYz
-cam
+cSE
+bWB
bYz
bYz
cdf
@@ -92499,7 +90789,7 @@ cCi
awg
axy
ayv
-azE
+azP
aBn
aCb
aDD
@@ -92756,7 +91046,7 @@ cCi
awg
axy
ayQ
-azE
+azP
aBq
aBr
aDE
@@ -92826,11 +91116,11 @@ cef
bVJ
cay
ccw
-cib
+cig
cjb
-ckH
-ckE
-clH
+cjb
+cig
+cig
cmG
cnt
cob
@@ -93013,7 +91303,7 @@ avh
awh
axz
ayO
-azE
+azP
aBp
aCc
aDF
@@ -93084,11 +91374,11 @@ bVJ
cay
ccw
cia
-cja
-cgR
+cSN
+cSS
ckD
-cig
-cmF
+cTc
+cTe
cfG
cgw
coK
@@ -93309,7 +91599,7 @@ bnS
bwl
bxG
byR
-brT
+bnM
bBl
bCs
bDz
@@ -93341,7 +91631,7 @@ bVJ
cay
ccw
cid
-cgR
+cSO
cen
ckG
clJ
@@ -93598,10 +91888,10 @@ bVJ
cay
ccw
cic
-cBO
-cjN
-cgR
-ceu
+cSP
+cST
+cTa
+ceZ
clQ
cgR
cgx
@@ -93852,13 +92142,13 @@ bVb
bWv
cei
bVJ
-caB
+cay
ccw
cif
-cgR
-cjP
-ckF
-ceZ
+cSQ
+cSU
+cTb
+cTd
ckF
ckF
cgK
@@ -93873,7 +92163,7 @@ cAl
cFc
cAq
cFJ
-cDq
+cSH
cGu
cGH
cGR
@@ -94109,7 +92399,7 @@ bUC
bWu
bVJ
bVJ
-caB
+cay
ccw
cie
cdT
@@ -94368,12 +92658,12 @@ bYp
bCq
cay
ccw
-cih
-cje
-cgR
-ckJ
-clJ
-cmL
+cig
+cSR
+cSV
+cig
+cig
+cTf
cgR
ccw
cDh
@@ -94388,7 +92678,7 @@ cMI
cMD
cFL
cGf
-cGw
+cGu
cMm
ciZ
cHc
@@ -94625,12 +92915,12 @@ bYn
bZB
caC
ccw
-cig
+cSM
cjd
-cgR
+cSW
ckI
-cig
-cmK
+clJ
+cmL
cBO
ccw
chV
@@ -94645,7 +92935,7 @@ cFe
cMD
cFM
czE
-cGx
+cGu
ccw
cGT
cEj
@@ -94880,11 +93170,11 @@ bVf
bXm
bYE
bCq
-ceW
+bHE
ccw
cij
cjf
-cgR
+cSX
ckK
clJ
cmL
@@ -95046,7 +93336,7 @@ cqG
aeX
ago
agS
-ahw
+agQ
ahR
aiJ
ajc
@@ -95136,13 +93426,13 @@ cbr
bVe
bXk
bYq
-ccw
-ccw
+bCq
+ceW
ccw
cdk
cMC
-cgR
-ckK
+cSY
+ckI
clJ
cmL
cnv
@@ -95158,8 +93448,8 @@ cAm
cMH
cMN
cFO
+cSI
csC
-csQ
cMm
cGV
cEj
@@ -95394,20 +93684,20 @@ bVh
bXo
bYM
cfb
-cfF
cfb
cfb
cfb
cfb
cfb
-cig
+cfb
+ccw
cmN
cgR
cgL
chX
cDq
cqj
-cqF
+cSG
crb
cru
cEx
@@ -95651,12 +93941,12 @@ bVg
bXn
bYG
cfb
-cfE
-cgM
+cfF
+cfb
cik
cjg
cjU
-ckL
+cfb
clM
cfz
cgR
@@ -95671,9 +93961,9 @@ cEy
cEy
cFh
cMD
-cFQ
+cFM
czE
-cGx
+cGu
ccw
cGT
cEj
@@ -95909,13 +94199,13 @@ bXq
bZe
cfb
cfH
-cgO
+cSL
+cim
cim
-cgO
ceo
-ceq
+cfb
cfa
-cmQ
+cje
cgR
ccw
cDi
@@ -95929,8 +94219,8 @@ cEz
cEz
cMD
cFR
-cGf
-cGz
+cSJ
+cGu
cMm
ciZ
cHd
@@ -96169,10 +94459,10 @@ cgO
ccj
cBM
cdU
-ceo
-ceq
-clQ
-cmQ
+cSZ
+ckL
+cmF
+cje
cgR
cMm
chX
@@ -96187,7 +94477,7 @@ cFj
cEf
cFS
cGg
-cGA
+cGv
cGI
cGS
cHe
@@ -96427,9 +94717,9 @@ ccl
cdm
cio
cjY
-ckP
-ckH
-cja
+ceq
+clQ
+cje
cgR
cMm
cDj
@@ -96443,7 +94733,7 @@ cEU
cFk
cAs
cFT
-cDq
+cSK
cGx
cGK
cGY
@@ -96677,7 +94967,7 @@ bTg
bUm
bVp
bXH
-bZf
+bUm
bZC
cbp
cck
@@ -96685,8 +94975,8 @@ cin
cjj
cjX
ckO
-clP
-cgR
+ckH
+cja
cny
ccw
cip
@@ -96941,7 +95231,7 @@ cgS
ciq
cfb
cfb
-ckR
+cfb
clR
cgR
cgR
@@ -100277,7 +98567,7 @@ bTU
cdz
cez
bUL
-cfS
+cfP
bOd
bMQ
apQ
@@ -100710,7 +99000,7 @@ aif
aif
aif
alK
-alM
+aif
bkV
anc
anD
@@ -102784,7 +101074,7 @@ aro
aCv
aaf
alP
-aGJ
+aGK
aIe
aJE
aKQ
@@ -103598,14 +101888,14 @@ bDR
bIn
bJC
bKL
-bLT
-bLT
-bLT
-bLT
-bLT
-bLT
-bLT
-bLT
+bPv
+bPv
+bPv
+bPv
+bPv
+bPv
+bPv
+bPv
bUY
bWe
bWe
@@ -103863,7 +102153,7 @@ bNc
bNc
bNc
bTY
-bUX
+bKH
bzs
bWV
bzs
@@ -103871,7 +102161,7 @@ bzs
bZM
cbJ
ceC
-cfV
+ceC
cfW
cfX
chk
@@ -104120,7 +102410,7 @@ bQE
bRM
bOr
bTZ
-bUX
+bKH
bzs
bAw
bBR
@@ -104377,7 +102667,7 @@ bQD
bLY
bMa
bTZ
-bUX
+bKH
bzs
bAw
bXZ
@@ -105154,7 +103444,7 @@ bWX
bOP
bNd
bTZ
-bUX
+bKH
bzs
bzs
bzs
@@ -105611,7 +103901,7 @@ aBE
alP
aDX
alP
-aGR
+aGK
avI
aJL
aKX
@@ -105927,7 +104217,7 @@ bNd
bNd
bzs
bzs
-ccH
+bMb
cdK
ceH
cfn
@@ -106955,7 +105245,7 @@ bNd
bzs
bzs
bzs
-ccH
+bMb
bFr
ceK
ceJ
@@ -107389,7 +105679,7 @@ adU
adU
adU
alg
-alN
+acx
amv
ane
cxN
@@ -107971,16 +106261,16 @@ bMe
bIg
bIM
bPv
-bLT
-bLT
-bLT
-bLT
-bLT
-bLT
-bLT
-bLT
-bLT
-bLT
+bPv
+bPv
+bPv
+bPv
+bPv
+bPv
+bPv
+bPv
+bPv
+bPv
caT
cbP
ccO
@@ -108694,7 +106984,7 @@ anf
anf
alP
aCG
-aFt
+aDZ
aFu
aFu
aFu
diff --git a/_maps/map_files/Cerestation/cerestation.dmm b/_maps/map_files/Cerestation/cerestation.dmm
index cdb337df98..3f48d0f3f3 100644
--- a/_maps/map_files/Cerestation/cerestation.dmm
+++ b/_maps/map_files/Cerestation/cerestation.dmm
@@ -213,8 +213,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -224,12 +223,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/circuit{
@@ -318,8 +315,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/firedoor,
/turf/open/floor/plating{
@@ -361,7 +357,6 @@
/obj/item/stack/cable_coil,
/obj/item/weapon/crowbar/red,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -428,12 +423,10 @@
/area/maintenance/asteroid/disposal/north)
"abh" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 8
},
/obj/structure/sign/poster/random{
name = "random contraband poster";
- pixel_x = 0;
pixel_y = 32;
random_basetype = /obj/structure/sign/poster/contraband
},
@@ -441,14 +434,12 @@
/area/maintenance/asteroid/disposal/north)
"abi" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/asteroid/disposal/north)
"abj" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 8
},
/obj/machinery/light/small{
@@ -460,7 +451,6 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/machinery/conveyor/auto{
dir = 6;
- icon_state = "conveyor0";
verted = -1
},
/turf/open/floor/plating,
@@ -477,8 +467,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -492,7 +481,6 @@
freerange = 1;
frequency = 1447;
name = "Private Channel";
- pixel_x = 0;
pixel_y = -25
},
/obj/item/device/radio/intercom{
@@ -500,7 +488,6 @@
freerange = 1;
listening = 0;
name = "Custom Channel";
- pixel_x = 0;
pixel_y = 28
},
/obj/item/device/radio/intercom{
@@ -523,7 +510,6 @@
freerange = 1;
frequency = 1447;
name = "Private Channel";
- pixel_x = 0;
pixel_y = -25
},
/obj/item/device/radio/intercom{
@@ -539,7 +525,6 @@
freerange = 1;
listening = 0;
name = "Custom Channel";
- pixel_x = 0;
pixel_y = 28
},
/turf/open/floor/circuit{
@@ -548,8 +533,7 @@
/area/ai_monitored/turret_protected/ai)
"abp" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -588,7 +572,6 @@
/area/maintenance/asteroid/disposal/north)
"abw" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 1
},
/turf/open/floor/plating,
@@ -637,7 +620,6 @@
freerange = 1;
listening = 0;
name = "Custom Channel";
- pixel_x = 0;
pixel_y = 25
},
/obj/machinery/turretid{
@@ -722,7 +704,6 @@
pixel_y = -24
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -745,7 +726,6 @@
"abL" = (
/obj/structure/disposalpipe/trunk,
/obj/structure/disposaloutlet{
- icon_state = "outlet";
dir = 1
},
/turf/open/floor/plating,
@@ -759,11 +739,7 @@
},
/area/ai_monitored/turret_protected/ai)
"abN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -785,8 +761,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -814,9 +789,7 @@
},
/area/ai_monitored/turret_protected/ai)
"abS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -824,7 +797,6 @@
"abT" = (
/obj/machinery/suit_storage_unit/syndicate,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -878,8 +850,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/porta_turret/ai{
dir = 4
@@ -914,8 +885,7 @@
dir = 8
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/shuttle/syndicate)
@@ -928,7 +898,6 @@
id = "smindicate";
name = "external door control";
pixel_x = -26;
- pixel_y = 0;
req_access_txt = "150"
},
/obj/docking_port/mobile{
@@ -959,8 +928,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
+ name = "EXTERNAL AIRLOCK"
},
/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
@@ -1012,8 +980,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -1101,9 +1068,7 @@
dir = 2;
icon = 'icons/mob/robots.dmi';
icon_state = "robot_old";
- name = "Cyborg Statue";
- pixel_x = 0;
- pixel_y = 0
+ name = "Cyborg Statue"
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -1121,8 +1086,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/ai_slipper{
uses = 10
@@ -1149,9 +1113,7 @@
dir = 2;
icon = 'icons/mob/robots.dmi';
icon_state = "robot_old";
- name = "Cyborg Statue";
- pixel_x = 0;
- pixel_y = 0
+ name = "Cyborg Statue"
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -1167,8 +1129,7 @@
/area/ai_monitored/turret_protected/ai)
"acC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/machinery/ai_slipper{
uses = 10
@@ -1206,8 +1167,7 @@
/area/shuttle/syndicate)
"acG" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/shuttle/syndicate)
@@ -1217,20 +1177,19 @@
name = "Command Asteroid"
})
"acI" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"acJ" = (
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/holopad,
/turf/open/floor/circuit{
@@ -1265,10 +1224,10 @@
},
/area/shuttle/syndicate)
"acN" = (
-/turf/closed/wall/r_wall{
+/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/transfer)
"acO" = (
/obj/machinery/light,
/turf/open/floor/plasteel/black{
@@ -1286,7 +1245,6 @@
syndie = 1
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -1305,8 +1263,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -1426,8 +1383,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -1454,7 +1410,6 @@
"adj" = (
/obj/structure/bed/roller,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -1470,8 +1425,7 @@
/obj/item/weapon/storage/toolbox/syndicate,
/obj/item/weapon/crowbar/red,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/shuttle/syndicate)
@@ -1517,7 +1471,6 @@
installation = /obj/item/weapon/gun/energy/e_gun
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/circuit{
@@ -1528,12 +1481,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -1557,7 +1508,6 @@
installation = /obj/item/weapon/gun/energy/e_gun
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/circuit{
@@ -1645,11 +1595,19 @@
},
/area/ai_monitored/security/armory)
"adC" = (
-/obj/machinery/flasher/portable,
-/turf/open/floor/plasteel/delivery{
+/obj/machinery/door/airlock/security{
+ name = "Prisoner Transfer Center";
+ req_access_txt = "2"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/transfer)
"adD" = (
/obj/machinery/telecomms/server/presets/engineering,
/turf/open/floor/circuit{
@@ -1679,7 +1637,6 @@
cell_type = 5000;
dir = 1;
name = "Telecoms Server APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -1702,8 +1659,7 @@
/obj/machinery/computer/message_monitor,
/obj/machinery/camera{
c_tag = "Telecomms Control Room 2";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -1721,9 +1677,7 @@
"adL" = (
/obj/machinery/camera{
c_tag = "AI Hallway";
- dir = 5;
- icon_state = "camera";
- tag = ""
+ dir = 5
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -1757,9 +1711,8 @@
/turf/closed/mineral,
/area/maintenance/asteroid/fore/com_north)
"adQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/darkred/side{
icon_state = "darkred";
@@ -1787,20 +1740,14 @@
},
/area/ai_monitored/security/armory)
"adS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/ai_monitored/security/armory)
+/obj/item/weapon/ore/glass,
+/turf/open/floor/plating/asteroid,
+/area/security/transfer)
"adT" = (
/obj/structure/rack,
/obj/item/weapon/gun/energy/ionrifle,
/obj/item/weapon/gun/energy/temperature/security,
-/obj/item/clothing/suit/armor/laserproof{
- pixel_x = 0
- },
+/obj/item/clothing/suit/armor/laserproof,
/obj/structure/window/reinforced{
dir = 1
},
@@ -1824,10 +1771,19 @@
},
/area/ai_monitored/security/armory)
"adV" = (
-/turf/open/floor/plasteel{
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/transfer)
"adW" = (
/obj/structure/window/reinforced{
dir = 1
@@ -1870,8 +1826,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -1897,8 +1852,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/holopad,
/turf/open/floor/plasteel/vault{
@@ -2003,12 +1957,15 @@
/turf/closed/mineral/random/labormineral,
/area/maintenance/asteroid/fore/com_west)
"aeq" = (
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
- dir = 8;
+/obj/machinery/camera{
+ c_tag = "Brig Cell 5";
+ dir = 6;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"aer" = (
/obj/structure/rack,
/obj/item/weapon/gun/energy/e_gun{
@@ -2020,61 +1977,35 @@
pixel_x = 3;
pixel_y = -3
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
dir = 8
},
/area/ai_monitored/security/armory)
"aes" = (
-/turf/open/floor/plasteel/black{
+/obj/machinery/camera{
+ c_tag = "Brig Cell 6";
+ dir = 6;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"aet" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/armor/riot{
- pixel_x = -3;
- pixel_y = 3
+/obj/machinery/flasher{
+ id = "Cell 6";
+ pixel_y = 32
},
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/suit/armor/riot{
- pixel_x = 3;
- pixel_y = -3
+/obj/machinery/holopad,
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/item/clothing/head/helmet/riot{
- pixel_x = -3;
- pixel_y = 3
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
-/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 = 0;
- pixel_y = 1;
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 8
- },
-/area/ai_monitored/security/armory)
+/area/security/prison)
"aeu" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -2116,8 +2047,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -2153,13 +2083,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -2171,7 +2098,6 @@
/obj/item/weapon/surgicaldrill,
/obj/item/weapon/circular_saw,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -2181,9 +2107,7 @@
"aeF" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 30
@@ -2221,30 +2145,20 @@
},
/area/maintenance/asteroid/fore/com_north)
"aeK" = (
-/obj/structure/rack,
-/obj/item/weapon/gun/energy/e_gun/advtaser{
- pixel_x = -3;
- pixel_y = 3
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
-/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/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 8
- },
-/area/ai_monitored/security/armory)
+/area/security/prison)
"aeL" = (
/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,
/obj/item/clothing/suit/armor/bulletproof{
pixel_x = 3;
pixel_y = -3
@@ -2274,14 +2188,11 @@
},
/area/ai_monitored/security/armory)
"aeM" = (
-/mob/living/simple_animal/bot/secbot/beepsky{
- desc = "It's Officer Gunsky, the most rootin'-tootin'-point-and shootin' security bot on this side of the galaxy!";
- name = "Officer Gunsky"
- },
-/turf/open/floor/plasteel/black{
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"aeN" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -2292,11 +2203,15 @@
},
/area/ai_monitored/security/armory)
"aeO" = (
-/obj/structure/closet/secure_closet/lethalshots,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"aeP" = (
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -2306,8 +2221,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -2353,7 +2267,7 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/floor/plating/airless,
+/turf/open/floor/plating,
/area/shuttle/syndicate)
"aeX" = (
/obj/structure/reagent_dispensers/fueltank,
@@ -2430,20 +2344,20 @@
},
/area/ai_monitored/security/armory)
"afg" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/black{
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"afh" = (
-/obj/machinery/suit_storage_unit/security,
-/obj/structure/window/reinforced{
- dir = 1
+/obj/structure/closet/secure_closet/brig{
+ name = "Perma Storage"
},
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"afi" = (
/turf/closed/wall,
/area/maintenance/asteroid/fore/com_north)
@@ -2462,7 +2376,6 @@
/area/maintenance/asteroid/fore/com_north)
"afk" = (
/obj/structure/disposaloutlet{
- icon_state = "outlet";
dir = 1
},
/obj/structure/disposalpipe/trunk,
@@ -2488,6 +2401,7 @@
charge = 5e+006
},
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/circuit{
@@ -2499,8 +2413,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -2520,8 +2433,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -2536,8 +2448,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -2548,8 +2459,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -2565,8 +2475,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -2579,28 +2488,22 @@
d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/tcommsat/computer)
"aft" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
-/turf/open/floor/plating/airless,
+/obj/structure/shuttle/engine/propulsion/left,
+/turf/open/floor/plating,
/area/shuttle/syndicate)
"afu" = (
/obj/structure/shuttle/engine/propulsion,
-/turf/open/floor/plating/airless,
+/turf/open/floor/plating,
/area/shuttle/syndicate)
"afv" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
-/turf/open/floor/plating/airless,
+/obj/structure/shuttle/engine/propulsion/right,
+/turf/open/floor/plating,
/area/shuttle/syndicate)
"afw" = (
/obj/structure/closet,
@@ -2640,35 +2543,27 @@
},
/area/ai_monitored/security/armory)
"afz" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/box/teargas{
- pixel_x = -3;
- pixel_y = 3
+/obj/machinery/door/window/brigdoor/northleft{
+ id = "Cell 6";
+ name = "Cell Door 6"
},
-/obj/item/weapon/storage/box/handcuffs,
-/obj/item/weapon/storage/box/flashbangs{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/structure/window/reinforced,
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 8
- },
-/area/ai_monitored/security/armory)
-"afA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/black{
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
+"afA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
"afB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -2682,18 +2577,22 @@
},
/area/ai_monitored/security/armory)
"afC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/ai_monitored/security/armory)
"afD" = (
-/turf/closed/mineral/random/labormineral,
-/area/security/transfer)
+/obj/structure/holohoop{
+ icon_state = "hoop";
+ dir = 1
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
"afE" = (
/turf/closed/wall/rust{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -2738,14 +2637,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-22";
icon_state = "plant-22"
},
/turf/open/floor/plasteel{
@@ -2766,8 +2663,7 @@
},
/obj/machinery/camera{
c_tag = "Telecomms Control Room";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -2814,8 +2710,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -2828,7 +2723,6 @@
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/machinery/turretid{
name = "AI Chamber turret control";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel/black{
@@ -2836,10 +2730,8 @@
},
/area/ai_monitored/turret_protected/aisat/hallway)
"afT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -2893,12 +2785,14 @@
/turf/open/floor/plating/asteroid,
/area/security/prison)
"aga" = (
-/obj/machinery/hydroponics/soil,
-/obj/machinery/light{
- dir = 1
+/obj/machinery/camera{
+ c_tag = "Brig Cell 4";
+ dir = 4;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plating/asteroid,
/area/security/prison)
"agb" = (
/obj/machinery/hydroponics/soil,
@@ -2906,32 +2800,84 @@
/turf/open/floor/plating/asteroid,
/area/security/prison)
"agc" = (
-/obj/structure/toilet,
-/obj/machinery/light/small{
- dir = 1
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"agd" = (
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
- dir = 10;
+/obj/machinery/door_timer{
+ id = "Cell 5";
+ name = "Cell 5";
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"age" = (
-/turf/open/floor/plasteel/darkred/side{
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"agf" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/darkred/side{
+/obj/machinery/door_timer{
+ id = "Cell 6";
+ name = "Cell 6";
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"agg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/orange{
@@ -2940,27 +2886,46 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/darkred/corner{
- icon_state = "darkredcorners";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/ai_monitored/security/armory)
"agh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/corner{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"agi" = (
-/obj/machinery/light,
-/obj/vehicle/secway,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel{
+/obj/structure/cable/orange{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"agj" = (
/obj/machinery/flasher/portable,
/obj/machinery/camera/motion{
@@ -3180,7 +3145,6 @@
/area/maintenance/asteroid/fore/com_east)
"agF" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 8
},
/turf/open/floor/plating{
@@ -3191,7 +3155,6 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/machinery/conveyor/auto{
dir = 6;
- icon_state = "conveyor0";
verted = -1
},
/turf/open/floor/plating{
@@ -3224,8 +3187,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/holopad,
/turf/open/floor/plasteel{
@@ -3236,8 +3198,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
@@ -3255,8 +3216,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -3269,8 +3229,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -3287,8 +3246,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -3343,13 +3301,11 @@
/obj/machinery/camera{
c_tag = "AI Asteroid Hallway 4";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/item/device/radio/beacon,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/black{
@@ -3365,10 +3321,8 @@
},
/area/ai_monitored/turret_protected/aisat/hallway)
"agU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/ai_status_display{
pixel_x = 32
@@ -3379,7 +3333,6 @@
/area/ai_monitored/turret_protected/aisat/hallway)
"agV" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -3387,16 +3340,23 @@
/obj/item/seeds/ambrosia,
/obj/machinery/flasher{
id = "PermaCell";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"agW" = (
-/obj/item/weapon/cultivator,
-/turf/open/floor/plating/astplate{
+/obj/machinery/flasher{
+ id = "Cell 4";
+ pixel_x = -32
+ },
+/obj/machinery/holopad,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -3406,10 +3366,12 @@
},
/area/security/prison)
"agY" = (
-/obj/machinery/door/airlock{
- name = "Bathroom"
+/obj/machinery/door/window/brigdoor/westleft{
+ id = "Cell 4";
+ name = "Cell Door 4";
+ req_access_txt = "1"
},
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -3426,41 +3388,40 @@
},
/area/ai_monitored/security/armory)
"aha" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Armory";
- req_access_txt = "3"
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=CellBlockMidRight";
+ location = "CellBlockUpRight";
+ name = "navigation beacon (CellBlockUpRight)"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
- dir = 5;
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"ahb" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Armory";
- req_access_txt = "3"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
- dir = 9;
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"ahc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/camera{
+ c_tag = "Brig Perma Cell 2";
+ dir = 10;
+ network = list("SS13","Security","PrisonCell")
},
-/turf/open/floor/plasteel/black{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -3524,6 +3485,11 @@
icon_state = "pipe-c"
},
/obj/structure/grille/broken,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -3533,6 +3499,11 @@
dir = 4;
icon_state = "pipe-j2"
},
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -3615,7 +3586,6 @@
/area/maintenance/asteroid/fore/com_east)
"ahu" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 1
},
/turf/open/floor/plating{
@@ -3653,9 +3623,8 @@
},
/area/tcommsat/computer)
"ahA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -3665,8 +3634,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -3681,8 +3649,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -3730,33 +3697,26 @@
/area/security/prison)
"ahJ" = (
/obj/structure/table,
-/obj/item/weapon/paper_bin,
-/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/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/camera{
- c_tag = "Brig Long-Term Cells"
- },
-/obj/item/seeds/potato,
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"ahK" = (
-/obj/structure/table,
-/obj/machinery/computer/libraryconsole/bookmanagement,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/sign/poster/official/obey{
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -3776,26 +3736,33 @@
name = "Asteroid"
})
"ahN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
},
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"ahO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
-"ahO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
- dir = 8;
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/ai_monitored/security/armory)
+/area/security/prison)
"ahP" = (
/turf/closed/wall/rust{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -3848,7 +3815,6 @@
},
/obj/structure/sign/poster/random{
name = "random contraband poster";
- pixel_x = 0;
pixel_y = -32;
random_basetype = /obj/structure/sign/poster/contraband
},
@@ -3861,7 +3827,6 @@
/obj/structure/sign/poster/random{
name = "random contraband poster";
pixel_x = -32;
- pixel_y = 0;
random_basetype = /obj/structure/sign/poster/contraband
},
/turf/open/floor/plasteel/floorgrime,
@@ -3919,7 +3884,6 @@
/obj/machinery/light,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel{
@@ -3958,8 +3922,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/sign/map/left/ceres{
pixel_x = -32
@@ -3972,10 +3935,8 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -4010,9 +3971,8 @@
},
/area/security/prison)
"aim" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -4044,36 +4004,45 @@
},
/area/security/prison)
"aiq" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime{
+/obj/machinery/door_timer{
+ id = "Cell 4";
+ name = "Cell 4";
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"air" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/brigdoor/northright{
- name = "Armory Desk";
- req_access_txt = "3"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/door/window/brigdoor/southleft{
- name = "Armory Desk";
- req_one_access_txt = "38;2"
- },
-/obj/item/weapon/paper_bin,
-/turf/open/floor/plating{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"ais" = (
-/obj/machinery/door/poddoor/shutters{
- id = "armoryaccess";
- name = "Armory Shutters"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plating{
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"ait" = (
/obj/machinery/door/airlock/glass_security{
name = "Armory";
@@ -4092,14 +4061,17 @@
},
/area/security/prison)
"aiu" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Armory";
- req_access_txt = "3"
+/obj/machinery/door_timer{
+ id = "Cell 7";
+ name = "Cell 7";
+ pixel_x = 32
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
- dir = 8;
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -4138,25 +4110,28 @@
},
/area/security/prison)
"aix" = (
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/structure/sign/poster/official/do_not_question{
+ pixel_x = -32
},
-/turf/open/floor/plating/astplate{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/transfer)
+/area/security/prison)
"aiy" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/camera{
+ c_tag = "Brig Perma Cell 5";
+ dir = 10;
+ network = list("SS13","Security","PrisonCell")
},
-/turf/open/floor/plating/astplate{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/transfer)
+/area/security/prison)
"aiz" = (
/obj/structure/rack,
/obj/item/weapon/pickaxe/mini,
@@ -4182,6 +4157,11 @@
"aiC" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -4222,7 +4202,6 @@
/area/maintenance/asteroid/fore/com_east)
"aiI" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 9
},
/turf/open/floor/plating{
@@ -4231,7 +4210,6 @@
/area/maintenance/asteroid/fore/com_east)
"aiJ" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 8
},
/obj/structure/plasticflaps,
@@ -4242,7 +4220,6 @@
"aiK" = (
/obj/machinery/conveyor/auto{
dir = 6;
- icon_state = "conveyor0";
verted = -1
},
/turf/open/floor/plating{
@@ -4274,22 +4251,19 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/camera{
c_tag = "AI Asteroid Hallway 3";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/ai_monitored/turret_protected/aisat/hallway)
"aiP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -4367,22 +4341,26 @@
},
/area/maintenance/asteroid/fore/com_west)
"aja" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/plasteel/floorgrime{
+/obj/machinery/gulag_item_reclaimer{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/corner,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/processing)
"ajb" = (
/obj/structure/closet/crate,
/turf/open/floor/plating/asteroid,
/area/maintenance/asteroid/fore/cargo_south)
"ajc" = (
-/obj/machinery/light/small{
- dir = 4
- },
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -4398,8 +4376,12 @@
},
/area/security/prison)
"aje" = (
-/obj/structure/table,
-/turf/open/floor/plating{
+/obj/machinery/camera{
+ c_tag = "Brig Cell 3";
+ dir = 4;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -4411,7 +4393,13 @@
},
/area/security/prison)
"ajg" = (
-/obj/structure/chair/stool,
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 3";
+ name = "Cell 3 Locker"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -4423,30 +4411,53 @@
},
/area/security/prison)
"aji" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/floorgrime{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"ajj" = (
-/obj/structure/closet/secure_closet/brig,
-/turf/open/floor/plasteel/darkred{
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Prison Wing APC";
+ pixel_x = 24
+ },
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"ajk" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/sign/nanotrasen{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
- dir = 8;
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -4490,12 +4501,14 @@
},
/area/security/prison)
"ajo" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 8";
+ name = "Cell 8 Locker"
},
-/turf/open/floor/plasteel/darkred{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -4693,7 +4706,6 @@
"ajL" = (
/obj/machinery/conveyor{
dir = 5;
- icon_state = "conveyor0";
id = "CargoWaste";
verted = -1
},
@@ -4811,44 +4823,62 @@
},
/area/security/prison)
"ajZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall/r_wall{
- baseturf = /turf/open/floor/plating/asteroid/airless
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
},
-/area/security/prison)
-"aka" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/poddoor/preopen{
- id = "permatoggle";
- layer = 2.6;
- name = "prisoner transfer door"
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
-"akb" = (
-/obj/machinery/light{
- dir = 8
+"aka" = (
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
-/turf/open/floor/plasteel/darkred{
+/area/security/prison)
+"akb" = (
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"akc" = (
-/turf/open/floor/plasteel/darkred{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"akd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
- dir = 8;
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -4861,22 +4891,18 @@
},
/area/security/prison)
"akf" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/door/window/brigdoor/eastleft{
+ id = "Cell 8";
+ name = "Cell Door 8"
},
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
- dir = 4;
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"akg" = (
/obj/structure/closet/secure_closet/brig,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/darkred{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -4989,8 +5015,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance/external{
name = "External Airlock Access";
@@ -5013,7 +5038,6 @@
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -5022,9 +5046,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -5078,7 +5100,6 @@
"aky" = (
/obj/machinery/conveyor{
dir = 9;
- icon_state = "conveyor0";
id = "CargoWaste";
verted = -1
},
@@ -5138,28 +5159,31 @@
/turf/open/floor/plating,
/area/space)
"akG" = (
-/obj/structure/chair{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
-/turf/open/floor/plating{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/processing)
"akH" = (
-/obj/effect/turf_decal/stripes/asteroid/line{
- icon_state = "ast_warn";
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating/astplate{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/processing)
"akI" = (
-/obj/structure/barricade/wooden,
-/turf/open/floor/plating/astplate{
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/processing)
"akJ" = (
/obj/effect/turf_decal/stripes/asteroid/line{
icon_state = "ast_warn";
@@ -5177,14 +5201,18 @@
},
/area/maintenance/asteroid/fore/com_north)
"akL" = (
-/obj/machinery/status_display{
- density = 0;
- layer = 4
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/turf/closed/wall/r_wall{
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/processing)
"akM" = (
/obj/machinery/biogenerator,
/turf/open/floor/plasteel/floorgrime{
@@ -5192,7 +5220,8 @@
},
/area/security/prison)
"akN" = (
-/obj/machinery/seed_extractor,
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -5201,7 +5230,6 @@
/obj/structure/bed,
/obj/machinery/flasher{
id = "PermaCell";
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plating{
@@ -5216,11 +5244,17 @@
},
/area/security/prison)
"akQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plating{
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -5299,8 +5333,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -5309,7 +5342,6 @@
"akY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -5324,8 +5356,7 @@
/area/ai_monitored/turret_protected/aisat/hallway)
"ala" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -5422,14 +5453,14 @@
},
/area/security/prison)
"alo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/glass_security{
- name = "Long-Term Holding Cell";
- req_access_txt = "2"
+/obj/machinery/door_timer{
+ id = "Cell 3";
+ name = "Cell 3";
+ pixel_x = -32
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
- dir = 1;
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -5457,29 +5488,16 @@
},
/area/security/transfer)
"alr" = (
-/obj/item/weapon/shovel,
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- icon_plating = "asteroid_dug";
- icon_state = "asteroid_dug";
- name = "ditch"
- },
-/area/security/transfer)
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
"als" = (
-/obj/item/weapon/ore/glass,
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- icon_plating = "asteroid_dug";
- icon_state = "asteroid_dug";
- name = "ditch"
- },
-/area/security/transfer)
+/obj/structure/chair/stool,
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
"alt" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/maintenance/asteroid/fore/com_north)
+/obj/machinery/biogenerator,
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
"alu" = (
/obj/structure/rack,
/obj/item/weapon/pickaxe/emergency,
@@ -5536,9 +5554,7 @@
/obj/machinery/light_switch{
pixel_y = 25
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -5558,7 +5574,6 @@
/area/crew_quarters/heads/captain)
"alE" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -5607,9 +5622,8 @@
},
/area/quartermaster/sorting)
"alL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -5630,7 +5644,6 @@
/obj/machinery/camera{
c_tag = "Cargo Disposals";
dir = 1;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel{
@@ -5646,11 +5659,7 @@
},
/area/quartermaster/sorting)
"alP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -5658,7 +5667,6 @@
"alQ" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/table,
@@ -5667,47 +5675,51 @@
},
/area/quartermaster/sorting)
"alR" = (
-/obj/structure/bed,
-/obj/machinery/camera{
- c_tag = "Brig Cell 4";
- dir = 4;
- network = list("SS13")
+/obj/machinery/door/airlock/glass_security{
+ name = "Gulag Dock";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
},
-/obj/item/weapon/bedsheet,
-/turf/open/floor/plasteel/floorgrime{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/processing)
"alS" = (
-/obj/machinery/flasher{
- id = "Cell 4";
- pixel_x = 0;
- pixel_y = 24
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/floorgrime{
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"alT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"alU" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -5731,7 +5743,6 @@
/obj/machinery/button/flasher{
id = "PermaCell";
name = "Perma Flash";
- pixel_x = 0;
pixel_y = 32
},
/obj/machinery/button/door{
@@ -5751,96 +5762,71 @@
},
/area/security/prison)
"alW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/corner{
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"alX" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=CellBlockUpLeft";
+ location = "CellBlockMidLeft";
+ name = "navigation beacon (CellBlockMidLeft)"
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"alY" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- locked = 0;
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"alZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable/orange{
d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d2 = 2;
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"ama" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=CellBlockLowRight";
+ location = "CellBlockMidRight";
+ name = "navigation beacon (CellBlockMidRight)"
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+ dir = 4
},
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/red/side{
- icon_state = "red";
- dir = 6;
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"amb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/red/side{
- icon_state = "red";
- dir = 10;
+/turf/open/floor/plasteel/red/corner{
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -5876,112 +5862,97 @@
},
/area/security/prison)
"ame" = (
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
},
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"amf" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/door/airlock/glass_security{
+ name = "Perma Brig";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
},
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"amg" = (
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"amh" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/orange{
- d2 = 8;
- icon_state = "0-8"
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"ami" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"amj" = (
-/obj/machinery/flasher{
- id = "Cell 8";
- pixel_x = 0;
- pixel_y = 24
+/obj/machinery/door/airlock/glass_security{
+ name = "Perma Cell 3";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"amk" = (
-/obj/structure/bed,
-/obj/machinery/camera{
- c_tag = "Brig Cell 8";
- dir = 9;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
+/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_y = 24;
+ prison_radio = 1
},
-/obj/item/weapon/bedsheet,
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"aml" = (
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- icon_plating = "asteroid_dug";
- icon_state = "asteroid_dug";
- name = "ditch"
+/obj/structure/chair/stool,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/transfer)
+/area/security/prison)
"amm" = (
/obj/machinery/light/small{
dir = 8
@@ -6135,7 +6106,6 @@
pixel_x = 24
},
/obj/structure/toilet{
- icon_state = "toilet00";
dir = 8
},
/obj/machinery/light/small{
@@ -6171,8 +6141,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -6187,11 +6156,9 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "AI Asteroid Hallway 2";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -6275,24 +6242,44 @@
/turf/open/floor/plating/airless,
/area/space)
"amR" = (
-/obj/machinery/light/small{
- dir = 8
+/obj/machinery/door/airlock/glass_security{
+ name = "Gulag Dock";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
},
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/floorgrime{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/processing)
"amS" = (
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"amT" = (
-/obj/machinery/door/window/brigdoor/westleft{
- id = "Cell 4";
- name = "Cell Door 4";
- req_access_txt = "1"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"amU" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
@@ -6300,40 +6287,67 @@
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
-"amU" = (
+"amV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"amW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
-"amV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red/corner{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/prison)
-"amW" = (
-/turf/open/floor/plasteel/red/side{
- icon_state = "red";
- dir = 1;
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/prison)
"amX" = (
-/turf/open/floor/plasteel/red{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"amY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red/corner{
- icon_state = "redcorner";
- dir = 8;
+/obj/machinery/door/airlock/glass_security{
+ name = "Perma Brig";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -6356,28 +6370,37 @@
},
/area/security/prison)
"anb" = (
-/obj/machinery/light/small{
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/camera{
+ c_tag = "Brig Perma Cell 3";
+ dir = 10;
+ network = list("SS13","Security","PrisonCell")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/holopad,
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"anc" = (
-/obj/effect/decal/remains/human,
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- icon_plating = "asteroid_dug";
- icon_state = "asteroid_dug";
- name = "ditch"
+/obj/structure/table,
+/obj/item/device/radio/beacon,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/transfer)
+/area/security/prison)
"and" = (
/obj/structure/disposalpipe/sortjunction{
name = "disposal pipe - Custodials";
sortType = 22
},
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -6451,7 +6474,6 @@
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (WEST)";
icon_state = "ast_warn_end";
dir = 8
},
@@ -6468,9 +6490,7 @@
},
/area/crew_quarters/heads/captain)
"ank" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -6507,8 +6527,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -6539,7 +6558,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Disposals APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/effect/turf_decal/stripes/asteroid/end,
@@ -6613,11 +6631,7 @@
},
/area/quartermaster/miningdock)
"anB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -6640,30 +6654,18 @@
},
/area/security/prison)
"anE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"anF" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plating{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/warden)
"anG" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -6684,8 +6686,10 @@
},
/area/security/prison)
"anH" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/obj/machinery/door_timer{
+ id = "Cell 2";
+ name = "Cell 2";
+ pixel_x = -32
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
@@ -6704,22 +6708,16 @@
},
/area/security/warden)
"anK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/door/poddoor/preopen{
- id = "prisonbreak";
- layer = 2.6;
- name = "emergency prisoner containment blast door"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"anL" = (
/obj/machinery/door/airlock/glass_security{
name = "Brig Control";
@@ -6740,19 +6738,17 @@
},
/area/security/warden)
"anM" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Brig Control";
- req_access_txt = "3"
+/obj/machinery/door_timer{
+ id = "Cell 9";
+ name = "Cell 9";
+ pixel_x = 32
},
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/red{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"anN" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -6800,35 +6796,26 @@
},
/area/security/prison)
"anQ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/orange{
- 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{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"anR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"anS" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 8";
- name = "Cell 8 Locker"
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 8
},
-/turf/open/floor/plasteel/floorgrime{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -6961,7 +6948,6 @@
department = "Captain's Desk";
departmentType = 5;
name = "Captain RC";
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/wood{
@@ -7047,8 +7033,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/fans/tiny,
/turf/open/floor/plating{
@@ -7108,7 +7093,6 @@
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (WEST)";
icon_state = "ast_warn_end";
dir = 8
},
@@ -7237,8 +7221,7 @@
/obj/machinery/door_timer{
id = "Cell 4";
name = "Cell 4";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/structure/cable/orange{
d1 = 1;
@@ -7251,29 +7234,37 @@
},
/area/security/prison)
"aoM" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"aoN" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
-"aoN" = (
-/obj/machinery/power/apc{
- dir = 8;
- name = "Brig Control APC";
- pixel_x = -25;
- pixel_y = 1
- },
-/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel/showroomfloor{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/warden)
"aoO" = (
/obj/structure/cable/orange{
d1 = 2;
@@ -7321,10 +7312,12 @@
},
/area/security/warden)
"aoR" = (
-/obj/machinery/light{
- dir = 8
+/obj/machinery/camera{
+ c_tag = "Brig Cell 9";
+ dir = 9;
+ network = list("SS13","Security","PrisonCell")
},
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -7424,8 +7417,7 @@
"apd" = (
/obj/structure/table/wood,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/item/weapon/melee/chainofcommand,
/turf/open/floor/wood{
@@ -7445,9 +7437,7 @@
},
/area/crew_quarters/heads/captain)
"apg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -7469,7 +7459,6 @@
},
/obj/machinery/computer/shuttle/pod{
pixel_x = -32;
- pixel_y = 0;
possible_destinations = "pod_lavaland1";
shuttleId = "pod1"
},
@@ -7478,8 +7467,7 @@
},
/obj/machinery/camera{
c_tag = "Command Escape Pod";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_1)
@@ -7491,8 +7479,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -7503,16 +7490,13 @@
dir = 5
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/ai_monitored/turret_protected/aisat/hallway)
"apm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -7558,10 +7542,7 @@
},
/area/quartermaster/office)
"apt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -7608,49 +7589,53 @@
/area/security/prison)
"apy" = (
/obj/machinery/flasher{
- id = "Cell 3";
- pixel_x = 0;
- pixel_y = 24
+ id = "Cell 2";
+ pixel_x = -32
+ },
+/obj/machinery/holopad,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"apz" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/door/window/brigdoor/westleft{
+ id = "Cell 2";
+ name = "Cell Door 2";
+ req_access_txt = "1"
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"apA" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
},
/obj/structure/cable/orange{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Cellblock South";
+ dir = 6;
+ network = list("SS13","Security")
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
-"apA" = (
-/obj/structure/table,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 0
- },
-/turf/open/floor/plasteel/showroomfloor{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/warden)
"apB" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -7662,23 +7647,21 @@
},
/area/security/warden)
"apC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/showroomfloor{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"apD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/door/window/brigdoor/eastleft{
+ id = "Cell 9";
+ name = "Cell Door 9"
},
-/turf/open/floor/plasteel/showroomfloor{
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"apE" = (
/obj/structure/table,
/obj/machinery/recharger,
@@ -7708,10 +7691,12 @@
},
/area/security/prison)
"apG" = (
-/obj/machinery/flasher{
- id = "Cell 7";
- pixel_x = 0;
- pixel_y = 24
+/obj/machinery/door/airlock/glass_security{
+ name = "Perma Cell 4";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -7722,7 +7707,6 @@
/obj/machinery/camera{
c_tag = "Brig Cell 7";
dir = 9;
- icon_state = "camera";
network = list("SS13")
},
/obj/item/weapon/bedsheet,
@@ -7761,7 +7745,6 @@
},
/obj/structure/cable/orange,
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -7878,8 +7861,7 @@
"apY" = (
/obj/structure/table/wood,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced,
/obj/machinery/recharger,
@@ -7955,7 +7937,6 @@
/turf/open/floor/plating/asteroid,
/area/maintenance/asteroid/fore/com_east)
"aqh" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
@@ -7964,13 +7945,13 @@
d2 = 4;
icon_state = "1-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aqi" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -7990,10 +7971,10 @@
},
/area/ai_monitored/turret_protected/aisat/hallway)
"aql" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aqm" = (
@@ -8011,7 +7992,6 @@
/obj/machinery/camera{
c_tag = "Cargo Western Loading Bay 2";
dir = 5;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel{
@@ -8197,8 +8177,7 @@
"aqJ" = (
/obj/machinery/camera{
c_tag = "Fore Asteroid Maintenance APCs 2";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -8318,8 +8297,7 @@
department = "Cargo Bay";
departmentType = 2;
name = "Cargo RC";
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -8421,14 +8399,12 @@
department = "Cargo Bay";
departmentType = 2;
name = "Cargo RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/camera{
c_tag = "Cargo Eastern Loading Bay 1";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel{
@@ -8446,7 +8422,6 @@
/obj/machinery/button/door{
id = "MiningWarehouse";
name = "Mining Warehouse Shutters";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/reagent_dispensers/fueltank,
@@ -8469,10 +8444,14 @@
},
/area/security/prison)
"arp" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
+/obj/machinery/door_timer{
+ id = "Cell 1";
+ name = "Cell 1";
+ pixel_x = -32
+ },
+/obj/machinery/light{
+ dir = 8
},
-/obj/machinery/holopad,
/turf/open/floor/plasteel/red/side{
icon_state = "red";
dir = 8;
@@ -8549,16 +8528,20 @@
},
/area/security/warden)
"aru" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/door_timer{
+ id = "Cell 10";
+ name = "Cell 10";
+ pixel_x = 32
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/showroomfloor{
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"arv" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -8606,11 +8589,6 @@
dir = 4;
icon_state = "pipe-c"
},
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -8621,8 +8599,7 @@
},
/obj/machinery/camera{
c_tag = "Dorm Commons North";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-22"
@@ -8673,8 +8650,7 @@
dir = 4
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -8696,7 +8672,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (SOUTHEAST)";
icon_state = "neutral";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -8707,7 +8682,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (SOUTHEAST)";
icon_state = "neutral";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -8718,7 +8692,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (SOUTHWEST)";
icon_state = "neutral";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -8734,7 +8707,6 @@
pixel_y = 20
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (SOUTHWEST)";
icon_state = "neutral";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -8743,16 +8715,12 @@
"arI" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (SOUTHWEST)";
icon_state = "neutral";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -8772,9 +8740,8 @@
},
/area/crew_quarters/heads/captain)
"arL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -8838,11 +8805,7 @@
},
/area/quartermaster/storage)
"arU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/airalarm{
frequency = 1439;
locked = 0;
@@ -8856,8 +8819,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -8921,11 +8883,7 @@
},
/area/quartermaster/office)
"asb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -8966,11 +8924,20 @@
/turf/open/floor/plating,
/area/shuttle/mining)
"ash" = (
-/obj/machinery/iv_drip,
-/turf/open/floor/plasteel/white{
+/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
+ },
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/armory)
"asi" = (
/obj/structure/bed/roller,
/turf/open/floor/plasteel/white{
@@ -8978,15 +8945,19 @@
},
/area/security/main)
"asj" = (
-/obj/structure/table,
-/obj/machinery/light{
- dir = 1
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/e_gun/dragnet,
+/obj/item/weapon/gun/energy/e_gun/dragnet,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/item/clothing/neck/stethoscope,
-/turf/open/floor/plasteel/white{
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/armory)
"ask" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/toxin,
@@ -8998,8 +8969,7 @@
/obj/machinery/door_timer{
id = "Cell 3";
name = "Cell 3";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/structure/cable/orange{
d1 = 1;
@@ -9032,19 +9002,31 @@
},
/area/security/warden)
"aso" = (
-/obj/structure/chair/office/light{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 8
},
-/turf/open/floor/plasteel/showroomfloor{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"asp" = (
-/obj/machinery/computer/security,
-/turf/open/floor/plasteel/showroomfloor{
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 10";
+ name = "Cell 10 Locker"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"asq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/holopad,
@@ -9067,7 +9049,6 @@
/obj/structure/sign/poster/random{
name = "random contraband poster";
pixel_x = 32;
- pixel_y = 0;
random_basetype = /obj/structure/sign/poster/contraband
},
/obj/effect/spawner/lootdrop/maintenance,
@@ -9121,7 +9102,6 @@
name = "Female Sleeping Quarters"
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
icon_state = "neutral";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -9172,7 +9152,6 @@
/obj/item/weapon/storage/secure/safe{
pixel_x = -28
},
-/obj/effect/landmark/start/chief_medical_officer,
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -9279,7 +9258,6 @@
/obj/structure/sign/poster/contraband/power{
pixel_x = 32
},
-/obj/effect/landmark/start/chief_engineer,
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -9296,7 +9274,6 @@
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (EAST)";
icon_state = "ast_warn_end";
dir = 4
},
@@ -9308,7 +9285,6 @@
/obj/structure/sign/poster/random{
name = "random contraband poster";
pixel_x = -32;
- pixel_y = 0;
random_basetype = /obj/structure/sign/poster/contraband
},
/obj/structure/closet/crate,
@@ -9329,7 +9305,6 @@
/area/quartermaster/storage)
"asX" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/newscaster{
@@ -9383,7 +9358,6 @@
/area/quartermaster/office)
"atb" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -9401,9 +9375,8 @@
},
/area/quartermaster/miningdock)
"atd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -9426,7 +9399,6 @@
/obj/machinery/button/door{
id = "MiningWarehouse";
name = "Mining Warehouse Shutters";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel{
@@ -9444,7 +9416,6 @@
"ath" = (
/obj/structure/table,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -9456,8 +9427,7 @@
"atj" = (
/obj/structure/table,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/mining)
@@ -9476,16 +9446,51 @@
},
/area/security/processing)
"atm" = (
-/obj/structure/closet/crate/freezer/blood,
-/turf/open/floor/plasteel/white{
+/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/structure/window/reinforced,
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/armory)
"atn" = (
-/turf/open/floor/plasteel/white{
+/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
+ },
+/obj/structure/window/reinforced,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/armory)
"ato" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular,
@@ -9507,56 +9512,52 @@
/area/security/prison)
"atq" = (
/obj/machinery/flasher{
- id = "Cell 2";
- pixel_x = 0;
- pixel_y = 24
+ id = "Cell 1";
+ pixel_x = -32
+ },
+/obj/machinery/holopad,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"atr" = (
-/obj/structure/table,
-/obj/item/key/security,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/ears/earmuffs,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/machinery/camera{
- c_tag = "Brig Control Center";
- dir = 4;
- icon_state = "camera"
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/keycard_auth{
- pixel_x = -24
+/mob/living/simple_animal/bot/secbot{
+ auto_patrol = 1;
+ desc = "Nobody escapes the Block as long as Ol' Saltwater controls it.";
+ name = "Ol' Saltwater";
+ weaponscheck = 1
},
-/turf/open/floor/plasteel/showroomfloor{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"ats" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/warden)
"att" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=CellBlockLowLeft";
+ location = "CellBlockLowRight";
+ name = "navigation beacon (CellBlockLowRight)"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/showroomfloor{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"atu" = (
/obj/structure/table,
/obj/machinery/light,
@@ -9566,10 +9567,12 @@
},
/area/security/warden)
"atv" = (
-/obj/machinery/flasher{
- id = "Cell 6";
- pixel_x = 0;
- pixel_y = 24
+/obj/machinery/door/airlock/glass_security{
+ name = "Perma Cell 6";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -9580,7 +9583,6 @@
/obj/machinery/camera{
c_tag = "Brig Cell 6";
dir = 9;
- icon_state = "camera";
network = list("SS13")
},
/obj/item/weapon/bedsheet,
@@ -9589,15 +9591,11 @@
},
/area/security/prison)
"atx" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/turf/open/floor/plasteel/floorgrime{
+/obj/structure/weightlifter,
+/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_north)
+/area/security/prison)
"aty" = (
/obj/structure/chair/stool,
/turf/open/floor/plating{
@@ -9613,12 +9611,10 @@
/area/maintenance/asteroid/fore/com_north)
"atA" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -9659,20 +9655,16 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHEAST)";
icon_state = "neutral";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/crew_quarters/dorms/female)
"atG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHEAST)";
icon_state = "neutral";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -9680,7 +9672,6 @@
/area/crew_quarters/dorms/female)
"atH" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHEAST)";
icon_state = "neutral";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -9688,7 +9679,6 @@
/area/crew_quarters/dorms/female)
"atI" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHWEST)";
icon_state = "neutral";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -9706,7 +9696,6 @@
pixel_y = 1
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
@@ -9740,9 +9729,7 @@
},
/area/maintenance/asteroid/fore/com_north)
"atM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -9811,9 +9798,7 @@
},
/area/crew_quarters/heads/chief/private)
"atW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/item/weapon/storage/secure/safe{
pixel_x = 32
},
@@ -9985,39 +9970,43 @@
},
/area/security/processing)
"aup" = (
-/obj/machinery/computer/gulag_teleporter_computer,
+/obj/structure/closet/secure_closet/security/sec,
+/obj/item/device/radio,
/obj/machinery/camera{
- c_tag = "Labor Shuttle Dock North"
+ c_tag = "Brig Equipment North";
+ dir = 6;
+ network = list("SS13","Security")
},
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"auq" = (
-/obj/machinery/computer/security{
- name = "Labor Camp Monitoring";
- network = list("Labor")
+/obj/structure/closet/secure_closet/security/sec,
+/obj/item/device/radio,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
},
-/obj/structure/sign/securearea{
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"aur" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/closet/secure_closet/security/sec,
+/obj/item/device/radio,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"aus" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating{
@@ -10025,11 +10014,15 @@
},
/area/maintenance/asteroid/fore/com_west)
"aut" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/white{
+/obj/machinery/camera/motion{
+ c_tag = "Armory South";
+ dir = 1;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/darkred/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/armory)
"auu" = (
/obj/machinery/door/window/brigdoor/westleft{
id = "Cell 2";
@@ -10043,20 +10036,19 @@
},
/area/security/prison)
"auv" = (
-/obj/structure/closet/secure_closet/warden{
- pixel_x = 0
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/item/device/radio,
-/turf/open/floor/plasteel/showroomfloor{
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"auw" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -10091,11 +10083,14 @@
},
/area/security/prison)
"auz" = (
-/obj/structure/rack,
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/asteroid/airless
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Brig Perma South";
+ dir = 10;
+ network = list("SS13","Security","PrisonCell")
},
-/area/maintenance/asteroid/fore/com_north)
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
"auA" = (
/obj/effect/turf_decal/stripes/asteroid/line,
/turf/open/floor/plating/astplate{
@@ -10173,7 +10168,6 @@
/obj/structure/bed,
/obj/item/weapon/bedsheet/yellow,
/obj/structure/window{
- tag = "icon-window (NORTH)";
icon_state = "window";
dir = 1
},
@@ -10186,7 +10180,6 @@
/obj/structure/bed,
/obj/item/weapon/bedsheet/green,
/obj/structure/window{
- tag = "icon-window (NORTH)";
icon_state = "window";
dir = 1
},
@@ -10198,7 +10191,6 @@
/obj/structure/bed,
/obj/item/weapon/bedsheet/red,
/obj/structure/window{
- tag = "icon-window (NORTH)";
icon_state = "window";
dir = 1
},
@@ -10215,8 +10207,7 @@
department = "Chief Medical Officer's Desk";
departmentType = 5;
name = "Chief Medical Officer RC";
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -10244,7 +10235,6 @@
dir = 10
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -10259,7 +10249,6 @@
},
/obj/item/weapon/storage/fancy/donut_box,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -10271,7 +10260,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -10283,8 +10271,7 @@
},
/turf/open/floor/plasteel/darkblue/side{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5;
- tag = "icon-darkblue (NORTHEAST)"
+ dir = 5
},
/area/bridge)
"auS" = (
@@ -10297,8 +10284,7 @@
name = "Bridge Desk";
opacity = 1;
req_access_txt = "0";
- req_one_access_txt = "19;41";
- tag = "icon-right (WEST)"
+ req_one_access_txt = "19;41"
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -10362,7 +10348,6 @@
pixel_y = 30
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTHWEST)";
dir = 9
},
/area/bridge)
@@ -10371,7 +10356,6 @@
c_tag = "Bridge Main 1"
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -10382,7 +10366,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -10393,7 +10376,6 @@
dir = 6
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -10424,8 +10406,7 @@
department = "Chief Engineer's Desk";
departmentType = 3;
name = "Chief Engineer RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -10448,7 +10429,6 @@
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (WEST)";
icon_state = "ast_warn_end";
dir = 8
},
@@ -10553,7 +10533,6 @@
"avo" = (
/obj/structure/closet/secure_closet/miner,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel{
@@ -10635,22 +10614,16 @@
/area/shuttle/labor)
"avx" = (
/obj/machinery/disposal/deliveryChute{
- tag = "icon-intake (NORTH)";
- icon_state = "intake";
dir = 1
},
/obj/structure/disposalpipe/trunk,
/turf/open/floor/plating/airless,
/area/space)
"avy" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"avz" = (
/obj/structure/chair{
dir = 1
@@ -10664,7 +10637,6 @@
/obj/item/weapon/storage/box/prisoner,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel{
@@ -10672,20 +10644,21 @@
},
/area/security/processing)
"avB" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Security Equipment APC";
+ pixel_x = 24
+ },
/obj/structure/cable/orange{
- d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance{
- name = "Fore Asteroid Maintenance Access";
- req_access_txt = "12"
- },
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"avC" = (
/obj/machinery/door/airlock/maintenance{
name = "Fore Asteroid Maintenance Access";
@@ -10740,30 +10713,10 @@
},
/area/security/prison)
"avI" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Brig Control";
- req_access_txt = "3"
- },
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/brig)
"avJ" = (
/obj/machinery/door/airlock/glass_security{
name = "Brig Control";
@@ -10832,11 +10785,6 @@
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -10897,7 +10845,6 @@
pixel_y = -24
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
@@ -10940,7 +10887,6 @@
icon_state = "pipe-c"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (WEST)";
icon_state = "warn_end";
dir = 8
},
@@ -10971,9 +10917,8 @@
/area/crew_quarters/heads/cmo/private)
"awb" = (
/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -11013,8 +10958,7 @@
"awg" = (
/turf/open/floor/plasteel/darkblue/side{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 4;
- tag = "icon-darkblue (EAST)"
+ dir = 4
},
/area/bridge)
"awh" = (
@@ -11048,8 +10992,7 @@
"awl" = (
/obj/structure/table/wood,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/item/weapon/folder,
/turf/open/floor/carpet{
@@ -11059,8 +11002,7 @@
"awm" = (
/turf/open/floor/plasteel/darkblue/side{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 8;
- tag = "icon-darkblue (WEST)"
+ dir = 8
},
/area/bridge)
"awn" = (
@@ -11085,10 +11027,8 @@
/area/crew_quarters/heads/chief/private)
"awp" = (
/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -11147,8 +11087,7 @@
"awx" = (
/obj/machinery/computer/shuttle/labor,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -31;
- pixel_y = 0
+ pixel_x = -31
},
/turf/open/floor/mineral/plastitanium,
/area/shuttle/labor)
@@ -11159,41 +11098,33 @@
/turf/open/floor/mineral/plastitanium,
/area/shuttle/labor)
"awz" = (
-/obj/structure/table,
-/obj/item/weapon/folder/red{
- pixel_x = 8;
- pixel_y = 6
- },
-/obj/item/weapon/restraints/handcuffs,
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/labor)
-"awA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/security/processing)
-"awB" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/security/processing)
-"awC" = (
-/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
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/crew_quarters/heads/hos)
+"awA" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"awB" = (
+/obj/structure/closet/l3closet/scientist,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 9;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"awC" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
"awD" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -11208,9 +11139,7 @@
},
/area/security/processing)
"awF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -11229,72 +11158,71 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/maintenance/asteroid/fore/com_west)
-"awI" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/maintenance/asteroid/fore/com_west)
-"awJ" = (
-/obj/machinery/status_display{
- density = 0;
- layer = 4
- },
-/turf/closed/wall/r_wall{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/main)
-"awK" = (
-/obj/structure/closet/l3closet/scientist,
-/turf/open/floor/plasteel/showroomfloor{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/main)
-"awL" = (
-/obj/structure/closet/secure_closet/security/sec,
-/obj/item/device/radio,
-/turf/open/floor/plasteel/showroomfloor{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/main)
-"awM" = (
-/obj/machinery/door_timer{
- id = "Cell 2";
- name = "Cell 2";
- pixel_x = -32;
- pixel_y = 0
- },
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/prison)
-"awN" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/main)
+"awI" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 5;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"awJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"awK" = (
+/obj/structure/closet{
+ name = "evidence closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 9;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"awL" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig Control";
+ req_access_txt = "3"
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"awM" = (
+/obj/structure/closet/secure_closet/warden,
+/obj/item/device/radio,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"awN" = (
+/obj/machinery/button/door{
+ id = "wardencell";
+ name = "Cell Access Privacy Shutter";
+ pixel_x = 24;
+ pixel_y = 8
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
"awO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -11304,14 +11232,17 @@
},
/area/security/prison)
"awP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
-/obj/effect/landmark/lightsout,
/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"awQ" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -11324,51 +11255,41 @@
},
/area/security/prison)
"awR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/prison)
-"awS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/side{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/prison)
-"awT" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (NORTH)";
- icon_state = "redcorner";
+/obj/structure/table,
+/obj/machinery/computer/med_data/laptop,
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
-"awU" = (
-/obj/machinery/door_timer{
- id = "Cell 6";
- name = "Cell 6";
- pixel_x = 32;
- pixel_y = 0
+/area/security/brig)
+"awS" = (
+/obj/machinery/light{
+ dir = 1
},
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
+"awT" = (
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"awU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
"awV" = (
/obj/machinery/light/small{
dir = 1
@@ -11434,8 +11355,7 @@
/area/bridge)
"axd" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced,
/obj/machinery/computer/cargo/request,
@@ -11517,9 +11437,8 @@
},
/area/quartermaster/office)
"axm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -11536,12 +11455,9 @@
"axo" = (
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- icon_state = "browncorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -11551,9 +11467,7 @@
/obj/machinery/camera{
c_tag = "Mining Bay";
dir = 8;
- icon_state = "camera";
- network = list("SS13","QM");
- tag = "icon-camera (WEST)"
+ network = list("SS13","QM")
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -11575,15 +11489,14 @@
/turf/open/floor/mineral/plastitanium,
/area/shuttle/labor)
"axu" = (
-/obj/machinery/button/flasher{
- id = "gulagshuttleflasher";
- name = "Flash Control";
- pixel_x = 0;
- pixel_y = -26;
- req_access_txt = "1"
+/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/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
-/turf/open/floor/mineral/plastitanium,
-/area/shuttle/labor)
+/area/crew_quarters/heads/hos)
"axv" = (
/obj/machinery/mineral/labor_claim_console{
machinedir = 2;
@@ -11610,8 +11523,16 @@
/turf/open/floor/plating,
/area/security/processing)
"axy" = (
-/turf/open/floor/plating,
-/area/security/processing)
+/obj/structure/closet/l3closet/scientist,
+/obj/structure/sign/goldenplaque{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
"axz" = (
/obj/machinery/door/airlock/external{
cyclelinkeddir = 8;
@@ -11623,18 +11544,11 @@
},
/area/security/processing)
"axA" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/effect/landmark/start/security_officer,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"axB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -11663,32 +11577,27 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"axE" = (
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/maintenance/asteroid/fore/com_west)
"axF" = (
-/obj/structure/closet/bombcloset,
-/obj/structure/sign/map/left/ceres{
- pixel_x = -32
+/obj/structure/closet{
+ name = "evidence closet"
},
-/turf/open/floor/plasteel/showroomfloor{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/brig)
"axG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/start/security_officer,
/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -11707,15 +11616,13 @@
},
/area/security/prison)
"axI" = (
-/obj/machinery/flasher{
- id = "Cell 1";
- pixel_x = 0;
- pixel_y = 24
+/obj/structure/chair/office/light{
+ dir = 1
},
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/warden)
"axJ" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -11738,32 +11645,26 @@
},
/area/security/prison)
"axK" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/warden)
"axL" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor/westright{
+ name = "Warden's Desk";
+ req_access_txt = "3"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/warden)
"axM" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -11791,92 +11692,44 @@
},
/obj/machinery/holopad,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
icon_state = "red";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"axN" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHWEST)";
- icon_state = "red";
- dir = 9;
+/obj/structure/bodycontainer/morgue,
+/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"axO" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"axP" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel{
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"axQ" = (
-/obj/machinery/flasher{
- id = "Cell 5";
- pixel_x = 0;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/floorgrime{
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted/fulltile,
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"axR" = (
-/obj/structure/bed,
-/obj/machinery/camera{
- c_tag = "Brig Cell 5";
- dir = 9;
- icon_state = "camera";
- network = list("SS13");
- tag = ""
+/obj/structure/chair{
+ dir = 8
},
-/obj/item/weapon/bedsheet,
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"axS" = (
/obj/machinery/power/apc{
dir = 2;
@@ -11888,7 +11741,6 @@
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -11915,9 +11767,9 @@
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable/orange{
- d1 = 4;
+ d1 = 1;
d2 = 8;
- icon_state = "4-8"
+ icon_state = "1-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -12067,7 +11919,6 @@
/obj/item/weapon/storage/secure/safe{
pixel_x = -28
},
-/obj/effect/landmark/start/head_of_security,
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -12090,7 +11941,6 @@
"aym" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin,
-/obj/item/weapon/stamp/hos,
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -12118,10 +11968,8 @@
},
/area/bridge)
"ayq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -12129,7 +11977,6 @@
/area/bridge)
"ayr" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/turf/open/floor/plasteel/darkblue{
@@ -12167,9 +12014,8 @@
},
/area/bridge)
"ayv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -12229,7 +12075,6 @@
/obj/structure/sign/poster/contraband/lamarr{
pixel_x = 32
},
-/obj/effect/landmark/start/research_director,
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -12275,7 +12120,6 @@
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
@@ -12306,14 +12150,10 @@
},
/area/quartermaster/storage)
"ayK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/camera{
c_tag = "Cargo Western Loading Bay 1";
dir = 5;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel{
@@ -12478,36 +12318,29 @@
/turf/open/floor/plasteel/black,
/area/shuttle/labor)
"azb" = (
-/obj/machinery/computer/shuttle/labor,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/obj/effect/landmark/start/security_officer,
+/obj/structure/chair{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"azc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/table,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"azd" = (
+/obj/effect/landmark/start/security_officer,
+/obj/structure/chair{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
-"azd" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/processing)
+/area/security/main)
"aze" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -12524,19 +12357,14 @@
},
/area/maintenance/asteroid/fore/com_west)
"azf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/obj/machinery/camera{
- c_tag = "Gulag Shuttle Midsection";
- dir = 9;
- icon_state = "camera";
- network = list("SS13")
- },
-/turf/open/floor/plasteel/floorgrime{
+/obj/structure/table,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"azg" = (
/obj/machinery/vending/security,
/turf/open/floor/plasteel/showroomfloor{
@@ -12544,19 +12372,30 @@
},
/area/security/main)
"azh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start/security_officer,
-/turf/open/floor/plasteel/showroomfloor{
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
+ id_tag = null;
+ name = "Evidence Storage";
+ req_access_txt = "0";
+ req_one_access_txt = "38;63"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/brig)
"azi" = (
-/obj/machinery/holopad,
-/obj/effect/landmark/start/security_officer,
-/turf/open/floor/plasteel/showroomfloor{
+/obj/structure/closet{
+ name = "evidence closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/brig)
"azj" = (
/obj/machinery/door/window/brigdoor/westleft{
id = "Cell 1";
@@ -12598,39 +12437,27 @@
req_one_access_txt = "38;2"
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (NORTH)";
- icon_state = "redcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"azn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/glass_security{
- name = "Cell Block";
- req_access_txt = "0";
- req_one_access_txt = "38;2"
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
- dir = 4;
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/window/reinforced,
+/obj/structure/closet/crate/freezer/blood,
+/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"azo" = (
-/obj/machinery/door/window/brigdoor/eastleft{
- id = "Cell 5";
- name = "Cell Door 5";
- req_access_txt = "1"
- },
-/turf/open/floor/plasteel/red/side{
- icon_state = "red";
- dir = 4;
+/obj/structure/table/wood,
+/obj/item/weapon/folder,
+/obj/item/weapon/folder/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"azp" = (
/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -12679,8 +12506,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -12709,7 +12535,6 @@
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (WEST)";
icon_state = "warn_end";
dir = 8
},
@@ -12799,9 +12624,8 @@
},
/area/crew_quarters/dorms/male)
"azF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/sign/poster/contraband/fun_police{
pixel_x = -32
@@ -12870,7 +12694,6 @@
dir = 4
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -12883,7 +12706,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -12895,7 +12717,6 @@
},
/obj/machinery/holopad,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -12904,7 +12725,6 @@
"azP" = (
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -12954,10 +12774,8 @@
},
/area/crew_quarters/heads/hor/private)
"azV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/item/weapon/storage/secure/safe{
pixel_x = 32
@@ -12983,7 +12801,6 @@
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (EAST)";
icon_state = "ast_warn_end";
dir = 4
},
@@ -13001,9 +12818,8 @@
/area/maintenance/asteroid/fore/com_east)
"azY" = (
/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -13065,9 +12881,7 @@
},
/area/quartermaster/office)
"aAf" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_l"
- },
+/obj/structure/shuttle/engine/propulsion/burst/left,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"aAg" = (
@@ -13075,9 +12889,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"aAh" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_r"
- },
+/obj/structure/shuttle/engine/propulsion/burst/right,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"aAi" = (
@@ -13100,12 +12912,9 @@
/obj/machinery/camera{
c_tag = "Cargo Eastern Loading Bay 2";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -13115,22 +12924,19 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/structure/disposalpipe/trunk{
dir = 1
},
/turf/open/floor/plasteel/brown/corner{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/quartermaster/miningdock)
"aAl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -13149,88 +12955,81 @@
"aAo" = (
/obj/machinery/mineral/labor_claim_console{
machinedir = 1;
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/labor)
"aAp" = (
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/airless,
-/area/space)
-"aAq" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating{
+/obj/machinery/door/airlock/glass_security{
+ name = "Head of Security's Office";
+ req_access_txt = "58"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
-"aAr" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Prisoner Processing";
- req_access_txt = "2"
+/area/crew_quarters/heads/hos)
+"aAq" = (
+/obj/effect/landmark/start/security_officer,
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
+"aAr" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/weapon/storage/fancy/donut_box,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
"aAs" = (
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel/red/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"aAt" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Security Equipment APC";
- pixel_x = 23;
- pixel_y = 2
+/obj/structure/closet/wardrobe/red,
+/obj/machinery/light{
+ dir = 4
},
-/obj/structure/cable/orange{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/main)
"aAu" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/obj/machinery/camera{
- c_tag = "Security Equipment Room";
- dir = 4;
- icon_state = "camera"
+/obj/structure/closet{
+ name = "evidence closet"
},
-/turf/open/floor/plasteel/showroomfloor{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/brig)
"aAv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/holopad,
-/obj/effect/landmark/start/security_officer,
-/turf/open/floor/plasteel/showroomfloor{
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/brig)
"aAw" = (
/obj/structure/closet/secure_closet/brig{
id = "Cell 1";
@@ -13241,37 +13040,41 @@
},
/area/security/prison)
"aAx" = (
-/obj/machinery/door_timer{
- id = "Cell 1";
- name = "Cell 1";
- pixel_y = -32
- },
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Brig Cells South 2";
- dir = 1;
- icon_state = "camera";
- network = list("SS13")
- },
-/turf/open/floor/plasteel{
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/warden)
"aAy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/obj/structure/rack,
+/obj/item/clothing/mask/gas/sechailer{
+ pixel_x = -3;
+ pixel_y = 3
},
-/turf/open/floor/plasteel{
+/obj/item/clothing/mask/gas/sechailer,
+/obj/item/clothing/mask/gas/sechailer{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/light,
+/obj/machinery/button/door{
+ id = "brigfront";
+ name = "Emergency Brig Lockdown";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "1"
+ },
+/obj/machinery/button/door{
+ id = "armoryaccess";
+ name = "Armory Shutter Access";
+ pixel_x = 24;
+ req_access_txt = "3"
+ },
+/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/warden)
"aAz" = (
/obj/machinery/light,
/obj/machinery/computer/secure_data,
@@ -13280,22 +13083,16 @@
},
/area/security/prison)
"aAA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "prisonbreak";
- layer = 2.6;
- name = "emergency prisoner containment blast door"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light/small{
+ dir = 4
},
-/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"aAB" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -13314,85 +13111,51 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (NORTH)";
- icon_state = "redcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"aAC" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aAD" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Cell Block";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
- dir = 4;
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
-"aAD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "prisonbreak";
- layer = 2.6;
- name = "emergency prisoner containment blast door"
- },
-/obj/structure/cable/orange{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/prison)
+/area/security/brig)
"aAE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/prison)
-"aAF" = (
-/obj/machinery/door_timer{
- id = "Cell 5";
- name = "Cell 5";
- pixel_y = -32
- },
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Brig Cells South 1";
- dir = 1;
- icon_state = "camera";
- network = list("SS13")
- },
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
+"aAF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
"aAG" = (
-/obj/structure/closet/secure_closet/brig{
- id = "Cell 5";
- name = "Cell 5 Locker"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"aAH" = (
/obj/structure/closet/lawcloset,
/turf/open/floor/plasteel{
@@ -13400,19 +13163,23 @@
},
/area/security/courtroom)
"aAI" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/courtroom)
+/area/security/brig)
"aAJ" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel{
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/courtroom)
+/area/maintenance/asteroid/fore/com_north)
"aAK" = (
/obj/structure/chair/comfy/brown,
/turf/open/floor/plasteel{
@@ -13464,8 +13231,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -13489,8 +13255,7 @@
},
/obj/machinery/camera{
c_tag = "Dorm SMES";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -13589,13 +13354,10 @@
"aBc" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side{
icon_state = "neutral";
@@ -13609,8 +13371,7 @@
department = "Head of Security's Desk";
departmentType = 5;
name = "Head of Security RC";
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -13666,8 +13427,7 @@
department = "Research Director's Desk";
departmentType = 5;
name = "Research Director RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -13753,31 +13513,45 @@
},
/area/security/processing)
"aBt" = (
+/obj/structure/sign/map/left/ceres{
+ pixel_x = 32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/floorgrime{
- baseturf = /turf/open/floor/plating/asteroid/airless
+/obj/machinery/camera{
+ c_tag = "Brig Equipment East";
+ dir = 9;
+ network = list("SS13","Security")
},
-/area/maintenance/asteroid/fore/com_west)
-"aBu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/floorgrime{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/maintenance/asteroid/fore/com_west)
-"aBv" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel/showroomfloor{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/main)
+"aBu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"aBv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
"aBw" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -13822,9 +13596,7 @@
},
/area/security/courtroom)
"aBz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -13858,11 +13630,7 @@
},
/area/security/courtroom)
"aBD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -13900,8 +13668,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/rack,
/turf/open/floor/plasteel/floorgrime{
@@ -13993,9 +13760,8 @@
/area/crew_quarters/heads/hos/private)
"aBS" = (
/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -14025,9 +13791,11 @@
/obj/machinery/camera{
c_tag = "Bridge Main 2";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
/turf/open/floor/plasteel/darkblue/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -14058,7 +13826,6 @@
/area/bridge)
"aBZ" = (
/turf/open/floor/plasteel/darkblue/corner{
- icon_state = "darkbluecorners";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -14120,10 +13887,8 @@
/area/crew_quarters/heads/hor/private)
"aCi" = (
/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -14186,7 +13951,6 @@
/obj/machinery/status_display{
density = 0;
name = "cargo display";
- pixel_x = 0;
pixel_y = 32;
supply_display = 1
},
@@ -14200,7 +13964,6 @@
},
/obj/structure/sign/poster/random{
name = "random official poster";
- pixel_x = 0;
pixel_y = 32;
random_basetype = /obj/structure/sign/poster/official
},
@@ -14263,7 +14026,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Mining Dock APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -14271,7 +14033,6 @@
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (WEST)";
icon_state = "ast_warn_end";
dir = 8
},
@@ -14308,14 +14069,18 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/labor)
"aCz" = (
-/obj/machinery/door/airlock/external{
- cyclelinkeddir = 4;
- name = "Labor Camp Shuttle Airlock";
- shuttledocked = 1
- },
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/security/processing)
+/obj/machinery/door/airlock/glass_security{
+ name = "Head of Security's Office";
+ req_access_txt = "58"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
"aCA" = (
/obj/machinery/door/airlock/external{
cyclelinkeddir = 8;
@@ -14326,92 +14091,114 @@
},
/area/security/processing)
"aCB" = (
-/obj/machinery/holopad,
+/obj/structure/table,
+/obj/item/clothing/head/beret/sec,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"aCC" = (
+/obj/effect/landmark/start/security_officer,
+/obj/structure/chair{
+ dir = 8
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/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{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"aCD" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"aCE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/button/door{
- id = "GulagCivExit";
- name = "Gulag Door Exit";
- normaldoorcontrol = 1;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/floorgrime{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/maintenance/asteroid/fore/com_west)
-"aCF" = (
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -32
- },
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
-/obj/item/device/assembly/flash,
-/obj/item/weapon/restraints/handcuffs,
-/obj/item/weapon/restraints/handcuffs,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/showroomfloor{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/main)
-"aCG" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/showroomfloor{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/main)
-"aCH" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/showroomfloor{
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/brig)
+"aCF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Main West";
+ dir = 6;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aCG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aCH" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
"aCI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/showroomfloor{
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/brig)
"aCJ" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -14433,52 +14220,54 @@
},
/area/security/main)
"aCK" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/red/corner{
- icon_state = "redcorner";
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aCL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/turf/open/floor/plasteel/red/corner{
- icon_state = "redcorner";
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aCM" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (NORTH)";
- icon_state = "redcorner";
+/obj/machinery/camera{
+ c_tag = "Brig Main Middle";
+ dir = 6;
+ network = list("SS13","Security")
+ },
+/obj/machinery/computer/security/telescreen{
+ desc = "Used to watch the various criminals inside their cells.";
+ name = "Cell Monitor";
+ network = list("PrisonCell");
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aCN" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/sign/bluecross_2{
+ pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -14510,34 +14299,30 @@
dir = 4
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (NORTH)";
- icon_state = "redcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aCR" = (
-/obj/machinery/camera{
- c_tag = "Brig Hall East"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (NORTH)";
- icon_state = "redcorner";
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aCS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
icon_state = "red";
- dir = 5;
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -14555,27 +14340,32 @@
},
/area/security/brig)
"aCU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/closet/secure_closet/courtroom,
+/obj/item/weapon/gavelhammer,
+/obj/effect/decal/cleanable/cobweb,
+/obj/machinery/light{
+ dir = 8
},
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
"aCV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
},
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
"aCW" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -14593,30 +14383,37 @@
/area/security/courtroom)
"aCZ" = (
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
"aDa" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Courtroom North";
+ dir = 6
+ },
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
"aDb" = (
-/turf/open/floor/plasteel/blue/corner{
- baseturf = /turf/open/floor/plating/asteroid/airless
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"aDc" = (
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/blue/side{
- baseturf = /turf/open/floor/plating/asteroid/airless
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"aDd" = (
@@ -14637,8 +14434,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/table,
/obj/machinery/light/small{
@@ -14659,9 +14455,8 @@
},
/area/crew_quarters/locker)
"aDg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -14681,14 +14476,11 @@
},
/obj/machinery/camera{
c_tag = "Dorm Commons South";
- dir = 10;
- icon_state = "camera";
- tag = "icon-camera (SOUTHWEST)"
+ dir = 10
},
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel{
@@ -14724,20 +14516,16 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHEAST)";
icon_state = "neutral";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/crew_quarters/dorms/male)
"aDn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHEAST)";
icon_state = "neutral";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -14745,7 +14533,6 @@
/area/crew_quarters/dorms/male)
"aDo" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHEAST)";
icon_state = "neutral";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -14753,7 +14540,6 @@
/area/crew_quarters/dorms/male)
"aDp" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHWEST)";
icon_state = "neutral";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -14938,8 +14724,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- icon_state = "browncorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -14965,7 +14749,6 @@
/obj/machinery/camera{
c_tag = "Cargo Hall";
dir = 1;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel{
@@ -14992,7 +14775,6 @@
/obj/machinery/camera{
c_tag = "Cargo Hall East";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel{
@@ -15008,81 +14790,44 @@
/turf/open/floor/plating/airless,
/area/shuttle/labor)
"aDM" = (
-/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
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"aDN" = (
+/obj/structure/disposalpipe/segment,
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/floorgrime{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/maintenance/asteroid/fore/com_west)
-"aDO" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
dir = 4;
- icon_state = "pipe-c"
- },
-/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/floorgrime{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/maintenance/asteroid/fore/com_west)
-"aDP" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/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/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/main)
+"aDO" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Equipment Room";
+ req_access_txt = "1"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aDP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
"aDQ" = (
/obj/structure/cable/orange{
d1 = 4;
@@ -15093,8 +14838,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15109,11 +14853,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -15198,7 +14938,6 @@
icon_state = "2-8"
},
/obj/structure/disposalpipe/junction{
- tag = "icon-pipe-j2 (WEST)";
icon_state = "pipe-j2";
dir = 8
},
@@ -15207,13 +14946,8 @@
},
/area/security/brig)
"aDX" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15225,11 +14959,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -15263,7 +14993,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/junction{
- tag = "icon-pipe-j2 (WEST)";
icon_state = "pipe-j2";
dir = 8
},
@@ -15272,19 +15001,7 @@
},
/area/security/brig)
"aEb" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -15329,9 +15046,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -15362,10 +15078,15 @@
},
/area/security/brig)
"aEg" = (
-/turf/closed/wall/r_wall{
+/obj/machinery/door/airlock/security{
+ name = "Courtroom";
+ req_access = null;
+ req_access_txt = "1"
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/brig)
+/area/security/courtroom)
"aEh" = (
/obj/structure/chair{
dir = 4
@@ -15379,7 +15100,6 @@
"aEi" = (
/obj/structure/table/wood,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
icon_state = "red";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15392,7 +15112,8 @@
},
/area/security/courtroom)
"aEk" = (
-/obj/machinery/holopad,
+/obj/structure/table/wood,
+/obj/item/weapon/gavelblock,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -15404,12 +15125,17 @@
},
/area/security/courtroom)
"aEm" = (
-/obj/structure/table/wood,
-/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTHWEST)";
- icon_state = "blue";
- dir = 9;
- baseturf = /turf/open/floor/plating/asteroid/airless
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"aEn" = (
@@ -15417,7 +15143,6 @@
dir = 8
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
icon_state = "blue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15462,7 +15187,6 @@
pixel_y = -24
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -15472,8 +15196,6 @@
/area/crew_quarters/toilet)
"aEr" = (
/obj/machinery/power/terminal{
- tag = "icon-term (EAST)";
- icon_state = "term";
dir = 4
},
/obj/structure/cable{
@@ -15510,7 +15232,6 @@
/obj/structure/bed,
/obj/item/weapon/bedsheet/yellow,
/obj/structure/window{
- tag = "icon-window (NORTH)";
icon_state = "window";
dir = 1
},
@@ -15523,7 +15244,6 @@
/obj/structure/bed,
/obj/item/weapon/bedsheet/green,
/obj/structure/window{
- tag = "icon-window (NORTH)";
icon_state = "window";
dir = 1
},
@@ -15535,7 +15255,6 @@
/obj/structure/bed,
/obj/item/weapon/bedsheet/red,
/obj/structure/window{
- tag = "icon-window (NORTH)";
icon_state = "window";
dir = 1
},
@@ -15560,7 +15279,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Head of Security's Personal Quarters APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -15591,7 +15309,6 @@
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (WEST)";
icon_state = "warn_end";
dir = 8
},
@@ -15601,7 +15318,6 @@
/area/bridge)
"aED" = (
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15617,7 +15333,6 @@
pixel_y = 23
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15628,7 +15343,6 @@
/obj/item/stack/packageWrap,
/obj/item/device/destTagger,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15638,7 +15352,6 @@
/obj/structure/table,
/obj/machinery/cell_charger,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15648,7 +15361,6 @@
/obj/structure/table,
/obj/machinery/recharger,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15661,8 +15373,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- icon_state = "darkbluecorners";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -15689,7 +15399,6 @@
dir = 4
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15720,17 +15429,13 @@
dir = 4
},
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- icon_state = "darkbluecorners";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/bridge)
"aEN" = (
/obj/structure/table,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 0
- },
+/obj/item/weapon/storage/firstaid/regular,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -15743,7 +15448,6 @@
pixel_y = 20
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15759,7 +15463,6 @@
dir = 4
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15774,7 +15477,6 @@
dir = 4
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15789,7 +15491,6 @@
dir = 8
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -15831,7 +15532,6 @@
/obj/item/weapon/storage/secure/safe{
pixel_x = 32
},
-/obj/effect/landmark/start/quartermaster,
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -15902,8 +15602,6 @@
/obj/item/stack/packageWrap,
/obj/item/device/destTagger,
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -15913,15 +15611,19 @@
/turf/open/floor/plating/airless,
/area/shuttle/labor)
"aFf" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
+/obj/effect/landmark/start/security_officer,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/closet/emcloset,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"aFg" = (
/obj/machinery/camera{
c_tag = "Labor Shuttle Dock South";
@@ -15936,21 +15638,19 @@
},
/area/security/processing)
"aFh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/effect/landmark/start/security_officer,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
},
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"aFi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -15960,188 +15660,273 @@
},
/area/security/processing)
"aFj" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
/obj/structure/cable/orange{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 4;
+ icon_state = "1-4"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- id_tag = "GulagCivExit";
- name = "Fore Asteroid Maintenance Access";
- req_access_txt = "12"
- },
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"aFk" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/door/airlock/maintenance{
- id_tag = "GulagCivExit";
- name = "Fore Asteroid Maintenance Access";
- req_access_txt = "12"
- },
-/turf/open/floor/plasteel/floorgrime{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/maintenance/asteroid/fore/com_west)
-"aFl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/main)
-"aFm" = (
-/obj/effect/landmark/secequipment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/showroomfloor{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/main)
-"aFn" = (
-/obj/effect/landmark/secequipment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/light,
-/turf/open/floor/plasteel/showroomfloor{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/main)
-"aFo" = (
-/obj/effect/landmark/secequipment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/showroomfloor{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/main)
-"aFp" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/landmark/secequipment,
-/turf/open/floor/plasteel/showroomfloor{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/main)
-"aFq" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "prisonbreak";
- layer = 2.6;
- name = "emergency prisoner containment blast door"
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/cable/orange,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/door/firedoor,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/brig)
+"aFl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 10;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aFm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aFn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aFo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aFp" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aFq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
"aFr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFs" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFt" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Brig Hall West";
- dir = 1;
- icon_state = "camera";
- network = list("SS13")
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFv" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFw" = (
-/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/obj/machinery/light,
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -16150,37 +15935,51 @@
/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/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFz" = (
/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFA" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -16201,45 +16000,72 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
/obj/machinery/light,
/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
},
/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFE" = (
-/turf/open/floor/plasteel/red/corner{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFF" = (
-/obj/structure/sign/goldenplaque{
- pixel_y = -32
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aFG" = (
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -16283,24 +16109,18 @@
"aFL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
"aFM" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
"aFN" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -16308,8 +16128,6 @@
"aFO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -16317,7 +16135,6 @@
"aFP" = (
/obj/structure/table/wood,
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (SOUTHWEST)";
icon_state = "blue";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -16622,17 +16439,14 @@
},
/area/quartermaster/qm/private)
"aGq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/requests_console{
department = "Cargo Bay";
departmentType = 2;
name = "Quartermaster RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -16655,7 +16469,6 @@
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
@@ -16673,8 +16486,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -16701,8 +16512,7 @@
},
/turf/open/floor/plasteel/brown/corner{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/quartermaster/office)
"aGw" = (
@@ -16710,7 +16520,6 @@
department = "Cargo Bay";
departmentType = 2;
name = "Cargo RC";
- pixel_x = 0;
pixel_y = 30
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -16738,13 +16547,11 @@
/obj/machinery/camera{
c_tag = "Cargo Desk";
dir = 6;
- icon_state = "camera";
network = list("SS13","QM")
},
/obj/machinery/status_display{
density = 0;
name = "cargo display";
- pixel_x = 0;
pixel_y = 32;
supply_display = 1
},
@@ -16786,7 +16593,6 @@
/obj/machinery/computer/stockexchange,
/obj/structure/sign/poster/random{
name = "random official poster";
- pixel_x = 0;
pixel_y = 32;
random_basetype = /obj/structure/sign/poster/official
},
@@ -16808,55 +16614,40 @@
},
/area/security/checkpoint/supply)
"aGE" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32
},
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"aGF" = (
-/turf/closed/wall/r_wall{
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/detectives_office)
"aGG" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/detectives_office)
+/area/lawoffice)
"aGH" = (
-/obj/machinery/door/airlock/security{
- name = "Detective's Office";
- req_access_txt = "4"
+/obj/machinery/door/airlock{
+ name = "Law Office";
+ req_access_txt = "38"
},
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/grimy,
-/area/security/detectives_office)
+/area/lawoffice)
"aGI" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -16880,69 +16671,54 @@
},
/area/lawoffice)
"aGK" = (
-/turf/closed/wall/r_wall{
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/lawoffice)
+/area/security/brig)
"aGL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/poddoor/shutters{
- id = "lawyerinterior";
- name = "privacy shutters"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/lawoffice)
-"aGM" = (
-/obj/machinery/door/airlock{
- name = "Law Office";
- req_access_txt = "38"
- },
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/wood{
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/lawoffice)
-"aGN" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/orange{
- d2 = 8;
- icon_state = "0-8"
- },
+/area/security/brig)
+"aGM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/poddoor/shutters{
- id = "lawyerinterior";
- name = "privacy shutters"
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/lawoffice)
+/area/security/brig)
+"aGN" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j2";
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
"aGO" = (
/turf/open/floor/plasteel/red/side{
icon_state = "red";
@@ -16956,25 +16732,32 @@
},
/area/security/brig)
"aGQ" = (
-/obj/machinery/door/airlock/glass_security{
- cyclelinkeddir = 2;
- id_tag = "innerbrig";
- name = "Brig";
- req_access_txt = "0";
- req_one_access_txt = "38;63"
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/red/corner{
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aGR" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
+ id_tag = "innerbrig";
+ name = "Brig Checkpoint";
+ req_access_txt = "0";
+ req_one_access_txt = "38;63"
},
-/turf/open/floor/plasteel/red/side{
- icon_state = "red";
- dir = 4;
+/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -16991,15 +16774,15 @@
/area/security/courtroom)
"aGT" = (
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (NORTH)";
- icon_state = "redcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
"aGU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
@@ -17009,10 +16792,11 @@
},
/area/security/courtroom)
"aGW" = (
-/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
- icon_state = "bluecorner";
- dir = 4;
+/obj/structure/table/wood,
+/obj/item/weapon/folder/blue,
+/turf/open/floor/plasteel/blue/side{
+ icon_state = "blue";
+ dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
@@ -17025,7 +16809,6 @@
pixel_y = -32
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
icon_state = "blue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -17079,9 +16862,8 @@
},
/area/bridge)
"aHf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -17108,10 +16890,8 @@
},
/area/bridge)
"aHi" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -17150,10 +16930,8 @@
/obj/machinery/light_switch{
pixel_y = -25
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -17203,10 +16981,8 @@
},
/area/quartermaster/office)
"aHr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -17238,7 +17014,6 @@
dir = 4
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHWEST)";
icon_state = "red";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -17269,37 +17044,26 @@
},
/area/security/checkpoint/supply)
"aHx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/reagent_dispensers/peppertank{
pixel_x = 32
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
icon_state = "red";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/checkpoint/supply)
"aHy" = (
-/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
-/obj/machinery/power/apc{
- dir = 1;
- name = "Labor Shuttle Dock APC";
- pixel_x = 0;
- pixel_y = 24
- },
-/obj/effect/turf_decal/stripes/asteroid/end,
-/turf/open/floor/plating/astplate{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/processing)
+/area/security/main)
"aHz" = (
/obj/structure/cable/orange{
d1 = 2;
@@ -17327,20 +17091,19 @@
},
/area/security/detectives_office)
"aHB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/detectives_office)
"aHC" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/grimy{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/detectives_office)
+/area/lawoffice)
"aHD" = (
/obj/structure/table/wood,
/obj/machinery/computer/security/wooden_tv,
@@ -17350,17 +17113,25 @@
},
/area/security/detectives_office)
"aHE" = (
-/obj/structure/filingcabinet,
-/turf/open/floor/carpet{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/detectives_office)
+/area/lawoffice)
"aHF" = (
-/obj/machinery/computer/secure_data,
-/turf/open/floor/carpet{
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/detectives_office)
+/area/lawoffice)
"aHG" = (
/obj/structure/filingcabinet,
/obj/item/device/radio/intercom{
@@ -17373,20 +17144,19 @@
},
/area/lawoffice)
"aHH" = (
-/obj/machinery/button/door{
- id = "lawyerinterior";
- name = "Privacy Shutters";
- pixel_x = 0;
- pixel_y = 24
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/wood{
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/lawoffice)
+/area/security/brig)
"aHI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood{
@@ -17394,47 +17164,37 @@
},
/area/lawoffice)
"aHJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/wood{
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/lawoffice)
+/area/security/brig)
"aHK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/power/apc{
- dir = 4;
- name = "Lawyer's Office APC";
- pixel_x = 23;
- pixel_y = 2
- },
-/obj/structure/cable/orange{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/lawoffice)
-"aHL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/button/flasher{
- id = "HoldingCell";
- name = "Holding Cell Flash";
- pixel_x = -24;
- pixel_y = 0
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
- dir = 10;
+ dir = 6;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aHL" = (
+/obj/structure/chair,
+/obj/machinery/camera{
+ c_tag = "Brig Lobby West";
+ dir = 4;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -17449,56 +17209,61 @@
},
/area/security/brig)
"aHN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/chair,
/turf/open/floor/plasteel/red/side{
icon_state = "red";
- dir = 6;
+ dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aHO" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
- },
/obj/machinery/door/firedoor,
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "emergency blast door"
+ },
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aHP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/red/corner{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aHQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aHR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/red/side{
+/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aHS" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/red/side{
- icon_state = "red";
- dir = 6;
+/obj/machinery/camera{
+ c_tag = "Brig Lobby Checkpoint";
+ dir = 9;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/showroomfloor{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -17530,11 +17295,10 @@
},
/area/security/courtroom)
"aHW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/blue/side{
+ icon_state = "blue";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
@@ -17595,7 +17359,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
icon_state = "neutral";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -17633,9 +17396,8 @@
/obj/machinery/light_switch{
pixel_y = 25
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -17746,7 +17508,6 @@
"aIr" = (
/obj/machinery/light,
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -17791,7 +17552,6 @@
/obj/machinery/camera{
c_tag = "Bridge Midway 2";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/darkblue/side{
@@ -17801,7 +17561,6 @@
"aIw" = (
/obj/machinery/light,
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/turf/open/floor/plasteel/darkblue/side{
@@ -17818,10 +17577,8 @@
},
/area/quartermaster/office)
"aIy" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -17857,7 +17614,6 @@
"aID" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/red/side{
@@ -17877,7 +17633,6 @@
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
@@ -17892,35 +17647,20 @@
},
/area/security/checkpoint/supply)
"aIF" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/astplate{
+/obj/effect/landmark/secequipment,
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"aIG" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating{
+/obj/effect/landmark/secequipment,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"aIH" = (
/obj/structure/cable/orange{
d1 = 4;
@@ -17936,29 +17676,23 @@
},
/area/maintenance/asteroid/fore/com_west)
"aII" = (
-/obj/structure/cable/orange{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "Detective's Office APC";
- pixel_x = 23;
- pixel_y = 2
- },
-/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (WEST)";
- icon_state = "ast_warn_end";
+/obj/structure/chair/comfy/brown{
dir = 8
},
-/turf/open/floor/plating/astplate{
+/obj/effect/landmark/start/detective,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/detectives_office)
"aIJ" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/grimy{
@@ -17981,61 +17715,14 @@
/area/security/detectives_office)
"aIM" = (
/obj/structure/table/wood,
-/obj/item/weapon/storage/fancy/cigarettes,
-/obj/item/clothing/glasses/sunglasses,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/carpet{
+/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/detectives_office)
+/area/lawoffice)
"aIN" = (
-/obj/structure/chair/comfy/brown{
- dir = 8
- },
-/obj/effect/landmark/start/detective,
-/turf/open/floor/carpet{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/detectives_office)
-"aIO" = (
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
- },
-/turf/open/floor/carpet{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/detectives_office)
-"aIP" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/briefcase,
-/obj/item/weapon/storage/briefcase,
-/obj/machinery/camera{
- c_tag = "Lawyer's Office";
- dir = 4;
- icon_state = "camera"
- },
-/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/lawoffice)
-"aIQ" = (
-/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/lawoffice)
-"aIR" = (
-/obj/structure/table/wood,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/lawoffice)
-"aIS" = (
/obj/structure/table/wood,
/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
@@ -18045,28 +17732,84 @@
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/lawoffice)
-"aIT" = (
+"aIO" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/lawoffice)
-"aIU" = (
+"aIP" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/poddoor/preopen{
- id = "frontbrig";
- layer = 2.6;
- name = "Emergency External Blast Doors"
- },
/obj/machinery/door/firedoor,
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
+ },
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
+"aIQ" = (
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"aIR" = (
+/obj/machinery/door/window/brigdoor/southleft{
+ name = "Security Checkpoint Waiting Cell";
+ req_one_access_txt = "38;63"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aIS" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable/orange,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aIT" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/orange{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aIU" = (
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
"aIV" = (
/obj/structure/chair{
dir = 1
@@ -18083,13 +17826,12 @@
},
/area/security/courtroom)
"aIW" = (
-/obj/structure/chair{
- dir = 1
- },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
"aIX" = (
@@ -18097,24 +17839,27 @@
dir = 1
},
/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"aIY" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"aIZ" = (
-/obj/structure/chair{
- dir = 1
- },
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/courtroom)
"aJa" = (
@@ -18161,8 +17906,7 @@
/obj/structure/disposalpipe/segment,
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = -29;
- pixel_y = 0
+ pixel_x = -29
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -18170,7 +17914,6 @@
/area/crew_quarters/locker)
"aJf" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
icon_state = "neutral";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -18310,7 +18053,6 @@
pixel_y = 2
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
@@ -18429,10 +18171,8 @@
},
/area/security/checkpoint/supply)
"aJG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/computer/security/telescreen{
desc = "Used for making sure Cargo isn't hiding an armory bigger than Security's.";
@@ -18471,7 +18211,6 @@
/obj/machinery/camera{
c_tag = "Cargo Security Checkpoint";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel/red/side{
@@ -18495,11 +18234,12 @@
/turf/open/floor/plating/asteroid,
/area/maintenance/asteroid/fore/com_west)
"aJM" = (
-/obj/machinery/light/small,
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/asteroid,
-/area/maintenance/asteroid/fore/com_west)
+/obj/structure/table/wood,
+/obj/machinery/computer/med_data/laptop,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
"aJN" = (
/obj/structure/table/wood,
/obj/item/weapon/storage/box/evidence,
@@ -18510,8 +18250,7 @@
},
/obj/machinery/camera{
c_tag = "Detective's Office";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/grimy{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -18533,14 +18272,23 @@
},
/area/security/detectives_office)
"aJQ" = (
-/turf/open/floor/carpet{
+/obj/structure/chair/office/dark{
+ dir = 8
+ },
+/obj/effect/landmark/start/lawyer,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/detectives_office)
+/area/lawoffice)
"aJR" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/holopad,
@@ -18550,19 +18298,11 @@
},
/area/lawoffice)
"aJS" = (
-/obj/structure/chair/office/dark{
- dir = 8
- },
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/landmark/start/lawyer,
-/turf/open/floor/wood{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/lawoffice)
+/area/security/brig)
"aJT" = (
/obj/structure/filingcabinet,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -18571,38 +18311,45 @@
},
/area/lawoffice)
"aJU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aJV" = (
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
+ id_tag = "outterbrig";
+ name = "Brig";
+ req_access_txt = "0";
+ req_one_access_txt = "38;63"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aJW" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/sign/map/left/ceres{
- pixel_x = -32
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "emergency blast door"
},
-/turf/open/floor/plasteel{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/brig)
-"aJW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -18614,8 +18361,6 @@
/area/security/brig)
"aJY" = (
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -18624,9 +18369,8 @@
/obj/machinery/light{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/freezer{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -18644,7 +18388,6 @@
/obj/structure/table,
/obj/structure/bedsheetbin,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -18676,17 +18419,14 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
icon_state = "neutral";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/crew_quarters/locker)
"aKf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -18729,18 +18469,16 @@
},
/area/crew_quarters/heads/hop)
"aKl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/crew_quarters/heads/hop)
"aKm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -18818,7 +18556,6 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'KEEP CLEAR OF PAD WHEN IN USE'.";
name = "KEEP CLEAR OF PAD WHEN IN USE";
- pixel_x = 0;
pixel_y = 32
},
/obj/machinery/light{
@@ -18832,11 +18569,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -18875,8 +18608,6 @@
"aKy" = (
/obj/structure/disposalpipe/trunk,
/obj/machinery/disposal/deliveryChute{
- tag = "icon-intake (NORTH)";
- icon_state = "intake";
dir = 1
},
/turf/open/floor/plating/airless,
@@ -18903,56 +18634,22 @@
/area/security/detectives_office)
"aKB" = (
/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/carpet{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/detectives_office)
-"aKC" = (
-/obj/structure/table/wood,
-/obj/item/device/camera/detective,
-/obj/item/weapon/lighter,
-/turf/open/floor/carpet{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/detectives_office)
-"aKD" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/newscaster/security_unit{
- pixel_x = 32
- },
-/turf/open/floor/carpet{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/security/detectives_office)
-"aKE" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/lawoffice)
-"aKF" = (
-/obj/structure/table/wood,
-/obj/item/weapon/folder/red{
- pixel_x = 8;
- pixel_y = 6
- },
/obj/item/weapon/folder/blue{
pixel_x = 5;
pixel_y = 5
},
-/obj/structure/disposalpipe/segment,
+/obj/item/weapon/folder/red{
+ pixel_x = 8;
+ pixel_y = 6
+ },
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/lawoffice)
-"aKG" = (
+"aKC" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
/obj/structure/cable/orange{
d1 = 1;
d2 = 2;
@@ -18962,17 +18659,58 @@
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/lawoffice)
-"aKH" = (
+"aKD" = (
/obj/machinery/photocopier,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+/obj/machinery/button/door{
+ id = "lawyer";
+ name = "Privacy Shutters";
+ pixel_x = 24;
+ pixel_y = -3
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/lawoffice)
+"aKE" = (
+/obj/machinery/camera{
+ c_tag = "Brig Holding Cell";
+ dir = 4;
+ network = list("SS13","Security")
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aKF" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aKG" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aKH" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
"aKI" = (
/obj/machinery/light/small{
dir = 8
@@ -18999,9 +18737,8 @@
},
/area/crew_quarters/toilet)
"aKK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/freezer{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -19010,13 +18747,10 @@
"aKL" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -19083,9 +18817,8 @@
},
/area/crew_quarters/heads/hop)
"aKT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -19109,7 +18842,6 @@
/obj/machinery/camera{
c_tag = "Head of Personnel's Office";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/machinery/recharger,
@@ -19142,8 +18874,7 @@
/obj/machinery/button/flasher{
id = "hopflash";
name = "Line Flash";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/button/door{
id = "hopshutter";
@@ -19156,7 +18887,6 @@
id = "hopexternal";
name = "External Lockdown";
pixel_x = 24;
- pixel_y = 0;
req_access_txt = "57"
},
/turf/open/floor/wood{
@@ -19165,13 +18895,11 @@
/area/crew_quarters/heads/hop)
"aLa" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/turf/open/floor/plasteel/darkblue/side{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 8;
- tag = "icon-darkblue (WEST)"
+ dir = 8
},
/area/bridge)
"aLb" = (
@@ -19244,13 +18972,11 @@
pixel_y = 23
},
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/turf/open/floor/plasteel/darkblue/side{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 4;
- tag = "icon-darkblue (EAST)"
+ dir = 4
},
/area/bridge)
"aLh" = (
@@ -19263,8 +18989,7 @@
"aLi" = (
/obj/machinery/camera{
c_tag = "Command SMES";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -19329,10 +19054,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -19350,12 +19072,10 @@
/obj/machinery/camera{
c_tag = "Docking Quantum Pad";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -19371,8 +19091,6 @@
dir = 6
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -19385,8 +19103,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -19398,8 +19114,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -19412,8 +19126,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -19427,24 +19139,18 @@
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/quartermaster/office)
"aLx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -19455,8 +19161,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -19467,8 +19171,6 @@
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -19480,8 +19182,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -19509,7 +19209,6 @@
pixel_y = 1
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
@@ -19518,31 +19217,19 @@
},
/area/maintenance/asteroid/fore/com_west)
"aLD" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/floorgrime{
+/obj/structure/filingcabinet,
+/turf/open/floor/plasteel/grimy{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/detectives_office)
"aLE" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/machinery/camera{
- c_tag = "Security SMES";
- dir = 6;
- icon_state = "camera"
- },
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/floorgrime{
+/obj/structure/table/wood,
+/obj/item/device/camera/detective,
+/obj/item/weapon/lighter,
+/turf/open/floor/plasteel/grimy{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/detectives_office)
"aLF" = (
/obj/structure/cable/orange{
d1 = 2;
@@ -19567,31 +19254,40 @@
},
/area/security/detectives_office)
"aLH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
},
-/turf/open/floor/plasteel/grimy{
+/obj/item/weapon/pen,
+/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/detectives_office)
+/area/lawoffice)
"aLI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/grimy{
+/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/detectives_office)
+/area/lawoffice)
"aLJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Lawyer's Office APC";
+ pixel_x = 24
},
-/turf/open/floor/plasteel/grimy{
+/obj/structure/cable/orange{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/detectives_office)
+/area/lawoffice)
"aLK" = (
/obj/structure/table/wood,
/obj/item/weapon/paper_bin{
@@ -19605,11 +19301,8 @@
},
/area/lawoffice)
"aLL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/newscaster/security_unit{
pixel_x = 32
@@ -19619,19 +19312,19 @@
},
/area/lawoffice)
"aLM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/structure/chair{
+ dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"aLN" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -19639,19 +19332,7 @@
},
/area/security/courtroom)
"aLO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
- },
-/area/security/courtroom)
-"aLP" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -19659,11 +19340,21 @@
dir = 5
},
/area/security/courtroom)
+"aLP" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
+ },
+/area/security/courtroom)
"aLQ" = (
/obj/machinery/camera{
c_tag = "Courtroom Jury East";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -19679,9 +19370,8 @@
},
/area/crew_quarters/toilet)
"aLS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/barber{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -19692,7 +19382,6 @@
icon_state = "plant-22"
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
icon_state = "neutral";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -19702,7 +19391,6 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/neutral{
@@ -19713,8 +19401,7 @@
/obj/structure/closet/wardrobe/mixed,
/obj/machinery/camera{
c_tag = "Dorm Lockers";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -19752,14 +19439,12 @@
},
/turf/open/floor/plasteel/darkblue/side{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 8;
- tag = "icon-darkblue (WEST)"
+ dir = 8
},
/area/bridge)
"aLZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -19802,8 +19487,7 @@
},
/turf/open/floor/plasteel/darkblue/side{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 4;
- tag = "icon-darkblue (EAST)"
+ dir = 4
},
/area/bridge)
"aMe" = (
@@ -19827,8 +19511,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -19838,8 +19521,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable/orange{
d1 = 1;
@@ -19852,7 +19534,6 @@
/area/maintenance/asteroid/fore/com_east)
"aMi" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -19880,8 +19561,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -19893,8 +19573,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -19922,10 +19601,7 @@
},
/obj/structure/noticeboard{
dir = 8;
- icon_state = "nboard00";
- pixel_x = 32;
- pixel_y = 0;
- tag = "icon-nboard00 (WEST)"
+ pixel_x = 32
},
/obj/item/weapon/paper{
info = "Dummies Guide To Quantum Pads
Do you hate the concept of having to use your legs, let alone walk to places? Well, with the Quantum Pad (tm), never again will the fear of cardio keep you from going places!
How to set up your Quantum Pad(tm)
1.Unscrew the Quantum Pad(tm) you wish to link.
2. Use your multi-tool to cache the buffer of the Quantum Pad(tm) you wish to link.
3. Apply the multi-tool to the secondary Quantum Pad(tm) you wish to link to the first Quantum Pad(tm)
If you followed these instructions carefully, your Quantum Pad(tm) should now be properly linked together for near-instant movement across the station! Bear in mind that this is technically a one-way teleport, so you'll need to do the same process with the secondary pad to the first one if you wish to travel between both.";
@@ -19944,8 +19620,7 @@
/obj/effect/landmark/start/assistant,
/turf/open/floor/plasteel/brown/corner{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/quartermaster/office)
"aMq" = (
@@ -19955,8 +19630,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -19997,7 +19670,6 @@
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (WEST)";
icon_state = "ast_warn_end";
dir = 8
},
@@ -20006,7 +19678,10 @@
},
/area/maintenance/asteroid/fore/cargo_south)
"aMu" = (
-/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -20023,16 +19698,13 @@
},
/area/maintenance/asteroid/fore/com_west)
"aMw" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/open/floor/plating{
+/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/maintenance/asteroid/fore/com_west)
@@ -20051,27 +19723,15 @@
},
/area/maintenance/asteroid/fore/com_west)
"aMy" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/floorgrime{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/detectives_office)
"aMz" = (
/obj/machinery/power/terminal{
- tag = "icon-term (EAST)";
- icon_state = "term";
dir = 4
},
/obj/structure/cable{
@@ -20170,7 +19830,6 @@
/obj/machinery/button/door{
id = "lawyerexterior";
name = "Privacy Shutters";
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/wood{
@@ -20188,11 +19847,8 @@
},
/area/lawoffice)
"aMK" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/closed/wall/r_wall{
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -20201,43 +19857,48 @@
dir = 4
},
/turf/open/floor/plasteel/red/corner{
- icon_state = "redcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"aMM" = (
/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/storage/box/cups,
/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"aMN" = (
-/obj/machinery/light,
-/obj/structure/table,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"aMO" = (
-/obj/structure/reagent_dispensers/water_cooler,
+/obj/machinery/camera{
+ c_tag = "Courtroom South";
+ dir = 1;
+ network = list("SS13")
+ },
/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"aMP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"aMQ" = (
@@ -20285,13 +19946,11 @@
"aMU" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/camera{
c_tag = "Dorm Bathroom";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/freezer{
@@ -20303,7 +19962,6 @@
/obj/machinery/camera{
c_tag = "Dorm Laundry Room";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/barber{
@@ -20330,11 +19988,9 @@
},
/obj/machinery/camera{
c_tag = "Head of Personnel's Queue Line";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTHWEST)";
icon_state = "blue";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -20342,7 +19998,6 @@
/area/crew_quarters/heads/hop)
"aMZ" = (
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
icon_state = "blue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -20357,7 +20012,6 @@
pixel_x = 24
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTHEAST)";
icon_state = "blue";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -20367,13 +20021,11 @@
/obj/machinery/camera{
c_tag = "Bridge Midway 3";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/darkblue/side{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 8;
- tag = "icon-darkblue (WEST)"
+ dir = 8
},
/area/bridge)
"aNc" = (
@@ -20469,8 +20121,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -20486,8 +20137,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -20501,8 +20151,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/fans/tiny,
/turf/open/floor/plating{
@@ -20519,15 +20168,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
"aNm" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
@@ -20536,13 +20183,14 @@
d2 = 8;
icon_state = "2-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aNn" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aNo" = (
@@ -20617,8 +20265,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/brown/corner{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/quartermaster/office)
"aNv" = (
@@ -20627,12 +20274,9 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -20684,43 +20328,44 @@
},
/area/maintenance/asteroid/fore/com_west)
"aNC" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "Fore Asteroid Maintenace APC";
+ pixel_y = 24
},
+/obj/effect/turf_decal/stripes/end,
/obj/structure/cable/orange{
- d1 = 1;
d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-2"
},
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/maintenance/asteroid/fore/com_west)
"aND" = (
/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ icon_state = "0-2";
+ d2 = 2
},
-/obj/machinery/light/small{
- dir = 4
+/obj/machinery/power/terminal{
+ dir = 8
},
-/obj/structure/sign/electricshock{
- pixel_x = 32
- },
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/maintenance/asteroid/fore/com_west)
"aNE" = (
-/obj/machinery/status_display{
- density = 0;
- layer = 4
+/obj/machinery/door/airlock{
+ name = "Law Office";
+ req_access_txt = "38"
},
-/turf/closed/wall/r_wall{
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/detectives_office)
+/area/lawoffice)
"aNF" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -20738,40 +20383,50 @@
},
/area/lawoffice)
"aNG" = (
-/obj/machinery/door/airlock{
- name = "Law Office";
- req_access_txt = "38"
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "emergency blast door"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"aNH" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
/obj/structure/cable/orange{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "emergency blast door"
},
-/turf/open/floor/wood{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/lawoffice)
-"aNH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/orange{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/poddoor/shutters{
- id = "lawyerexterior";
- name = "privacy shutters"
- },
-/obj/machinery/door/firedoor,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/lawoffice)
+/area/security/brig)
"aNI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/airlock/glass{
@@ -20787,8 +20442,11 @@
},
/area/security/brig)
"aNJ" = (
-/obj/machinery/door/airlock/glass{
- name = "Brig Lobby"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -20814,8 +20472,8 @@
"aNM" = (
/obj/structure/grille,
/obj/structure/window/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -20886,7 +20544,6 @@
layer = 2.6
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
icon_state = "bluecorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -20910,7 +20567,6 @@
layer = 2.6
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -20959,8 +20615,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance/external{
name = "External Airlock Access";
@@ -20980,7 +20635,6 @@
},
/area/hallway/primary/fore)
"aOc" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
@@ -20994,10 +20648,9 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/cargo_ai)
"aOd" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -21005,14 +20658,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/grille,
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/cargo_ai)
"aOe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -21075,8 +20727,7 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/brown/corner{
baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/quartermaster/office)
"aOk" = (
@@ -21094,13 +20745,10 @@
/obj/machinery/camera{
c_tag = "Cargo Lobby";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21202,20 +20850,13 @@
},
/area/hallway/primary/starboard/fore)
"aOv" = (
-/obj/machinery/camera{
- c_tag = "Command Asteroid Hall 10";
- dir = 6;
- icon_state = "camera"
- },
/obj/structure/cable/orange{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
-/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
- dir = 4;
+/turf/open/floor/plasteel/red/corner{
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
@@ -21226,8 +20867,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21242,18 +20881,11 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
"aOy" = (
-/obj/machinery/camera{
- c_tag = "Command Asteroid Hall 2";
- dir = 6;
- icon_state = "camera"
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -21263,8 +20895,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21278,9 +20908,11 @@
d2 = 8;
icon_state = "4-8"
},
+/obj/machinery/camera{
+ c_tag = "Command Asteroid Hall 2";
+ dir = 6
+ },
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21298,9 +20930,7 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
- dir = 4;
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
@@ -21314,8 +20944,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21334,9 +20962,7 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
- dir = 4;
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
@@ -21349,10 +20975,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
- dir = 4;
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
@@ -21369,9 +20999,7 @@
pixel_y = 32
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
- dir = 4;
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
@@ -21390,8 +21018,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21414,8 +21040,6 @@
},
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21427,14 +21051,7 @@
/obj/structure/extinguisher_cabinet{
pixel_y = 32
},
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21449,8 +21066,6 @@
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21458,8 +21073,6 @@
"aOJ" = (
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21469,8 +21082,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21489,15 +21100,12 @@
},
/obj/machinery/camera{
c_tag = "Command Asteroid Hall 4";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/obj/machinery/newscaster{
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21513,8 +21121,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21527,8 +21133,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21538,8 +21142,6 @@
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21553,8 +21155,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21567,8 +21167,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21582,12 +21180,9 @@
},
/obj/machinery/camera{
c_tag = "Command Asteroid Hall 5";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21637,8 +21232,6 @@
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21658,8 +21251,6 @@
},
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21677,8 +21268,6 @@
pixel_y = 20
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21692,12 +21281,9 @@
},
/obj/machinery/camera{
c_tag = "Command Asteroid Hall 6";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21713,8 +21299,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21739,11 +21323,9 @@
},
/obj/machinery/camera{
c_tag = "Command Asteroid Hall 7";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -21762,7 +21344,6 @@
dir = 4
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -21782,7 +21363,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -21804,7 +21384,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -21818,7 +21397,6 @@
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -21839,7 +21417,6 @@
dir = 4
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -21855,7 +21432,6 @@
dir = 4
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -21874,8 +21450,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21893,8 +21467,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21909,8 +21481,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21935,8 +21505,6 @@
name = "navigation beacon (Command-Middle 2)"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21952,12 +21520,9 @@
},
/obj/machinery/camera{
c_tag = "Command Asteroid Hall 8";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21972,8 +21537,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -21982,15 +21545,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22005,8 +21565,6 @@
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22021,8 +21579,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22040,8 +21596,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22056,8 +21610,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22069,12 +21621,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22084,8 +21633,6 @@
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22099,16 +21646,12 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
"aPx" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22116,12 +21659,9 @@
"aPy" = (
/obj/machinery/camera{
c_tag = "Command Asteroid Hall 9";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22133,8 +21673,6 @@
pixel_y = 20
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22144,8 +21682,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22153,8 +21689,6 @@
"aPB" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22170,8 +21704,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22187,8 +21719,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22206,8 +21736,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22229,8 +21757,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22248,8 +21774,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22269,8 +21793,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22285,8 +21807,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22306,8 +21826,6 @@
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22354,18 +21872,14 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/disposalpipe/segment,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22443,8 +21957,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -22454,8 +21967,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -22465,12 +21977,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+ icon_state = "4-8"
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22532,9 +22041,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -22557,9 +22065,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22597,9 +22103,8 @@
},
/area/hallway/primary/fore)
"aQh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable{
d1 = 4;
@@ -22627,9 +22132,7 @@
},
/area/hallway/primary/fore)
"aQk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22666,9 +22169,8 @@
},
/area/hallway/primary/fore)
"aQp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -22714,8 +22216,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -22728,11 +22229,7 @@
},
/area/hallway/primary/fore)
"aQw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22747,8 +22244,7 @@
/area/hallway/primary/starboard/fore)
"aQy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -22838,8 +22334,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -22987,15 +22481,13 @@
dir = 4;
icon_state = "direction_supply";
pixel_x = 32;
- pixel_y = -32;
- tag = "icon-direction_supply (EAST)"
+ pixel_y = -32
},
/obj/structure/sign/directions/medical{
dir = 4;
icon_state = "direction_med";
pixel_x = 32;
- pixel_y = -40;
- tag = "icon-direction_med (EAST)"
+ pixel_y = -40
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -23169,15 +22661,13 @@
dir = 8;
icon_state = "direction_sec";
pixel_x = -32;
- pixel_y = -32;
- tag = "icon-direction_sec (WEST)"
+ pixel_y = -32
},
/obj/structure/sign/directions/medical{
dir = 4;
icon_state = "direction_med";
pixel_x = -32;
- pixel_y = -40;
- tag = "icon-direction_med (EAST)"
+ pixel_y = -40
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -23202,8 +22692,7 @@
dir = 4;
icon_state = "direction_supply";
pixel_x = 32;
- pixel_y = -24;
- tag = "icon-direction_supply (EAST)"
+ pixel_y = -24
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -23236,8 +22725,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -23250,8 +22738,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -23264,8 +22751,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/airalarm{
dir = 1;
@@ -23286,8 +22772,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -23334,7 +22819,6 @@
"aRw" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23342,7 +22826,6 @@
"aRx" = (
/obj/machinery/light,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23353,14 +22836,12 @@
pixel_y = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard/fore)
"aRz" = (
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23369,11 +22850,9 @@
/obj/machinery/camera{
c_tag = "Cargo Asteroid Hall 1";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23383,7 +22862,6 @@
dir = 5
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23395,7 +22873,6 @@
pixel_y = -22
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23412,7 +22889,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23423,8 +22899,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23434,7 +22908,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23448,7 +22921,6 @@
pixel_y = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23463,7 +22935,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23484,8 +22955,7 @@
dir = 8;
icon_state = "direction_sec";
pixel_x = -32;
- pixel_y = -40;
- tag = "icon-direction_sec (WEST)"
+ pixel_y = -40
},
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -23729,8 +23199,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/airlock/maintenance/external{
@@ -23755,25 +23224,23 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
/obj/structure/grille,
/obj/structure/window/reinforced,
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/cargo_ai)
"aSi" = (
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/grille,
/obj/structure/window/reinforced,
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/cargo_ai)
"aSj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -23789,8 +23256,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23839,6 +23304,8 @@
pixel_x = 1;
pixel_y = 5
},
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23887,7 +23354,6 @@
id = "GulagCivExit3";
name = "Gulag Door Exit";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plating{
@@ -23901,7 +23367,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -23932,8 +23397,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/weapon/screwdriver,
@@ -23956,8 +23420,7 @@
"aSz" = (
/obj/structure/noticeboard{
dir = 8;
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/item/weapon/paper{
info = "Dummies Guide To Quantum Pads
Do you hate the concept of having to use your legs, let alone walk to places? Well, with the Quantum Pad (tm), never again will the fear of cardio keep you from going places!
How to set up your Quantum Pad(tm)
1.Unscrew the Quantum Pad(tm) you wish to link.
2. Use your multi-tool to cache the buffer of the Quantum Pad(tm) you wish to link.
3. Apply the multi-tool to the secondary Quantum Pad(tm) you wish to link to the first Quantum Pad(tm)
If you followed these instructions carefully, your Quantum Pad(tm) should now be properly linked together for near-instant movement across the station! Bear in mind that this is technically a one-way teleport, so you'll need to do the same process with the secondary pad to the first one if you wish to travel between both.";
@@ -24055,9 +23518,8 @@
},
/area/janitor)
"aSH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/vehicle/janicart,
/turf/open/floor/plasteel{
@@ -24140,16 +23602,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Vault Airlock";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/obj/machinery/holopad,
/turf/open/floor/plasteel/black,
/area/ai_monitored/nuke_storage)
"aSP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/orange{
d1 = 1;
@@ -24205,7 +23665,6 @@
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -24243,8 +23702,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
@@ -24307,16 +23765,15 @@
"aTe" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/space,
/area/space)
"aTf" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aTg" = (
@@ -24438,21 +23895,17 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Cargo Asteroid Hall 2";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard/fore)
"aTr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -24468,8 +23921,6 @@
dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -24479,7 +23930,6 @@
id = "GulagCivExit2";
name = "Gulag Door Exit";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/effect/turf_decal/stripes/line{
@@ -24506,7 +23956,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/black{
@@ -24551,10 +24000,8 @@
/turf/open/floor/plating/asteroid,
/area/maintenance/asteroid/fore/com_east)
"aTz" = (
-/obj/structure/girder,
-/obj/item/stack/sheet/metal,
-/turf/open/floor/plating/asteroid,
-/area/maintenance/asteroid/fore/com_north)
+/turf/closed/mineral,
+/area/security/prison)
"aTA" = (
/obj/structure/rack,
/obj/item/clothing/suit/space/fragile,
@@ -24564,9 +24011,8 @@
},
/area/janitor)
"aTB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -24574,8 +24020,7 @@
/area/janitor)
"aTC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/structure/disposalpipe/segment,
/obj/machinery/power/apc{
@@ -24595,18 +24040,15 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = -29;
- pixel_y = 0
+ pixel_x = -29
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/ai_monitored/nuke_storage)
"aTE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/orange{
d1 = 1;
@@ -24640,8 +24082,7 @@
},
/obj/machinery/camera{
c_tag = "Command Atmospherics Checkpoint";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -24674,8 +24115,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -24696,13 +24136,11 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/camera{
c_tag = "Cargo Atmospherics Checkpoint";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -24734,8 +24172,6 @@
pixel_x = 24
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -24760,7 +24196,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black{
@@ -24875,7 +24310,6 @@
pixel_x = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -24946,8 +24380,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -24955,18 +24387,15 @@
"aUm" = (
/obj/machinery/camera{
c_tag = "Command Asteroid Hallway 1";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
"aUn" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -24977,9 +24406,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 10
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -24998,12 +24426,10 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'KEEP CLEAR OF PAD WHEN IN USE'.";
name = "KEEP CLEAR OF PAD WHEN IN USE";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -25034,8 +24460,7 @@
/obj/item/key/janitor,
/obj/machinery/camera{
c_tag = "Custodials";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/obj/item/key/janitor,
/turf/open/floor/plasteel{
@@ -25156,11 +24581,9 @@
/area/hallway/primary/fore)
"aUG" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -25168,8 +24591,7 @@
"aUH" = (
/obj/machinery/camera{
c_tag = "Command Asteroid Hall 10";
- dir = 8;
- icon_state = "camera"
+ dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -25209,8 +24631,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -25219,8 +24639,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -25230,8 +24649,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable/orange{
d1 = 1;
@@ -25239,8 +24657,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -25249,8 +24665,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance{
name = "Cargo SMES Access";
@@ -25279,8 +24694,7 @@
"aUQ" = (
/obj/machinery/camera{
c_tag = "Cargo Bay SMES";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -25301,8 +24715,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -25382,7 +24795,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating{
@@ -25424,7 +24836,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating{
@@ -25433,7 +24844,6 @@
/area/hallway/primary/fore)
"aVh" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/cable/orange{
@@ -25442,8 +24852,6 @@
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -25551,8 +24959,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating{
@@ -25580,11 +24987,11 @@
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -25596,8 +25003,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -25631,10 +25036,10 @@
/area/hallway/primary/fore)
"aVw" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/light/small{
@@ -25679,8 +25084,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light/small{
@@ -25720,8 +25124,6 @@
pixel_x = 24
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -25850,7 +25252,6 @@
/obj/structure/filingcabinet,
/obj/item/weapon/folder/documents,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/circuit,
@@ -25873,8 +25274,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating{
@@ -25939,8 +25339,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -25964,8 +25363,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -25982,8 +25379,6 @@
/area/maintenance/asteroid/fore/cargo_south)
"aWa" = (
/obj/machinery/power/terminal{
- tag = "icon-term (EAST)";
- icon_state = "term";
dir = 4
},
/obj/structure/cable{
@@ -25998,19 +25393,17 @@
},
/area/maintenance/asteroid/fore/cargo_south)
"aWb" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aWc" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/cable{
d1 = 2;
@@ -26022,19 +25415,17 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/com_serv)
"aWd" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
dir = 8
},
/obj/structure/grille,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/com_serv)
"aWe" = (
/obj/structure/grille,
@@ -26062,8 +25453,7 @@
"aWg" = (
/obj/machinery/camera{
c_tag = "Vault";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/circuit,
/area/ai_monitored/nuke_storage)
@@ -26072,10 +25462,8 @@
/turf/open/floor/plasteel/black,
/area/ai_monitored/nuke_storage)
"aWi" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -26084,10 +25472,9 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/com_engi)
"aWj" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
dir = 8
},
@@ -26101,13 +25488,11 @@
},
/obj/structure/grille,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/com_engi)
"aWk" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -26116,14 +25501,15 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aWl" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/light/small{
@@ -26170,12 +25556,9 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -26194,10 +25577,8 @@
/turf/open/floor/plating/airless,
/area/space)
"aWs" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -26209,7 +25590,7 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/com_serv)
"aWt" = (
/obj/structure/cable{
@@ -26228,9 +25609,8 @@
/turf/open/floor/circuit,
/area/ai_monitored/nuke_storage)
"aWv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/circuit,
/area/ai_monitored/nuke_storage)
@@ -26240,36 +25620,31 @@
/turf/open/floor/circuit,
/area/ai_monitored/nuke_storage)
"aWx" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/grille,
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/com_engi)
"aWy" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
dir = 8
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/grille,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/com_engi)
"aWz" = (
/obj/machinery/power/solar_control{
@@ -26317,7 +25692,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating{
@@ -26336,7 +25710,6 @@
/turf/open/floor/plasteel/airless/solarpanel,
/area/solar/asteroid/command)
"aWF" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -26352,6 +25725,7 @@
d2 = 4;
icon_state = "2-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/command)
"aWG" = (
@@ -26417,34 +25791,29 @@
},
/obj/machinery/camera{
c_tag = "Cargo Asteroid Hall 3";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard/fore)
"aWM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard/fore)
"aWN" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/command)
"aWO" = (
@@ -26459,7 +25828,6 @@
/turf/open/floor/plasteel/airless/solarpanel,
/area/solar/asteroid/fore)
"aWP" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -26470,6 +25838,7 @@
d2 = 4;
icon_state = "2-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/fore)
"aWQ" = (
@@ -26510,19 +25879,15 @@
/area/hallway/primary/starboard/fore)
"aWT" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard/fore)
"aWU" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -26538,6 +25903,7 @@
d2 = 2;
icon_state = "1-2"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/fore)
"aWV" = (
@@ -26555,7 +25921,6 @@
},
/area/hallway/primary/starboard/fore)
"aWW" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -26564,13 +25929,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aWX" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/cable{
d1 = 2;
@@ -26584,10 +25948,9 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/med_cargo)
"aWY" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
dir = 8
},
@@ -26596,13 +25959,11 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/med_cargo)
"aWZ" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
@@ -26614,33 +25975,32 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/med_cargo)
"aXa" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/command)
"aXb" = (
-/obj/structure/lattice/catwalk,
/obj/item/stack/cable_coil{
amount = 2
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/command)
"aXc" = (
-/obj/structure/lattice/catwalk,
/obj/item/stack/cable_coil{
amount = 30
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/command)
"aXd" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -26651,47 +26011,46 @@
d2 = 8;
icon_state = "1-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/command)
"aXe" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/power/tracker,
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/command)
"aXf" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aXg" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/fore)
"aXh" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/fore)
"aXi" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -26707,23 +26066,23 @@
d2 = 8;
icon_state = "1-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/command)
"aXj" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/tracker,
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/fore)
"aXk" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -26740,6 +26099,7 @@
d2 = 4;
icon_state = "2-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/fore)
"aXl" = (
@@ -26748,8 +26108,6 @@
"aXm" = (
/obj/structure/disposalpipe/trunk,
/obj/machinery/disposal/deliveryChute{
- tag = "icon-intake (NORTH)";
- icon_state = "intake";
dir = 1
},
/turf/open/floor/plating/airless,
@@ -26760,7 +26118,6 @@
name = "Civilian Asteroid"
})
"aXo" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -26776,6 +26133,7 @@
d2 = 2;
icon_state = "1-2"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/fore)
"aXp" = (
@@ -26797,22 +26155,20 @@
"aXs" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/med_cargo)
"aXt" = (
/obj/machinery/conveyor/auto{
- tag = "icon-conveyor0 (EAST)";
- icon_state = "conveyor0";
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/asteroid/port/west)
"aXu" = (
/obj/machinery/conveyor/auto{
- tag = "icon-conveyor0 (SOUTHEAST)";
- icon_state = "conveyor0";
dir = 6
},
/turf/open/floor/plating,
@@ -26828,7 +26184,6 @@
/turf/open/floor/plating,
/area/maintenance/asteroid/port/west)
"aXx" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -26839,6 +26194,7 @@
d2 = 8;
icon_state = "1-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/fore)
"aXy" = (
@@ -26847,15 +26203,12 @@
},
/obj/machinery/conveyor/auto{
dir = 5;
- icon_state = "conveyor0";
verted = -1
},
/turf/open/floor/plating,
/area/maintenance/asteroid/port/west)
"aXz" = (
/obj/machinery/conveyor/auto{
- tag = "icon-conveyor0 (SOUTHWEST)";
- icon_state = "conveyor0";
dir = 10
},
/turf/open/floor/plating,
@@ -26910,14 +26263,12 @@
/area/maintenance/asteroid/port/west)
"aXH" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/asteroid/port/west)
"aXI" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 8
},
/obj/machinery/light/small{
@@ -26980,8 +26331,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -27068,7 +26418,6 @@
/obj/machinery/hydroponics/soil,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/camera{
@@ -27112,10 +26461,8 @@
/turf/open/floor/plating/asteroid,
/area/maintenance/asteroid/port/west)
"aYk" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -27127,7 +26474,7 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/com_serv)
"aYl" = (
/obj/structure/grille,
@@ -27161,10 +26508,7 @@
},
/area/crew_quarters/rehab_dome)
"aYp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/grass{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27181,10 +26525,8 @@
},
/area/crew_quarters/rehab_dome)
"aYr" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
@@ -27193,10 +26535,9 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/com_engi)
"aYs" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
dir = 8
},
@@ -27210,13 +26551,11 @@
},
/obj/structure/grille,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/com_engi)
"aYt" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -27225,6 +26564,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aYu" = (
@@ -27255,7 +26595,6 @@
"aYy" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27269,6 +26608,8 @@
"aYA" = (
/obj/machinery/door/airlock/glass,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -27343,8 +26684,6 @@
"aYL" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27358,8 +26697,6 @@
"aYN" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27371,8 +26708,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating{
@@ -27380,7 +26716,6 @@
},
/area/hallway/primary/central)
"aYP" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
@@ -27389,13 +26724,12 @@
d2 = 4;
icon_state = "2-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"aYQ" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
@@ -27409,7 +26743,7 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/med_cargo)
"aYR" = (
/obj/structure/disposalpipe/trunk{
@@ -27443,7 +26777,6 @@
pixel_x = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27457,8 +26790,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -27497,8 +26829,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -27514,14 +26845,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/disposalpipe/sortjunction{
- tag = "icon-pipe-j1s (EAST)";
name = "disposal pipe - Bar";
icon_state = "pipe-j1s";
dir = 4;
@@ -27535,8 +26864,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -27553,8 +26881,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -27587,7 +26914,6 @@
"aZe" = (
/obj/structure/flora/ausbushes/fullgrass,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/grass{
@@ -27636,8 +26962,6 @@
/area/hallway/primary/central)
"aZl" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27649,8 +26973,6 @@
/area/hallway/primary/central)
"aZn" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27659,8 +26981,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light/small{
dir = 4
@@ -27689,8 +27010,6 @@
"aZr" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27704,8 +27023,6 @@
"aZt" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27735,20 +27052,16 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/port)
"aZx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -27771,6 +27084,8 @@
dir = 4
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -27781,8 +27096,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -27802,8 +27116,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -27823,8 +27136,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -27917,8 +27229,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating{
@@ -27948,11 +27259,11 @@
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27964,8 +27275,6 @@
/area/hallway/primary/starboard)
"aZR" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -27982,7 +27291,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Port Hallway APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/effect/decal/cleanable/cobweb,
@@ -28008,8 +27316,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -28021,7 +27328,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28095,7 +27401,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Port Asteroid Maintence APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -28141,7 +27446,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating{
@@ -28158,12 +27462,9 @@
/obj/machinery/camera{
c_tag = "Engineering Asteroid Hallway 7";
dir = 4;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28198,7 +27499,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating{
@@ -28227,16 +27527,13 @@
/area/hallway/primary/starboard)
"baq" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard)
"bar" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -28247,8 +27544,6 @@
dir = 10
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28281,7 +27576,6 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/floorgrime{
@@ -28292,11 +27586,9 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Service Asteroid Hallway 1";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28305,7 +27597,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Bar APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -28416,8 +27707,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -28480,18 +27770,14 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 29;
- pixel_y = 0
+ pixel_x = 29
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28500,8 +27786,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -28565,24 +27850,21 @@
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard)
"baV" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28609,7 +27891,6 @@
"baY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28617,8 +27898,7 @@
"baZ" = (
/obj/machinery/camera{
c_tag = "Bar Backroom";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -28630,17 +27910,14 @@
},
/area/crew_quarters/bar)
"bbb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/crew_quarters/bar)
"bbc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -28700,7 +27977,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Kitchen APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -28752,8 +28028,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28767,8 +28041,6 @@
dir = 10
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28809,8 +28081,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating{
@@ -28837,8 +28108,7 @@
"bbx" = (
/obj/machinery/camera{
c_tag = "EVA Equipment";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -28861,8 +28131,6 @@
"bbA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28901,7 +28169,6 @@
"bbF" = (
/obj/structure/sign/poster/random{
name = "random contraband poster";
- pixel_x = 0;
pixel_y = -32;
random_basetype = /obj/structure/sign/poster/contraband
},
@@ -28940,10 +28207,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/freezer{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -28952,8 +28216,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -28995,8 +28258,6 @@
layer = 4.1
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29010,7 +28271,6 @@
/obj/structure/sign/poster/random{
name = "random contraband poster";
pixel_x = -32;
- pixel_y = 0;
random_basetype = /obj/structure/sign/poster/contraband
},
/turf/open/floor/plating/astplate{
@@ -29025,8 +28285,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -29036,8 +28295,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance/external{
name = "External Airlock Access";
@@ -29054,8 +28312,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -29065,8 +28322,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -29082,8 +28338,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -29096,8 +28351,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/maintenance/external{
@@ -29115,12 +28369,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29155,18 +28406,13 @@
},
/area/ai_monitored/storage/eva)
"bca" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/ai_monitored/storage/eva)
"bcb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29197,8 +28443,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -29218,8 +28463,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -29254,8 +28498,6 @@
/area/maintenance/asteroid/port/west)
"bck" = (
/obj/machinery/power/terminal{
- tag = "icon-term (EAST)";
- icon_state = "term";
dir = 4
},
/obj/structure/cable{
@@ -29294,7 +28536,6 @@
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29349,9 +28590,7 @@
},
/area/crew_quarters/bar)
"bcs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/freezer{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29390,7 +28629,6 @@
"bcx" = (
/obj/structure/flora/ausbushes/reedbush,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/grass{
@@ -29404,7 +28642,6 @@
/area/crew_quarters/rehab_dome)
"bcz" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (SOUTHWEST)";
icon_state = "neutral";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -29412,8 +28649,6 @@
/area/crew_quarters/rehab_dome)
"bcA" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29425,8 +28660,6 @@
pixel_x = 24
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29439,8 +28672,6 @@
/obj/effect/turf_decal/stripes/line,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29467,8 +28698,6 @@
/obj/effect/turf_decal/stripes/line,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29477,8 +28706,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/stripes/line,
@@ -29532,8 +28760,7 @@
"bcN" = (
/obj/machinery/camera{
c_tag = "Medical SMES";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/obj/structure/chair/stool,
/turf/open/floor/plasteel/floorgrime{
@@ -29588,12 +28815,9 @@
/obj/machinery/camera{
c_tag = "Medbay Asteroid Hallway 6";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29641,8 +28865,7 @@
icon_state = "1-2"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
@@ -29749,9 +28972,8 @@
},
/area/crew_quarters/kitchen)
"bdj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/grass{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -29819,7 +29041,6 @@
/area/crew_quarters/rehab_dome)
"bdq" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHEAST)";
icon_state = "neutral";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -29834,7 +29055,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (SOUTHWEST)";
icon_state = "neutral";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -29864,8 +29084,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -29882,17 +29100,12 @@
"bdv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/central)
"bdw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -29906,8 +29119,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
@@ -29931,8 +29143,7 @@
"bdz" = (
/obj/structure/rack,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/item/weapon/tank/jetpack/carbondioxide,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -30012,11 +29223,12 @@
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30037,9 +29249,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30085,8 +29296,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance/external{
name = "External Airlock Access";
@@ -30100,12 +29310,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30114,8 +29322,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral{
@@ -30169,10 +29376,8 @@
},
/area/crew_quarters/bar)
"bdT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/mob/living/carbon/monkey/punpun,
/turf/open/floor/wood{
@@ -30263,7 +29468,6 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHEAST)";
icon_state = "neutral";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30280,7 +29484,6 @@
/area/crew_quarters/rehab_dome)
"beg" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (SOUTHWEST)";
icon_state = "neutral";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30289,7 +29492,6 @@
"beh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30299,8 +29501,6 @@
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30310,8 +29510,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30323,8 +29521,6 @@
pixel_y = 23
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30337,12 +29533,9 @@
dir = 1;
icon_state = "direction_sec";
pixel_x = -32;
- pixel_y = 24;
- tag = "icon-direction_sec (NORTH)"
+ pixel_y = 24
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30370,8 +29563,6 @@
dir = 6
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30381,8 +29572,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30391,13 +29580,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30410,8 +29596,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30421,8 +29605,6 @@
dir = 10
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30473,7 +29655,6 @@
pixel_y = 1
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
@@ -30497,8 +29678,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable/orange{
d1 = 1;
@@ -30515,8 +29695,6 @@
icon_state = "0-8"
},
/obj/machinery/power/terminal{
- tag = "icon-term (EAST)";
- icon_state = "term";
dir = 4
},
/obj/structure/sign/electricshock{
@@ -30660,8 +29838,7 @@
"beS" = (
/obj/structure/flora/ausbushes/fullgrass,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/grass{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30671,8 +29848,6 @@
/obj/structure/table,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -30692,7 +29867,6 @@
/area/crew_quarters/rehab_dome)
"beV" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHEAST)";
icon_state = "neutral";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30738,8 +29912,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30752,8 +29925,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30781,8 +29953,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -30795,8 +29966,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -30851,7 +30021,6 @@
"bfh" = (
/obj/machinery/holopad,
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTHWEST)";
icon_state = "blue";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30865,7 +30034,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
icon_state = "blue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30874,7 +30042,6 @@
"bfj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
icon_state = "blue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30887,7 +30054,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
icon_state = "blue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30896,7 +30062,6 @@
"bfl" = (
/obj/structure/tank_dispenser/oxygen,
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTHEAST)";
icon_state = "blue";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -30906,8 +30071,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance/external{
name = "Medbay SMES Access";
@@ -30998,7 +30162,6 @@
/area/crew_quarters/theatre)
"bfz" = (
/obj/structure/window{
- tag = "icon-window (EAST)";
icon_state = "window";
dir = 4
},
@@ -31013,8 +30176,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/closet/secure_closet/engineering_electrical,
/turf/open/floor/plating{
@@ -31034,7 +30196,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31090,7 +30251,6 @@
icon_state = "1-2"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/sign/poster/random{
@@ -31165,8 +30325,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/asteroid/line,
@@ -31188,7 +30347,6 @@
/obj/structure/flora/ausbushes/fullgrass,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/grass{
@@ -31199,7 +30357,6 @@
/obj/structure/flora/ausbushes/sparsegrass,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/turf/open/floor/grass{
@@ -31223,7 +30380,6 @@
/area/crew_quarters/rehab_dome)
"bfV" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/table,
@@ -31231,7 +30387,6 @@
dir = 5
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31249,7 +30404,6 @@
layer = 4.1
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31259,7 +30413,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31277,7 +30430,6 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31296,11 +30448,9 @@
/obj/machinery/camera{
c_tag = "Engineering Asteroid Hallway 3";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31309,27 +30459,23 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/central)
"bgc" = (
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/central)
"bgd" = (
/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -31342,7 +30488,6 @@
/obj/machinery/camera{
c_tag = "Engineering Asteroid Hallway 4";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/neutral/corner{
@@ -31358,7 +30503,6 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/neutral/corner{
@@ -31381,8 +30525,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -31412,7 +30555,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (EAST)";
icon_state = "blue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -31446,7 +30588,6 @@
dir = 4
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (WEST)";
icon_state = "blue";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -31493,10 +30634,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -31514,7 +30653,6 @@
pixel_y = 2
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (EAST)";
icon_state = "blue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -31531,7 +30669,6 @@
dir = 6
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31550,8 +30687,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31560,8 +30695,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -31570,8 +30704,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31594,8 +30726,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31616,8 +30746,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31635,8 +30763,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31660,8 +30786,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31682,8 +30806,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31703,8 +30825,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31720,11 +30840,11 @@
icon_state = "pipe-c"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31747,8 +30867,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -31830,7 +30948,6 @@
/area/maintenance/asteroid/starboard)
"bgK" = (
/obj/structure/window{
- tag = "icon-window (EAST)";
icon_state = "window";
dir = 4
},
@@ -31839,9 +30956,8 @@
},
/area/crew_quarters/theatre)
"bgL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral{
@@ -31864,8 +30980,7 @@
"bgN" = (
/obj/machinery/camera{
c_tag = "Bar";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = -32
@@ -32026,8 +31141,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -32051,8 +31165,6 @@
"bhb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -32060,8 +31172,6 @@
"bhc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -32075,8 +31185,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -32097,7 +31206,6 @@
dir = 8
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32108,7 +31216,6 @@
dir = 4
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (WEST)";
icon_state = "blue";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32129,11 +31236,8 @@
},
/area/ai_monitored/storage/eva)
"bhj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32142,11 +31246,9 @@
"bhk" = (
/obj/machinery/camera{
c_tag = "EVA Storage";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (EAST)";
icon_state = "blue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32161,7 +31263,6 @@
"bhm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -32170,8 +31271,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral{
@@ -32192,24 +31292,18 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard)
"bhq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32225,23 +31319,20 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard)
"bhs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32267,7 +31358,6 @@
},
/obj/structure/cable/orange,
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (NORTH)";
icon_state = "ast_warn_end";
dir = 1
},
@@ -32304,7 +31394,6 @@
/area/crew_quarters/theatre)
"bhz" = (
/obj/structure/window{
- tag = "icon-window (EAST)";
icon_state = "window";
dir = 4
},
@@ -32328,11 +31417,8 @@
},
/area/crew_quarters/bar)
"bhB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/bar{
@@ -32380,9 +31466,8 @@
"bhI" = (
/obj/structure/table,
/obj/item/weapon/book/manual/chef_recipes,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/cafeteria{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32409,8 +31494,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -32468,12 +31552,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/camera{
c_tag = "Engineering Asteroid Hallway 5";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -32482,8 +31563,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32492,8 +31572,6 @@
"bhU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -32505,7 +31583,6 @@
},
/obj/item/stack/sheet/metal/fifty,
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (SOUTHWEST)";
icon_state = "blue";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32539,7 +31616,6 @@
/obj/structure/table,
/obj/item/weapon/storage/toolbox/mechanical,
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (SOUTHEAST)";
icon_state = "blue";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32574,7 +31650,6 @@
/obj/machinery/camera{
c_tag = "Medbay Asteroid Hallway 4";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/neutral/corner{
@@ -32603,7 +31678,6 @@
/obj/machinery/camera{
c_tag = "Medbay Asteroid Hallway 5";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/neutral/corner{
@@ -32627,8 +31701,6 @@
dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -32682,14 +31754,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Service Asteroid Hallway 2";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/obj/structure/sign/map/left/ceres{
pixel_x = -32
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -32807,10 +31877,8 @@
},
/area/crew_quarters/kitchen)
"biA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/cafeteria{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32834,8 +31902,7 @@
/obj/structure/table,
/obj/machinery/microwave,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/cafeteria{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32849,16 +31916,14 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
/obj/machinery/camera{
c_tag = "Service Atmospherics Checkpoint";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -32875,7 +31940,6 @@
/area/maintenance/asteroid/port/neast)
"biG" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -33001,10 +32065,7 @@
},
/area/medical/surgery)
"biX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -33089,8 +32150,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -33103,8 +32163,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small{
dir = 1
@@ -33120,8 +32179,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -33137,8 +32195,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance{
name = "Port Asteroid Maintenance";
@@ -33155,15 +32212,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -33172,8 +32227,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -33283,8 +32337,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -33303,7 +32356,6 @@
/area/maintenance/asteroid/port/neast)
"bjz" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/air,
@@ -33323,8 +32375,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -33352,8 +32402,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -33367,19 +32415,12 @@
/area/hallway/primary/central)
"bjG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/device/radio/intercom{
- broadcasting = 0;
- name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
- },
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -33388,8 +32429,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/stripes/line{
@@ -33425,9 +32465,8 @@
},
/area/hallway/primary/starboard)
"bjK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/barber{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -33477,10 +32516,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -33516,10 +32552,7 @@
},
/area/medical/surgery)
"bjT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -33676,7 +32709,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -33772,10 +32804,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/chair{
dir = 8
},
@@ -33848,7 +32877,6 @@
/obj/structure/closet/secure_closet/freezer/fridge,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/cafeteria{
@@ -33863,8 +32891,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -33882,7 +32909,6 @@
/area/maintenance/asteroid/port/neast)
"bky" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/air,
@@ -33929,8 +32955,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -33944,8 +32969,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/power/emitter{
anchored = 1;
@@ -33989,10 +33013,7 @@
/area/medical/morgue)
"bkI" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/barber{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -34057,7 +33078,6 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/black{
@@ -34190,8 +33210,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/structure/sign/securearea{
@@ -34199,8 +33218,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
@@ -34235,8 +33253,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -34249,8 +33266,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -34266,8 +33282,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -34285,16 +33300,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ 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{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -34317,8 +33329,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -34338,8 +33348,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -34362,8 +33371,7 @@
department = "Chief Engineer's Desk";
departmentType = 3;
name = "Chief Engineer RC";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -34382,8 +33390,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -34392,8 +33398,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -34411,8 +33416,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
@@ -34421,8 +33425,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -34431,8 +33433,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -34453,8 +33454,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -34473,8 +33473,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -34490,8 +33489,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -34508,8 +33506,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -34535,8 +33532,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -34557,8 +33553,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -34568,8 +33563,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -34582,8 +33576,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
@@ -34602,8 +33595,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -34626,8 +33618,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
@@ -34649,8 +33640,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -34709,11 +33699,7 @@
},
/area/medical/patients_rooms)
"blL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -34754,8 +33740,7 @@
},
/obj/machinery/camera{
c_tag = "Surgery Observation";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -34922,12 +33907,10 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/bar{
@@ -35005,8 +33988,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -35019,8 +34001,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -35035,8 +34016,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -35051,7 +34031,6 @@
},
/area/maintenance/asteroid/port/neast)
"bms" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -35060,10 +34039,10 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"bmt" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 2;
d2 = 4;
@@ -35082,8 +34061,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -35096,8 +34074,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -35115,8 +34092,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -35139,7 +34115,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating{
@@ -35153,8 +34128,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -35163,12 +34136,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/camera{
c_tag = "Engineering Asteroid Hallway 2";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -35177,8 +34147,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -35188,8 +34157,7 @@
/obj/structure/reflector/single{
anchored = 1;
dir = 4;
- icon_state = "reflector";
- tag = "icon-reflector (NORTH)"
+ icon_state = "reflector"
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -35207,8 +34175,7 @@
/obj/structure/reflector/single{
anchored = 1;
dir = 1;
- icon_state = "reflector";
- tag = "icon-reflector (NORTH)"
+ icon_state = "reflector"
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -35218,8 +34185,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -35231,8 +34196,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -35277,8 +34240,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -35294,8 +34256,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -35316,8 +34277,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -35330,7 +34290,6 @@
},
/area/hallway/primary/central)
"bmM" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -35343,10 +34302,10 @@
dir = 2;
icon_state = "pipe-c"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"bmN" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 2;
d2 = 4;
@@ -35359,10 +34318,10 @@
dir = 4;
icon_state = "pipe-c"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"bmO" = (
-/obj/structure/lattice/catwalk,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -35374,6 +34333,7 @@
d2 = 8;
icon_state = "4-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"bmP" = (
@@ -35383,8 +34343,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -35400,8 +34359,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -35421,8 +34379,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -35500,13 +34457,11 @@
/obj/machinery/camera{
c_tag = "Chief Medical Officer's Office";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/machinery/button/door{
id = "cmooffice";
name = "Office Emergency Lockdown";
- pixel_x = 0;
pixel_y = -24
},
/mob/living/simple_animal/pet/cat/Runtime,
@@ -35594,17 +34549,11 @@
},
/area/medical/surgery)
"bnh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/camera{
c_tag = "Surgery";
dir = 10;
- icon_state = "camera";
- network = list("SS13","CMO");
- tag = "icon-camera (SOUTHWEST)"
+ network = list("SS13","CMO")
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -35652,11 +34601,7 @@
},
/area/medical/surgery)
"bnl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -35703,7 +34648,6 @@
/obj/machinery/camera{
c_tag = "Virology Breakroom";
dir = 5;
- icon_state = "camera";
network = list("SS13","CMO")
},
/turf/open/floor/plasteel/white{
@@ -35719,10 +34663,8 @@
},
/area/medical/virology)
"bns" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -35776,8 +34718,7 @@
/obj/structure/table,
/obj/machinery/camera{
c_tag = "Primary Tool Storage North";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -35956,7 +34897,6 @@
},
/area/maintenance/asteroid/port/neast)
"bnM" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/structure/cable{
d1 = 1;
@@ -35970,16 +34910,14 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/serv_engi)
"bnN" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -35988,10 +34926,9 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/serv_engi)
"bnO" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/structure/cable{
d1 = 1;
@@ -36005,7 +34942,7 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/serv_engi)
"bnP" = (
/obj/machinery/light{
@@ -36013,16 +34950,12 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/central)
"bnQ" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- tag = "icon-intact (NORTH)";
- icon_state = "intact";
dir = 1
},
/turf/closed/wall/r_wall,
@@ -36035,8 +34968,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -36061,20 +34993,16 @@
/area/engine/engineering)
"bnU" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/central)
"bnV" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/structure/cable{
d1 = 1;
@@ -36092,16 +35020,14 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/engi_med)
"bnW" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -36113,10 +35039,9 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/engi_med)
"bnX" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/structure/cable{
d1 = 1;
@@ -36134,23 +35059,20 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/engi_med)
"bnY" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard)
"bnZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -36158,7 +35080,6 @@
/area/hallway/primary/starboard)
"boa" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -36212,13 +35133,8 @@
},
/area/medical/medbay/central)
"bof" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -36227,7 +35143,6 @@
"bog" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -36236,7 +35151,6 @@
"boh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -36246,7 +35160,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Morgue APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -36254,7 +35167,6 @@
icon_state = "0-2"
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -36262,7 +35174,6 @@
/area/medical/patients_rooms)
"boj" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -36286,7 +35197,6 @@
/area/medical/surgery)
"bom" = (
/obj/machinery/door/airlock/glass_medical{
- id_tag = "";
name = "Surgery Observation";
req_access_txt = "0"
},
@@ -36297,7 +35207,6 @@
/area/medical/surgery)
"bon" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -36371,10 +35280,8 @@
},
/area/medical/virology)
"bou" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -36395,7 +35302,6 @@
/obj/structure/table,
/obj/machinery/reagentgrinder,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/disposalpipe/segment{
@@ -36501,8 +35407,7 @@
dir = 1;
icon_state = "direction_sec";
pixel_x = 32;
- pixel_y = 24;
- tag = "icon-direction_sec (NORTH)"
+ pixel_y = 24
},
/obj/structure/cable/orange{
d1 = 4;
@@ -36530,8 +35435,6 @@
},
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36600,8 +35503,6 @@
c_tag = "Service Asteroid Hallway 7"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36611,8 +35512,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36622,16 +35521,12 @@
dir = 10
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/port)
"boQ" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36645,8 +35540,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36660,8 +35553,6 @@
c_tag = "Service Asteroid Hallway 8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36672,8 +35563,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36687,8 +35576,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36699,8 +35586,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36710,8 +35595,6 @@
c_tag = "Engineering Asteroid Hallway 1"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36725,8 +35608,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36736,8 +35617,6 @@
dir = 6
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36747,8 +35626,6 @@
dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36760,7 +35637,8 @@
/obj/machinery/atmospherics/components/binary/pump{
dir = 2;
icon_state = "pump_map";
- name = "Cooling Loop To Gas"
+ name = "Cooling Loop To Gas";
+ on = 1
},
/obj/structure/cable{
d1 = 2;
@@ -36779,8 +35657,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 6
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -36791,15 +35671,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
+/obj/machinery/atmospherics/components/trinary/filter/critical{
+ dir = 4;
+ filter_type = "n2"
+ },
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -36809,7 +35689,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
/turf/open/floor/engine{
@@ -36821,8 +35701,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
+/obj/machinery/atmospherics/components/trinary/filter/critical{
+ dir = 4
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -36833,7 +35713,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
/turf/open/floor/engine{
@@ -36843,7 +35723,7 @@
/area/engine/engineering)
"bpg" = (
/obj/effect/turf_decal/delivery,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
/turf/open/floor/plasteel/black{
@@ -36854,7 +35734,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
/turf/open/floor/engine{
@@ -36863,7 +35743,7 @@
},
/area/engine/engineering)
"bpi" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 10
},
/turf/closed/wall/r_wall,
@@ -36872,12 +35752,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -36891,22 +35769,19 @@
dir = 4;
icon_state = "direction_evac";
pixel_x = 32;
- pixel_y = 24;
- tag = "icon-direction_evac (EAST)"
+ pixel_y = 24
},
/obj/structure/sign/directions/medical{
dir = 4;
icon_state = "direction_med";
pixel_x = 32;
- pixel_y = 32;
- tag = "icon-direction_med (EAST)"
+ pixel_y = 32
},
/obj/structure/sign/directions/security{
dir = 1;
icon_state = "direction_sec";
pixel_x = 32;
- pixel_y = 40;
- tag = "icon-direction_sec (NORTH)"
+ pixel_y = 40
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -36918,8 +35793,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36933,8 +35806,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36944,8 +35815,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36955,8 +35824,6 @@
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36970,8 +35837,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -36982,8 +35847,7 @@
dir = 1;
icon_state = "direction_sec";
pixel_x = -32;
- pixel_y = 24;
- tag = "icon-direction_sec (NORTH)"
+ pixel_y = 24
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -37000,7 +35864,6 @@
/obj/machinery/camera{
c_tag = "Medbay Asteroid Hallway 3";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel/neutral/corner{
@@ -37067,8 +35930,7 @@
},
/obj/machinery/camera{
c_tag = "Medbay Security Checkpoint";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/obj/structure/reagent_dispensers/peppertank{
pixel_y = 32
@@ -37085,7 +35947,6 @@
},
/obj/structure/closet/secure_closet/security/med,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
icon_state = "red";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -37109,7 +35970,6 @@
"bpy" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -37127,7 +35987,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -37308,7 +36167,6 @@
/obj/machinery/camera{
c_tag = "Virology 2";
dir = 5;
- icon_state = "camera";
network = list("SS13","CMO")
},
/turf/open/floor/plasteel/white{
@@ -37332,7 +36190,6 @@
/obj/machinery/camera{
c_tag = "Virology";
dir = 5;
- icon_state = "camera";
network = list("SS13","CMO")
},
/obj/machinery/requests_console{
@@ -37341,7 +36198,6 @@
pixel_x = -32
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
icon_state = "whitegreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -37357,7 +36213,6 @@
"bpT" = (
/obj/machinery/smartfridge/chemistry/virology/preloaded,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -37375,8 +36230,6 @@
/area/maintenance/asteroid/starboard)
"bpW" = (
/obj/structure/shuttle/engine/propulsion/burst{
- tag = "icon-propulsion (WEST)";
- icon_state = "propulsion";
dir = 8
},
/turf/open/floor/plating,
@@ -37432,21 +36285,15 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/port)
"bqe" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -37492,7 +36339,6 @@
"bqi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/junction{
- tag = "icon-pipe-j2 (WEST)";
icon_state = "pipe-j2";
dir = 8
},
@@ -37516,9 +36362,8 @@
},
/area/hallway/primary/port)
"bqk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -37555,9 +36400,7 @@
},
/area/hallway/primary/central)
"bqo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -37566,13 +36409,9 @@
/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
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -37581,12 +36420,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 29;
- pixel_y = 0
+ pixel_x = 29
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -37595,19 +36431,17 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
/obj/machinery/meter,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/yellow/visible{
+ dir = 5
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -37616,8 +36450,8 @@
/area/engine/engineering)
"bqs" = (
/obj/effect/turf_decal/stripes/corner,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
+ dir = 4
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -37626,13 +36460,8 @@
/area/engine/engineering)
"bqt" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/trinary/filter/flipped{
- dir = 8;
- filter_type = "co2";
- icon_state = "filter_off_f";
- name = "gas filter (CO2)";
- on = 1;
- tag = "icon-filter_off_f (WEST)"
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 5
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -37641,10 +36470,9 @@
/area/engine/engineering)
"bqu" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
-/obj/machinery/meter,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -37652,14 +36480,8 @@
/area/engine/engineering)
"bqv" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/trinary/filter/flipped{
- dir = 8;
- filter_type = "o2";
- icon_state = "filter_off_f";
- name = "gas filter (O2)";
- on = 1;
- tag = "icon-filter_off_f (WEST)"
- },
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -37669,16 +36491,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/meter,
/obj/machinery/camera{
c_tag = "SM North";
dir = 1;
- icon_state = "camera";
network = list("SS13","CE")
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -37688,10 +36508,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
-/obj/machinery/meter,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -37699,13 +36518,12 @@
/area/engine/engineering)
"bqy" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/trinary/filter/flipped{
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
dir = 8;
filter_type = "plasma";
icon_state = "filter_off_f";
name = "gas filter (Plasma)";
- on = 1;
- tag = "icon-filter_off_f (WEST)"
+ on = 1
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -37714,14 +36532,7 @@
/area/engine/engineering)
"bqz" = (
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/trinary/filter/flipped{
- dir = 8;
- filter_type = "";
- icon_state = "filter_off_f";
- name = "gas filter (Custom)";
- on = 1;
- tag = "icon-filter_off_f (WEST)"
- },
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -37731,7 +36542,7 @@
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 10
},
/turf/open/floor/engine{
@@ -37762,7 +36573,7 @@
dir = 8;
frequency = 1441;
id = null;
- pixel_y = 1
+ volume_rate = 200
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
@@ -37772,12 +36583,9 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -37844,9 +36652,8 @@
},
/area/hallway/primary/starboard)
"bqK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/computer/security/telescreen{
desc = "Used to watch the questionable medical practices of Medbay from a safe distance.";
@@ -38013,7 +36820,6 @@
/obj/machinery/camera{
c_tag = "Medbay North";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/effect/landmark/lightsout,
@@ -38044,9 +36850,7 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = 0;
- pixel_y = -30;
- pixel_z = 0
+ pixel_y = -30
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38087,7 +36891,6 @@
/obj/structure/table,
/obj/item/stack/packageWrap,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/white{
@@ -38097,7 +36900,6 @@
"brd" = (
/obj/structure/closet/l3closet/virology,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHWEST)";
icon_state = "whitegreen";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38131,7 +36933,6 @@
dir = 1
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHEAST)";
icon_state = "whitegreen";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38159,11 +36960,9 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
icon_state = "whitegreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38179,7 +36978,6 @@
"brk" = (
/obj/machinery/computer/pandemic,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38231,7 +37029,6 @@
},
/obj/machinery/light/small,
/obj/machinery/computer/shuttle/pod{
- pixel_x = 0;
pixel_y = 32;
possible_destinations = "pod_lavaland3";
shuttleId = "pod3"
@@ -38239,7 +37036,6 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -32
},
/obj/machinery/camera{
@@ -38308,7 +37104,6 @@
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38334,15 +37129,13 @@
dir = 4;
icon_state = "direction_eng";
pixel_x = 32;
- pixel_y = -24;
- tag = "icon-direction_eng (EAST)"
+ pixel_y = -24
},
/obj/structure/sign/directions/medical{
dir = 4;
icon_state = "direction_med";
pixel_x = 32;
- pixel_y = -32;
- tag = "icon-direction_med (EAST)"
+ pixel_y = -32
},
/obj/structure/sign/directions/science{
pixel_x = 32;
@@ -38364,7 +37157,6 @@
},
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (WEST)";
icon_state = "greencorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38409,7 +37201,6 @@
dir = 4
},
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (WEST)";
icon_state = "greencorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38420,7 +37211,6 @@
dir = 4
},
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (WEST)";
icon_state = "greencorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38435,7 +37225,6 @@
dir = 4
},
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (WEST)";
icon_state = "greencorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38446,7 +37235,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38463,7 +37251,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38475,11 +37262,9 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38490,7 +37275,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38500,7 +37284,6 @@
dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38512,7 +37295,6 @@
pixel_y = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38520,7 +37302,6 @@
"brP" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38530,11 +37311,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38542,17 +37321,14 @@
"brR" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38562,11 +37338,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38578,11 +37352,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38600,12 +37372,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38615,11 +37385,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38631,8 +37399,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38642,8 +37409,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
@@ -38662,8 +37428,6 @@
dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38675,8 +37439,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -38699,7 +37462,7 @@
/area/engine/engineering)
"bsb" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/structure/window/reinforced/highpressure/fulltile,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38708,7 +37471,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -38729,8 +37492,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38739,8 +37500,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -38829,8 +37589,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38841,8 +37600,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38851,14 +37609,12 @@
"bsl" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38869,8 +37625,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -38879,14 +37634,12 @@
"bsn" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard)
"bso" = (
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38897,7 +37650,6 @@
pixel_y = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38911,7 +37663,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -38922,15 +37673,13 @@
dir = 8;
icon_state = "direction_eng";
pixel_x = -32;
- pixel_y = -24;
- tag = "icon-direction_eng (WEST)"
+ pixel_y = -24
},
/obj/structure/sign/directions/supply{
dir = 1;
icon_state = "direction_supply";
pixel_x = -32;
- pixel_y = -32;
- tag = "icon-direction_supply (NORTH)"
+ pixel_y = -32
},
/obj/structure/sign/directions/evac{
pixel_x = -32;
@@ -38985,9 +37734,8 @@
},
/area/security/checkpoint/medical)
"bsw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39083,7 +37831,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39104,11 +37851,9 @@
/obj/machinery/camera{
c_tag = "Virology Airlocks";
dir = 5;
- icon_state = "camera";
network = list("SS13","CMO")
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
icon_state = "whitegreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39119,7 +37864,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39130,7 +37874,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
icon_state = "whitegreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39157,7 +37900,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
icon_state = "whitegreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39170,10 +37912,8 @@
},
/area/medical/virology)
"bsP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39191,7 +37931,6 @@
amount = 5
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39260,8 +37999,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39300,7 +38038,6 @@
/area/hydroponics)
"bte" = (
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (WEST)";
icon_state = "greencorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39374,13 +38111,12 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
},
/obj/structure/grille,
/obj/structure/window/reinforced,
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/serv_engi)
"btn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -39396,8 +38132,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral{
@@ -39405,10 +38140,10 @@
},
/area/hallway/primary/central)
"btp" = (
+/obj/structure/closet/secure_closet/engineering_personal,
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 5
},
-/obj/structure/closet/secure_closet/engineering_personal,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -39428,13 +38163,12 @@
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
name = "Gas to Cooling Loop";
- on = 0
+ on = 1
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -39445,15 +38179,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
- },
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 4
+ },
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -39461,18 +38194,17 @@
/area/engine/engineering)
"btt" = (
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
-/obj/machinery/door/poddoor/shutters{
- id = "SM1"
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "SM1";
+ name = "Radiation Chamber Shutters"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39493,21 +38225,18 @@
/area/engine/supermatter)
"btv" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 6
},
/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/highpressure/fulltile,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/engine/supermatter)
"btw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -39521,9 +38250,8 @@
},
/area/engine/supermatter)
"bty" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -39532,11 +38260,11 @@
/area/engine/supermatter)
"btz" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 10
},
/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/highpressure/fulltile,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -39556,18 +38284,17 @@
/area/engine/supermatter)
"btB" = (
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (WEST)";
icon_state = "warn_end";
dir = 8
},
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
-/obj/machinery/door/poddoor/shutters{
- id = "SM2"
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "SM2";
+ name = "Radiation Chamber Shutters"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39582,9 +38309,10 @@
d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 8
},
+/obj/machinery/meter,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -39614,13 +38342,11 @@
/area/engine/engineering)
"btF" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/camera{
c_tag = "SM East";
dir = 9;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel/black{
@@ -39633,8 +38359,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -39643,8 +38367,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -39660,8 +38383,6 @@
dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -39695,7 +38416,6 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -39705,13 +38425,12 @@
},
/obj/structure/grille,
/obj/structure/window/reinforced,
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/engi_med)
"btM" = (
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -39720,13 +38439,12 @@
},
/obj/structure/grille,
/obj/structure/window/reinforced,
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/engi_med)
"btN" = (
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
@@ -39736,7 +38454,7 @@
},
/obj/structure/grille,
/obj/structure/window/reinforced,
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/engi_med)
"btO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -39758,8 +38476,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
@@ -39836,10 +38553,8 @@
},
/area/medical/medbay/central)
"btY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39865,7 +38580,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
icon_state = "whitebluecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39884,7 +38598,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39912,7 +38625,6 @@
idDoor = "virology_airlock_exterior";
idSelf = "virology_airlock_control";
name = "Virology Access Button";
- pixel_x = 0;
pixel_y = -28;
req_access_txt = "39"
},
@@ -39920,7 +38632,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
icon_state = "whitegreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39931,7 +38642,6 @@
idDoor = "virology_airlock_interior";
idSelf = "virology_airlock_control";
name = "Virology Access Button";
- pixel_x = 0;
pixel_y = -28;
req_access_txt = "39"
},
@@ -39939,7 +38649,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -39968,7 +38677,6 @@
idInterior = "virology_airlock_interior";
idSelf = "virology_airlock_control";
name = "Virology Access Console";
- pixel_x = 0;
pixel_y = -22;
req_access_txt = "39"
},
@@ -39976,7 +38684,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (WEST)";
icon_state = "whitegreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -40001,7 +38708,6 @@
pixel_x = 24
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -40107,9 +38813,8 @@
},
/area/storage/primary)
"buv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -40286,10 +38991,10 @@
},
/area/maintenance/asteroid/port/east)
"buK" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"buL" = (
@@ -40336,7 +39041,6 @@
"buP" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -40348,8 +39052,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/navbeacon{
@@ -40363,7 +39066,6 @@
/area/hallway/primary/central)
"buR" = (
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
icon_state = "yellowcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -40391,12 +39093,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -40406,7 +39105,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -40417,6 +39115,7 @@
d2 = 4;
icon_state = "2-4"
},
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -40424,11 +39123,11 @@
/area/engine/engineering)
"buW" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 8
},
/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/highpressure/fulltile,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -40442,12 +39141,11 @@
/area/engine/supermatter)
"buY" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/door/firedoor,
+/obj/structure/window/reinforced/highpressure/fulltile,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -40480,7 +39178,9 @@
d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Filtered to Gas"
+ },
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -40517,8 +39217,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -40534,11 +39233,9 @@
"bvf" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
icon_state = "yellowcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -40579,8 +39276,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -40599,7 +39295,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Central Asteroid Maintenance APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -40657,15 +39352,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
-/obj/structure/lattice/catwalk,
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"bvo" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
@@ -40673,6 +39367,7 @@
dir = 1;
icon_state = "pipe-c"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"bvp" = (
@@ -40771,12 +39466,13 @@
},
/area/hallway/primary/starboard)
"bvw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -40821,10 +39517,7 @@
},
/area/medical/medbay/central)
"bvC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -40843,8 +39536,7 @@
/area/medical/medbay/central)
"bvF" = (
/obj/machinery/sleeper{
- dir = 4;
- icon_state = "sleeper-open"
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -40878,7 +39570,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/bed/roller,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -40916,7 +39607,6 @@
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (EAST)";
icon_state = "ast_warn_end";
dir = 4
},
@@ -40999,9 +39689,7 @@
},
/area/storage/primary)
"bvV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -41016,8 +39704,7 @@
/area/storage/primary)
"bvX" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
@@ -41036,7 +39723,6 @@
dir = 4
},
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (WEST)";
icon_state = "greencorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41053,7 +39739,6 @@
/area/hydroponics)
"bwa" = (
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (WEST)";
icon_state = "darkgreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41102,11 +39787,6 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -41117,8 +39797,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41147,8 +39826,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/poddoor/preopen{
@@ -41185,7 +39863,6 @@
/obj/machinery/camera{
c_tag = "SM West";
dir = 4;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel/black{
@@ -41199,8 +39876,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/engine{
@@ -41236,7 +39912,7 @@
d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 8
},
/turf/open/floor/engine{
@@ -41291,8 +39967,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -41331,8 +40006,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41349,8 +40023,7 @@
},
/obj/machinery/camera{
c_tag = "Medbay Atmospherics Checkpoint";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41381,6 +40054,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -41405,11 +40082,9 @@
dir = 4
},
/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -41434,7 +40109,6 @@
/area/medical/medbay/central)
"bwI" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41463,13 +40137,11 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/camera{
c_tag = "Medbay East";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/obj/structure/noticeboard{
dir = 8;
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41480,7 +40152,6 @@
/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel{
@@ -41488,9 +40159,8 @@
},
/area/medical/medbay/central)
"bwN" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/landmark/start/medical_doctor,
/turf/open/floor/plasteel{
@@ -41508,14 +40178,12 @@
/area/medical/medbay/central)
"bwP" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/camera{
c_tag = "Cyrotubes";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41546,7 +40214,6 @@
/obj/structure/bed/roller,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41575,10 +40242,8 @@
},
/area/medical/genetics/cloning)
"bwU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/airalarm{
frequency = 1439;
@@ -41598,16 +40263,14 @@
dir = 6
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/medical/genetics/cloning)
"bwW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/white{
@@ -41615,9 +40278,8 @@
},
/area/medical/virology)
"bwX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41717,11 +40379,9 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Service Asteroid Hallway 3";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -41813,9 +40473,7 @@
},
/area/hydroponics)
"bxq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/grass{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -41877,14 +40535,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
icon_state = "yellowcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41898,7 +40554,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41906,11 +40561,9 @@
/area/engine/break_room)
"bxw" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-22";
icon_state = "plant-22"
},
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
icon_state = "yellowcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -41920,7 +40573,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -41932,6 +40584,7 @@
pixel_x = 24;
req_access_txt = "10"
},
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -41958,7 +40611,6 @@
/area/engine/supermatter)
"bxA" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 6
},
/obj/machinery/meter,
@@ -41979,13 +40631,13 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/machinery/button/door{
id = "SM2";
name = "Collector Shuttle Toggle";
pixel_x = -24;
req_access_txt = "10"
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -41995,9 +40647,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -42013,12 +40664,10 @@
"bxF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-22";
icon_state = "plant-22"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
icon_state = "yellowcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42033,7 +40682,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42051,7 +40699,6 @@
icon_state = "2-8"
},
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
icon_state = "yellowcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42144,7 +40791,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -42160,7 +40806,6 @@
/obj/machinery/button/door{
id = "medmain";
name = "Medbay Foyer Doors";
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/requests_console{
@@ -42168,9 +40813,7 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = 30;
- pixel_y = 0;
- pixel_z = 0
+ pixel_x = 30
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42201,12 +40844,10 @@
"bxX" = (
/obj/structure/bed/roller,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42244,7 +40885,6 @@
dir = 9
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42287,8 +40927,7 @@
/obj/machinery/portable_atmospherics/scrubber,
/obj/machinery/camera{
c_tag = "Primary Tool Storage South";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -42308,7 +40947,6 @@
pixel_y = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -42394,8 +41032,7 @@
icon_state = "right";
name = "Hydroponics Delievery Chute";
opacity = 1;
- req_access_txt = "33";
- tag = "icon-right (WEST)"
+ req_access_txt = "33"
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plating{
@@ -42448,8 +41085,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42473,12 +41109,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -42540,7 +41176,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -42557,7 +41193,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
icon_state = "yellowcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42591,15 +41226,12 @@
/area/maintenance/asteroid/central)
"byM" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -42608,6 +41240,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -42633,7 +41266,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (EAST)";
icon_state = "whitehall";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42661,7 +41293,6 @@
dir = 10
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42691,8 +41322,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white{
@@ -42706,8 +41336,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42721,12 +41350,10 @@
/area/medical/medbay/central)
"byY" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel{
@@ -42743,7 +41370,6 @@
/obj/machinery/camera{
c_tag = "Medbay West";
dir = 5;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/white{
@@ -42774,8 +41400,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/structure/sign/nosmoking_2{
pixel_x = 32
@@ -42786,7 +41411,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42857,9 +41481,8 @@
},
/area/hydroponics)
"bzk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42867,7 +41490,6 @@
/area/hydroponics)
"bzl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
@@ -42878,7 +41500,6 @@
"bzm" = (
/obj/machinery/hydroponics/constructable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/darkgreen{
@@ -42922,8 +41543,6 @@
/area/maintenance/asteroid/central)
"bzs" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/closed/wall/r_wall{
@@ -42933,8 +41552,6 @@
"bzt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel{
@@ -42945,12 +41562,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel{
@@ -42960,8 +41574,6 @@
"bzv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel{
@@ -42972,17 +41584,13 @@
/obj/structure/table,
/obj/item/weapon/storage/box/donkpockets,
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 29;
- pixel_y = 0
+ pixel_x = 29
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -42990,8 +41598,6 @@
/area/engine/break_room)
"bzx" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/closed/wall/r_wall{
@@ -43001,9 +41607,7 @@
"bzy" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 5;
- icon_state = "intact";
- tag = "icon-intact (SOUTHEAST)"
+ dir = 5
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43012,9 +41616,7 @@
"bzz" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- tag = "icon-manifold (EAST)";
name = "scrubbers pipe";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/black{
@@ -43022,7 +41624,7 @@
},
/area/engine/engineering)
"bzA" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
"bzB" = (
@@ -43051,11 +41653,9 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43065,8 +41665,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel{
@@ -43084,8 +41683,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d2 = 8;
@@ -43104,17 +41702,13 @@
pixel_y = 32
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHWEST)";
icon_state = "red";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/checkpoint/engineering)
"bzI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
@@ -43141,7 +41735,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
icon_state = "red";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43157,12 +41750,11 @@
/area/hallway/primary/starboard)
"bzL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/junction{
- icon_state = "pipe-j1";
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -43201,7 +41793,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (EAST)";
icon_state = "whitehall";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43260,7 +41851,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
icon_state = "whitebluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43274,7 +41864,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43329,11 +41918,7 @@
},
/area/medical/medbay/central)
"bzZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -43348,7 +41933,6 @@
"bAb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43371,10 +41955,7 @@
},
/area/medical/genetics/cloning)
"bAe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -43382,7 +41963,6 @@
"bAf" = (
/obj/machinery/clonepod,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/cable/orange{
@@ -43391,7 +41971,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43452,7 +42031,6 @@
"bAl" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel{
@@ -43476,17 +42054,14 @@
dir = 8
},
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (WEST)";
icon_state = "darkgreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hydroponics)
"bAo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43512,7 +42087,6 @@
req_access_txt = "35"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/darkgreen{
@@ -43522,7 +42096,6 @@
"bAs" = (
/obj/structure/flora/ausbushes/ywflowers,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/grass{
@@ -43541,7 +42114,6 @@
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (EAST)";
icon_state = "ast_warn_end";
dir = 4
},
@@ -43565,12 +42137,12 @@
d2 = 4;
icon_state = "2-4"
},
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
/obj/item/device/assembly/mousetrap/armed,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -43619,8 +42191,6 @@
/area/maintenance/asteroid/central)
"bAC" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/asteroid/line{
@@ -43633,8 +42203,6 @@
/area/maintenance/asteroid/central)
"bAD" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/closed/wall/r_wall{
@@ -43643,8 +42211,6 @@
/area/engine/break_room)
"bAE" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/closed/wall/r_wall{
@@ -43658,7 +42224,6 @@
/obj/machinery/camera{
c_tag = "Engineering Lobby West";
dir = 4;
- icon_state = "camera";
network = list("SS13","CE")
},
/obj/machinery/newscaster{
@@ -43672,14 +42237,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43689,7 +42250,6 @@
/obj/structure/table,
/obj/machinery/microwave,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43706,7 +42266,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/cable{
@@ -43724,9 +42283,6 @@
/obj/effect/turf_decal/stripes/corner{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -43736,8 +42292,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 5
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -43748,14 +42306,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -43766,17 +42323,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/components/trinary/filter{
+/obj/machinery/atmospherics/components/trinary/filter/critical{
dir = 8;
icon_state = "filter_off";
- on = 1;
- tag = "icon-filter_off (WEST)"
+ on = 1
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -43787,17 +42342,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/structure/sign/radiation{
pixel_y = 32
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -43808,18 +42362,17 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/airalarm{
frequency = 1439;
locked = 0;
pixel_y = 23
},
+/obj/machinery/atmospherics/pipe/manifold/green/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -43848,7 +42401,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -43858,13 +42411,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/structure/sign/radiation{
pixel_y = 32
},
/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -43879,7 +42432,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -43889,12 +42442,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
- },
/obj/machinery/light{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10
+ },
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -43908,7 +42461,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43933,14 +42485,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -43950,8 +42498,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
@@ -43965,8 +42512,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d2 = 8;
@@ -43989,8 +42535,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
@@ -44002,8 +42547,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel{
@@ -44024,7 +42568,6 @@
/area/security/checkpoint/engineering)
"bBc" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -44038,7 +42581,7 @@
name = "Broom Closet";
req_access_txt = "0"
},
-/turf/closed/wall{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard)
@@ -44069,9 +42612,8 @@
},
/area/medical/medbay/central)
"bBg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44081,7 +42623,6 @@
/obj/machinery/camera{
c_tag = "Medbay Lobby";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/white{
@@ -44102,7 +42643,6 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/white{
@@ -44212,7 +42752,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44322,7 +42861,6 @@
/area/maintenance/asteroid/starboard)
"bBA" = (
/obj/structure/disposaloutlet{
- icon_state = "outlet";
dir = 1
},
/obj/structure/disposalpipe/trunk,
@@ -44357,9 +42895,8 @@
},
/area/maintenance/asteroid/port/west)
"bBD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/grass{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44371,8 +42908,6 @@
/area/maintenance/asteroid/central)
"bBF" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plating/astplate{
@@ -44381,8 +42916,6 @@
/area/maintenance/asteroid/central)
"bBG" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating/astplate{
@@ -44391,8 +42924,6 @@
/area/maintenance/asteroid/central)
"bBH" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating/astplate{
@@ -44409,13 +42940,9 @@
/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
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -44424,7 +42951,6 @@
/obj/structure/table,
/obj/item/weapon/storage/box/cups,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44469,8 +42995,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -44481,8 +43006,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -44493,14 +43017,12 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -44511,8 +43033,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable/yellow{
d1 = 2;
@@ -44529,8 +43050,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -44580,11 +43100,9 @@
/obj/machinery/camera{
c_tag = "Engineering Lobby East";
dir = 4;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44605,10 +43123,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44626,8 +43142,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44655,14 +43170,12 @@
/obj/machinery/recharger,
/obj/machinery/camera{
c_tag = "Engineering Security Checkpoint";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/machinery/light{
dir = 4
@@ -44777,7 +43290,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
icon_state = "whitebluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44820,15 +43332,12 @@
id = "cloningmain";
name = "Cloning Door";
normaldoorcontrol = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/camera{
c_tag = "Cloning";
dir = 10;
- icon_state = "camera";
- network = list("SS13","CMO");
- tag = "icon-camera (SOUTHWEST)"
+ network = list("SS13","CMO")
},
/obj/structure/cable/orange{
d1 = 1;
@@ -44891,9 +43400,8 @@
},
/area/maintenance/asteroid/port/west)
"bCz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/hydrofloor{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44901,11 +43409,9 @@
/area/hydroponics)
"bCA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (WEST)";
icon_state = "darkgreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44966,8 +43472,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
@@ -44987,7 +43492,6 @@
"bCL" = (
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -44995,8 +43499,6 @@
/area/engine/break_room)
"bCM" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/closed/wall/r_wall{
@@ -45060,13 +43562,11 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/camera{
c_tag = "SM South";
dir = 1;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/engine{
@@ -45098,8 +43598,6 @@
/area/engine/engineering)
"bCX" = (
/obj/machinery/atmospherics/pipe/simple/orange/visible{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/closed/wall/r_wall,
@@ -45115,7 +43613,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45148,8 +43645,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_security{
name = "Prisoner Processing";
@@ -45181,9 +43677,7 @@
},
/area/security/checkpoint/engineering)
"bDf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/computer/security/telescreen{
desc = "Used to watch the CE's wrench monkeys incase they build another disposal 'ride'.";
name = "Engineering Monitor";
@@ -45213,7 +43707,6 @@
/obj/machinery/camera{
c_tag = "Medbay Asteroid Hallway 2";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel/neutral/corner{
@@ -45223,7 +43716,6 @@
"bDi" = (
/obj/machinery/chem_master,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTHWEST)";
icon_state = "whiteyellow";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45235,7 +43727,6 @@
},
/obj/effect/landmark/start/chemist,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
icon_state = "whiteyellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45250,7 +43741,6 @@
/obj/item/weapon/reagent_containers/glass/beaker/large,
/obj/item/weapon/reagent_containers/dropper,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
icon_state = "whiteyellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45258,7 +43748,6 @@
/area/medical/chemistry)
"bDl" = (
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
icon_state = "whiteyellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45267,7 +43756,6 @@
"bDm" = (
/obj/machinery/chem_master,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
icon_state = "whiteyellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45280,7 +43768,6 @@
pixel_y = 23
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTH)";
icon_state = "whiteyellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45291,7 +43778,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (NORTHEAST)";
icon_state = "whiteyellow";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45315,7 +43801,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
icon_state = "whitebluecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45354,8 +43839,7 @@
},
/obj/machinery/camera{
c_tag = "Medbay South";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45458,9 +43942,8 @@
},
/area/maintenance/asteroid/port/west)
"bDG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45487,8 +43970,6 @@
c_tag = "Hydroponics Storage";
dir = 1;
network = list("SS13");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/turf/open/floor/plasteel/hydrofloor{
@@ -45553,7 +44034,6 @@
/obj/machinery/camera{
c_tag = "Hydroponics Bee Reserve South";
dir = 5;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/grass{
@@ -45629,8 +44109,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel{
@@ -45648,7 +44127,6 @@
pixel_x = 24
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45667,7 +44145,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Engineering APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -45713,8 +44190,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
icon_state = "0-2";
@@ -45766,7 +44242,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (NORTH)";
icon_state = "yellowcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45790,8 +44265,6 @@
dir = 4
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -45802,8 +44275,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d2 = 8;
@@ -45834,7 +44306,6 @@
"bEo" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/structure/filingcabinet,
@@ -45850,7 +44321,6 @@
dir = 9
},
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/turf/open/floor/plasteel/red/side{
@@ -45879,7 +44349,6 @@
"bEs" = (
/obj/machinery/chem_dispenser,
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (WEST)";
icon_state = "whiteyellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45904,7 +44373,6 @@
/area/medical/chemistry)
"bEw" = (
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
icon_state = "whiteyellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -45917,7 +44385,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
icon_state = "whiteblue";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46003,7 +44470,6 @@
pixel_y = 23
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46086,7 +44552,6 @@
/obj/effect/turf_decal/stripes/line,
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -46096,6 +44561,7 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -46112,6 +44578,7 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -46161,11 +44628,9 @@
/area/engine/atmos)
"bEX" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/turf/open/floor/plasteel{
@@ -46204,7 +44669,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Atmospherics APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -46242,7 +44706,6 @@
"bFe" = (
/obj/structure/tank_dispenser,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46262,7 +44725,6 @@
"bFg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46272,8 +44734,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -46296,7 +44757,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46328,8 +44788,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46349,8 +44808,7 @@
icon_state = "plant-20";
light_color = "#E1E17D";
light_range = 5;
- luminosity = 2;
- tag = "icon-plant-20"
+ luminosity = 2
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46492,7 +44950,6 @@
},
/obj/structure/closet/secure_closet/engineering_electrical,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46519,7 +44976,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
icon_state = "yellowcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46541,7 +44997,6 @@
"bFC" = (
/obj/machinery/vending/cola,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46556,7 +45011,6 @@
},
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -46593,23 +45047,20 @@
department = "Chemistry";
departmentType = 2;
name = "Chemistry RC";
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/mob/living/simple_animal/bot/cleanbot{
name = "Na2CO3"
},
/turf/open/floor/plasteel/whiteyellow/corner{
- tag = "icon-whiteyellowcorner (NORTH)";
icon_state = "whiteyellowcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/medical/chemistry)
"bFH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46663,7 +45114,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteyellow/side{
- tag = "icon-whiteyellow (EAST)";
icon_state = "whiteyellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46694,7 +45144,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
icon_state = "whiteblue";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46751,7 +45200,6 @@
"bFU" = (
/obj/machinery/computer/scan_consolenew,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46856,7 +45304,6 @@
"bGh" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/light{
@@ -46872,11 +45319,7 @@
},
/area/crew_quarters/fitness)
"bGj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -46891,7 +45334,6 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 28
},
/turf/open/floor/plasteel/vault{
@@ -46900,15 +45342,11 @@
},
/area/crew_quarters/fitness)
"bGm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/camera{
c_tag = "Fitness North"
},
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-applebush";
icon_state = "applebush"
},
/turf/open/floor/plasteel/vault{
@@ -46929,7 +45367,6 @@
"bGo" = (
/obj/structure/sign/poster/random{
name = "random official poster";
- pixel_x = 0;
pixel_y = 32;
random_basetype = /obj/structure/sign/poster/official
},
@@ -46949,8 +45386,7 @@
/area/crew_quarters/fitness)
"bGp" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/filingcabinet,
/turf/open/floor/plasteel/vault{
@@ -46968,7 +45404,6 @@
name = "Forbidden Knowledge"
},
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTH)";
icon_state = "chapel";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -46976,9 +45411,7 @@
/area/library)
"bGs" = (
/obj/structure/table/wood,
-/obj/item/device/taperecorder{
- pixel_y = 0
- },
+/obj/item/device/taperecorder,
/obj/item/device/camera,
/obj/item/device/radio/intercom{
pixel_y = 25
@@ -46997,7 +45430,6 @@
/obj/item/stack/packageWrap,
/obj/item/device/destTagger,
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (EAST)";
icon_state = "chapel";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47139,7 +45571,6 @@
/obj/machinery/camera{
c_tag = "Atmospherics North-West";
dir = 4;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel{
@@ -47167,12 +45598,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47184,11 +45613,9 @@
},
/obj/effect/landmark/start/atmospheric_technician,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47205,8 +45632,7 @@
req_access_txt = "24"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/yellow{
@@ -47215,11 +45641,9 @@
/area/engine/atmos)
"bGP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47234,8 +45658,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -47250,8 +45673,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -47267,8 +45689,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -47278,7 +45699,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47293,8 +45713,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -47316,11 +45735,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47337,8 +45754,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -47357,8 +45773,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47371,8 +45786,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -47390,8 +45804,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -47414,8 +45827,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel{
@@ -47433,8 +45845,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -47456,8 +45867,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47474,8 +45884,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel{
@@ -47490,8 +45899,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel{
@@ -47508,11 +45916,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47527,8 +45933,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -47547,8 +45952,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -47558,7 +45962,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47568,8 +45971,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
@@ -47609,7 +46011,6 @@
dir = 10
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47637,9 +46038,8 @@
},
/area/medical/chemistry)
"bHn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47661,7 +46061,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteyellow/corner{
- tag = "icon-whiteyellowcorner (EAST)";
icon_state = "whiteyellowcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47680,7 +46079,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (SOUTHWEST)";
icon_state = "whiteblue";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47782,8 +46180,7 @@
dir = 1
},
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47801,17 +46198,15 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/medical/genetics)
"bHB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47848,7 +46243,6 @@
"bHE" = (
/obj/machinery/dna_scannernew,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47862,7 +46256,6 @@
/area/maintenance/asteroid/starboard)
"bHG" = (
/obj/structure/disposalpipe/junction{
- tag = "icon-pipe-j2 (WEST)";
icon_state = "pipe-j2";
dir = 8
},
@@ -47875,8 +46268,7 @@
dir = 1;
icon_state = "pipe-j2s";
name = "disposal pipe - Engineering";
- sortType = 4;
- tag = "icon-pipe-j2s (NORTH)"
+ sortType = 4
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -47988,7 +46380,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -48005,8 +46396,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48039,8 +46429,7 @@
icon_state = "right";
name = "Library Desk";
opacity = 1;
- req_access_txt = "37";
- tag = "icon-right (WEST)"
+ req_access_txt = "37"
},
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48053,8 +46442,7 @@
icon_state = "1-2"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/sign/poster/random{
name = "random official poster";
@@ -48078,8 +46466,6 @@
/area/library/lounge)
"bIe" = (
/obj/structure/chair/comfy/black{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/plasteel/grimy{
@@ -48103,7 +46489,6 @@
/area/maintenance/asteroid/port/east)
"bIh" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -48160,8 +46545,7 @@
/area/engine/atmos)
"bIn" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/button/door{
id = "atmodesk";
@@ -48169,7 +46553,6 @@
pixel_x = 24
},
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-13";
icon_state = "plant-13"
},
/turf/open/floor/plasteel/yellow/side{
@@ -48186,7 +46569,6 @@
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/scrubber,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48219,7 +46601,6 @@
dir = 1
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHEAST)";
icon_state = "yellow";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48227,7 +46608,6 @@
/area/engine/break_room)
"bIt" = (
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48251,8 +46631,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48267,8 +46646,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/holopad,
/turf/open/floor/plasteel{
@@ -48276,11 +46654,8 @@
},
/area/engine/engineering)
"bIz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48313,7 +46688,6 @@
/area/engine/engineering)
"bIC" = (
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48325,7 +46699,6 @@
dir = 1
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48358,7 +46731,6 @@
/obj/item/stack/packageWrap,
/obj/item/device/destTagger,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHEAST)";
icon_state = "yellow";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48389,7 +46761,6 @@
/area/maintenance/asteroid/central)
"bIK" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -48440,9 +46811,7 @@
/obj/machinery/camera{
c_tag = "Chemistry";
dir = 10;
- icon_state = "camera";
- network = list("SS13","CMO");
- tag = "icon-camera (SOUTHWEST)"
+ network = list("SS13","CMO")
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48557,8 +46926,7 @@
department = "Genetics";
departmentType = 0;
name = "Genetics Requests Console";
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48581,9 +46949,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48591,7 +46958,6 @@
/area/medical/genetics)
"bJe" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48631,8 +46997,7 @@
dir = 1;
icon_state = "pipe-j2s";
name = "disposal pipe - Atmospherics";
- sortType = 6;
- tag = "icon-pipe-j2s (NORTH)"
+ sortType = 6
},
/obj/structure/grille/broken,
/turf/open/floor/plasteel/floorgrime{
@@ -48649,7 +47014,7 @@
/obj/structure/table,
/obj/item/weapon/storage/fancy/cigarettes,
/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/airless,
+/turf/open/floor/plating,
/area/maintenance/asteroid/starboard)
"bJl" = (
/obj/structure/disposalpipe/segment,
@@ -48710,7 +47075,6 @@
"bJs" = (
/obj/machinery/light/small,
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (WEST)";
icon_state = "chapel";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48782,10 +47146,8 @@
},
/area/library/lounge)
"bJB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/light_switch{
pixel_x = 24
@@ -48810,7 +47172,6 @@
/obj/machinery/camera{
c_tag = "Atmospherics Storage";
dir = 4;
- icon_state = "camera";
network = list("SS13","CE")
},
/obj/machinery/portable_atmospherics/scrubber,
@@ -48844,11 +47205,8 @@
},
/area/engine/atmos)
"bJH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48891,12 +47249,10 @@
/obj/machinery/camera{
c_tag = "Engineering West";
dir = 4;
- icon_state = "camera";
network = list("SS13","CE")
},
/obj/machinery/vending/tool,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -48922,8 +47278,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/item/clothing/gloves/color/yellow,
/turf/open/floor/plasteel{
@@ -48934,7 +47289,6 @@
/obj/structure/table,
/obj/item/weapon/book/manual/wiki/engineering_construction,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel{
@@ -48942,10 +47296,7 @@
},
/area/engine/engineering)
"bJP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -48954,8 +47305,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel{
@@ -48996,11 +47346,9 @@
/obj/machinery/camera{
c_tag = "Engineering East";
dir = 9;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49067,10 +47415,8 @@
},
/area/medical/medbay/zone2)
"bKb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49097,9 +47443,7 @@
"bKe" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -49116,7 +47460,6 @@
"bKf" = (
/obj/structure/closet/wardrobe/genetics_white,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white{
@@ -49178,8 +47521,7 @@
dir = 1;
icon_state = "pipe-j2s";
name = "disposal pipe - Genetics";
- sortType = 23;
- tag = "icon-pipe-j2s (NORTH)"
+ sortType = 23
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49202,7 +47544,6 @@
/area/crew_quarters/fitness)
"bKn" = (
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -49210,7 +47551,6 @@
"bKo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -49219,7 +47559,6 @@
/obj/effect/landmark/lightsout,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -49321,7 +47660,11 @@
d2 = 8;
icon_state = "4-8"
},
-/turf/closed/wall{
+/obj/machinery/door/airlock/maintenance{
+ name = "Port Asteroid Maintenance";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/library/lounge)
@@ -49335,8 +47678,7 @@
"bKA" = (
/obj/machinery/atmospherics/pipe/simple/orange/visible,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49345,9 +47687,7 @@
"bKB" = (
/obj/effect/landmark/lightsout,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 10;
- icon_state = "intact";
- tag = "icon-intact (SOUTHEAST)"
+ dir = 10
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49366,13 +47706,11 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/camera{
c_tag = "Atmospherics North";
dir = 9;
- icon_state = "camera";
network = list("SS13","CE")
},
/obj/structure/closet/secure_closet/atmospherics,
@@ -49435,8 +47773,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/yellow/side{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49473,11 +47810,8 @@
/area/engine/engineering)
"bKO" = (
/obj/structure/closet/radiation,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49520,11 +47854,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49580,7 +47911,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Chemistry APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -49663,19 +47993,15 @@
},
/area/medical/medbay/zone2)
"bLh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/requests_console{
announcementConsole = 0;
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = 30;
- pixel_y = 0;
- pixel_z = 0
+ pixel_x = 30
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49714,9 +48040,7 @@
/obj/machinery/camera{
c_tag = "Genetics";
dir = 10;
- icon_state = "camera";
- network = list("SS13","CMO");
- tag = "icon-camera (SOUTHWEST)"
+ network = list("SS13","CMO")
},
/turf/open/floor/plasteel/whitepurple/side{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49736,7 +48060,6 @@
"bLm" = (
/obj/machinery/dna_scannernew,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHEAST)";
icon_state = "whitepurple";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49818,8 +48141,7 @@
dir = 1;
icon_state = "pipe-j2s";
name = "disposal pipe - Chemistry";
- sortType = 11;
- tag = "icon-pipe-j2s (NORTH)"
+ sortType = 11
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49860,7 +48182,6 @@
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (WEST)";
icon_state = "warn_end";
dir = 8
},
@@ -49927,8 +48248,7 @@
},
/obj/machinery/camera{
c_tag = "Service Asteroid Hallway 4";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -49936,9 +48256,7 @@
/area/hallway/primary/port)
"bLF" = (
/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole/bookmanagement{
- pixel_y = 0
- },
+/obj/machinery/computer/libraryconsole/bookmanagement,
/obj/machinery/light_switch{
pixel_y = 28
},
@@ -50032,15 +48350,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/requests_console{
department = "Atmospherics";
departmentType = 4;
name = "Atmos RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/structure/closet/secure_closet/atmospherics,
/obj/item/weapon/pickaxe/mini,
@@ -50056,7 +48372,6 @@
/obj/machinery/camera{
c_tag = "Atmospherics Airlock";
dir = 5;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel{
@@ -50095,7 +48410,6 @@
"bLW" = (
/obj/machinery/vending/engivend,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -50105,6 +48419,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -50120,13 +48435,13 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/poddoor/shutters/preopen{
id = "ceoffice"
@@ -50153,8 +48468,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/poddoor/shutters/preopen{
id = "ceoffice"
@@ -50202,12 +48516,10 @@
/obj/machinery/camera{
c_tag = "Engineering South";
dir = 1;
- icon_state = "camera";
network = list("SS13","CE")
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/plasteel/yellow/side{
@@ -50218,13 +48530,11 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -50313,21 +48623,18 @@
"bMk" = (
/obj/structure/closet/firecloset/full,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHEAST)";
icon_state = "yellow";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/engine/engineering)
"bMl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Gravity Generator Airlock";
dir = 1;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel/black{
@@ -50353,8 +48660,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -50367,8 +48673,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/engineering{
cyclelinkeddir = null;
@@ -50389,13 +48694,11 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/camera{
c_tag = "Gravity Generator";
dir = 1;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel/black{
@@ -50412,8 +48715,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -50423,16 +48725,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -50499,7 +48798,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -50536,8 +48834,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -50652,15 +48949,12 @@
"bMH" = (
/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,
@@ -50708,7 +49002,6 @@
/obj/machinery/camera{
c_tag = "Medbay Storage";
dir = 10;
- icon_state = "camera";
network = list("SS13","CMO")
},
/turf/open/floor/plasteel/white{
@@ -50803,8 +49096,7 @@
dir = 1;
icon_state = "pipe-j2s";
name = "disposal pipe - Medbay";
- sortType = 9;
- tag = "icon-pipe-j2s (NORTH)"
+ sortType = 9
},
/obj/item/weapon/wrench,
/turf/open/floor/plasteel/floorgrime{
@@ -50830,8 +49122,6 @@
/area/crew_quarters/fitness)
"bMX" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -50839,16 +49129,12 @@
"bMY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/crew_quarters/fitness)
"bMZ" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -50920,8 +49206,7 @@
"bNj" = (
/obj/machinery/camera{
c_tag = "Library East";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -50941,7 +49226,6 @@
},
/obj/structure/cable/orange,
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (EAST)";
icon_state = "ast_warn_end";
dir = 4
},
@@ -50981,7 +49265,6 @@
"bNp" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -50997,12 +49280,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
@@ -51032,7 +49313,6 @@
id = "engiestoragesmes";
name = "Engineering SMES Blast Door Control";
pixel_x = -24;
- pixel_y = 0;
req_access_txt = "10;11"
},
/obj/machinery/button/door{
@@ -51064,8 +49344,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51082,8 +49361,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/yellow{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51196,7 +49474,6 @@
dir = 5
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -51251,7 +49528,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Genetics APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -51322,7 +49598,7 @@
dir = 4
},
/obj/structure/closet/firecloset/full,
-/turf/open/floor/plating/airless,
+/turf/open/floor/plating,
/area/maintenance/asteroid/starboard)
"bNS" = (
/obj/structure/disposalpipe/junction{
@@ -51382,8 +49658,7 @@
/obj/structure/table/wood,
/obj/machinery/camera{
c_tag = "Library West";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51426,11 +49701,8 @@
},
/area/library/lounge)
"bOc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51489,7 +49761,6 @@
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/obj/machinery/meter,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51506,9 +49777,7 @@
/area/engine/atmos)
"bOn" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51517,7 +49786,6 @@
"bOo" = (
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51624,7 +49892,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTHWEST)";
icon_state = "yellow";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51634,8 +49901,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/firealarm{
pixel_y = 24
@@ -51652,7 +49918,6 @@
icon_state = "2-8"
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51662,14 +49927,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51679,15 +49942,13 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 8
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51697,12 +49958,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51712,12 +49971,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/table,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51732,12 +49989,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51752,8 +50007,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/sign/electricshock{
pixel_y = 32
@@ -51767,8 +50021,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
icon_state = "0-4";
@@ -51783,8 +50036,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
icon_state = "0-4";
@@ -51802,8 +50054,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
icon_state = "0-4";
@@ -51831,8 +50082,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51856,8 +50106,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51870,7 +50119,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -51897,8 +50145,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -51929,7 +50176,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Medbay Storage APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -52022,7 +50268,6 @@
/area/crew_quarters/fitness)
"bOZ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel{
@@ -52037,7 +50282,6 @@
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -52103,8 +50347,7 @@
dir = 4
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/sign/poster/random{
name = "random official poster";
@@ -52118,7 +50361,6 @@
"bPh" = (
/obj/structure/sign/poster/random{
name = "random official poster";
- pixel_x = 0;
pixel_y = -32;
random_basetype = /obj/structure/sign/poster/official
},
@@ -52177,17 +50419,11 @@
/turf/open/floor/plating/asteroid,
/area/maintenance/asteroid/port/east)
"bPo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "n2 vent"
},
/turf/open/floor/engine/n2,
/area/engine/atmos)
@@ -52227,7 +50463,6 @@
},
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -52235,8 +50470,7 @@
/area/engine/atmos)
"bPt" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/obj/effect/landmark/start/atmospheric_technician,
/turf/open/floor/plasteel{
@@ -52257,9 +50491,8 @@
},
/area/engine/atmos)
"bPw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -52285,16 +50518,16 @@
"bPz" = (
/obj/machinery/computer/apc_control,
/obj/machinery/light,
+/obj/structure/sign/map/left/ceres{
+ pixel_x = -32
+ },
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/crew_quarters/heads/chief)
"bPA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/keycard_auth{
pixel_y = -28
@@ -52308,7 +50541,6 @@
/obj/machinery/suit_storage_unit/ce,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/neutral{
@@ -52320,8 +50552,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -52329,7 +50560,6 @@
/area/crew_quarters/heads/chief)
"bPD" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/obj/machinery/power/apc{
@@ -52350,7 +50580,6 @@
/obj/structure/table,
/obj/item/weapon/book/manual/engineering_particle_accelerator,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -52361,8 +50590,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -52407,7 +50635,6 @@
/area/engine/engine_smes)
"bPK" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable/yellow{
@@ -52425,7 +50652,6 @@
/area/engine/engine_smes)
"bPL" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable/yellow{
@@ -52677,8 +50903,6 @@
pixel_y = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -52702,10 +50926,8 @@
},
/area/crew_quarters/fitness)
"bQg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -52748,10 +50970,8 @@
},
/area/library)
"bQl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -52803,7 +51023,6 @@
/obj/machinery/camera{
c_tag = "Atmospheric Tanks 2";
dir = 5;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel/black{
@@ -52816,7 +51035,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -52855,7 +51073,6 @@
/area/engine/atmos)
"bQw" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel{
@@ -52923,7 +51140,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -52934,8 +51150,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -52950,19 +51165,16 @@
},
/area/engine/engine_smes)
"bQH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/engine/engine_smes)
"bQI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -52983,7 +51195,6 @@
"bQK" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/structure/disposalpipe/segment{
@@ -52992,7 +51203,6 @@
/obj/machinery/camera{
c_tag = "Engineering Power Storage";
dir = 1;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel{
@@ -53019,8 +51229,7 @@
icon_state = "right";
name = "Engineering Delievery Chute";
opacity = 1;
- req_access_txt = "10";
- tag = "icon-right (WEST)"
+ req_access_txt = "10"
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plating{
@@ -53059,11 +51268,9 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -53136,21 +51343,14 @@
},
/area/crew_quarters/fitness)
"bQY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
dir = 5
},
/area/crew_quarters/fitness)
"bQZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
dir = 5
@@ -53188,10 +51388,7 @@
"bRe" = (
/obj/structure/noticeboard{
dir = 8;
- icon_state = "nboard00";
- pixel_x = 32;
- pixel_y = 0;
- tag = "icon-nboard00 (WEST)"
+ pixel_x = 32
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -53226,7 +51423,6 @@
dir = 8
},
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/obj/structure/disposalpipe/segment{
@@ -53246,7 +51442,6 @@
/area/library)
"bRj" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/obj/structure/disposalpipe/segment{
@@ -53257,12 +51452,10 @@
},
/area/library)
"bRk" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/obj/structure/disposalpipe/segment{
@@ -53340,8 +51533,6 @@
/area/engine/atmos)
"bRt" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- tag = "icon-connector_map (EAST)";
- icon_state = "connector_map";
dir = 4
},
/obj/machinery/portable_atmospherics/pump,
@@ -53351,13 +51542,10 @@
/area/engine/atmos)
"bRu" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -53365,8 +51553,7 @@
/area/engine/atmos)
"bRv" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -53379,7 +51566,6 @@
/obj/machinery/portable_atmospherics/canister,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -53405,9 +51591,7 @@
/area/engine/atmos)
"bRz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- tag = "icon-manifold (NORTH)";
name = "scrubbers pipe";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel{
@@ -53421,9 +51605,7 @@
name = "Waste Loop"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- tag = "icon-manifold (EAST)";
name = "scrubbers pipe";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel{
@@ -53444,7 +51626,6 @@
icon_state = "2-4"
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -53455,7 +51636,6 @@
/obj/machinery/camera{
c_tag = "Engineering Power Storage 2";
dir = 1;
- icon_state = "camera";
network = list("SS13","CE")
},
/obj/structure/cable{
@@ -53517,11 +51697,9 @@
/obj/machinery/portable_atmospherics/scrubber,
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHEAST)";
icon_state = "yellow";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -53530,7 +51708,6 @@
"bRK" = (
/obj/machinery/suit_storage_unit/engine,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -53545,7 +51722,6 @@
"bRM" = (
/obj/machinery/suit_storage_unit/engine,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHEAST)";
icon_state = "yellow";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -53553,11 +51729,9 @@
/area/engine/engine_smes)
"bRN" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -53566,7 +51740,6 @@
/obj/machinery/camera{
c_tag = "Medbay Asteroid Hallway 1";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel/neutral/corner{
@@ -53685,16 +51858,13 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/crew_quarters/fitness)
"bSb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -53805,7 +51975,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -53866,8 +52035,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -53903,7 +52071,6 @@
pixel_x = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -53992,7 +52159,6 @@
/obj/machinery/camera{
c_tag = "Fitness South";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -54022,8 +52188,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -54033,8 +52197,6 @@
dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -54064,7 +52226,6 @@
pixel_x = -32
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -54084,8 +52245,7 @@
"bSU" = (
/obj/machinery/camera{
c_tag = "Library Explicits";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel/grimy{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54096,17 +52256,11 @@
/turf/open/floor/plating/asteroid,
/area/maintenance/asteroid/port/east)
"bSW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "oxygen vent"
},
/turf/open/floor/engine/o2{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54115,8 +52269,7 @@
"bSX" = (
/obj/machinery/meter,
/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 4
},
/turf/closed/wall/r_wall{
@@ -54129,7 +52282,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54142,8 +52294,6 @@
node1_concentration = 0.8;
node2_concentration = 0.2;
on = 1;
- pixel_x = 0;
- pixel_y = 0;
target_pressure = 4500
},
/turf/open/floor/plasteel{
@@ -54162,11 +52312,9 @@
/area/engine/atmos)
"bTb" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54184,7 +52332,6 @@
"bTd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54228,8 +52375,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54388,7 +52534,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54396,11 +52541,8 @@
/area/engine/atmos)
"bTB" = (
/obj/effect/landmark/event_spawn,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54412,7 +52554,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54437,7 +52578,6 @@
on = 0
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54445,8 +52585,6 @@
/area/engine/atmos)
"bTF" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel{
@@ -54473,14 +52611,11 @@
/area/engine/atmos)
"bTI" = (
/obj/machinery/atmospherics/pipe/manifold/supply/visible{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/obj/machinery/camera{
c_tag = "Atmospherics Distro";
dir = 9;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel{
@@ -54508,7 +52643,6 @@
pixel_x = -32
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -54572,7 +52706,6 @@
"bTT" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/freezer{
@@ -54600,13 +52733,10 @@
"bTW" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/freezer{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54632,11 +52762,8 @@
},
/area/crew_quarters/fitness)
"bTZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -54671,7 +52798,6 @@
},
/obj/structure/sign/poster/random{
name = "random official poster";
- pixel_x = 0;
pixel_y = 32;
random_basetype = /obj/structure/sign/poster/official
},
@@ -54699,7 +52825,6 @@
},
/obj/structure/sign/poster/random{
name = "random official poster";
- pixel_x = 0;
pixel_y = 32;
random_basetype = /obj/structure/sign/poster/official
},
@@ -54734,9 +52859,7 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54792,8 +52915,6 @@
/area/engine/atmos)
"bUm" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plasteel/black{
@@ -54803,12 +52924,9 @@
"bUn" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54843,7 +52961,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHEAST)";
icon_state = "yellow";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54854,7 +52971,6 @@
dir = 6
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -54862,8 +52978,6 @@
/area/engine/atmos)
"bUt" = (
/obj/machinery/atmospherics/pipe/manifold/green/visible{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/obj/machinery/meter,
@@ -54879,11 +52993,9 @@
target_pressure = 101
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel{
@@ -54962,9 +53074,8 @@
},
/area/crew_quarters/fitness)
"bUG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55075,7 +53186,6 @@
dir = 8
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55083,7 +53193,6 @@
/area/engine/atmos)
"bUU" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plasteel/yellow/side{
@@ -55117,8 +53226,7 @@
/area/engine/atmos)
"bUY" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/machinery/meter,
/turf/open/floor/plasteel{
@@ -55127,8 +53235,6 @@
/area/engine/atmos)
"bUZ" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel{
@@ -55142,10 +53248,8 @@
},
/area/maintenance/asteroid/central)
"bVb" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -55158,10 +53262,9 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/dock_med)
"bVc" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
dir = 8
},
@@ -55178,10 +53281,9 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/dock_med)
"bVd" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
@@ -55190,6 +53292,7 @@
d2 = 8;
icon_state = "1-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"bVe" = (
@@ -55231,7 +53334,6 @@
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (WEST)";
icon_state = "ast_warn_end";
dir = 8
},
@@ -55245,12 +53347,10 @@
/obj/machinery/camera{
c_tag = "Fitness Bathrooms";
dir = 4;
- icon_state = "camera";
network = list("SS13","CE")
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/urinal{
pixel_x = -32
@@ -55292,8 +53392,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55339,16 +53438,11 @@
},
/area/chapel/main)
"bVr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/on{
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
+ name = "air out"
},
/turf/open/floor/engine/air{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55368,8 +53462,7 @@
/area/engine/atmos)
"bVt" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55377,8 +53470,6 @@
/area/engine/atmos)
"bVu" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/obj/structure/window/reinforced{
@@ -55394,9 +53485,7 @@
/area/engine/atmos)
"bVv" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/components/binary/pump{
@@ -55434,8 +53523,7 @@
},
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/vault{
- initial_gas_mix = "n2=100;TEMP=80";
- temperature = 80
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/engine/atmos)
"bVy" = (
@@ -55451,9 +53539,8 @@
},
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/vault{
- dir = 5;
- initial_gas_mix = "n2=500;TEMP=80";
- temperature = 80
+ baseturf = /turf/open/floor/plating/asteroid/airless;
+ dir = 5
},
/area/engine/atmos)
"bVz" = (
@@ -55467,8 +53554,7 @@
},
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/vault{
- initial_gas_mix = "n2=100;TEMP=80";
- temperature = 80
+ baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/engine/atmos)
"bVA" = (
@@ -55491,7 +53577,6 @@
on = 1
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55502,8 +53587,6 @@
pixel_x = 24
},
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel{
@@ -55511,10 +53594,8 @@
},
/area/engine/atmos)
"bVD" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -55522,10 +53603,9 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/dock_med)
"bVE" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
dir = 8
},
@@ -55540,7 +53620,7 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/dock_med)
"bVF" = (
/obj/machinery/light{
@@ -55569,7 +53649,6 @@
"bVH" = (
/obj/machinery/light/small,
/obj/structure/toilet{
- icon_state = "toilet00";
dir = 8
},
/obj/machinery/button/door{
@@ -55595,8 +53674,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/table,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/weapon/storage/firstaid/o2,
/obj/structure/disposalpipe/segment,
@@ -55607,11 +53685,9 @@
"bVK" = (
/obj/machinery/camera{
c_tag = "Chapel West";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTH)";
icon_state = "chapel";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55622,7 +53698,6 @@
dir = 1
},
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (EAST)";
icon_state = "chapel";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55630,7 +53705,6 @@
/area/chapel/main)
"bVM" = (
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTH)";
icon_state = "chapel";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55638,7 +53712,6 @@
/area/chapel/main)
"bVN" = (
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (EAST)";
icon_state = "chapel";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55661,10 +53734,7 @@
},
/area/chapel/main)
"bVQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -55674,7 +53744,6 @@
dir = 1
},
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTH)";
icon_state = "chapel";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55695,8 +53764,6 @@
/area/chapel/main)
"bVU" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/obj/machinery/light{
@@ -55736,7 +53803,6 @@
/obj/machinery/camera{
c_tag = "Atmospheric Tanks 1";
dir = 1;
- icon_state = "camera";
network = list("SS13","CE")
},
/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
@@ -55768,7 +53834,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55802,7 +53867,6 @@
/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/plasteel/yellow/side{
@@ -55825,7 +53889,6 @@
/area/maintenance/asteroid/disposal/east)
"bWi" = (
/obj/structure/disposaloutlet{
- icon_state = "outlet";
dir = 1
},
/obj/structure/disposalpipe/trunk,
@@ -55835,11 +53898,9 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Service Asteroid Hallway 5";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -55855,7 +53916,6 @@
/area/chapel/main)
"bWl" = (
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (WEST)";
icon_state = "chapel";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -55911,8 +53971,6 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating{
@@ -55965,11 +54023,8 @@
/turf/closed/wall/rust,
/area/maintenance/asteroid/disposal/east)
"bWB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/freezer{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56004,7 +54059,6 @@
"bWE" = (
/obj/machinery/light/small,
/obj/structure/toilet{
- icon_state = "toilet00";
dir = 8
},
/obj/machinery/button/door{
@@ -56055,9 +54109,7 @@
},
/area/chapel/main)
"bWI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/grimy{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -56077,8 +54129,7 @@
"bWL" = (
/obj/machinery/camera{
c_tag = "Chapel East";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel/grimy{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56098,7 +54149,6 @@
},
/obj/structure/cable/orange,
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (EAST)";
icon_state = "ast_warn_end";
dir = 4
},
@@ -56127,17 +54177,11 @@
},
/area/engine/atmos)
"bWP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 1;
- 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
+ name = "co2 vent"
},
/turf/open/floor/engine/co2{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56164,17 +54208,11 @@
},
/area/engine/atmos)
"bWS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 1;
- 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
+ name = "plasma vent"
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/engine/plasma{
@@ -56202,17 +54240,11 @@
},
/area/engine/atmos)
"bWV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 1;
- 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
+ name = "n2o vent"
},
/turf/open/floor/engine/n2o{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56239,17 +54271,11 @@
},
/area/engine/atmos)
"bWY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 1;
- 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
+ name = "distro vent"
},
/turf/open/floor/engine/vacuum{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56283,12 +54309,12 @@
},
/area/maintenance/asteroid/central)
"bXd" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable/orange{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"bXe" = (
@@ -56337,15 +54363,12 @@
/obj/machinery/power/apc{
dir = 1;
name = "Eastern External Waste Belt APC";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plating,
/area/maintenance/asteroid/disposal/east)
"bXj" = (
/obj/machinery/conveyor/auto{
- tag = "icon-conveyor0 (NORTHEAST)";
- icon_state = "conveyor0";
dir = 5
},
/turf/open/floor/plating,
@@ -56533,8 +54556,6 @@
},
/obj/machinery/conveyor/auto{
dir = 10;
- icon_state = "conveyor0";
- tag = "icon-conveyor0 (SOUTHWEST)";
verted = -1
},
/turf/open/floor/plating,
@@ -56657,7 +54678,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTH)";
icon_state = "chapel";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56668,7 +54688,6 @@
dir = 4
},
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (EAST)";
icon_state = "chapel";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56687,7 +54706,6 @@
dir = 4
},
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (NORTH)";
icon_state = "chapel";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56778,8 +54796,6 @@
/area/maintenance/asteroid/disposal/east)
"bYk" = (
/obj/machinery/conveyor/auto{
- tag = "icon-conveyor0 (EAST)";
- icon_state = "conveyor0";
dir = 4
},
/obj/machinery/light/small,
@@ -56788,8 +54804,6 @@
"bYl" = (
/obj/machinery/conveyor/auto{
dir = 10;
- icon_state = "conveyor0";
- tag = "icon-conveyor0 (SOUTHWEST)";
verted = -1
},
/turf/open/floor/plating,
@@ -56812,9 +54826,8 @@
name = "Fitness Toilets"
})
"bYo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56909,7 +54922,6 @@
dir = 1
},
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (WEST)";
icon_state = "chapel";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56930,7 +54942,6 @@
"bYz" = (
/obj/machinery/light,
/turf/open/floor/plasteel/chapel{
- tag = "icon-chapel (WEST)";
icon_state = "chapel";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -56956,7 +54967,6 @@
/area/crew_quarters/abandoned_gambling_den)
"bYC" = (
/obj/structure/toilet{
- icon_state = "toilet00";
dir = 8
},
/obj/machinery/light/small{
@@ -57015,8 +55025,7 @@
/area/hallway/primary/port)
"bYK" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
@@ -57140,9 +55149,8 @@
name = "Fitness Toilets"
})
"bYX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -57211,7 +55219,6 @@
"bZf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-applebush";
icon_state = "applebush"
},
/turf/open/floor/plasteel/grimy{
@@ -57307,7 +55314,6 @@
/obj/item/chair/stool,
/obj/structure/sign/poster/random{
name = "random contraband poster";
- pixel_x = 0;
pixel_y = 32;
random_basetype = /obj/structure/sign/poster/contraband
},
@@ -57332,6 +55338,7 @@
/obj/machinery/vending/boozeomat{
req_access_txt = "0"
},
+/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -57435,8 +55442,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Chapel Office";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plasteel/grimy{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -57466,10 +55472,8 @@
},
/area/chapel/office)
"bZI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -57540,7 +55544,6 @@
},
/obj/structure/sign/poster/random{
name = "random contraband poster";
- pixel_x = 0;
pixel_y = 32;
random_basetype = /obj/structure/sign/poster/contraband
},
@@ -57563,8 +55566,7 @@
"bZT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -57582,8 +55584,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -57596,8 +55597,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/maintenance/external{
@@ -57680,13 +55680,11 @@
/area/chapel/office)
"cad" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/sign/poster/random{
name = "random contraband poster";
pixel_x = -32;
- pixel_y = 0;
random_basetype = /obj/structure/sign/poster/contraband
},
/turf/open/floor/wood{
@@ -57772,9 +55770,8 @@
},
/area/hallway/primary/port)
"cap" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -57816,8 +55813,7 @@
/obj/structure/closet/coffin,
/obj/machinery/camera{
c_tag = "Chapel Coffins";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -57832,7 +55828,6 @@
"caw" = (
/obj/structure/sign/poster/random{
name = "random contraband poster";
- pixel_x = 0;
pixel_y = -32;
random_basetype = /obj/structure/sign/poster/contraband
},
@@ -58108,13 +56103,11 @@
/obj/machinery/camera{
c_tag = "Holodeck South";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/structure/closet/lasertag/blue,
/obj/structure/sign/poster/random{
name = "random official poster";
- pixel_x = 0;
pixel_y = -32;
random_basetype = /obj/structure/sign/poster/official
},
@@ -58123,11 +56116,8 @@
},
/area/crew_quarters/fitness)
"cba" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/light,
/obj/structure/disposalpipe/segment{
@@ -58149,7 +56139,6 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel{
@@ -58166,7 +56155,6 @@
/obj/structure/closet/lasertag/red,
/obj/structure/sign/poster/random{
name = "random official poster";
- pixel_x = 0;
pixel_y = -32;
random_basetype = /obj/structure/sign/poster/official
},
@@ -58187,7 +56175,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel{
@@ -58208,14 +56195,12 @@
},
/obj/machinery/camera{
c_tag = "Service Asteroid Hallway 6";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/obj/structure/extinguisher_cabinet{
pixel_x = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -58228,8 +56213,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -58244,7 +56228,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating{
@@ -58300,7 +56283,6 @@
/obj/machinery/computer/slot_machine,
/obj/structure/sign/poster/random{
name = "random contraband poster";
- pixel_x = 0;
pixel_y = -32;
random_basetype = /obj/structure/sign/poster/contraband
},
@@ -58366,7 +56348,6 @@
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -58390,7 +56371,6 @@
dir = 4
},
/obj/structure/disposaloutlet{
- icon_state = "outlet";
dir = 1
},
/turf/open/floor/plating{
@@ -58422,8 +56402,7 @@
"cbA" = (
/obj/machinery/camera{
c_tag = "Crematorium";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -58524,7 +56503,6 @@
pixel_x = -32
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -58654,8 +56632,7 @@
})
"cbZ" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
@@ -58664,7 +56641,7 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plating/airless/astplate{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/secondary/bridges/serv_sci)
@@ -58679,8 +56656,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -58703,7 +56679,7 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plating/airless/astplate{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/secondary/bridges/serv_sci)
@@ -58723,7 +56699,6 @@
name = "Civilian Asteroid"
})
"cce" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
@@ -58731,13 +56706,12 @@
dir = 4;
icon_state = "pipe-c"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"ccf" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
@@ -58750,10 +56724,9 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/dock_med)
"ccg" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
dir = 8
},
@@ -58770,7 +56743,7 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/dock_med)
"cch" = (
/obj/structure/table,
@@ -58818,15 +56791,14 @@
})
"ccl" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/grille,
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plating/airless/astplate{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/secondary/bridges/serv_sci)
@@ -58844,7 +56816,7 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plating/airless/astplate{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/secondary/bridges/serv_sci)
@@ -58861,13 +56833,13 @@
},
/area/hallway/primary/starboard/aft)
"cco" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"ccp" = (
@@ -59021,8 +56993,7 @@
},
/obj/machinery/camera{
c_tag = "Docking Atmospherics Checkpoint";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -59030,8 +57001,7 @@
/area/hallway/primary/starboard/aft)
"ccI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -59043,10 +57013,11 @@
/area/hallway/primary/starboard/aft)
"ccJ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -59122,10 +57093,11 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -59187,8 +57159,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/camera{
c_tag = "Service-Research Bridge";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -59265,8 +57236,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -59313,7 +57284,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -59353,11 +57323,9 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 16";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -59366,8 +57334,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -59377,8 +57344,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
@@ -59396,8 +57362,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -59435,11 +57400,9 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/shuttle/escape)
@@ -59497,8 +57460,7 @@
desc = "A warning sign which reads 'HIGH VOLTAGE'";
icon_state = "shock";
name = "HIGH VOLTAGE";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -59513,7 +57475,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -59522,7 +57483,6 @@
/obj/structure/table,
/obj/item/weapon/book/manual/wiki/security_space_law,
/turf/open/floor/mineral/plastitanium/brig{
- tag = "icon-darkred (NORTH)";
icon_state = "darkred";
dir = 1;
floor_tile = /obj/item/stack/tile/plasteel
@@ -59587,8 +57547,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/external{
cyclelinkeddir = 4;
@@ -59604,8 +57563,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -59615,8 +57573,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/external{
cyclelinkeddir = 8;
@@ -59632,8 +57589,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -59677,7 +57633,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -59721,7 +57676,6 @@
dir = 1
},
/turf/open/floor/mineral/plastitanium/brig{
- tag = "icon-darkred (NORTH)";
icon_state = "darkred";
dir = 1;
floor_tile = /obj/item/stack/tile/plasteel
@@ -59730,7 +57684,6 @@
"cdY" = (
/obj/structure/chair,
/turf/open/floor/mineral/plastitanium/brig{
- tag = "icon-darkred (NORTH)";
icon_state = "darkred";
dir = 1;
floor_tile = /obj/item/stack/tile/plasteel
@@ -59801,8 +57754,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/storage/tech)
@@ -59813,6 +57765,7 @@
icon_state = "1-4"
},
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/window/reinforced/fulltile,
@@ -59827,8 +57780,8 @@
/turf/open/space,
/area/space)
"ceg" = (
-/obj/structure/lattice/catwalk,
/obj/item/weapon/wrench,
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/aft)
"ceh" = (
@@ -59875,7 +57828,6 @@
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (WEST)";
icon_state = "warn_end";
dir = 8
},
@@ -59890,13 +57842,11 @@
icon_state = "1-2"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -59912,7 +57862,6 @@
"cen" = (
/obj/structure/chair,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHWEST)";
icon_state = "red";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -59941,8 +57890,7 @@
/obj/structure/chair,
/obj/machinery/camera{
c_tag = "Docking Security Holding Area";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
@@ -59966,7 +57914,6 @@
"ces" = (
/obj/structure/chair,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
icon_state = "red";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -59982,7 +57929,6 @@
/area/hallway/secondary/exit)
"ceu" = (
/turf/open/floor/mineral/plastitanium/brig{
- tag = "icon-darkred (NORTH)";
icon_state = "darkred";
dir = 1;
floor_tile = /obj/item/stack/tile/plasteel
@@ -60000,8 +57946,7 @@
})
"cew" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
@@ -60010,7 +57955,7 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plating/airless/astplate{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/secondary/bridges/serv_sci)
@@ -60030,7 +57975,7 @@
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plating/airless/astplate{
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/secondary/bridges/serv_sci)
@@ -60119,8 +58064,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/storage/tech)
@@ -60213,11 +58157,8 @@
},
/area/hallway/secondary/exit)
"ceO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -60273,8 +58214,6 @@
"ceX" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -60289,8 +58228,6 @@
/obj/machinery/door/airlock/glass,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -60321,8 +58258,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -60392,11 +58328,8 @@
},
/area/maintenance/asteroid/aft/arrivals)
"cfk" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -60421,9 +58354,7 @@
},
/area/hallway/secondary/exit)
"cfo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -60469,8 +58400,6 @@
/area/hallway/primary/aft)
"cfu" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -60482,8 +58411,6 @@
/area/hallway/primary/aft)
"cfw" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -60505,8 +58432,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -60583,8 +58509,8 @@
},
/area/quartermaster/miningdock/abandoned)
"cfG" = (
-/obj/structure/lattice/catwalk,
/obj/item/stack/sheet/glass,
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/aft)
"cfH" = (
@@ -60639,8 +58565,6 @@
/area/hallway/secondary/exit)
"cfP" = (
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -60703,7 +58627,6 @@
dir = 1
},
/turf/open/floor/mineral/plastitanium/brig{
- tag = "icon-darkred (SOUTHWEST)";
icon_state = "darkred";
dir = 10;
floor_tile = /obj/item/stack/tile/plasteel
@@ -60714,7 +58637,6 @@
dir = 1
},
/turf/open/floor/mineral/plastitanium/brig{
- tag = "icon-darkred";
icon_state = "darkred";
dir = 2;
floor_tile = /obj/item/stack/tile/plasteel
@@ -60725,7 +58647,6 @@
/obj/item/weapon/storage/box/teargas,
/obj/item/weapon/storage/box/zipties,
/turf/open/floor/mineral/plastitanium/brig{
- tag = "icon-darkred";
icon_state = "darkred";
dir = 2;
floor_tile = /obj/item/stack/tile/plasteel
@@ -60751,8 +58672,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -60775,7 +58694,6 @@
/area/hallway/primary/aft)
"cgd" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plating{
@@ -60790,9 +58708,7 @@
height = 9;
width = 9
},
-/obj/machinery/computer/auxillary_base{
- pixel_y = 0
- },
+/obj/machinery/computer/auxillary_base,
/obj/docking_port/stationary/public_mining_dock,
/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -60800,7 +58716,6 @@
/area/shuttle/auxillary_base)
"cgf" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plating{
@@ -60879,7 +58794,6 @@
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
@@ -60908,8 +58822,7 @@
"cgr" = (
/obj/machinery/camera{
c_tag = "Arrivals SMES";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -60981,17 +58894,13 @@
dir = 6
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/aft)
"cgC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61050,8 +58959,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61099,7 +59007,6 @@
/obj/structure/table,
/obj/item/weapon/aiModule/reset,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black{
@@ -61278,7 +59185,6 @@
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (NORTH)";
icon_state = "ast_warn_end";
dir = 1
},
@@ -61304,11 +59210,9 @@
"chf" = (
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/escape{
- tag = "icon-escape (NORTHWEST)";
icon_state = "escape";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61317,7 +59221,6 @@
"chg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/escape{
- tag = "icon-escape (NORTH)";
icon_state = "escape";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61325,7 +59228,6 @@
/area/hallway/secondary/exit)
"chh" = (
/turf/open/floor/plasteel/escape/corner{
- tag = "icon-escapecorner (NORTH)";
icon_state = "escapecorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61409,7 +59311,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating{
@@ -61426,12 +59327,9 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
c_tag = "Research Asteroid Hallway 1";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -61441,8 +59339,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -61488,8 +59384,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/landmark/blobstart,
/turf/open/floor/plating{
@@ -61559,8 +59454,6 @@
/area/maintenance/asteroid/aft/arrivals)
"chE" = (
/obj/machinery/power/terminal{
- tag = "icon-term (WEST)";
- icon_state = "term";
dir = 8
},
/obj/structure/cable{
@@ -61578,8 +59471,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61615,7 +59507,6 @@
dir = 4
},
/turf/open/floor/plasteel/escape{
- tag = "icon-escape (WEST)";
icon_state = "escape";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61623,7 +59514,6 @@
/area/hallway/secondary/exit)
"chK" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel{
@@ -61632,7 +59522,6 @@
/area/hallway/secondary/exit)
"chL" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
icon_state = "neutral";
dir = 1
},
@@ -61651,8 +59540,6 @@
"chO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -61684,7 +59571,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating{
@@ -61727,7 +59613,6 @@
/obj/item/weapon/stock_parts/micro_laser/high,
/obj/machinery/requests_console{
department = "Tech storage";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plating{
@@ -61735,11 +59620,7 @@
},
/area/storage/tech)
"chU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -61769,16 +59650,12 @@
},
/area/storage/tech)
"chX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61807,10 +59684,8 @@
},
/area/ai_monitored/turret_protected/ai_upload)
"cib" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61898,8 +59773,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61944,11 +59818,9 @@
dir = 4
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/escape{
- tag = "icon-escape (WEST)";
icon_state = "escape";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -61982,12 +59854,9 @@
/area/hallway/primary/aft)
"civ" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -62006,8 +59875,7 @@
},
/obj/machinery/camera{
c_tag = "Research Atmospherics Checkpoint";
- dir = 5;
- icon_state = "camera"
+ dir = 5
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -62023,7 +59891,6 @@
/area/hallway/primary/aft)
"ciy" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -62086,7 +59953,6 @@
/obj/item/clothing/glasses/meson,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plating{
@@ -62183,18 +60049,15 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 15";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard/aft)
"ciP" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -62244,10 +60107,8 @@
},
/area/security/vacantoffice)
"ciV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -62272,15 +60133,13 @@
/obj/machinery/power/apc{
dir = 4;
name = "Departures APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable/orange{
d2 = 8;
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (WEST)";
icon_state = "ast_warn_end";
dir = 8
},
@@ -62312,8 +60171,6 @@
/obj/effect/turf_decal/stripes/line,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -62335,8 +60192,6 @@
/obj/effect/turf_decal/stripes/line,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -62364,7 +60219,6 @@
/area/hallway/primary/aft)
"cjf" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/air,
@@ -62432,9 +60286,7 @@
dir = 8;
layer = 2.9
},
-/obj/item/weapon/circuitboard/computer/cloning{
- pixel_x = 0
- },
+/obj/item/weapon/circuitboard/computer/cloning,
/obj/item/weapon/circuitboard/computer/med_data{
pixel_x = 3;
pixel_y = -3
@@ -62513,7 +60365,6 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'KEEP CLEAR OF PAD WHEN IN USE'.";
name = "KEEP CLEAR OF PAD WHEN IN USE";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/black{
@@ -62576,7 +60427,6 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'KEEP CLEAR OF PAD WHEN IN USE'.";
name = "KEEP CLEAR OF PAD WHEN IN USE";
- pixel_x = 0;
pixel_y = 32
},
/obj/machinery/light{
@@ -62590,9 +60440,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -62647,8 +60495,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -62681,7 +60528,6 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -62737,17 +60583,14 @@
},
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 6";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/escape{
- tag = "icon-escape (WEST)";
icon_state = "escape";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -62787,8 +60630,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -62803,8 +60644,6 @@
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -62816,8 +60655,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/atmos{
name = "Research Atmospherics Checkpoint";
@@ -62855,7 +60693,6 @@
/area/hallway/primary/aft)
"cjR" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/air,
@@ -62915,15 +60752,13 @@
},
/obj/machinery/camera{
c_tag = "Aux Base Construction";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/obj/machinery/computer/camera_advanced/base_construction,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -62936,8 +60771,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -62993,10 +60827,7 @@
},
/area/storage/tech)
"cka" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -63042,8 +60873,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "AI Upload APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable{
d2 = 8;
@@ -63066,7 +60896,6 @@
dir = 4;
locked = 0;
pixel_x = -23;
- pixel_y = 0;
req_access = null;
req_one_access_txt = "24;10"
},
@@ -63102,9 +60931,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -63122,12 +60949,10 @@
/obj/machinery/camera{
c_tag = "Docking Quantum Pad";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -63181,7 +61006,6 @@
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (NORTH)";
icon_state = "ast_warn_end";
dir = 1
},
@@ -63196,8 +61020,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -63211,8 +61034,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -63227,7 +61049,6 @@
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -63296,8 +61117,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -63305,18 +61124,13 @@
"ckz" = (
/obj/structure/closet/toolcloset,
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- icon_state = "browncorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/construction/mining/aux_base)
"ckA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -63360,10 +61174,8 @@
},
/area/construction/mining/aux_base)
"ckF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -63421,7 +61233,6 @@
/area/ai_monitored/turret_protected/ai_upload)
"ckL" = (
/obj/machinery/door/airlock/highsecurity{
- icon_state = "door_closed";
locked = 0;
name = "AI Upload Access";
req_access_txt = "16"
@@ -63445,9 +61256,7 @@
},
/obj/structure/noticeboard{
dir = 4;
- icon_state = "nboard00";
- pixel_x = -32;
- tag = "icon-nboard00 (EAST)"
+ pixel_x = -32
},
/obj/item/weapon/paper{
info = "Dummies Guide To Quantum Pads
Do you hate the concept of having to use your legs, let alone walk to places? Well, with the Quantum Pad (tm), never again will the fear of cardio keep you from going places!
How to set up your Quantum Pad(tm)
1.Unscrew the Quantum Pad(tm) you wish to link.
2. Use your multi-tool to cache the buffer of the Quantum Pad(tm) you wish to link.
3. Apply the multi-tool to the secondary Quantum Pad(tm) you wish to link to the first Quantum Pad(tm)
If you followed these instructions carefully, your Quantum Pad(tm) should now be properly linked together for near-instant movement across the station! Bear in mind that this is technically a one-way teleport, so you'll need to do the same process with the secondary pad to the first one if you wish to travel between both.";
@@ -63477,8 +61286,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -63490,8 +61298,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -63518,10 +61325,7 @@
},
/obj/structure/noticeboard{
dir = 8;
- icon_state = "nboard00";
- pixel_x = 32;
- pixel_y = 0;
- tag = "icon-nboard00 (WEST)"
+ pixel_x = 32
},
/obj/item/weapon/paper{
info = "Dummies Guide To Quantum Pads
Do you hate the concept of having to use your legs, let alone walk to places? Well, with the Quantum Pad (tm), never again will the fear of cardio keep you from going places!
How to set up your Quantum Pad(tm)
1.Unscrew the Quantum Pad(tm) you wish to link.
2. Use your multi-tool to cache the buffer of the Quantum Pad(tm) you wish to link.
3. Apply the multi-tool to the secondary Quantum Pad(tm) you wish to link to the first Quantum Pad(tm)
If you followed these instructions carefully, your Quantum Pad(tm) should now be properly linked together for near-instant movement across the station! Bear in mind that this is technically a one-way teleport, so you'll need to do the same process with the secondary pad to the first one if you wish to travel between both.";
@@ -63573,7 +61377,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -63625,8 +61428,6 @@
pixel_x = -24
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -63634,7 +61435,6 @@
"clc" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHWEST)";
icon_state = "brown";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -63658,8 +61458,6 @@
pixel_y = -24
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- icon_state = "browncorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -63709,7 +61507,6 @@
/obj/item/device/assault_pod/mining,
/obj/item/weapon/storage/box/lights/mixed,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHEAST)";
icon_state = "brown";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -63772,8 +61569,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/structure/table,
/obj/item/device/multitool,
@@ -63934,13 +61730,10 @@
},
/area/teleporter)
"clI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/camera{
c_tag = "Teleporter";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -63968,7 +61761,6 @@
pixel_x = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64000,10 +61792,8 @@
},
/area/hallway/secondary/exit)
"clP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -64014,21 +61804,16 @@
/area/shuttle/pod_2)
"clR" = (
/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4;
- icon_state = "propulsion";
- tag = "icon-propulsion (WEST)"
+ dir = 4
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_2)
"clS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64070,8 +61855,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -64127,13 +61911,12 @@
},
/area/teleporter/quantum/research)
"cme" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/structure/grille,
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/sci_dock)
"cmf" = (
/turf/closed/wall{
@@ -64214,7 +61997,6 @@
"cmo" = (
/obj/structure/closet/secure_closet/security,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHWEST)";
icon_state = "red";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -64242,8 +62024,7 @@
/obj/machinery/computer/card,
/obj/machinery/camera{
c_tag = "Docking Security Checkpoint";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -64271,11 +62052,8 @@
/obj/structure/reagent_dispensers/peppertank{
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
@@ -64293,7 +62071,6 @@
pixel_y = 23
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
icon_state = "red";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -64319,7 +62096,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64376,7 +62152,6 @@
/area/shuttle/pod_2)
"cmD" = (
/obj/machinery/computer/shuttle/pod{
- pixel_x = 0;
pixel_y = -32;
possible_destinations = "pod_lavaland2";
shuttleId = "pod2"
@@ -64395,7 +62170,6 @@
pixel_y = -28
},
/obj/item/device/radio/intercom{
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/chair{
@@ -64449,15 +62223,13 @@
dir = 4;
icon_state = "direction_evac";
pixel_x = 32;
- pixel_y = 24;
- tag = "icon-direction_evac (EAST)"
+ pixel_y = 24
},
/obj/structure/sign/directions/security{
dir = 1;
icon_state = "direction_sec";
pixel_x = 32;
- pixel_y = 32;
- tag = "icon-direction_sec (NORTH)"
+ pixel_y = 32
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -64470,12 +62242,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64487,15 +62256,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/sign/map/left/ceres{
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64507,15 +62273,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/camera{
c_tag = "Research Asteroid Hallway 2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64527,8 +62290,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -64538,8 +62300,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64551,8 +62311,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -64560,8 +62319,6 @@
pixel_y = 20
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64573,12 +62330,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64590,15 +62344,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light{
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64610,8 +62361,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
@@ -64620,8 +62370,6 @@
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64630,13 +62378,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64648,15 +62393,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/camera{
c_tag = "Research Asteroid Hallway 3"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64665,15 +62407,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64693,8 +62432,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64710,8 +62447,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64731,8 +62466,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64745,8 +62478,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64764,8 +62495,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64783,8 +62512,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64799,8 +62526,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64820,8 +62545,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64841,8 +62564,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64855,8 +62576,6 @@
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64874,8 +62593,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64893,8 +62610,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64912,8 +62627,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64932,8 +62645,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -64972,15 +62683,13 @@
dir = 4;
icon_state = "direction_evac";
pixel_x = 32;
- pixel_y = 24;
- tag = "icon-direction_evac (EAST)"
+ pixel_y = 24
},
/obj/structure/sign/directions/engineering{
dir = 1;
icon_state = "direction_eng";
pixel_x = 32;
- pixel_y = 32;
- tag = "icon-direction_eng (NORTH)"
+ pixel_y = 32
},
/turf/open/floor/plasteel/neutral/side{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -64993,8 +62702,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65002,16 +62709,12 @@
"cnm" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/secondary/entry)
"cnn" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65021,8 +62724,6 @@
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65032,15 +62733,13 @@
dir = 8;
icon_state = "direction_sci";
pixel_x = -32;
- pixel_y = 24;
- tag = "icon-direction_sci (WEST)"
+ pixel_y = 24
},
/obj/structure/sign/directions/engineering{
dir = 1;
icon_state = "direction_eng";
pixel_x = -32;
- pixel_y = 32;
- tag = "icon-direction_eng (NORTH)"
+ pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel{
@@ -65085,9 +62784,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65102,8 +62800,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65118,7 +62814,6 @@
dir = 1
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65133,14 +62828,12 @@
},
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 1";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/obj/structure/extinguisher_cabinet{
pixel_y = 32
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65156,7 +62849,6 @@
pixel_y = 20
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65172,7 +62864,6 @@
pixel_y = 23
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65186,7 +62877,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65221,8 +62911,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
@@ -65231,11 +62920,8 @@
},
/area/security/checkpoint/checkpoint2)
"cnE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65294,11 +62980,9 @@
/area/maintenance/asteroid/aft/arrivals)
"cnL" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/escape{
- tag = "icon-escape (WEST)";
icon_state = "escape";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65317,16 +63001,13 @@
pixel_x = -32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/aft)
"cnO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65351,11 +63032,7 @@
},
/area/hallway/primary/aft)
"cnR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65389,9 +63066,7 @@
},
/area/hallway/secondary/entry)
"cnW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65415,6 +63090,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65428,10 +63104,8 @@
},
/area/hallway/secondary/entry)
"cob" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65445,7 +63119,6 @@
"cod" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65458,24 +63131,20 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/teleporter)
"cof" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/teleporter)
"cog" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/turf/open/floor/plasteel/red/side{
@@ -65485,9 +63154,8 @@
},
/area/security/checkpoint/checkpoint2)
"coh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/closet/wardrobe/red,
/turf/open/floor/plasteel/red/side{
@@ -65562,7 +63230,6 @@
pixel_y = -24
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -65592,7 +63259,6 @@
"cos" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel{
@@ -65617,7 +63283,6 @@
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65628,7 +63293,6 @@
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65644,7 +63308,6 @@
req_access_txt = "29"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65654,7 +63317,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65664,7 +63326,6 @@
dir = 4
},
/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
icon_state = "purplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65682,7 +63343,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
icon_state = "purplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65694,7 +63354,6 @@
},
/obj/machinery/light,
/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
icon_state = "purplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65709,7 +63368,6 @@
pixel_y = -24
},
/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
icon_state = "purplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65724,7 +63382,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
icon_state = "purplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65750,7 +63407,6 @@
"coG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
icon_state = "purplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65775,7 +63431,6 @@
pixel_y = -32
},
/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
icon_state = "purplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -65787,7 +63442,6 @@
},
/obj/machinery/light,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65802,7 +63456,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65810,7 +63463,6 @@
"coL" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65824,7 +63476,6 @@
pixel_y = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65835,7 +63486,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65845,14 +63495,12 @@
dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/aft)
"coP" = (
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65866,7 +63514,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65879,11 +63526,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65897,11 +63542,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65914,11 +63557,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65930,14 +63571,12 @@
/obj/machinery/camera{
c_tag = "Research-Docking Bridge 1";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/sci_dock)
@@ -65962,7 +63601,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65975,7 +63613,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65988,7 +63625,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -65999,7 +63635,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66016,7 +63651,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66034,8 +63668,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66116,13 +63750,11 @@
/area/security/checkpoint/checkpoint2)
"cpj" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66148,14 +63780,12 @@
/obj/structure/disposalpipe/trunk,
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 5";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/obj/structure/sign/map/left/ceres{
pixel_y = 32
},
/turf/open/floor/plasteel/escape/corner{
- tag = "icon-escapecorner (NORTH)";
icon_state = "escapecorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66346,11 +63976,10 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/lattice/catwalk,
/obj/structure/girder,
/obj/structure/grille,
/obj/structure/window/reinforced,
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/sci_dock)
"cpD" = (
/obj/machinery/status_display{
@@ -66389,7 +64018,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/arrival/corner{
- tag = "icon-arrivalcorner (NORTH)";
icon_state = "arrivalcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66400,7 +64028,6 @@
dir = 4
},
/turf/open/floor/plasteel/arrival/corner{
- tag = "icon-arrivalcorner (NORTH)";
icon_state = "arrivalcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66412,11 +64039,9 @@
},
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 2";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/arrival/corner{
- tag = "icon-arrivalcorner (NORTH)";
icon_state = "arrivalcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66428,7 +64053,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/arrival/corner{
- tag = "icon-arrivalcorner (NORTH)";
icon_state = "arrivalcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66437,7 +64061,6 @@
"cpL" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/arrival/corner{
- tag = "icon-arrivalcorner (NORTH)";
icon_state = "arrivalcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66451,7 +64074,6 @@
dir = 4
},
/turf/open/floor/plasteel/arrival/corner{
- tag = "icon-arrivalcorner (NORTH)";
icon_state = "arrivalcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66460,7 +64082,6 @@
"cpN" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/turf/open/floor/plasteel/arrival/corner{
- tag = "icon-arrivalcorner (NORTH)";
icon_state = "arrivalcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66471,7 +64092,6 @@
dir = 1
},
/turf/open/floor/plasteel/arrival/corner{
- tag = "icon-arrivalcorner (NORTH)";
icon_state = "arrivalcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66483,8 +64103,7 @@
},
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 3";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -66492,7 +64111,6 @@
pixel_y = 20
},
/turf/open/floor/plasteel/arrival/corner{
- tag = "icon-arrivalcorner (NORTH)";
icon_state = "arrivalcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66506,8 +64124,10 @@
dir = 8
},
/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
icon_state = "bluecorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66525,25 +64145,21 @@
dir = 8;
icon_state = "direction_sci";
pixel_x = -32;
- pixel_y = 24;
- tag = "icon-direction_sci (WEST)"
+ pixel_y = 24
},
/obj/structure/sign/directions/medical{
dir = 1;
icon_state = "direction_med";
pixel_x = -32;
- pixel_y = 32;
- tag = "icon-direction_med (NORTH)"
+ pixel_y = 32
},
/obj/structure/sign/directions/supply{
dir = 1;
icon_state = "direction_supply";
pixel_x = -32;
- pixel_y = 40;
- tag = "icon-direction_supply (NORTH)"
+ pixel_y = 40
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
icon_state = "bluecorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66566,8 +64182,7 @@
dir = 4;
icon_state = "direction_evac";
pixel_x = 32;
- pixel_y = 24;
- tag = "icon-direction_evac (EAST)"
+ pixel_y = 24
},
/obj/structure/cable/orange{
d1 = 1;
@@ -66575,8 +64190,6 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66593,8 +64206,6 @@
},
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66607,8 +64218,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66618,8 +64227,6 @@
dir = 1
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66629,8 +64236,6 @@
dir = 4
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66643,8 +64248,6 @@
dir = 4
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66652,8 +64255,6 @@
"cpZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66664,12 +64265,9 @@
},
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 4";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66680,8 +64278,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66696,8 +64292,6 @@
pixel_y = 20
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -66754,14 +64348,8 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
+ dir = 4
},
/turf/open/floor/engine/vacuum{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66801,12 +64389,10 @@
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/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
icon_state = "whitepurple";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66826,7 +64412,6 @@
dir = 8
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -66973,10 +64558,8 @@
},
/area/science/research)
"cqD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/closet/firecloset/full,
/turf/open/floor/plasteel/white{
@@ -66984,18 +64567,14 @@
},
/area/science/research)
"cqE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Research and Development";
network = list("SS13","RD")
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67012,7 +64591,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67023,7 +64601,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67034,7 +64611,6 @@
dir = 10
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67042,7 +64618,6 @@
/area/science/lab)
"cqI" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67053,7 +64628,6 @@
dir = 1
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67070,7 +64644,6 @@
pixel_y = 23
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67085,7 +64658,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Aft Asteroid Hallway APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -67106,7 +64678,6 @@
/obj/machinery/camera{
c_tag = "Science SMES";
dir = 8;
- icon_state = "camera";
network = list("SS13","QM")
},
/obj/effect/turf_decal/stripes/line{
@@ -67128,7 +64699,6 @@
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (EAST)";
icon_state = "ast_warn_end";
dir = 4
},
@@ -67164,9 +64734,8 @@
},
/area/hallway/secondary/entry)
"cqS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67195,6 +64764,9 @@
dir = 8
},
/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -67299,20 +64871,15 @@
},
/area/hallway/secondary/entry)
"crd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/secondary/entry)
"cre" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -67383,7 +64950,6 @@
/area/science/mixing)
"crl" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
icon_state = "whitepurple";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67396,15 +64962,12 @@
/area/science/mixing)
"crn" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67425,10 +64988,7 @@
},
/area/science/robotics/lab)
"crq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -67458,10 +65018,8 @@
},
/area/science/robotics/lab)
"cru" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -67521,14 +65079,8 @@
/area/science/lab)
"crC" = (
/obj/item/weapon/folder/white,
-/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/tech_disk,
+/obj/item/weapon/disk/tech_disk,
/obj/item/weapon/disk/design_disk,
/obj/item/weapon/disk/design_disk,
/obj/structure/table/glass,
@@ -67683,6 +65235,9 @@
dir = 8
},
/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel/arrival{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -67804,7 +65359,6 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/arrival{
@@ -67932,7 +65486,6 @@
pixel_y = -5
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
icon_state = "whitepurple";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68067,10 +65620,8 @@
},
/area/science/research)
"csv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/closet/firecloset/full,
/turf/open/floor/plasteel/white{
@@ -68079,15 +65630,13 @@
/area/science/research)
"csw" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/requests_console{
department = "Science";
departmentType = 2;
name = "Science Requests Console";
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68136,8 +65685,7 @@
/obj/item/stack/cable_coil,
/obj/structure/table,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68167,6 +65715,7 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -68180,6 +65729,7 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -68201,6 +65751,7 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -68220,6 +65771,7 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -68237,11 +65789,8 @@
},
/area/science/mixing)
"csK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68254,11 +65803,9 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68384,10 +65931,8 @@
},
/area/science/lab)
"csZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68469,7 +66014,6 @@
/area/maintenance/asteroid/aft/science)
"cte" = (
/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (NORTH)";
icon_state = "darkpurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68480,7 +66024,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (NORTH)";
icon_state = "darkpurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68492,7 +66035,6 @@
dir = 8
},
/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (NORTH)";
icon_state = "darkpurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68552,7 +66094,6 @@
},
/obj/machinery/portable_atmospherics/canister,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHWEST)";
icon_state = "whitepurple";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68560,12 +66101,9 @@
/area/science/mixing)
"ctn" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68573,7 +66111,6 @@
/area/science/mixing)
"cto" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68584,8 +66121,6 @@
dir = 5
},
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (NORTH)";
- icon_state = "whitepurplecorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -68603,7 +66138,6 @@
/obj/machinery/camera{
c_tag = "Toxins Mixing";
dir = 9;
- icon_state = "camera";
network = list("SS13","RD")
},
/obj/structure/closet/bombcloset,
@@ -68611,7 +66145,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68704,7 +66237,6 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -68735,8 +66267,6 @@
icon_state = "0-8"
},
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (WEST)";
- icon_state = "whitepurplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -68769,8 +66299,6 @@
"ctF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (EAST)";
- icon_state = "whitepurplecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -68778,7 +66306,6 @@
"ctG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68786,8 +66313,6 @@
/area/science/research)
"ctH" = (
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (NORTH)";
- icon_state = "whitepurplecorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -68817,7 +66342,6 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -68866,7 +66390,6 @@
},
/obj/structure/cable/orange,
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -68934,11 +66457,9 @@
/obj/machinery/portable_atmospherics/canister,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
icon_state = "whitepurple";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -68946,8 +66467,7 @@
/area/science/mixing)
"cub" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel/white{
@@ -68967,7 +66487,6 @@
},
/obj/structure/closet/bombcloset,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69014,8 +66533,6 @@
"cui" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (NORTH)";
- icon_state = "whitepurplecorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -69030,8 +66547,6 @@
"cuk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (EAST)";
- icon_state = "whitepurplecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -69103,8 +66618,6 @@
dir = 5
},
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (EAST)";
- icon_state = "whitepurplecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -69114,7 +66627,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69126,7 +66638,6 @@
dir = 1
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTHEAST)";
icon_state = "whitepurple";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69151,7 +66662,6 @@
dir = 1
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
icon_state = "whitepurple";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69170,8 +66680,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (EAST)";
- icon_state = "whitepurplecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -69181,7 +66689,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69193,7 +66700,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69204,7 +66710,6 @@
dir = 1
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69219,7 +66724,6 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69230,8 +66734,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (NORTH)";
- icon_state = "whitepurplecorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -69313,8 +66815,7 @@
dir = 10
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/whitepurple/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69592,7 +67093,6 @@
/area/science/xenobiology)
"cvi" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/shuttle,
@@ -69602,16 +67102,13 @@
/area/shuttle/arrival)
"cvk" = (
/obj/structure/chair/comfy{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/shuttle/arrival)
"cvl" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/shuttle,
/area/shuttle/arrival)
@@ -69668,7 +67165,6 @@
pixel_y = -2
},
/obj/item/device/assembly/prox_sensor{
- pixel_x = 0;
pixel_y = 2
},
/obj/structure/table/reinforced,
@@ -69687,7 +67183,6 @@
dir = 8
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
icon_state = "whitepurple";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69761,7 +67256,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -69800,7 +67294,6 @@
dir = 1
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
icon_state = "whitepurple";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70075,7 +67568,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70147,7 +67639,6 @@
name = "Containment Control 1"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -70165,7 +67656,6 @@
req_access_txt = "55"
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70180,7 +67670,6 @@
},
/obj/machinery/disposal/bin,
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -70198,7 +67687,6 @@
name = "Containment Control 2"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -70216,7 +67704,6 @@
name = "Containment Control 3"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -70234,7 +67721,6 @@
name = "Containment Control 4"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -70285,8 +67771,7 @@
},
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 13";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70305,8 +67790,7 @@
},
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 11";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70323,8 +67807,7 @@
},
/obj/structure/disposalpipe/segment,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70336,7 +67819,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel{
@@ -70354,8 +67836,7 @@
},
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 9";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70369,8 +67850,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 7";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/obj/structure/cable/orange{
d1 = 1;
@@ -70401,9 +67881,8 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70420,7 +67899,6 @@
/area/science/mixing)
"cwj" = (
/obj/item/device/assembly/signaler{
- pixel_x = 0;
pixel_y = 8
},
/obj/item/device/assembly/signaler{
@@ -70440,7 +67918,6 @@
dir = 8
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHWEST)";
icon_state = "whitepurple";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70453,12 +67930,8 @@
/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,
+/obj/item/device/transfer_valve,
/obj/item/device/transfer_valve{
pixel_x = 5
},
@@ -70483,10 +67956,7 @@
pixel_x = 6;
pixel_y = -4
},
-/obj/item/device/assembly/timer{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/device/assembly/timer,
/obj/structure/table/reinforced,
/turf/open/floor/plasteel/whitepurple/side{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70511,7 +67981,6 @@
/obj/machinery/portable_atmospherics/scrubber,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70528,7 +67997,6 @@
"cwq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
icon_state = "whitepurple";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70556,16 +68024,12 @@
},
/area/science/research)
"cwt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Research Western Wing";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/white{
@@ -70588,8 +68052,6 @@
"cww" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (WEST)";
- icon_state = "whitepurplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -70621,7 +68083,6 @@
/obj/machinery/camera{
c_tag = "Research Eastern Wing";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/white{
@@ -70629,9 +68090,8 @@
},
/area/science/research)
"cwB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/newscaster{
pixel_y = -32
@@ -70653,8 +68113,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (EAST)";
- icon_state = "whitepurplecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -70679,7 +68137,6 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/white{
@@ -70742,7 +68199,6 @@
/obj/machinery/camera{
c_tag = "Xenobiology 1";
dir = 6;
- icon_state = "camera";
network = list("SS13","RD")
},
/turf/open/floor/plasteel/white{
@@ -70786,17 +68242,13 @@
},
/area/science/xenobiology)
"cwQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/science/xenobiology)
"cwR" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -70829,7 +68281,6 @@
/area/maintenance/asteroid/aft/arrivals)
"cwV" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -70867,7 +68318,6 @@
/area/hallway/secondary/entry)
"cxb" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -70898,8 +68348,6 @@
/obj/structure/bed/roller,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (WEST)";
- icon_state = "whitepurplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -70997,7 +68445,6 @@
/area/science/misc_lab)
"cxp" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/cable/orange{
@@ -71044,7 +68491,6 @@
/obj/machinery/camera{
c_tag = "Research Xenobiology-Testing Airlock";
dir = 9;
- icon_state = "camera";
network = list("SS13","RD")
},
/turf/open/floor/plasteel/white{
@@ -71207,8 +68653,7 @@
/obj/item/weapon/extinguisher,
/obj/item/weapon/extinguisher,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/whitepurple{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71225,7 +68670,6 @@
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (EAST)";
icon_state = "ast_warn_end";
dir = 4
},
@@ -71267,7 +68711,6 @@
/area/hallway/secondary/entry)
"cxI" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 4
},
/turf/closed/wall/mineral/titanium,
@@ -71328,7 +68771,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Toxins Lab APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable/orange{
@@ -71347,14 +68789,10 @@
},
/area/science/server)
"cxR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 4;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71381,11 +68819,8 @@
locked = 0;
pixel_y = 23
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71400,7 +68835,6 @@
/obj/structure/bed/roller,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
icon_state = "whitepurple";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71412,7 +68846,6 @@
pixel_x = 24
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (EAST)";
icon_state = "whitepurple";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71441,9 +68874,8 @@
},
/area/crew_quarters/heads/hor)
"cxZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71466,7 +68898,6 @@
/obj/structure/table,
/obj/item/weapon/paper_bin,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHWEST)";
icon_state = "red";
dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71502,11 +68933,8 @@
},
/area/security/checkpoint/science)
"cyg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/orange{
d1 = 1;
@@ -71519,7 +68947,6 @@
random_basetype = /obj/structure/sign/poster/official
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
icon_state = "red";
dir = 5;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71575,8 +69002,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71600,11 +69026,8 @@
},
/area/science/xenobiology)
"cyo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71634,7 +69057,6 @@
/obj/machinery/camera{
c_tag = "Xenobiology 2";
dir = 1;
- icon_state = "camera";
network = list("SS13","RD")
},
/turf/open/floor/plasteel/white{
@@ -71649,26 +69071,21 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/secondary/entry)
"cyt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel{
@@ -71680,7 +69097,6 @@
dir = 4
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/shuttle,
@@ -71702,17 +69118,13 @@
dir = 8
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/shuttle,
/area/shuttle/arrival)
"cyy" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -71720,7 +69132,6 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel{
@@ -71736,8 +69147,7 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/structure/cable/orange{
d1 = 1;
@@ -71798,7 +69208,6 @@
req_access_txt = "30"
},
/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/black{
@@ -71822,12 +69231,10 @@
/area/science/server)
"cyK" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71839,12 +69246,10 @@
/obj/machinery/camera{
c_tag = "Research Treatment Center";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/item/clothing/neck/stethoscope,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHWEST)";
icon_state = "whitepurple";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71863,7 +69268,6 @@
"cyN" = (
/obj/machinery/iv_drip,
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHEAST)";
icon_state = "whitepurple";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -71910,7 +69314,6 @@
"cyT" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/cable/orange{
@@ -71937,11 +69340,8 @@
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -72206,7 +69606,6 @@
/obj/machinery/camera{
c_tag = "Research Server Room";
dir = 1;
- icon_state = "camera";
network = list("SS13","RD")
},
/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
@@ -72252,7 +69651,6 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/red/side{
@@ -72262,14 +69660,12 @@
},
/area/security/checkpoint/science)
"czw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Research Security Checkpoint";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/red/side{
@@ -72651,9 +70047,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/hor)
@@ -72673,7 +70068,6 @@
/area/science/misc_lab)
"cAe" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/cable/orange{
@@ -72709,7 +70103,6 @@
"cAh" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/darkpurple/side{
- tag = "icon-darkpurple (NORTH)";
icon_state = "darkpurple";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -72796,7 +70189,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "RnD Server APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/disposalpipe/segment{
@@ -72845,7 +70237,6 @@
/obj/machinery/camera{
c_tag = "Research Director's Office";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/cafeteria{
@@ -72896,7 +70287,6 @@
"cAx" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/table,
@@ -72911,14 +70301,12 @@
},
/area/science/misc_lab)
"cAy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Xenobiology Killroom";
dir = 1;
- icon_state = "camera";
network = list("SS13","RD")
},
/turf/open/floor/circuit{
@@ -72939,10 +70327,8 @@
},
/area/science/xenobiology)
"cAA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/circuit{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -73051,7 +70437,6 @@
/area/science/xenobiology)
"cAL" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -73064,7 +70449,6 @@
/area/hallway/secondary/entry)
"cAM" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -73101,7 +70485,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Research Director's Office APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable/orange{
@@ -73171,8 +70554,7 @@
icon_state = "right";
name = "Research Delievery Chute";
opacity = 1;
- req_access_txt = "55";
- tag = "icon-right (WEST)"
+ req_access_txt = "55"
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plating{
@@ -73211,17 +70593,15 @@
/obj/structure/closet/emcloset,
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 14";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/secondary/entry)
"cAY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -73249,8 +70629,7 @@
},
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 12";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -73260,8 +70639,7 @@
/obj/structure/closet/emcloset,
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 10";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -73291,8 +70669,7 @@
},
/obj/machinery/camera{
c_tag = "Docking Asteroid Hall 8";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -73303,7 +70680,6 @@
/area/hallway/secondary/entry)
"cBf" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/device/radio/beacon,
@@ -73370,7 +70746,6 @@
/obj/machinery/camera{
c_tag = "Testing Lab";
dir = 9;
- icon_state = "camera";
network = list("SS13","RD")
},
/turf/open/floor/plasteel{
@@ -73561,9 +70936,8 @@
},
/area/science/misc_lab)
"cBE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel{
@@ -73572,8 +70946,7 @@
/area/science/misc_lab)
"cBF" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/rack,
/obj/item/stack/sheet/metal/fifty,
@@ -73616,9 +70989,8 @@
/turf/open/floor/plating/asteroid,
/area/hallway/secondary/entry)
"cBK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -73631,7 +71003,6 @@
/obj/machinery/camera{
c_tag = "Research Testing Containment";
dir = 9;
- icon_state = "camera";
network = list("SS13","RD")
},
/turf/open/floor/plating{
@@ -73687,7 +71058,6 @@
/area/science/misc_lab)
"cBQ" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/turf/open/floor/plasteel{
@@ -73731,8 +71101,6 @@
"cBX" = (
/obj/structure/disposalpipe/trunk,
/obj/machinery/disposal/deliveryChute{
- tag = "icon-intake (NORTH)";
- icon_state = "intake";
dir = 1
},
/turf/open/floor/plating/airless,
@@ -73763,7 +71131,6 @@
/obj/item/device/radio/intercom{
broadcasting = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel{
@@ -73815,9 +71182,7 @@
},
/area/maintenance/asteroid/aft/science)
"cCh" = (
-/obj/structure/shuttle/engine/propulsion{
- name = "shuttle engine"
- },
+/obj/structure/shuttle/engine/propulsion,
/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"cCi" = (
@@ -73842,7 +71207,6 @@
/area/maintenance/asteroid/disposal/southeast)
"cCk" = (
/obj/structure/disposaloutlet{
- icon_state = "outlet";
dir = 1
},
/obj/structure/disposalpipe/trunk,
@@ -73953,7 +71317,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Testing Lab APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable/orange{
@@ -74041,21 +71404,21 @@
},
/area/hallway/secondary/entry)
"cCE" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable/orange{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"cCF" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable/orange{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"cCG" = (
@@ -74065,7 +71428,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "South-Eastern External Waste Belt APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -74117,7 +71479,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "South-Western External Waste Belt APC";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plating,
@@ -74209,7 +71570,6 @@
/area/maintenance/asteroid/disposal/southeast)
"cCX" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 1
},
/obj/machinery/light/small{
@@ -74308,7 +71668,6 @@
/area/maintenance/asteroid/disposal/southeast)
"cDl" = (
/obj/machinery/conveyor/auto{
- icon_state = "conveyor0";
dir = 1
},
/turf/open/floor/plating,
@@ -74316,15 +71675,12 @@
"cDm" = (
/obj/machinery/conveyor/auto{
dir = 9;
- icon_state = "conveyor0";
verted = -1
},
/turf/open/floor/plating,
/area/maintenance/asteroid/disposal/southwest)
"cDn" = (
/obj/machinery/conveyor/auto{
- tag = "icon-conveyor0 (SOUTHEAST)";
- icon_state = "conveyor0";
dir = 6
},
/turf/open/floor/plating,
@@ -74477,16 +71833,12 @@
/area/maintenance/asteroid/disposal/southeast)
"cDC" = (
/obj/machinery/conveyor/auto{
- tag = "icon-conveyor0 (NORTHEAST)";
- icon_state = "conveyor0";
dir = 5
},
/turf/open/floor/plating,
/area/maintenance/asteroid/disposal/southeast)
"cDD" = (
/obj/machinery/conveyor/auto{
- tag = "icon-conveyor0 (EAST)";
- icon_state = "conveyor0";
dir = 4
},
/turf/open/floor/plating,
@@ -74494,21 +71846,16 @@
"cDE" = (
/obj/machinery/conveyor/auto{
dir = 10;
- icon_state = "conveyor0";
- tag = "icon-conveyor0 (SOUTHWEST)";
verted = -1
},
/turf/open/floor/plating,
/area/maintenance/asteroid/disposal/southeast)
"cDF" = (
/obj/machinery/conveyor/auto{
- tag = "icon-conveyor0 (EAST)";
- icon_state = "conveyor0";
dir = 4
},
/obj/structure/sign/poster/random{
name = "random official poster";
- pixel_x = 0;
pixel_y = -32;
random_basetype = /obj/structure/sign/poster/official
},
@@ -74564,7 +71911,6 @@
/obj/machinery/light/small,
/obj/machinery/conveyor/auto{
dir = 9;
- icon_state = "conveyor0";
verted = -1
},
/turf/open/floor/plating,
@@ -74714,8 +72060,6 @@
/area/maintenance/asteroid/disposal/southeast)
"cEe" = (
/obj/machinery/conveyor/auto{
- tag = "icon-conveyor0 (EAST)";
- icon_state = "conveyor0";
dir = 4
},
/obj/machinery/light/small,
@@ -74786,12 +72130,19 @@
},
/area/ai_monitored/turret_protected/ai)
"cEo" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating/astplate{
+/obj/machinery/door/airlock/security{
+ id_tag = "laborexit";
+ name = "Labor Shuttle";
+ req_access = null;
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/processing)
"cEp" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -74814,9 +72165,12 @@
},
/area/quartermaster/sorting)
"cEr" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/ai_status_display,
-/turf/closed/wall/r_wall{
+/obj/machinery/door/window/brigdoor/westleft{
+ id = "Cell 3";
+ name = "Cell Door 3";
+ req_access_txt = "1"
+ },
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -74827,14 +72181,22 @@
},
/area/security/warden)
"cEt" = (
-/obj/machinery/status_display{
- density = 0;
- layer = 4
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/turf/closed/wall/r_wall{
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/brig)
"cEu" = (
/obj/machinery/newscaster/security_unit{
pixel_x = 32
@@ -74844,82 +72206,76 @@
},
/area/crew_quarters/heads/captain)
"cEv" = (
-/obj/machinery/light/small{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/armory)
"cEw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/laser{
+ pixel_x = -3;
+ pixel_y = 3
},
-/turf/closed/wall/r_wall{
+/obj/item/weapon/gun/energy/laser,
+/obj/item/weapon/gun/energy/laser{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/armory)
"cEx" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposaloutlet,
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/armory)
"cEy" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/armory)
"cEz" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/e_gun{
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/structure/plasticflaps,
-/turf/open/floor/plating{
+/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,
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/armory)
"cEA" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=8";
- dir = 8;
- freq = 1400;
- location = "Brig"
+/mob/living/simple_animal/bot/secbot/beepsky{
+ desc = "It's Officer Gunsky, the most rootin'-tootin'-point-and shootin' security bot on this side of the galaxy!";
+ name = "Officer Gunsky"
},
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/armory)
"cEB" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/door/window/brigdoor/southleft{
- name = "Armory Delievery Chute";
- req_access_txt = "3"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plating{
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/armory)
"cEC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -74953,11 +72309,20 @@
},
/area/security/courtroom)
"cEG" = (
-/obj/machinery/ai_status_display,
-/turf/closed/wall{
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/courtroom)
+/area/maintenance/asteroid/fore/com_north)
"cEH" = (
/obj/structure/sign/poster/random{
name = "random contraband poster";
@@ -75017,11 +72382,12 @@
},
/area/crew_quarters/heads/hop)
"cEP" = (
-/obj/structure/bed,
-/obj/structure/sign/poster/official/work_for_a_future{
- pixel_x = -32
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel/red/corner{
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -75033,17 +72399,8 @@
/area/crew_quarters/locker)
"cER" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/structure/window/fulltile,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "frontbrig";
- layer = 2.6;
- name = "Emergency External Blast Doors"
- },
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -75057,15 +72414,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=CommandWest";
- location = "Security";
- name = "navigation beacon (Security)"
- },
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
- dir = 4;
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
@@ -75084,8 +72434,6 @@
icon_state = "1-8"
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -75122,9 +72470,8 @@
/turf/open/floor/circuit,
/area/ai_monitored/nuke_storage)
"cEY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/circuit,
/area/ai_monitored/nuke_storage)
@@ -75195,7 +72542,6 @@
/obj/structure/flora/ausbushes/fullgrass,
/obj/structure/sign/poster/random{
name = "random official poster";
- pixel_x = 0;
pixel_y = -32;
random_basetype = /obj/structure/sign/poster/official
},
@@ -75232,8 +72578,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=Medbay2";
@@ -75324,8 +72669,7 @@
/area/engine/engineering)
"cFx" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/closet/secure_closet/medical3,
/turf/open/floor/plasteel/white{
@@ -75427,7 +72771,6 @@
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (EAST)";
icon_state = "ast_warn_end";
dir = 4
},
@@ -75445,7 +72788,7 @@
/area/chapel/office)
"cFJ" = (
/obj/structure/plasticflaps{
- name = "Officer Beepsky's Home"
+ name = "Officer Pipsqueak's Home"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -75469,11 +72812,9 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'WARNING: FUN-SIZED JUSTICE'.";
name = "WARNING: FUN-SIZED JUSTICE";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -75498,7 +72839,6 @@
pixel_x = -28
},
/turf/open/floor/plasteel/escape{
- tag = "icon-escape (WEST)";
icon_state = "escape";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -75546,8 +72886,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -75658,14 +72996,20 @@
},
/area/science/misc_lab)
"cGe" = (
-/obj/structure/chair/office/light{
- dir = 4
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
},
-/obj/effect/landmark/start/warden,
-/turf/open/floor/plasteel/showroomfloor{
+/obj/structure/cable/orange{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/warden)
+/area/security/prison)
"cGf" = (
/obj/structure/chair/office/light{
dir = 8
@@ -75697,11 +73041,15 @@
},
/area/quartermaster/office)
"cGj" = (
-/obj/effect/landmark/start/security_officer,
-/turf/open/floor/plasteel/showroomfloor{
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/main)
+/area/security/brig)
"cGk" = (
/turf/closed/wall/r_wall{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -75847,7 +73195,6 @@
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -75859,8 +73206,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/landmark/start/station_engineer,
/turf/open/floor/plasteel{
@@ -75876,8 +73222,6 @@
/area/crew_quarters/fitness)
"cGB" = (
/obj/structure/chair/comfy/black{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/obj/effect/landmark/start/assistant,
@@ -75981,7 +73325,6 @@
},
/obj/effect/landmark/start/assistant,
/turf/open/floor/plasteel/escape{
- tag = "icon-escape (WEST)";
icon_state = "escape";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -76005,8 +73348,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -76016,8 +73358,6 @@
},
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76046,7 +73386,6 @@
},
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (WEST)";
icon_state = "purplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -76065,8 +73404,6 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76108,7 +73445,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/red/corner{
- icon_state = "redcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76149,16 +73485,30 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/red/corner{
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/red/side{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/red/side{
- icon_state = "red";
- dir = 8;
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/orange,
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "emergency blast door"
+ },
+/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -76189,51 +73539,22 @@
req_one_access_txt = "38;63"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
- icon_state = "redcorner";
- dir = 8;
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHg" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/cable/orange{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -76279,27 +73600,35 @@
},
/area/security/brig)
"cHk" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/preopen{
- id = "frontbrig";
- layer = 2.6;
- name = "Emergency External Blast Doors"
+/obj/structure/table/reinforced,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating{
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/door/window/brigdoor/westright{
+ name = "Brig Entry Desk";
+ req_access_txt = "63"
+ },
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/sign/poster/official/help_others{
- pixel_x = -32
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/machinery/light{
+ dir = 8
},
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -76309,15 +73638,14 @@
},
/area/security/brig)
"cHn" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- locked = 0;
- pixel_y = 23
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
+ id_tag = "outterbrig";
+ name = "Brig";
+ req_access_txt = "0";
+ req_one_access_txt = "38;63"
},
-/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
- dir = 4;
+/turf/open/floor/plasteel/red{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -76329,21 +73657,21 @@
pixel_y = 3
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHp" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
- baseturf = /turf/open/floor/plating/asteroid/airless;
- dir = 5
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
},
/area/security/courtroom)
"cHq" = (
@@ -76351,9 +73679,7 @@
/obj/machinery/disposal/deliveryChute{
desc = "A chute for big and small crimnals alike!";
dir = 1;
- icon_state = "intake";
- name = "Criminal Delivery Chute";
- tag = "icon-intake (NORTH)"
+ name = "Criminal Delivery Chute"
},
/obj/machinery/door/window/brigdoor/northleft{
name = "Criminal Deposit";
@@ -76364,52 +73690,48 @@
},
/area/security/checkpoint/supply)
"cHr" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel/floorgrime{
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHs" = (
-/obj/structure/chair{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/flasher{
- id = "HoldingCell";
- pixel_x = 24;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/floorgrime{
+/turf/open/floor/plasteel/red/corner{
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
},
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHu" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHv" = (
-/obj/structure/chair{
- dir = 8
+/obj/machinery/camera{
+ c_tag = "Brig Lobby East";
+ dir = 9;
+ network = list("SS13","Security")
},
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -76426,7 +73748,6 @@
/obj/machinery/camera{
c_tag = "Brig Holding Cell";
dir = 9;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plasteel/floorgrime{
@@ -76450,17 +73771,9 @@
},
/area/security/brig)
"cHz" = (
-/obj/structure/chair{
- dir = 8
- },
/obj/machinery/light{
dir = 4
},
-/obj/structure/sign/poster/random{
- name = "random official poster";
- pixel_x = 32;
- random_basetype = /obj/structure/sign/poster/official
- },
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76491,14 +73804,12 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/corner{
- icon_state = "redcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHD" = (
/turf/open/floor/plasteel/red/corner{
- icon_state = "redcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76511,27 +73822,24 @@
pixel_y = 3
},
/turf/open/floor/plasteel/red/corner{
- icon_state = "redcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/corner{
- icon_state = "redcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
"cHG" = (
-/obj/structure/table,
-/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21"
+ },
/turf/open/floor/plasteel/red/corner{
- icon_state = "redcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76582,7 +73890,7 @@
/area/security/brig)
"cHJ" = (
/obj/structure/disposalpipe/segment,
-/turf/closed/wall/r_wall{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/brig)
@@ -76624,8 +73932,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76637,15 +73943,8 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
- dir = 4;
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
@@ -76660,8 +73959,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76677,13 +73974,10 @@
},
/obj/machinery/camera{
c_tag = "Command Asteroid Hall 3";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (EAST)";
- icon_state = "redcorner";
- dir = 4;
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/fore)
@@ -76698,8 +73992,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76848,7 +74140,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76903,8 +74194,6 @@
/obj/machinery/door/airlock/glass,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76936,12 +74225,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76959,11 +74245,11 @@
/obj/machinery/door/airlock/glass,
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -76982,8 +74268,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -77006,11 +74290,11 @@
"cIw" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -77106,10 +74390,8 @@
},
/area/hallway/primary/central)
"cII" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral{
@@ -77128,8 +74410,6 @@
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -77143,8 +74423,6 @@
icon_state = "pipe-c"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -77242,7 +74520,6 @@
dir = 4
},
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (WEST)";
icon_state = "greencorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -77442,8 +74719,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -77464,8 +74740,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -77474,8 +74749,6 @@
"cJs" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -77518,7 +74791,6 @@
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (NORTH)";
icon_state = "warn_end";
dir = 1
},
@@ -77613,13 +74885,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -77637,8 +74906,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/sci_dock)
@@ -77676,7 +74944,6 @@
dir = 4
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (EAST)";
icon_state = "bluecorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -77826,9 +75093,7 @@
/obj/machinery/disposal/deliveryChute{
desc = "A chute for big and small crimnals alike!";
dir = 1;
- icon_state = "intake";
- name = "Criminal Delivery Chute";
- tag = "icon-intake (NORTH)"
+ name = "Criminal Delivery Chute"
},
/obj/machinery/door/window/brigdoor/northleft{
name = "Criminal Deposit";
@@ -77898,8 +75163,7 @@
/obj/structure/flora/tree/palm,
/obj/machinery/camera{
c_tag = "Genetics Monkey Dome";
- dir = 9;
- icon_state = "camera"
+ dir = 9
},
/turf/open/floor/grass{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -77956,14 +75220,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
/obj/machinery/airalarm{
frequency = 1439;
locked = 0;
pixel_y = 23
},
+/obj/machinery/atmospherics/components/trinary/filter/critical{
+ dir = 4
+ },
/turf/open/floor/engine{
baseturf = /turf/open/floor/plating/asteroid/airless;
name = "reinforced floor"
@@ -77983,11 +75247,9 @@
},
/obj/machinery/portable_atmospherics/canister,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (SOUTHWEST)";
icon_state = "whitepurple";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -77995,8 +75257,6 @@
/area/science/mixing)
"cKw" = (
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (WEST)";
- icon_state = "whitepurplecorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -78103,15 +75363,10 @@
},
/area/maintenance/asteroid/fore/com_north)
"cKJ" = (
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating{
+/turf/closed/wall/r_wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/armory)
"cKK" = (
/obj/structure/cable/orange{
d1 = 4;
@@ -78183,7 +75438,6 @@
"cKR" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel{
@@ -78270,11 +75524,10 @@
},
/area/maintenance/asteroid/fore/cargo_west)
"cKZ" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/floorgrime{
+/turf/closed/wall/rust{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_north)
+/area/security/prison)
"cLa" = (
/obj/machinery/light/small{
dir = 8
@@ -78288,7 +75541,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel{
@@ -78321,11 +75573,20 @@
},
/area/maintenance/asteroid/fore/com_north)
"cLf" = (
-/obj/structure/chair/stool,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/prison)
+/area/security/brig)
"cLg" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -78435,13 +75696,11 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/camera{
c_tag = "Cargo Hall West";
dir = 1;
- icon_state = "camera";
network = list("SS13","QM")
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -78506,11 +75765,13 @@
locked = 0;
pixel_y = 23
},
+/obj/structure/sign/map/left/ceres{
+ pixel_x = -32
+ },
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/asteroid/airless;
dir = 9;
- icon_state = "brown";
- tag = "icon-brown (NORTHWEST)"
+ icon_state = "brown"
},
/area/quartermaster/qm)
"cLy" = (
@@ -78531,19 +75792,14 @@
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/asteroid/airless;
dir = 5;
- icon_state = "brown";
- tag = "icon-brown (NORTHEAST)"
+ icon_state = "brown"
},
/area/quartermaster/qm)
"cLB" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/detectives_office)
"cLC" = (
/obj/structure/cable/orange{
d2 = 2;
@@ -78556,7 +75812,6 @@
pixel_y = 2
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (WEST)";
icon_state = "warn_end";
dir = 8
},
@@ -78570,8 +75825,7 @@
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/asteroid/airless;
dir = 8;
- icon_state = "brown";
- tag = "icon-brown (WEST)"
+ icon_state = "brown"
},
/area/quartermaster/qm)
"cLE" = (
@@ -78602,18 +75856,14 @@
},
/area/quartermaster/qm)
"cLH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/asteroid/airless;
dir = 4;
- icon_state = "brown";
- tag = "icon-brown (EAST)"
+ icon_state = "brown"
},
/area/quartermaster/qm)
"cLI" = (
@@ -78649,8 +75899,7 @@
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/asteroid/airless;
dir = 8;
- icon_state = "brown";
- tag = "icon-brown (WEST)"
+ icon_state = "brown"
},
/area/quartermaster/qm)
"cLL" = (
@@ -78658,6 +75907,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark/start/quartermaster,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -78678,15 +75928,13 @@
department = "Cargo Bay";
departmentType = 2;
name = "Quartermaster RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/asteroid/airless;
dir = 4;
- icon_state = "brown";
- tag = "icon-brown (EAST)"
+ icon_state = "brown"
},
/area/quartermaster/qm)
"cLP" = (
@@ -78726,21 +75974,18 @@
"cLS" = (
/obj/structure/closet/firecloset/full,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHWEST)";
icon_state = "brown";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/quartermaster/qm)
"cLT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Quartermaster's Office";
dir = 1;
- icon_state = "camera";
network = list("SS13","QM")
},
/turf/open/floor/plasteel/brown{
@@ -78760,11 +76005,9 @@
/area/quartermaster/qm)
"cLW" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-21";
icon_state = "plant-21"
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHEAST)";
icon_state = "brown";
dir = 6;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -78776,7 +76019,6 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel{
@@ -78847,7 +76089,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTH)";
icon_state = "blue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -78864,6 +76105,11 @@
d2 = 4;
icon_state = "2-4"
},
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -78969,15 +76215,14 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -79038,7 +76283,6 @@
/obj/machinery/camera{
c_tag = "Service SMES";
dir = 6;
- icon_state = "camera";
network = list("SS13","QM")
},
/obj/structure/table,
@@ -79055,7 +76299,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Port Asteroid Maintence APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -79299,8 +76542,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -79312,8 +76554,6 @@
icon_state = "0-8"
},
/obj/machinery/power/terminal{
- tag = "icon-term (EAST)";
- icon_state = "term";
dir = 4
},
/obj/structure/cable{
@@ -79362,8 +76602,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/grille,
/turf/open/floor/plating{
@@ -79391,8 +76630,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -79406,8 +76644,7 @@
},
/obj/machinery/camera{
c_tag = "Theatre Backstage";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/cafeteria{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -79435,8 +76672,7 @@
/obj/item/device/instrument/violin,
/obj/machinery/camera{
c_tag = "Theatre Stage";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/plasteel/bar{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -79446,9 +76682,7 @@
/obj/machinery/light_switch{
pixel_y = 28
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/bar{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -79468,7 +76702,6 @@
/area/crew_quarters/theatre)
"cNh" = (
/turf/open/floor/plasteel/stairs{
- tag = "icon-stairs (WEST)";
icon_state = "stairs";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -79484,9 +76717,7 @@
},
/area/crew_quarters/theatre)
"cNj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -79503,7 +76734,6 @@
pixel_x = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -79540,9 +76770,8 @@
},
/area/crew_quarters/theatre)
"cNq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/redyellow{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -79561,7 +76790,6 @@
/obj/structure/sign/poster/random{
name = "random contraband poster";
pixel_x = -32;
- pixel_y = 0;
random_basetype = /obj/structure/sign/poster/contraband
},
/obj/item/clothing/head/sombrero,
@@ -79602,8 +76830,6 @@
/area/crew_quarters/theatre)
"cNw" = (
/obj/structure/chair/wood{
- tag = "icon-wooden_chair (WEST)";
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -79613,8 +76839,6 @@
/area/crew_quarters/theatre)
"cNx" = (
/obj/structure/chair/wood{
- tag = "icon-wooden_chair (WEST)";
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -79680,10 +76904,7 @@
},
/area/crew_quarters/theatre)
"cNE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/cafeteria{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -79709,10 +76930,7 @@
},
/area/crew_quarters/theatre)
"cNI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/bar{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -79724,10 +76942,7 @@
},
/area/crew_quarters/theatre)
"cNK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -79873,14 +77088,11 @@
/area/crew_quarters/theatre)
"cOa" = (
/obj/structure/chair/wood{
- tag = "icon-wooden_chair (WEST)";
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/camera{
c_tag = "Theatre";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -79900,8 +77112,6 @@
/area/crew_quarters/theatre)
"cOc" = (
/obj/structure/chair/wood{
- tag = "icon-wooden_chair (WEST)";
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -80006,10 +77216,10 @@
/obj/machinery/power/apc{
dir = 1;
name = "Theatre APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/asteroid/end,
@@ -80032,8 +77242,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j2";
@@ -80073,6 +77282,9 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/obj/structure/sign/map/left/ceres{
+ pixel_y = 32
+ },
/turf/open/floor/plasteel/barber{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -80214,8 +77426,7 @@
department = "Chief Medical Officer's Desk";
departmentType = 5;
name = "Chief Medical Officer RC";
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/plasteel/barber{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -80225,6 +77436,7 @@
/obj/structure/chair/office/light{
dir = 4
},
+/obj/effect/landmark/start/chief_medical_officer,
/turf/open/floor/plasteel/barber{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -80258,9 +77470,8 @@
},
/area/crew_quarters/heads/cmo)
"cOP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -80402,9 +77613,8 @@
},
/area/crew_quarters/heads/cmo)
"cPf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -80432,7 +77642,6 @@
/area/medical/virology)
"cPi" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -80457,7 +77666,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -80508,10 +77716,8 @@
},
/area/medical/morgue)
"cPq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -80522,8 +77728,7 @@
/obj/item/weapon/folder,
/obj/machinery/camera{
c_tag = "Morgue North";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plasteel/vault{
baseturf = /turf/open/floor/plating/asteroid/airless;
@@ -80538,7 +77743,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Morgue APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/table,
@@ -80703,10 +77907,8 @@
},
/area/medical/morgue)
"cPK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -80715,8 +77917,6 @@
"cPL" = (
/obj/item/stack/rods,
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating/astplate{
@@ -80735,7 +77935,6 @@
/obj/machinery/camera{
c_tag = "Morgue South";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/effect/landmark/revenantspawn,
@@ -80747,7 +77946,6 @@
"cPO" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/black{
@@ -80801,8 +77999,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1
@@ -80912,8 +78109,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j1";
@@ -80923,7 +78119,6 @@
dir = 10
},
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
icon_state = "yellowcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -80973,8 +78168,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -81114,6 +78308,7 @@
/obj/structure/chair/office/light{
dir = 4
},
+/obj/effect/landmark/start/chief_engineer,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -81135,17 +78330,15 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/crew_quarters/heads/chief)
"cQF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -81200,6 +78393,8 @@
icon_state = "1-4"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral{
@@ -81443,7 +78638,6 @@
/obj/machinery/camera{
c_tag = "Aux Base Construction North";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/plating{
@@ -81510,8 +78704,7 @@
"cRB" = (
/obj/machinery/camera{
c_tag = "Aux Base Construction South";
- dir = 6;
- icon_state = "camera"
+ dir = 6
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -81590,8 +78783,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -81640,8 +78832,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -81775,7 +78966,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Toxins Storage APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable/orange{
@@ -81797,7 +78987,6 @@
/obj/effect/turf_decal/delivery,
/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel{
@@ -81819,7 +79008,6 @@
"cSk" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel{
@@ -81840,14 +79028,10 @@
/obj/machinery/camera{
c_tag = "Toxins Storage";
dir = 9;
- icon_state = "camera";
network = list("SS13","RD")
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -81939,6 +79123,9 @@
/area/crew_quarters/heads/hor)
"cSw" = (
/obj/structure/displaycase/labcage,
+/obj/structure/sign/map/left/ceres{
+ pixel_x = 32
+ },
/turf/open/floor/plasteel/cafeteria{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -81949,11 +79136,8 @@
name = "Research Emergency Lockdown";
pixel_x = -24
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/button/door{
id = "rdoffice";
@@ -82045,8 +79229,7 @@
department = "Research Director's Desk";
departmentType = 5;
name = "Research Director RC";
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/plasteel/cafeteria{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -82056,6 +79239,7 @@
/obj/structure/chair/office/dark{
dir = 4
},
+/obj/effect/landmark/start/research_director,
/turf/open/floor/plasteel/cafeteria{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -82136,7 +79320,6 @@
"cSO" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/keycard_auth{
@@ -82356,7 +79539,6 @@
"cTl" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/circuit{
@@ -82367,10 +79549,10 @@
/obj/structure/disposaloutlet{
dir = 8
},
-/obj/structure/lattice/catwalk,
/obj/structure/disposalpipe/trunk{
dir = 4
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"cTn" = (
@@ -82522,8 +79704,7 @@
icon_state = "plant-20";
light_color = "#E1E17D";
light_range = 5;
- luminosity = 2;
- tag = "icon-plant-20"
+ luminosity = 2
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -82703,38 +79884,62 @@
},
/area/ai_monitored/security/armory)
"cTV" = (
-/obj/machinery/status_display{
- density = 0;
- layer = 4
- },
-/turf/closed/wall/r_wall{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/ai_monitored/security/armory)
-"cTW" = (
-/turf/open/floor/plasteel/darkred{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/ai_monitored/security/armory)
-"cTX" = (
-/obj/machinery/button/door{
- id = "armoryaccess";
- name = "Armory Shutter Access";
- pixel_x = -28
- },
-/obj/structure/chair/office/light,
-/turf/open/floor/plasteel/darkred{
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/ai_monitored/security/armory)
-"cTY" = (
-/obj/machinery/light/small{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/darkred{
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
+"cTW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"cTX" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"cTY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
"cTZ" = (
/obj/structure/closet/secure_closet/CMO,
/turf/open/floor/plasteel/barber{
@@ -82753,8 +79958,6 @@
/area/maintenance/asteroid/central)
"cUb" = (
/obj/machinery/atmospherics/pipe/manifold/orange/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating/astplate{
@@ -82764,8 +79967,6 @@
"cUc" = (
/obj/effect/spawner/lootdrop/grille_or_trash,
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating/astplate{
@@ -82828,8 +80029,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -82837,8 +80037,6 @@
/area/maintenance/asteroid/central)
"cUl" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating{
@@ -82852,8 +80050,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -82861,8 +80058,6 @@
/area/maintenance/asteroid/central)
"cUn" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating{
@@ -82872,8 +80067,6 @@
"cUo" = (
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating{
@@ -82883,8 +80076,6 @@
"cUp" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating{
@@ -82915,8 +80106,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -82924,8 +80114,6 @@
/area/maintenance/asteroid/central)
"cUt" = (
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating{
@@ -82940,8 +80128,6 @@
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating{
@@ -82952,8 +80138,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -82964,8 +80149,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -82999,8 +80183,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/orange/hidden,
/turf/open/floor/plating{
@@ -83015,8 +80198,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -83029,8 +80211,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -83074,14 +80255,12 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -83139,8 +80318,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -83153,8 +80331,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -83169,8 +80346,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -83180,7 +80356,6 @@
/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;
@@ -83220,8 +80395,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -83282,7 +80456,6 @@
id = "incineratorturbine"
},
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/floorgrime{
@@ -83345,8 +80518,7 @@
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel/floorgrime,
@@ -83422,8 +80594,7 @@
dir = 8
},
/obj/structure/sign/fire{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/engine,
/area/maintenance/disposal/incinerator)
@@ -83441,8 +80612,7 @@
on = 1
},
/obj/structure/sign/fire{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/doorButtons/access_button{
idSelf = "incinerator_access_control";
@@ -83518,14 +80688,8 @@
},
/area/maintenance/disposal/incinerator)
"cVp" = (
-/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/machinery/atmospherics/components/unary/vent_pump/siphon/on{
+ dir = 1
},
/turf/open/floor/engine/vacuum{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -83565,10 +80729,7 @@
/turf/open/floor/plating/airless,
/area/maintenance/disposal/incinerator)
"cVu" = (
-/obj/structure/sign/fire{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/structure/sign/fire,
/turf/closed/wall/r_wall,
/area/maintenance/disposal/incinerator)
"cVv" = (
@@ -83581,28 +80742,13 @@
},
/area/maintenance/disposal/incinerator)
"cVw" = (
-/obj/machinery/power/apc{
- dir = 1;
- name = "Armory APC";
- pixel_x = 0;
- pixel_y = 24
+/obj/item/weapon/ore/glass,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
-/obj/structure/cable/orange{
- d2 = 4;
- icon_state = "0-4"
- },
-/obj/structure/rack,
-/obj/item/weapon/storage/box/chemimp{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/weapon/reagent_containers/glass/bottle/morphine,
-/turf/open/floor/plasteel/darkred/side{
- icon_state = "darkred";
- dir = 1;
- baseturf = /turf/open/floor/plating/asteroid/airless
- },
-/area/ai_monitored/security/armory)
+/turf/open/floor/plating/asteroid,
+/area/security/transfer)
"cVx" = (
/obj/structure/cable/orange{
d1 = 4;
@@ -83635,65 +80781,100 @@
},
/area/ai_monitored/security/armory)
"cVz" = (
-/obj/structure/closet/secure_closet{
- name = "contraband locker";
- req_access_txt = "3"
+/obj/structure/closet/secure_closet/brig{
+ name = "Perma Storage"
},
-/obj/effect/spawner/lootdrop/armory_contraband{
- 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)
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/ai_monitored/security/armory)
+/area/security/prison)
"cVA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
},
-/turf/open/floor/plasteel/black{
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"cVB" = (
-/obj/machinery/light/small{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/black{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"cVC" = (
-/turf/open/floor/plasteel/black{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "PCell 1";
+ name = "Cell 1 Flash";
+ pixel_x = 24;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/door{
+ id = "isolation1";
+ name = "Cell 1 Isolation";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "2";
+ specialfunctions = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"cVD" = (
-/obj/machinery/airalarm{
- frequency = 1439;
- locked = 0;
- pixel_y = 23
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/black{
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"cVE" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
/obj/machinery/camera{
- c_tag = "Security Interrogation";
- dir = 9;
- icon_state = "camera";
- network = list("SS13");
- tag = "null"
+ c_tag = "Brig Perma Cell 1";
+ dir = 10;
+ network = list("SS13","Security","PrisonCell")
},
-/turf/open/floor/plasteel/black{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"cVF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black{
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -83706,17 +80887,19 @@
},
/area/security/prison)
"cVH" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp,
-/turf/open/floor/plasteel/black{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"cVI" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/black{
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/closed/wall{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -83737,17 +80920,37 @@
},
/area/security/prison)
"cVL" = (
-/obj/structure/table/wood,
-/obj/item/device/taperecorder,
-/turf/open/floor/plasteel/black{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
"cVM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/black{
+/obj/machinery/button/flasher{
+ id = "PCell 2";
+ name = "Cell 2 Flash";
+ pixel_x = 24;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/door{
+ id = "isolation2";
+ name = "Cell 2 Isolation";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "2";
+ specialfunctions = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -83767,19 +80970,16 @@
},
/area/security/prison)
"cVP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
/obj/structure/cable/orange{
d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+ d2 = 8;
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door_timer{
- id = "Cell 8";
- name = "Cell 8";
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel{
+/turf/open/floor/plasteel/red/corner{
+ dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/security/prison)
@@ -83787,7 +80987,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Security Transfer Range APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/orange{
@@ -83799,15 +80998,12 @@
},
/area/security/transfer)
"cVR" = (
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
+/obj/structure/table,
+/obj/machinery/computer/libraryconsole/bookmanagement,
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/transfer)
+/area/security/prison)
"cVS" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -83850,8 +81046,7 @@
/obj/machinery/door_timer{
id = "Cell 7";
name = "Cell 7";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -83888,28 +81083,50 @@
},
/area/security/transfer)
"cVX" = (
-/obj/structure/cable/orange{
- 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/plating{
+/obj/machinery/button/flasher{
+ id = "PCell 5";
+ name = "Cell 5 Flash";
+ pixel_x = 24;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/door{
+ id = "isolation5";
+ name = "Cell 5 Isolation";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "2";
+ specialfunctions = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/transfer)
+/area/security/prison)
"cVY" = (
-/obj/structure/cable/orange{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
-/obj/machinery/light/small{
- dir = 1
+/obj/machinery/button/door{
+ id = "permabolt5";
+ name = "Cell 5 Lockdown";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "0";
+ specialfunctions = 4
},
-/turf/open/floor/plating/astplate{
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/security/transfer)
+/area/security/prison)
"cVZ" = (
/obj/structure/cable/orange{
d1 = 1;
@@ -83927,6 +81144,7 @@
/obj/structure/window/reinforced/fulltile,
/obj/structure/grille,
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/door/poddoor/shutters/preopen{
@@ -83985,13 +81203,14 @@
/area/hallway/secondary/bridges/com_engi)
"cWf" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/closed/wall/r_wall,
/area/hallway/secondary/bridges/com_serv)
"cWg" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/engine,
@@ -84006,6 +81225,8 @@
"cWj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/closed/wall/r_wall,
@@ -84016,8 +81237,7 @@
"cWl" = (
/obj/machinery/camera{
c_tag = "Command-Service Bridge";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/com_serv)
@@ -84038,6 +81258,8 @@
"cWo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/closed/wall/r_wall,
@@ -84080,8 +81302,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/com_serv)
@@ -84098,16 +81319,19 @@
/area/hallway/secondary/bridges/com_serv)
"cWv" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/com_serv)
"cWw" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/engine,
@@ -84116,10 +81340,11 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/camera{
c_tag = "Medbay-Cargo Bridge";
- dir = 4;
- icon_state = "camera"
+ dir = 4
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/engine,
@@ -84149,8 +81374,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/closed/wall/r_wall,
/area/hallway/secondary/bridges/serv_engi)
@@ -84215,6 +81439,7 @@
pixel_y = -24
},
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/engine,
@@ -84223,8 +81448,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/serv_engi)
@@ -84236,8 +81460,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/serv_engi)
@@ -84245,11 +81468,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -84258,8 +81479,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -84269,8 +81489,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/engi_med)
@@ -84282,8 +81501,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/engi_med)
@@ -84315,13 +81533,12 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/grille,
/obj/structure/window/reinforced,
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/serv_engi)
"cWT" = (
/obj/structure/disposalpipe/segment{
@@ -84342,7 +81559,6 @@
/area/hallway/secondary/bridges/dock_med)
"cWW" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/engine,
@@ -84375,8 +81591,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Docking-Medical Bridge APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -84386,6 +81601,8 @@
/area/hallway/secondary/bridges/dock_med)
"cXb" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/engine,
@@ -84397,6 +81614,8 @@
network = list("SS13")
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/engine,
@@ -84404,6 +81623,8 @@
"cXd" = (
/obj/machinery/door/airlock/glass,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -84412,6 +81633,8 @@
/area/hallway/primary/starboard/aft)
"cXe" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -84424,8 +81647,11 @@
dir = 1
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -84435,6 +81661,8 @@
pixel_x = 24
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -84466,7 +81694,6 @@
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -84475,11 +81702,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -84491,14 +81716,12 @@
/obj/machinery/camera{
c_tag = "Research-Docking Bridge 5";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/sci_dock)
@@ -84509,14 +81732,12 @@
/obj/machinery/camera{
c_tag = "Research-Docking Bridge 2";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/sci_dock)
@@ -84533,7 +81754,6 @@
/obj/machinery/camera{
c_tag = "Research-Docking Bridge 3";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/engine,
@@ -84545,7 +81765,6 @@
/obj/machinery/camera{
c_tag = "Research-Docking Bridge 4";
dir = 1;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/engine,
@@ -84555,15 +81774,13 @@
/turf/open/space/basic,
/area/space)
"cXt" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"cXu" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/grille,
/obj/structure/cable{
@@ -84577,39 +81794,34 @@
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/cargo_ai)
"cXv" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/grille,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/cargo_ai)
"cXw" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/grille,
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/cargo_ai)
"cXx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -84651,8 +81863,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/closed/wall/r_wall,
/area/hallway/secondary/bridges/cargo_ai)
@@ -84668,7 +81879,6 @@
/turf/closed/wall/r_wall,
/area/hallway/secondary/bridges/cargo_ai)
"cXE" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -84677,7 +81887,7 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/cargo_ai)
"cXF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84686,7 +81896,6 @@
/turf/closed/wall/r_wall,
/area/hallway/secondary/bridges/cargo_ai)
"cXG" = (
-/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
@@ -84695,7 +81904,7 @@
/obj/structure/window/reinforced{
dir = 1
},
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/cargo_ai)
"cXH" = (
/obj/machinery/camera{
@@ -84750,8 +81959,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -84771,8 +81978,6 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -84796,17 +82001,15 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/obj/structure/grille,
/obj/structure/window/reinforced,
-/turf/open/space,
+/turf/open/floor/plating,
/area/hallway/secondary/bridges/cargo_ai)
"cXT" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/engine,
@@ -84826,8 +82029,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Command-Engineering Bridge APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -84840,8 +82042,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/engine,
/area/hallway/secondary/bridges/com_engi)
@@ -84854,12 +82055,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -84868,12 +82066,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -84885,8 +82080,6 @@
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -84941,11 +82134,11 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -84978,7 +82171,6 @@
pixel_y = 2
},
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (EAST)";
icon_state = "warn_end";
dir = 4
},
@@ -85062,8 +82254,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -85118,15 +82309,12 @@
/area/shuttle/abandoned)
"cYy" = (
/obj/structure/shuttle/engine/propulsion{
- tag = "icon-propulsion (NORTH)";
- icon_state = "propulsion";
dir = 1
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
"cYz" = (
/obj/machinery/mech_bay_recharge_port{
- tag = "icon-recharge_port";
icon_state = "recharge_port";
dir = 2
},
@@ -85172,8 +82360,6 @@
/area/shuttle/abandoned)
"cYE" = (
/obj/structure/shuttle/engine/heater{
- tag = "icon-heater (NORTH)";
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced,
@@ -85505,8 +82691,7 @@
"cZj" = (
/obj/structure/table,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
@@ -85557,8 +82742,6 @@
/area/shuttle/escape)
"cZq" = (
/obj/structure/chair/comfy/beige{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/plasteel/darkpurple,
@@ -85575,7 +82758,6 @@
/area/shuttle/escape)
"cZt" = (
/obj/structure/chair/office/light{
- tag = "icon-officechair_white (NORTH)";
icon_state = "officechair_white";
dir = 1
},
@@ -85584,8 +82766,7 @@
"cZu" = (
/obj/machinery/computer/communications,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
@@ -85594,8 +82775,6 @@
/area/shuttle/escape)
"cZw" = (
/obj/structure/chair/comfy/beige{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/plasteel/darkyellow,
@@ -85702,15 +82881,13 @@
/area/shuttle/escape)
"cZH" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced,
/turf/open/floor/plasteel/black,
/area/shuttle/escape)
"cZI" = (
/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTH)";
icon_state = "darkyellow";
dir = 1
},
@@ -85761,13 +82938,11 @@
/area/shuttle/escape)
"cZP" = (
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/shuttle/escape)
"cZQ" = (
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
icon_state = "darkred";
dir = 1
},
@@ -85850,7 +83025,6 @@
/area/shuttle/escape)
"cZZ" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/plasteel/black,
@@ -85861,11 +83035,9 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
icon_state = "darkred";
dir = 1
},
@@ -85925,7 +83097,6 @@
"dah" = (
/obj/structure/chair,
/turf/open/floor/mineral/plastitanium/brig{
- tag = "icon-darkred (NORTHEAST)";
icon_state = "darkred";
dir = 5;
floor_tile = /obj/item/stack/tile/plasteel
@@ -85933,21 +83104,18 @@
/area/shuttle/escape)
"dai" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (WEST)";
icon_state = "neutral";
dir = 8
},
/area/shuttle/escape)
"daj" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (EAST)";
icon_state = "neutral";
dir = 4
},
/area/shuttle/escape)
"dak" = (
/obj/machinery/mech_bay_recharge_port{
- tag = "icon-recharge_port";
icon_state = "recharge_port";
dir = 2
},
@@ -86050,7 +83218,6 @@
/area/shuttle/escape)
"dax" = (
/turf/open/floor/mineral/plastitanium/brig{
- tag = "icon-darkred";
icon_state = "darkred";
dir = 2;
floor_tile = /obj/item/stack/tile/plasteel
@@ -86058,26 +83225,22 @@
/area/shuttle/escape)
"day" = (
/obj/effect/turf_decal/stripes/line{
- tag = "icon-warningline (NORTH)";
icon_state = "warningline";
dir = 1
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/extinguisher_cabinet{
pixel_x = -28
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
icon_state = "brown";
dir = 8
},
/area/shuttle/escape)
"daz" = (
/obj/effect/turf_decal/stripes/line{
- tag = "icon-warningline (NORTH)";
icon_state = "warningline";
dir = 1
},
@@ -86086,7 +83249,6 @@
"daA" = (
/obj/effect/turf_decal/delivery,
/obj/effect/turf_decal/stripes/line{
- tag = "icon-warningline (NORTH)";
icon_state = "warningline";
dir = 1
},
@@ -86095,7 +83257,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
icon_state = "brown";
dir = 4
},
@@ -86118,7 +83279,6 @@
/area/shuttle/escape)
"daD" = (
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
icon_state = "brown";
dir = 8
},
@@ -86131,7 +83291,6 @@
/obj/effect/turf_decal/delivery,
/obj/structure/closet/crate,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
icon_state = "brown";
dir = 4
},
@@ -86146,7 +83305,6 @@
/obj/item/device/radio/intercom{
dir = 4;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 27
},
/turf/open/floor/plasteel/neutral,
@@ -86175,7 +83333,6 @@
/area/shuttle/escape)
"daM" = (
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHWEST)";
icon_state = "brown";
dir = 10
},
@@ -86191,22 +83348,18 @@
/obj/effect/turf_decal/delivery,
/obj/structure/closet,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHEAST)";
icon_state = "brown";
dir = 6
},
/area/shuttle/escape)
"daQ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
/area/shuttle/escape)
"daR" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4
},
/area/shuttle/escape)
@@ -86217,7 +83370,6 @@
/obj/item/device/radio/intercom{
dir = 4;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 27
},
/turf/open/floor/plasteel,
@@ -86267,7 +83419,6 @@
"daZ" = (
/obj/machinery/light,
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
icon_state = "neutral";
dir = 1
},
@@ -86290,12 +83441,9 @@
/area/shuttle/escape)
"dbc" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (WEST)";
- icon_state = "neutralcorner";
dir = 8
},
/area/shuttle/escape)
@@ -86310,14 +83458,12 @@
name = "Speedy* Recovery"
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTHWEST)";
icon_state = "whiteblue";
dir = 9
},
/area/shuttle/escape)
"dbf" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1
},
@@ -86326,7 +83472,6 @@
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/canister/oxygen,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1
},
@@ -86334,7 +83479,6 @@
"dbh" = (
/obj/machinery/atmospherics/components/unary/cryo_cell,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1
},
@@ -86342,7 +83486,6 @@
"dbi" = (
/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
icon_state = "whiteblue";
dir = 1
},
@@ -86352,7 +83495,6 @@
/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
/obj/item/weapon/wrench,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTHEAST)";
icon_state = "whiteblue";
dir = 5
},
@@ -86363,7 +83505,6 @@
/area/shuttle/escape)
"dbl" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
icon_state = "whiteblue";
dir = 8
},
@@ -86373,8 +83514,6 @@
/area/shuttle/escape)
"dbn" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/white,
@@ -86385,36 +83524,30 @@
/area/shuttle/escape)
"dbp" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
"dbq" = (
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (EAST)";
icon_state = "whitebluecorner";
dir = 4
},
/area/shuttle/escape)
"dbr" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/obj/machinery/light{
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTHEAST)";
icon_state = "whiteblue";
dir = 5
},
/area/shuttle/escape)
"dbs" = (
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (SOUTHWEST)";
icon_state = "whiteblue";
dir = 10
},
@@ -86424,7 +83557,6 @@
/area/shuttle/escape)
"dbu" = (
/turf/open/floor/plasteel/whiteblue/corner{
- tag = "icon-whitebluecorner (WEST)";
icon_state = "whitebluecorner";
dir = 8
},
@@ -86436,7 +83568,6 @@
pixel_y = 3
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4
},
@@ -86447,7 +83578,6 @@
/area/shuttle/escape)
"dbx" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whiteblue,
@@ -86457,8 +83587,7 @@
/area/shuttle/escape)
"dbz" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1;
@@ -86469,11 +83598,9 @@
/area/shuttle/escape)
"dbA" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4
},
@@ -86505,8 +83632,7 @@
"dbC" = (
/obj/structure/table,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/item/weapon/circular_saw,
/obj/item/weapon/scalpel{
@@ -86525,7 +83651,6 @@
/obj/item/weapon/storage/firstaid/fire,
/obj/item/weapon/crowbar,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4
},
@@ -86541,8 +83666,7 @@
"dbG" = (
/obj/structure/table,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/item/clothing/suit/apron/surgical,
/obj/item/clothing/gloves/color/latex,
@@ -86555,15 +83679,14 @@
/obj/structure/table,
/obj/item/weapon/storage/firstaid/o2,
/obj/item/weapon/storage/firstaid/toxin,
+/obj/item/weapon/defibrillator/loaded,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (SOUTHWEST)";
icon_state = "whiteblue";
dir = 10
},
/area/shuttle/escape)
"dbI" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 1
},
/turf/open/floor/plasteel/whiteblue/side,
@@ -86571,29 +83694,24 @@
"dbJ" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/plasteel/whiteblue/side,
/area/shuttle/escape)
"dbK" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (SOUTHEAST)";
icon_state = "whiteblue";
dir = 6
},
/area/shuttle/escape)
"dbL" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTH)";
icon_state = "neutral";
dir = 1
},
@@ -86616,7 +83734,6 @@
/area/shuttle/escape)
"dbP" = (
/obj/structure/toilet{
- icon_state = "toilet00";
dir = 8
},
/obj/machinery/light/small{
@@ -86627,14 +83744,12 @@
"dbQ" = (
/obj/structure/closet/secure_closet/engineering_personal,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTHWEST)";
icon_state = "yellow";
dir = 9
},
/area/shuttle/escape)
"dbR" = (
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1
},
@@ -86645,21 +83760,18 @@
},
/obj/machinery/computer/monitor,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1
},
/area/shuttle/escape)
"dbT" = (
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTHEAST)";
icon_state = "yellow";
dir = 5
},
/area/shuttle/escape)
"dbU" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -86678,21 +83790,18 @@
"dbW" = (
/obj/structure/closet/secure_closet/engineering_personal,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10
},
/area/shuttle/escape)
"dbX" = (
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
icon_state = "yellowcorner";
dir = 8
},
/area/shuttle/escape)
"dbY" = (
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
icon_state = "yellowcorner";
dir = 4
},
@@ -86701,7 +83810,6 @@
/obj/structure/table,
/obj/item/weapon/storage/box/metalfoam,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1
},
@@ -86710,7 +83818,6 @@
/obj/structure/table,
/obj/item/stack/sheet/metal/fifty,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTH)";
icon_state = "yellow";
dir = 1
},
@@ -86719,7 +83826,6 @@
/obj/structure/table,
/obj/item/stack/sheet/glass/fifty,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (NORTHEAST)";
icon_state = "yellow";
dir = 5
},
@@ -86740,7 +83846,6 @@
"dce" = (
/obj/structure/reagent_dispensers/watertank/high,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10
},
@@ -86750,7 +83855,6 @@
pixel_x = 32
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4
},
@@ -86759,7 +83863,6 @@
/obj/structure/table,
/obj/item/weapon/storage/toolbox/mechanical,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10
},
@@ -86780,7 +83883,6 @@
"dcj" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/plasteel/yellow/side,
@@ -86795,11 +83897,9 @@
/area/shuttle/escape)
"dcm" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHEAST)";
icon_state = "yellow";
dir = 6
},
@@ -86813,16 +83913,12 @@
/area/shuttle/escape)
"dcp" = (
/obj/machinery/light/small{
- tag = "icon-bulb1 (NORTH)";
- icon_state = "bulb1";
dir = 1
},
/turf/open/floor/plating,
/area/shuttle/escape)
"dcq" = (
/obj/machinery/power/terminal{
- tag = "icon-term (EAST)";
- icon_state = "term";
dir = 4
},
/turf/open/floor/plating,
@@ -86876,10 +83972,10 @@
},
/area/hydroponics)
"dcA" = (
-/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space)
"dcB" = (
@@ -86893,11 +83989,8 @@
},
/area/hydroponics)
"dcC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/darkgreen{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -86924,13 +84017,11 @@
/area/hydroponics)
"dcF" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Hydroponics Bee Reserve North";
dir = 9;
- icon_state = "camera";
network = list("SS13")
},
/turf/open/floor/grass{
@@ -86939,7 +84030,6 @@
/area/hydroponics)
"dcG" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -87018,7 +84108,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (WEST)";
icon_state = "darkgreen";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87102,7 +84191,6 @@
/area/hydroponics)
"dcX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/darkgreen{
@@ -87111,7 +84199,6 @@
/area/hydroponics)
"dcY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -87122,7 +84209,6 @@
"dcZ" = (
/obj/machinery/hydroponics/constructable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
@@ -87132,9 +84218,7 @@
"dda" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -87208,9 +84292,8 @@
},
/area/hydroponics)
"ddj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/darkgreen{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87218,14 +84301,10 @@
/area/hydroponics)
"ddk" = (
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/hydrofloor{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87237,7 +84316,6 @@
req_access_txt = "35"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/hydrofloor{
@@ -87246,7 +84324,6 @@
/area/hydroponics)
"ddm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/black{
@@ -87255,8 +84332,7 @@
/area/hydroponics)
"ddn" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/grass{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87268,8 +84344,6 @@
c_tag = "Hydroponics South 1";
dir = 1;
network = list("SS13");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/turf/open/floor/plasteel/darkgreen{
@@ -87297,8 +84371,6 @@
c_tag = "Hydroponics South 2";
dir = 1;
network = list("SS13");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/turf/open/floor/plasteel/darkgreen{
@@ -87313,7 +84385,6 @@
pixel_y = 2
},
/obj/effect/turf_decal/stripes/asteroid/end{
- tag = "icon-ast_warn_end (EAST)";
icon_state = "ast_warn_end";
dir = 4
},
@@ -87340,8 +84411,7 @@
/area/maintenance/asteroid/port/east)
"ddt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87366,8 +84436,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/closet/secure_closet/atmospherics,
/obj/item/weapon/pickaxe/mini,
@@ -87486,7 +84555,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (SOUTHWEST)";
icon_state = "yellow";
dir = 10;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87624,7 +84692,6 @@
"ddW" = (
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4
},
@@ -87633,7 +84700,6 @@
/obj/machinery/pipedispenser,
/obj/machinery/light,
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (WEST)";
icon_state = "yellowcorner";
dir = 8
},
@@ -87648,7 +84714,6 @@
/area/engine/atmos)
"ddZ" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel{
@@ -87672,11 +84737,9 @@
/obj/machinery/camera{
c_tag = "Atmospherics Distro";
dir = 9;
- icon_state = "camera";
network = list("SS13","CE")
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4
},
@@ -87689,7 +84752,6 @@
/obj/machinery/camera{
c_tag = "Atmospherics South";
dir = 4;
- icon_state = "camera";
network = list("SS13","CE")
},
/obj/machinery/atmospherics/pipe/manifold/general/visible{
@@ -87697,7 +84759,6 @@
},
/obj/machinery/meter,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87705,7 +84766,6 @@
/area/engine/atmos)
"dee" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel{
@@ -87720,8 +84780,7 @@
/area/engine/atmos)
"deg" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/closed/wall/r_wall{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87754,7 +84813,6 @@
target_pressure = 101
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4
},
@@ -87779,7 +84837,6 @@
/obj/effect/landmark/start/atmospheric_technician,
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87800,17 +84857,14 @@
"den" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (WEST)";
icon_state = "yellow";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/engine/atmos)
"deo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87829,9 +84883,7 @@
"deq" = (
/obj/machinery/atmospherics/pipe/simple/green/visible,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 8
@@ -87859,16 +84911,14 @@
},
/obj/machinery/meter,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/engine/atmos)
"deu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -87892,7 +84942,6 @@
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel{
@@ -88101,15 +85150,15 @@
/turf/open/floor/plating/asteroid,
/area/maintenance/asteroid/fore/cargo_west)
"deY" = (
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
+/obj/machinery/door/poddoor/shutters{
+ id = "armoryaccess";
+ name = "Armory Shutters"
},
-/turf/open/floor/plating{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/armory)
"deZ" = (
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -88121,22 +85170,30 @@
},
/area/maintenance/asteroid/fore/cargo_west)
"dfb" = (
-/obj/structure/girder,
-/obj/item/stack/sheet/metal,
-/turf/open/floor/plating{
+/obj/vehicle/secway,
+/obj/effect/turf_decal/delivery,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/armory)
"dfc" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
},
-/turf/open/floor/plating{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 9;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/armory)
"dfd" = (
/obj/structure/cable/orange{
d1 = 4;
@@ -88171,19 +85228,13 @@
},
/area/maintenance/asteroid/fore/cargo_west)
"dfi" = (
-/obj/structure/cable/orange{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating{
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/armory)
"dfj" = (
/obj/machinery/power/apc{
dir = 4;
@@ -88193,7 +85244,6 @@
},
/obj/structure/cable/orange,
/obj/effect/turf_decal/stripes/end{
- tag = "icon-warn_end (WEST)";
icon_state = "warn_end";
dir = 8
},
@@ -88241,16 +85291,21 @@
/turf/open/floor/plating/asteroid,
/area/maintenance/asteroid/fore/cargo_west)
"dfp" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/vehicle/secway,
+/obj/effect/turf_decal/delivery,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating{
+/obj/machinery/button/door{
+ id = "armoryaccess2";
+ name = "Armory Shutter Access";
+ pixel_y = -28;
+ req_access_txt = "3"
+ },
+/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/armory)
"dfq" = (
/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -88268,19 +85323,18 @@
},
/area/maintenance/asteroid/fore/cargo_west)
"dft" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
+/obj/structure/disposalpipe/segment,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 28
},
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
-/area/maintenance/asteroid/fore/com_west)
+/area/security/main)
"dfu" = (
/obj/structure/grille,
/turf/open/floor/plating/astplate{
@@ -88630,12 +85684,15 @@
},
/area/maintenance/asteroid/fore/cargo_south)
"dgt" = (
-/obj/structure/cable/orange{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment,
/turf/open/floor/plating/astplate{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -88739,8 +85796,11 @@
},
/area/maintenance/asteroid/fore/cargo_south)
"dgH" = (
-/obj/structure/closet,
-/turf/open/floor/plating{
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/maintenance/asteroid/fore/com_west)
@@ -88753,9 +85813,8 @@
},
/area/maintenance/asteroid/fore/com_west)
"dgJ" = (
-/obj/structure/girder,
/obj/structure/grille,
-/turf/open/floor/plating{
+/turf/open/floor/plasteel/floorgrime{
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/maintenance/asteroid/fore/com_west)
@@ -88976,14 +86035,12 @@
"dhi" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard/fore)
"dhj" = (
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -89249,8 +86306,6 @@
/area/hallway/primary/starboard/fore)
"dhU" = (
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -89292,28 +86347,26 @@
"dia" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard/fore)
"dib" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/fore)
"dic" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/command)
"did" = (
@@ -89321,12 +86374,12 @@
/turf/open/space,
/area/solar/asteroid/command)
"die" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 2;
d2 = 4;
icon_state = "2-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/fore)
"dif" = (
@@ -89387,7 +86440,7 @@
},
/area/maintenance/asteroid/port/west)
"dir" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 5
},
/turf/closed/wall/r_wall,
@@ -89576,7 +86629,6 @@
"diU" = (
/obj/machinery/door/airlock/glass,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -89592,7 +86644,6 @@
pixel_x = -32
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -89614,7 +86665,6 @@
/area/hallway/primary/starboard/aft)
"diZ" = (
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -89625,7 +86675,6 @@
pixel_x = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -89643,16 +86692,13 @@
dir = 6
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/hallway/primary/starboard/aft)
"djd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -89681,7 +86727,6 @@
"djh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -89726,6 +86771,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral{
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -89741,12 +86787,12 @@
/turf/open/space,
/area/solar/asteroid/aft)
"djq" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/aft)
"djr" = (
@@ -89756,29 +86802,28 @@
},
/area/hallway/primary/starboard/aft)
"djs" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 1;
d2 = 4;
icon_state = "1-4"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/aft)
"djt" = (
-/obj/structure/lattice/catwalk,
/obj/item/stack/cable_coil{
amount = 2
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/aft)
"dju" = (
-/obj/structure/lattice/catwalk,
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
+/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/asteroid/aft)
"djv" = (
@@ -89803,7 +86848,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -90126,8 +87170,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (EAST)";
- icon_state = "neutralcorner";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -90137,7 +87179,6 @@
pixel_x = -24
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -90161,8 +87202,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -90172,8 +87211,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/neutral/corner{
- tag = "icon-neutralcorner (NORTH)";
- icon_state = "neutralcorner";
dir = 1;
baseturf = /turf/open/floor/plating/asteroid/airless
},
@@ -90183,7 +87220,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
icon_state = "whiteblue";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -90192,7 +87228,6 @@
"dkv" = (
/obj/structure/closet/secure_closet/engineering_electrical,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
icon_state = "yellow";
dir = 4;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -90235,7 +87270,6 @@
dir = 10
},
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (WEST)";
icon_state = "whitepurple";
dir = 8;
baseturf = /turf/open/floor/plating/asteroid/airless
@@ -90254,10 +87288,10 @@
},
/area/science/server)
"dkD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4;
external_pressure_bound = 140;
- on = 1;
+ name = "server vent";
pressure_checks = 0
},
/turf/open/floor/circuit{
@@ -90274,6 +87308,7394 @@
baseturf = /turf/open/floor/plating/asteroid/airless
},
/area/science/server)
+"dkF" = (
+/turf/open/space/basic,
+/area/mine/unexplored{
+ name = "Command Asteroid"
+ })
+"dkG" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space)
+"dkH" = (
+/obj/structure/rack,
+/obj/item/weapon/shovel,
+/obj/item/weapon/shovel,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkI" = (
+/obj/structure/rack,
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkJ" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space/basic,
+/area/space)
+"dkK" = (
+/obj/effect/decal/remains/human,
+/turf/open/floor/plating/asteroid,
+/area/security/transfer)
+"dkL" = (
+/obj/structure/sign/poster/contraband/fun_police{
+ pixel_y = 32
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkM" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkN" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkO" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkP" = (
+/obj/item/weapon/ore/glass,
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkQ" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Prisoner Transfer APC";
+ pixel_x = 24
+ },
+/obj/structure/cable/orange{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkR" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space/basic,
+/area/space)
+"dkS" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkT" = (
+/obj/structure/mineral_door/iron,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkU" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkV" = (
+/obj/item/weapon/ore/glass,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkW" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkX" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/transfer)
+"dkY" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space/basic,
+/area/space)
+"dkZ" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space/basic,
+/area/space)
+"dla" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space/basic,
+/area/space)
+"dlb" = (
+/obj/machinery/door/airlock/security{
+ name = "Prisoner Transfer Center";
+ req_access_txt = "2"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlc" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dld" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dle" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlf" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/space/basic,
+/area/space)
+"dlg" = (
+/obj/machinery/computer/gulag_teleporter_computer,
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dlh" = (
+/obj/machinery/computer/security{
+ name = "Labor Camp Monitoring";
+ network = list("Labor")
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dli" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlj" = (
+/obj/machinery/flasher{
+ id = "Cell 5";
+ pixel_y = 32
+ },
+/obj/machinery/holopad,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlk" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dll" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 9;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlm" = (
+/obj/structure/closet/secure_closet/brig{
+ name = "Perma Storage"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dln" = (
+/obj/structure/closet/secure_closet/brig{
+ name = "Perma Storage"
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlo" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlp" = (
+/obj/machinery/atmospherics/pipe/manifold4w/general/hidden,
+/obj/machinery/meter,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlq" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 5;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlr" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space)
+"dls" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dlt" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dlu" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dlv" = (
+/obj/machinery/camera{
+ c_tag = "Brig Labor Shuttle Dock North";
+ dir = 6;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dlw" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlx" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dly" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlz" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlA" = (
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlB" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlC" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4;
+ name = "Mix To Perma"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlD" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 10
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlE" = (
+/obj/machinery/door/airlock/glass_external{
+ cyclelinkeddir = 2
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asteroid/fore/com_north)
+"dlF" = (
+/turf/closed/wall/rust,
+/area/maintenance/asteroid/fore/com_north)
+"dlG" = (
+/obj/structure/table,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/labor)
+"dlH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dlI" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Labor Shuttle Dock APC";
+ pixel_x = 24
+ },
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dlJ" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlK" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 5";
+ name = "Cell 5 Locker"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlL" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 6";
+ name = "Cell 6 Locker"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlM" = (
+/obj/structure/closet/secure_closet/brig{
+ name = "Perma Storage"
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Perma Wing 4";
+ dir = 10;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 10;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlN" = (
+/obj/structure/table,
+/obj/item/device/electropack,
+/obj/item/device/assembly/signaler,
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlO" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlR" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlS" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/item/seeds/random,
+/obj/machinery/light/small,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlT" = (
+/obj/structure/sink{
+ pixel_y = 24
+ },
+/obj/item/weapon/soap/nanotrasen,
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlU" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Restroom";
+ req_access_txt = "0"
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlV" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlW" = (
+/turf/closed/wall/rust{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dlX" = (
+/turf/closed/mineral,
+/area/security/prison)
+"dlY" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asteroid/fore/com_north)
+"dlZ" = (
+/obj/machinery/button/flasher{
+ id = "gulagshuttleflasher";
+ name = "Flash Control";
+ pixel_y = -26;
+ req_access_txt = "1"
+ },
+/obj/machinery/light,
+/turf/open/floor/mineral/plastitanium,
+/area/shuttle/labor)
+"dma" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Labor Camp Shuttle Airlock";
+ req_access_txt = "2";
+ shuttledocked = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmb" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dme" = (
+/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{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmf" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmg" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmh" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmi" = (
+/obj/machinery/door/window/brigdoor/northleft{
+ id = "Cell 5";
+ name = "Cell Door 5"
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dml" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmn" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dms" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmu" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dmv" = (
+/obj/machinery/camera{
+ c_tag = "Brig Perma North";
+ dir = 6;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dmw" = (
+/turf/closed/mineral,
+/area/security/prison)
+"dmx" = (
+/obj/machinery/door/airlock/glass_external{
+ cyclelinkeddir = 2
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/asteroid/fore/com_north)
+"dmy" = (
+/obj/machinery/computer/shuttle/labor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmC" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmD" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 4";
+ name = "Cell 4 Locker"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 9;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmF" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 7";
+ name = "Cell 7 Locker"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmG" = (
+/obj/machinery/camera{
+ c_tag = "Brig Cell 7";
+ dir = 9;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmH" = (
+/obj/machinery/camera{
+ c_tag = "Brig Perma Wing 3";
+ dir = 4;
+ network = list("SS13","Security")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmI" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmJ" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Perma Cell 1";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/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_y = 24;
+ prison_radio = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmL" = (
+/obj/machinery/flasher{
+ id = "PCell 1";
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmM" = (
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt1";
+ name = "Cell 1"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "isolation1";
+ name = "cell isolation blast door"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmN" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dmO" = (
+/obj/structure/holohoop,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmP" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dmQ" = (
+/turf/closed/wall/rust{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dmR" = (
+/turf/closed/mineral,
+/area/security/prison)
+"dmS" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dmT" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dmU" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dmV" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/labor)
+"dmW" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Prisoner Processing";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmY" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dmZ" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=CellBlockUpRight";
+ location = "CellBlockUpLeft";
+ name = "navigation beacon (CellBlockUpLeft)"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dna" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnc" = (
+/obj/machinery/door/window/brigdoor/eastleft{
+ id = "Cell 7";
+ name = "Cell Door 7"
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnd" = (
+/obj/machinery/flasher{
+ id = "Cell 7";
+ pixel_x = 32
+ },
+/obj/machinery/holopad,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dne" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "permabolt1";
+ name = "Cell 1 Lockdown";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnf" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dng" = (
+/turf/closed/mineral,
+/area/security/prison)
+"dnh" = (
+/turf/closed/mineral,
+/area/security/prison)
+"dni" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"dnj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/grille,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"dnk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"dnl" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnm" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnn" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dno" = (
+/obj/structure/shuttle/engine/propulsion/left,
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnp" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnq" = (
+/obj/structure/shuttle/engine/propulsion/right,
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnr" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dns" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnt" = (
+/obj/structure/shuttle/engine/heater,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnu" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Labor Shuttle Dock main";
+ dir = 4;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dnv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dnw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dnx" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dny" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnz" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnC" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnD" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnE" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dnF" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dnG" = (
+/turf/closed/mineral,
+/area/security/prison)
+"dnH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"dnI" = (
+/obj/structure/shuttle/engine/propulsion/left,
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnJ" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnK" = (
+/obj/structure/shuttle/engine/propulsion/right,
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnL" = (
+/obj/structure/shuttle/engine/propulsion/left,
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnM" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnN" = (
+/obj/structure/shuttle/engine/propulsion/right,
+/turf/open/floor/plating/airless,
+/area/shuttle/syndicate)
+"dnO" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
+ name = "Labor Camp Shuttle Airlock";
+ shuttledocked = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dnP" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dnQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dnR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4;
+
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dnS" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dnT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnU" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Perma Cell 2";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
+/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_y = 24;
+ prison_radio = 1
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnW" = (
+/obj/machinery/flasher{
+ id = "PCell 2";
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnX" = (
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt2";
+ name = "Cell 2"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "isolation2";
+ name = "cell isolation blast door"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnY" = (
+/obj/item/toy/beach_ball/holoball,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dnZ" = (
+/turf/closed/wall/rust{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doa" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dob" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doc" = (
+/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{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dod" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dof" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dog" = (
+/obj/machinery/camera{
+ c_tag = "Brig Cell 8";
+ dir = 9;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doh" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "permabolt2";
+ name = "Cell 2 Lockdown";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doi" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"doj" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dok" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ name = "Fore Asteroid Maintenance Access";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"dol" = (
+/obj/structure/closet/emcloset,
+/obj/machinery/light,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dom" = (
+/obj/machinery/disposal/deliveryChute{
+ desc = "A chute for the reformed crewmember to re-enter the station population.";
+ dir = 1;
+ name = "Gulag Exit Chute"
+ },
+/obj/machinery/door/window/northright,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"don" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dop" = (
+/obj/machinery/flasher{
+ id = "Cell 3";
+ pixel_x = -32
+ },
+/obj/machinery/holopad,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dor" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Cellblock North";
+ dir = 10;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dos" = (
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dot" = (
+/obj/machinery/flasher{
+ id = "Cell 8";
+ pixel_x = 32
+ },
+/obj/machinery/holopad,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dou" = (
+/obj/structure/sign/poster/official/obey{
+ pixel_x = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Perma Middle 1";
+ dir = 4;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dov" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dow" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dox" = (
+/obj/structure/table,
+/obj/item/weapon/cultivator,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"doy" = (
+/turf/closed/wall/rust{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doz" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/asteroid/line{
+ icon_state = "ast_warn";
+ dir = 1
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"doA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Brig Labor Shuttle Dock South";
+ dir = 4;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doF" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
+/obj/structure/cable/orange{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doG" = (
+/obj/machinery/flasher{
+ id = "PCell 3";
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doH" = (
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt3";
+ name = "Cell 3"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "isolation3";
+ name = "cell isolation blast door"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doI" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"doJ" = (
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"doK" = (
+/obj/machinery/seed_extractor,
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"doL" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doM" = (
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doN" = (
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doO" = (
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/delivery,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"doR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doT" = (
+/obj/machinery/door_timer{
+ id = "Cell 8";
+ name = "Cell 8";
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doU" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Perma Wing 2";
+ dir = 4;
+ network = list("SS13","Security")
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "PCell 3";
+ name = "Cell 3 Flash";
+ pixel_x = 24;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/door{
+ id = "isolation3";
+ name = "Cell 3 Isolation";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "2";
+ specialfunctions = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doW" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "permabolt3";
+ name = "Cell 3 Lockdown";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doX" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 6
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doY" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8;
+ frequency = 1441;
+ id = null;
+ pixel_y = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"doZ" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpa" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpb" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpc" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpd" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Riot Control Storage";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpe" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dph" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpi" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/computer/security/telescreen{
+ desc = "Used to watch the various criminals inside their cells.";
+ name = "Cell Monitor";
+ network = list("PrisonCell");
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpj" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 5
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpk" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpl" = (
+/obj/machinery/washing_machine,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpm" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/ambrosia,
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dpn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpr" = (
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dps" = (
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpt" = (
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpu" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpv" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/processing)
+"dpw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpy" = (
+/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{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpz" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpB" = (
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpC" = (
+/obj/structure/table,
+/obj/item/weapon/storage/pill_bottle/dice,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpD" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/weapon/reagent_containers/glass/bucket,
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dpE" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpF" = (
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpG" = (
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpH" = (
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpI" = (
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpJ" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "armoryaccess";
+ name = "Armory Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpL" = (
+/obj/machinery/flasher{
+ id = "PCell 4";
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpM" = (
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt4";
+ name = "Cell 4"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "isolation4";
+ name = "cell isolation blast door"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpN" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dpO" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/potato,
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dpP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"dpQ" = (
+/obj/structure/closet/emcloset,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dpR" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/structure/disposaloutlet,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dpS" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpT" = (
+/obj/machinery/suit_storage_unit/security,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpU" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Armory North";
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpX" = (
+/obj/machinery/button/door{
+ id = "armoryaccess";
+ name = "Armory Shutter Access";
+ pixel_y = 28;
+ req_access_txt = "3"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpY" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dpZ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 5;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqa" = (
+/obj/machinery/camera{
+ c_tag = "Brig Cell 2";
+ dir = 4;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqb" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 2";
+ name = "Cell 2 Locker"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqe" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 9";
+ name = "Cell 9 Locker"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "PCell 4";
+ name = "Cell 4 Flash";
+ pixel_x = 24;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/door{
+ id = "isolation4";
+ name = "Cell 4 Isolation";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "2";
+ specialfunctions = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqh" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/camera{
+ c_tag = "Brig Perma Cell 4";
+ dir = 10;
+ network = list("SS13","Security","PrisonCell")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqi" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "permabolt4";
+ name = "Cell 4 Lockdown";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqj" = (
+/obj/machinery/camera{
+ c_tag = "Brig Perma Middle 2";
+ dir = 4;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqk" = (
+/obj/machinery/vending/sovietsoda,
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dql" = (
+/turf/closed/wall/rust{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqm" = (
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"dqn" = (
+/obj/item/weapon/storage/toolbox/mechanical/old,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqo" = (
+/obj/machinery/conveyor/auto,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqp" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqq" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqr" = (
+/obj/machinery/suit_storage_unit/security,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqs" = (
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqt" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqu" = (
+/obj/structure/rack,
+/obj/item/weapon/gun/energy/ionrifle,
+/obj/item/weapon/gun/energy/temperature/security,
+/obj/item/clothing/suit/armor/laserproof,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqv" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/lockbox/loyalty,
+/obj/item/weapon/storage/box/trackimp,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqx" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqy" = (
+/obj/machinery/flasher{
+ id = "Cell 9";
+ pixel_x = 32
+ },
+/obj/machinery/holopad,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqz" = (
+/obj/machinery/vending/sustenance,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid,
+/area/security/prison)
+"dqA" = (
+/turf/closed/wall/rust{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqB" = (
+/obj/item/weapon/wrench,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqC" = (
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqD" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqE" = (
+/obj/structure/plasticflaps,
+/obj/machinery/conveyor/auto,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqF" = (
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/grille,
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqG" = (
+/obj/structure/cable/orange{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Armory APC";
+ pixel_x = 24
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqH" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall/r_wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqI" = (
+/obj/structure/closet/secure_closet{
+ name = "contraband locker";
+ req_access_txt = "3"
+ },
+/obj/effect/spawner/lootdrop/armory_contraband{
+ 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{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqJ" = (
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqK" = (
+/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_y = 1;
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqL" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/firingpins{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/obj/item/weapon/storage/box/firingpins{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/obj/item/key/security,
+/obj/item/key/security,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqM" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Perma Cell 5";
+ req_access_txt = "2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqN" = (
+/obj/machinery/flasher{
+ id = "PCell 5";
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqO" = (
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt5";
+ name = "Cell 5"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "isolation5";
+ name = "cell isolation blast door"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dqP" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqQ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqR" = (
+/obj/machinery/conveyor/auto{
+ dir = 5;
+ verted = -1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqS" = (
+/obj/machinery/conveyor/auto{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqT" = (
+/obj/machinery/conveyor/auto{
+ dir = 10
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqU" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dqV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dqW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dqX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dqY" = (
+/obj/machinery/suit_storage_unit/security,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dqZ" = (
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dra" = (
+/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{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"drb" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/suit/armor/bulletproof,
+/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/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"drc" = (
+/obj/structure/closet/secure_closet/lethalshots,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"drd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dre" = (
+/obj/structure/weightlifter,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drf" = (
+/obj/structure/stacklifter,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/space)
+"drh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/space)
+"dri" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/space)
+"drj" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/structure/disposaloutlet{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/maintenance/asteroid/fore/com_west)
+"drk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"drl" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/disposal/deliveryChute{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"drm" = (
+/obj/machinery/conveyor/auto{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"drn" = (
+/obj/machinery/conveyor/auto{
+ dir = 10
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dro" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"drp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"drq" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"drr" = (
+/obj/structure/disposaloutlet,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"drs" = (
+/obj/machinery/suit_storage_unit/security,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"drt" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dru" = (
+/obj/item/weapon/grenade/barrier{
+ pixel_x = 4
+ },
+/obj/item/weapon/grenade/barrier,
+/obj/item/weapon/grenade/barrier{
+ pixel_x = -4
+ },
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"drv" = (
+/obj/machinery/camera{
+ c_tag = "Brig Cell 1";
+ dir = 4;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drw" = (
+/obj/structure/closet/secure_closet/brig{
+ id = "Cell 1";
+ name = "Cell 1 Locker"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dry" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drz" = (
+/obj/machinery/camera{
+ c_tag = "Brig Cell 10";
+ dir = 9;
+ network = list("SS13","Security","PrisonCell")
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drA" = (
+/obj/machinery/camera{
+ c_tag = "Brig Perma Wing 1";
+ dir = 4;
+ network = list("SS13","Security")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 8
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drH" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/space)
+"drI" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/space)
+"drJ" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/space)
+"drK" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Port Asteroid Maintenance";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"drL" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"drM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"drN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"drO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"drP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"drQ" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/window/brigdoor/southleft{
+ name = "Security Mail Chute";
+ req_one_access_txt = "38;63"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"drR" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "armoryaccess2";
+ name = "Armory Shutters"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"drS" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/box/chemimp{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/item/weapon/reagent_containers/glass/bottle/morphine,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"drT" = (
+/obj/machinery/door/window/brigdoor/westleft{
+ id = "Cell 1";
+ name = "Cell Door 1";
+ req_access_txt = "1"
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drU" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=CellBlockMidLeft";
+ location = "CellBlockLowRight";
+ name = "navigation beacon (CellBlockLowRight)"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drV" = (
+/obj/machinery/door/window/brigdoor/eastleft{
+ id = "Cell 10";
+ name = "Cell Door 10"
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drW" = (
+/obj/machinery/flasher{
+ id = "Cell 10";
+ pixel_x = 32
+ },
+/obj/machinery/holopad,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drY" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"drZ" = (
+/obj/machinery/flasher{
+ id = "PCell 6";
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsa" = (
+/obj/machinery/door/airlock/glass{
+ id_tag = "permabolt6";
+ name = "Cell 6"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "isolation6";
+ name = "cell isolation blast door"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsd" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dse" = (
+/obj/structure/stacklifter,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsf" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/space)
+"dsg" = (
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/space)
+"dsh" = (
+/obj/effect/turf_decal/stripes/asteroid/line{
+ icon_state = "ast_warn";
+ dir = 1
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dsi" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dsj" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dsk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dsl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dsm" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/item/device/radio,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 9;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dsn" = (
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dso" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/item/device/radio,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dsp" = (
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 10;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dsq" = (
+/turf/open/floor/plasteel/darkred/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dsr" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkred/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dss" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkred/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dst" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 6;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dsu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 10;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsv" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 6;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 10;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "PCell 6";
+ name = "Cell 6 Flash";
+ pixel_x = 24;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/door{
+ id = "isolation6";
+ name = "Cell 6 Isolation";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "2";
+ specialfunctions = 1
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 6;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsB" = (
+/obj/structure/bed,
+/obj/item/weapon/bedsheet,
+/obj/machinery/camera{
+ c_tag = "Brig Perma Cell 6";
+ dir = 10;
+ network = list("SS13","Security","PrisonCell")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsC" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "permabolt6";
+ name = "Cell 6 Lockdown";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "0";
+ specialfunctions = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/prison)
+"dsD" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dsE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dsF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dsG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dsH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dsI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dsJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/girder,
+/obj/structure/grille,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dsK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dsL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dsM" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dsN" = (
+/obj/machinery/vending/security,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dsO" = (
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dsP" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dsQ" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Armory";
+ req_access_txt = "3"
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/armory)
+"dsR" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dsS" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dsT" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "wardencell"
+ },
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig Cell Access";
+ req_access_txt = "3"
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dsU" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Cell Block";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dsV" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Cell Block";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dsW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dsX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dsY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dsZ" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dta" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dtb" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dtc" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dtd" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dte" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dtf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dtg" = (
+/obj/structure/closet{
+ name = "evidence closet"
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Evidence Room";
+ dir = 6;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 5;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dth" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dti" = (
+/obj/structure/filingcabinet/chestdrawer/wheeled,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dtj" = (
+/obj/machinery/computer/crew,
+/obj/machinery/newscaster/security_unit{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dtk" = (
+/obj/machinery/computer/prisoner,
+/obj/machinery/camera{
+ c_tag = "Brig Control Room";
+ dir = 6;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dtl" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/machinery/computer/security/telescreen{
+ desc = "Used to watch the various criminals inside their cells.";
+ name = "Cell Monitor";
+ network = list("PrisonCell");
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dtm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtn" = (
+/obj/structure/table,
+/obj/item/clothing/neck/stethoscope,
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dto" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/toxin,
+/obj/machinery/camera{
+ c_tag = "Brig Medbay";
+ dir = 6;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtp" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Interrogation";
+ dir = 6;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dts" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtt" = (
+/obj/structure/table/wood,
+/obj/item/weapon/clipboard,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtu" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtv" = (
+/obj/structure/reagent_dispensers/water_cooler,
+/obj/machinery/camera{
+ c_tag = "Brig Interrogation 2";
+ dir = 6;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtw" = (
+/turf/closed/wall/rust{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/space)
+"dtx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dty" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dtz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dtA" = (
+/obj/structure/closet,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dtB" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dtC" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/obj/structure/closet/secure_closet/hos,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dtD" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/deputy,
+/obj/item/weapon/storage/box/seccarts{
+ pixel_x = 3;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dtE" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dtF" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dtG" = (
+/obj/machinery/suit_storage_unit/hos,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dtH" = (
+/obj/effect/landmark/start/security_officer,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dtI" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dtJ" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtK" = (
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtM" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtN" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtO" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtP" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtQ" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtR" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtS" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtT" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/box/cups,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dtU" = (
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/grille/broken,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"dtV" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"dtW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dtX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dtY" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/girder,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dtZ" = (
+/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{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dua" = (
+/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.";
+ emote_hear = list("chitters");
+ faction = list("spiders");
+ harm_intent_damage = 3;
+ health = 200;
+ icon_dead = "guard_dead";
+ icon_gib = "guard_dead";
+ icon_living = "guard";
+ icon_state = "guard";
+ max_co2 = 5;
+ max_tox = 2;
+ maxHealth = 250;
+ melee_damage_lower = 15;
+ melee_damage_upper = 20;
+ min_oxy = 5;
+ name = "Sergeant Araneus";
+ real_name = "Sergeant Araneus";
+ response_help = "pets";
+ turns_per_move = 10;
+ voice_name = "unidentifiable voice"
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dub" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"duc" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dud" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"due" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"duf" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "hosoffice";
+ name = "emergency lockdown blast door"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dug" = (
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"duh" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/restraints/handcuffs,
+/obj/item/device/assembly/flash,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dui" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duj" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/item/weapon/storage/toolbox/mechanical,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"duk" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dul" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dum" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dun" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duo" = (
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dup" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/bed/roller,
+/obj/item/clothing/suit/straight_jacket,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duq" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dur" = (
+/obj/structure/table/wood,
+/obj/item/device/taperecorder,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dus" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dut" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duu" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/item/weapon/folder/red,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duv" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/grille/broken,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_north)
+"duw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dux" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"duy" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"duz" = (
+/obj/structure/sign/poster/official/enlist{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"duA" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"duB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"duC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"duD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"duE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"duF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"duG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"duH" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"duI" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duJ" = (
+/obj/structure/closet{
+ name = "evidence closet"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 6;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duK" = (
+/obj/structure/table,
+/obj/item/clothing/glasses/sunglasses,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"duL" = (
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start/warden,
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"duM" = (
+/obj/machinery/computer/camera_advanced{
+ z_lock = 1
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"duN" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/bed/roller,
+/obj/item/clothing/suit/straight_jacket,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"duR" = (
+/obj/machinery/power/apc{
+ dir = 2;
+ name = "Courtroom APC";
+ pixel_y = -24
+ },
+/obj/structure/cable/orange,
+/obj/effect/turf_decal/stripes/end{
+ icon_state = "warn_end";
+ dir = 1
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/courtroom)
+"duS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"duT" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"duU" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"duV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"duW" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Head of Security's Office APC";
+ pixel_x = 24
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"duX" = (
+/obj/machinery/keycard_auth{
+ pixel_x = -24
+ },
+/obj/machinery/camera{
+ c_tag = "Head of Security's Office";
+ dir = 4;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"duY" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"duZ" = (
+/obj/structure/table/wood,
+/obj/item/device/flashlight/lamp/green{
+ on = 0;
+ pixel_x = -3;
+ pixel_y = 8
+ },
+/obj/item/weapon/storage/fancy/cigarettes/cigars/cohiba,
+/obj/item/weapon/lighter,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dva" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dvb" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dvc" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dvd" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "hosoffice";
+ name = "emergency lockdown blast door"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dve" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dvf" = (
+/obj/structure/table,
+/obj/item/weapon/restraints/handcuffs,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dvg" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/food/drinks/coffee,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dvh" = (
+/obj/structure/disposalpipe/junction{
+ icon_state = "pipe-j1";
+ dir = 8
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dvj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dvk" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Brig Control";
+ req_access_txt = "3"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dvl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dvm" = (
+/obj/structure/table/reinforced,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/window/brigdoor/northright{
+ name = "Warden's Desk";
+ req_access_txt = "3"
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dvn" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dvo" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 8;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/warden)
+"dvp" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Cell Block";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvq" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvr" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvs" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/white{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvt" = (
+/obj/machinery/door/airlock/security{
+ name = "Interrogation Room";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvu" = (
+/obj/machinery/door/airlock/security{
+ name = "Interrogation Viewing";
+ req_access_txt = "0";
+ req_one_access_txt = "38;2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dvw" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dvx" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/button/door{
+ id = "hosoffice";
+ name = "Emergency Office Lockdown";
+ pixel_x = -24;
+ pixel_y = 8;
+ req_access_txt = "58"
+ },
+/obj/machinery/button/door{
+ id = "brigfront";
+ name = "Emergency Brig Lockdown";
+ pixel_x = -24;
+ req_access_txt = "1"
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dvy" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dvz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/effect/landmark/start/head_of_security,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dvA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/obj/item/weapon/stamp/hos,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dvB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dvC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dvD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dvE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dvF" = (
+/obj/structure/table,
+/obj/item/weapon/storage/fancy/donut_box,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dvG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 9;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvI" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvL" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Main East";
+ dir = 6;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dvN" = (
+/obj/structure/grille,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dvO" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dvP" = (
+/obj/machinery/computer/security,
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -32
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dvQ" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dvR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dvS" = (
+/obj/structure/table/wood,
+/obj/item/weapon/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dvT" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dvU" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dvV" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "hosoffice";
+ name = "emergency lockdown blast door"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dvW" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dvX" = (
+/obj/structure/table/wood,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ dir = 8;
+ listening = 1;
+ name = "Station Intercom (Court)"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/courtroom)
+"dvY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/courtroom)
+"dvZ" = (
+/obj/machinery/door/window/southleft{
+ name = "Court Cell";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
+ },
+/area/security/courtroom)
+"dwa" = (
+/obj/structure/rack,
+/obj/item/weapon/pickaxe,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dwb" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dwc" = (
+/obj/machinery/computer/card/minor/hos,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/sign/map/left/ceres{
+ pixel_x = -32
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dwd" = (
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dwe" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dwf" = (
+/obj/structure/table/wood,
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hos)
+"dwg" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dwh" = (
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/crew_quarters/heads/hos)
+"dwi" = (
+/obj/structure/closet/bombcloset,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dwj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dwk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dwl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dwm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dwn" = (
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dwo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dwp" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dwq" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dwr" = (
+/obj/structure/closet/bombcloset,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 10;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dws" = (
+/turf/open/floor/plasteel/red/corner{
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dwt" = (
+/obj/machinery/door/airlock/security{
+ name = "Detective's Office";
+ req_access_txt = "4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dwu" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "detective"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dwv" = (
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dww" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "lawyer"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dwx" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dwy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dwz" = (
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 2;
+ id_tag = "innerbrig";
+ name = "Brig";
+ req_access_txt = "0";
+ req_one_access_txt = "38;63"
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dwA" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/orange,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dwB" = (
+/obj/item/device/radio/beacon,
+/turf/open/floor/plasteel/neutral{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/courtroom)
+"dwC" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/blue/side{
+ icon_state = "blue";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/courtroom)
+"dwD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dwE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dwF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dwG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dwH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dwI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dwJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dwK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/girder,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dwL" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dwM" = (
+/obj/machinery/vending/security,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/red{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dwN" = (
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 8;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dwO" = (
+/obj/structure/closet/secure_closet/detective,
+/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/ammo_box/c38,
+/obj/item/ammo_box/c38,
+/turf/open/floor/plasteel/grimy{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dwP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dwQ" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/security/wooden_tv,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dwR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dwS" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dwT" = (
+/obj/structure/filingcabinet,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dwU" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dwV" = (
+/obj/structure/chair,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dwW" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dwX" = (
+/obj/structure/table/wood,
+/obj/item/weapon/folder/red,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 6;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/courtroom)
+"dwY" = (
+/obj/structure/table/wood,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel/blue/side{
+ icon_state = "blue";
+ dir = 10;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/courtroom)
+"dwZ" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/blue/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/courtroom)
+"dxa" = (
+/obj/structure/grille,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dxb" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dxc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dxd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dxe" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dxf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dxg" = (
+/obj/effect/landmark/secequipment,
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 10;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dxh" = (
+/obj/effect/landmark/secequipment,
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dxi" = (
+/obj/effect/landmark/secequipment,
+/obj/machinery/camera{
+ c_tag = "Brig Equipment South";
+ dir = 10;
+ network = list("SS13","Security")
+ },
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dxj" = (
+/obj/effect/landmark/secequipment,
+/turf/open/floor/plasteel/red/side{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dxk" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/grimy{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dxl" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/secure_data/laptop,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dxm" = (
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "Detective's Office APC";
+ pixel_x = 24
+ },
+/obj/structure/cable/orange{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dxn" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/briefcase,
+/obj/item/weapon/storage/briefcase,
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dxo" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/structure/cable/orange,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxp" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxq" = (
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/obj/structure/cable/orange{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "emergency blast door"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 10;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxu" = (
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 6;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxv" = (
+/obj/machinery/button/door{
+ id = "outterbrig";
+ name = "Brig External Doors";
+ normaldoorcontrol = 1;
+ pixel_x = -8;
+ pixel_y = -24;
+ req_access_txt = "2"
+ },
+/obj/machinery/button/door{
+ id = "innerbrig";
+ name = "Brig Internal Doors";
+ normaldoorcontrol = 1;
+ pixel_x = -8;
+ pixel_y = -32;
+ req_access_txt = "2"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxw" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dxx" = (
+/obj/structure/closet,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dxy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dxz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dxA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dxB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/main)
+"dxC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dxD" = (
+/obj/structure/table/wood,
+/obj/item/device/tape/random,
+/obj/item/device/tape/random{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/grimy{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dxE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/grimy{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dxF" = (
+/obj/structure/table/wood,
+/obj/item/weapon/storage/fancy/cigarettes,
+/obj/item/clothing/glasses/sunglasses,
+/obj/item/device/flashlight/lamp,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dxG" = (
+/obj/machinery/button/door{
+ id = "detective";
+ name = "Privacy Shutters";
+ pixel_x = 24
+ },
+/turf/open/floor/carpet{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dxH" = (
+/obj/structure/filingcabinet,
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dxI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxJ" = (
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dxN" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
+ },
+/area/security/courtroom)
+"dxO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
+ },
+/area/security/courtroom)
+"dxP" = (
+/obj/machinery/airalarm{
+ frequency = 1439;
+ locked = 0;
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
+ },
+/area/security/courtroom)
+"dxQ" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
+ },
+/area/security/courtroom)
+"dxR" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge";
+ layer = 2.6;
+ name = "Emergency Blast Door"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = null;
+ name = "Bridge";
+ req_access_txt = "0";
+ req_one_access = null;
+ req_one_access_txt = "19;41"
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dxS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge";
+ layer = 2.6;
+ name = "Emergency Blast Door"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = null;
+ name = "Bridge";
+ req_access_txt = "0";
+ req_one_access = null;
+ req_one_access_txt = "19;41"
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dxT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dxU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dxV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dxW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/grille,
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dxX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dxY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dxZ" = (
+/obj/structure/rack,
+/obj/item/weapon/storage/briefcase,
+/obj/item/weapon/storage/briefcase,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/grimy{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dya" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/grimy{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dyb" = (
+/obj/machinery/camera{
+ c_tag = "Lawyer's Office";
+ dir = 4
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dyc" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyd" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dye" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyf" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ listening = 1;
+ name = "Station Intercom (General)";
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyg" = (
+/obj/structure/sign/poster/official/safety_report{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/side{
+ icon_state = "red";
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyh" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
+ },
+/area/security/courtroom)
+"dyi" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
+ },
+/area/security/courtroom)
+"dyj" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dyk" = (
+/obj/structure/grille,
+/turf/open/floor/plating/asteroid,
+/area/maintenance/asteroid/fore/com_west)
+"dyl" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dym" = (
+/obj/effect/landmark/start/lawyer,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dyn" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyo" = (
+/obj/structure/table,
+/obj/item/weapon/storage/pill_bottle/dice,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyp" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyq" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyr" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dys" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyu" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dyw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dyx" = (
+/obj/structure/closet/lawcloset,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/wood{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dyy" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyA" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
+ },
+/area/security/courtroom)
+"dyB" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/vault{
+ dir = 5;
+ initial_gas_mix = "n2=500;TEMP=80";
+ temperature = 80
+ },
+/area/security/courtroom)
+"dyC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plating,
+/area/space)
+"dyD" = (
+/obj/structure/disposaloutlet{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/space)
+"dyE" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/disposal/deliveryChute{
+ dir = 8
+ },
+/turf/open/floor/plating/airless,
+/area/maintenance/asteroid/fore/com_west)
+"dyF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dyG" = (
+/obj/structure/rack,
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dyH" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable/orange{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dyI" = (
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/structure/disposaloutlet,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/detectives_office)
+"dyJ" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "lawyer"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dyK" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "lawyer"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/lawoffice)
+"dyL" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "brigfront";
+ name = "emergency blast door"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/brig)
+"dyM" = (
+/obj/structure/grille,
+/obj/structure/window/fulltile,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/security/courtroom)
+"dyN" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge";
+ layer = 2.6;
+ name = "Emergency Blast Door"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = null;
+ name = "Bridge";
+ req_access_txt = "0";
+ req_one_access = null;
+ req_one_access_txt = "19;41"
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dyO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/poddoor/preopen{
+ id = "bridge";
+ layer = 2.6;
+ name = "Emergency Blast Door"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = null;
+ name = "Bridge";
+ req_access_txt = "0";
+ req_one_access = null;
+ req_one_access_txt = "19;41"
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/bridge)
+"dyP" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/asteroid/line{
+ icon_state = "ast_warn";
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/astplate{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dyQ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable/orange{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/maintenance/asteroid/fore/com_west)
+"dyR" = (
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Command Asteroid Hall 10";
+ dir = 6
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/hallway/primary/fore)
+"dyS" = (
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/red/corner{
+ dir = 1;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/hallway/primary/fore)
+"dyT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4;
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/hallway/primary/fore)
+"dyU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=CommandWest";
+ location = "Security";
+ name = "navigation beacon (Security)"
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/hallway/primary/fore)
+"dyV" = (
+/obj/structure/plasticflaps{
+ name = "Officer Beepsky's Home"
+ },
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/hallway/primary/fore)
+"dyW" = (
+/obj/structure/bed/dogbed,
+/mob/living/simple_animal/bot/secbot/beepsky,
+/turf/open/floor/plating{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/hallway/primary/fore)
+"dyX" = (
+/obj/structure/sign/poster/contraband/rip_badger{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/floorgrime{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/derelict/secret{
+ valid_territory = 0
+ })
+"dyY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/device/radio/intercom{
+ broadcasting = 0;
+ name = "Station Intercom (General)";
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/hallway/primary/starboard)
+"dyZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c"
+ },
+/turf/open/floor/plasteel/neutral{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/hallway/primary/starboard)
+"dza" = (
+/obj/structure/disposalpipe/junction{
+ dir = 4;
+ icon_state = "pipe-j2"
+ },
+/turf/open/floor/plasteel/neutral{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/hallway/primary/starboard)
+"dzb" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/asteroid/starboard)
+"dzc" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/trinary/filter/critical{
+ dir = 4;
+ filter_type = "freon";
+ name = "gas filter (freon)"
+ },
+/turf/open/floor/engine{
+ baseturf = /turf/open/floor/plating/asteroid/airless;
+ name = "reinforced floor"
+ },
+/area/engine/engineering)
+"dzd" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/open/floor/engine{
+ baseturf = /turf/open/floor/plating/asteroid/airless;
+ name = "reinforced floor"
+ },
+/area/engine/engineering)
+"dze" = (
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black{
+ baseturf = /turf/open/floor/plating/asteroid/airless
+ },
+/area/engine/engineering)
+"dzf" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/closed/wall/r_wall,
+/area/engine/supermatter)
(1,1,1) = {"
aaa
@@ -92854,29 +97276,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
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -93111,29 +97533,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
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -93368,29 +97790,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
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -93625,6 +98047,29 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -93673,35 +98118,12 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
+aab
+aab
+aab
+aad
aaa
aaa
aaa
@@ -93882,6 +98304,29 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -93896,6 +98341,15 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -93919,48 +98373,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
+aab
+aab
+aab
+aab
+aab
+aad
+aab
+aab
aaa
aaa
aaa
@@ -94139,6 +98561,29 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -94153,6 +98598,10 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -94173,52 +98622,25 @@ aaa
aaa
aaa
aaa
+aag
aaa
aaa
aaa
+cFp
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
+aad
+aad
+aad
+aad
+aab
+aab
+aad
aaa
aaa
aaa
@@ -94396,13 +98818,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -94430,6 +98855,10 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -94454,28 +98883,21 @@ aaa
aaa
aaa
aaa
+cFp
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aad
aab
aab
aab
aab
aad
-aaa
-aaa
-aaa
-aaa
+aad
+aad
+aad
+aad
+aad
+aad
aaa
aaa
aaa
@@ -94653,13 +99075,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -94681,59 +99106,56 @@ acU
aei
aeE
aeS
-aeW
-aft
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+dmS
+dno
aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aaP
+aaP
+aaP
+aaP
+aaP
+aaP
+abC
+abC
+abC
+abC
+abC
+abC
+abC
+abC
+abC
+abC
+aaP
+aaP
+aaP
+aaP
+aaP
+aaP
+cFp
aaa
aaa
aad
aab
aab
-aab
-aab
-aab
-aab
+cTy
+cTB
+cTw
+cTy
+cTG
+cTw
+aac
+aac
+aac
aad
-aab
-aab
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -94910,13 +99332,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -94938,61 +99363,58 @@ acU
aej
acU
aeT
-aeW
-afu
+dmS
+dnp
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aaP
+drg
+drH
+drH
+abV
+acj
+cFp
+cFp
+cFp
+cFp
+cXs
+cFp
+cFp
+cFp
+cFp
+cFp
+avx
+abV
+abr
+abr
+dyC
+aaP
+cFp
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aab
-aab
-aab
aab
aad
-aad
+cTv
+cTy
+cTC
+cTx
+cTC
+cTH
+cTw
+cTw
+aac
+aac
aad
aad
aab
-aab
-aad
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -95167,13 +99589,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -95195,61 +99620,58 @@ acU
aek
aeF
aeU
-aeW
-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
+dmS
+dnq
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aaP
+drh
+drI
+drI
+aaP
+aaP
+cXs
+cXs
+cXs
+cXs
+cXs
+cXs
+cXs
+cXs
+cXs
+cXs
+aaP
+aaP
+abs
+abs
+abb
+aaP
+cFp
aaa
+aad
+aad
+aad
+cTw
+cTy
+cTB
+cTz
+cTE
+cTC
+cTL
+cTy
+aac
+aac
+aad
+aad
aab
-aab
-aab
-aab
-aad
-aad
-aad
-aad
-aad
-aad
-aad
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -95424,13 +99846,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aah
aai
aai
@@ -95456,58 +99881,55 @@ aai
afX
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aab
-cTy
-cTB
-cTw
-cTy
-cTG
-cTw
-aac
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aaP
+drh
+drI
+aaP
+aaP
+cXs
+cFp
+cFp
+cFp
+cFp
+cXs
+cFp
+cFp
+cFp
+cFp
+cFp
+cXs
+aaP
+aaP
+abs
+abb
+aaP
+cFp
aac
aac
aad
-aaa
-aaa
-aaa
-aaa
+aad
+cTv
+cTz
+cTx
+cTD
+cTz
+cTI
+cTM
+cTy
+aac
+aad
+aad
+aad
+aab
+aab
aaa
aaa
aaa
@@ -95681,13 +100103,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aai
aam
aas
@@ -95713,60 +100138,57 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aaP
+abc
+aaP
+aaP
+cFp
+cXs
+aaa
+aaa
+aaa
+aaa
+abC
aaa
aaa
aaa
aaa
aaa
+abC
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
+aaP
+aaP
+abc
+aaP
+cFp
+aac
+aac
aad
-cTv
-cTy
-cTC
+aad
+cTx
+cTz
+cTz
cTx
cTC
-cTH
-cTw
-cTw
-aac
+cTJ
+cTN
+cTx
aac
aad
+aab
+aad
+aad
aad
aab
-aaa
-aaa
-aaa
-aaa
+aad
aaa
aaa
aaa
@@ -95938,13 +100360,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaj
aan
aan
@@ -95970,64 +100395,61 @@ aaM
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aaP
+abd
+aaP
+cFp
+cFp
+cXs
+aaa
+cFp
+cFp
+cFp
+abC
+cFp
aaa
aaa
aaa
aaa
+abC
aaa
aaa
-aaa
-aaa
-aaa
-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
+dyD
+aaP
+cFp
aaa
aad
-aad
-aad
+aac
+aac
cTw
-cTy
-cTB
+cTA
cTz
-cTE
-cTC
-cTL
-cTy
+dyX
+cTF
+cTK
+cTO
+cTw
aac
+aad
+aab
aac
aad
aad
+aad
aab
aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
aaP
aba
abr
@@ -96195,13 +100617,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaj
aao
aan
@@ -96222,67 +100647,64 @@ aan
aan
aaB
aeG
-aeW
-aft
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+dmS
+dno
+aaa
+aaa
+aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aaa
+abC
+aaa
+abC
+cFp
+cFp
+cXs
+cFp
+cFp
+abW
+abW
+akm
+abE
+cFp
+cFp
+cFp
+cFp
+abC
aaa
aaa
aaa
aaa
+abC
+cFp
aaa
+aad
aac
aac
-aad
-aad
+cTw
+cTw
cTv
-cTz
-cTx
-cTD
-cTz
-cTI
-cTM
cTy
+cTy
+cTv
+cTw
+cTy
+aad
+aad
+aab
+aac
+aac
aac
aad
aad
aad
-aab
-aab
-aaa
-aaa
-aaa
-aaa
-aaa
+aad
aaa
aaa
aaP
@@ -96452,13 +100874,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaj
aap
aat
@@ -96479,41 +100904,42 @@ aan
aan
aan
aeH
-aeW
-afu
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+dmS
+dnp
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aaa
+abC
+aaa
+abC
+aaa
+aaa
+abC
+aaa
+aaa
+abW
+abW
+abW
+abE
+abE
+abW
+abW
+abW
+abC
+abW
aaa
aaa
aaa
+abC
+cFp
aaa
aaa
aaa
@@ -96521,26 +100947,22 @@ aac
aac
aad
aad
-cTx
-cTz
-cTz
-cTx
-cTC
-cTJ
-cTN
-cTx
aac
-aad
-aab
+aac
+aac
+aac
aad
aad
aad
aab
+aac
+aac
+aac
+aad
+aab
+aab
+aad
aad
-aaa
-aaa
-aaa
-aaa
aaa
aaP
abb
@@ -96709,13 +101131,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaj
aaq
aan
@@ -96736,39 +101161,42 @@ aan
aan
aaB
aeG
-aeW
-afv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+dmS
+dnq
aaa
aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+aaa
+aaa
+abC
+aaa
+abC
+aaa
+aaa
+akm
+abE
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+akm
+abW
aaa
aaa
aaa
+abC
+cFp
aaa
aaa
aaa
@@ -96778,26 +101206,20 @@ aaa
aad
aac
aac
-cTw
-cTA
-cTz
-cTz
-cTF
-cTK
-cTO
-cTw
+aac
aac
aad
aab
-aac
+aad
+aad
aad
aad
aad
aab
+aab
aaa
-aaa
-aaa
-aaa
+aad
+aad
aaa
aaP
abc
@@ -96966,13 +101388,16 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaj
aar
aan
@@ -96996,36 +101421,39 @@ aai
aai
aaO
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aaa
+aaa
+abC
+aaa
+cXs
+abE
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+abW
aaa
aaa
aaa
-aaa
-aaa
-aaa
-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
+cFp
aaa
aaa
aaa
@@ -97033,26 +101461,20 @@ aaa
aaa
aaa
aad
-aac
-aac
-cTw
-cTw
-cTv
-cTy
-cTy
-cTv
-cTw
-cTy
+aad
+aad
+aad
+aad
+aad
+aab
+aad
aad
aad
aab
-aac
-aac
-aac
-aad
-aad
-aad
-aad
+aab
+aab
+aaa
+aaa
aaa
aaa
aaa
@@ -97230,6 +101652,9 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
aai
aar
aan
@@ -97253,30 +101678,39 @@ aeI
aai
aaa
aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aaa
+aaa
+abC
+aaa
+abC
+abW
+dgh
+dgg
+deK
+deI
+abW
+abW
+abW
+dgh
+deI
+deK
+deK
+abW
+abW
+abW
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
+cFp
aaa
aaa
aaa
@@ -97287,30 +101721,18 @@ aaa
aaa
aad
aaa
-aaa
-aaa
-aaa
-aaa
-aac
-aac
-aad
-aad
-aac
-aac
-aac
-aac
-aad
-aad
-aad
-aab
-aac
-aac
-aac
-aad
aab
aab
+aab
+aab
+aab
+aaa
+aaa
aad
-aad
+aaa
+aaa
+aaa
+aaa
aaa
aaa
abC
@@ -97487,6 +101909,9 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
aak
aai
aai
@@ -97510,6 +101935,39 @@ aai
aai
aai
afY
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+abE
+abE
+abW
+deK
+drj
+deK
+deK
+deI
+deL
+dtA
+deK
+dgg
+deI
+dgh
+dgh
+dwa
+dwp
+deI
+deK
+deK
+abW
+aaa
+aaa
+aaa
+abC
+cFp
aaa
aaa
aaa
@@ -97534,42 +101992,6 @@ 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
-aac
-aad
-aab
-aad
-aad
-aad
-aad
-aad
-aab
-aab
-aaa
-aad
-aad
-aaa
-aaa
abC
aaa
aaa
@@ -97744,6 +102166,9 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -97765,62 +102190,59 @@ aan
aan
aan
aeX
-aeW
-aft
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+dmS
+dno
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+abE
+abE
+deK
+deI
+deI
+drk
+deI
+deI
+dsD
+deL
+deL
+deL
+deL
+deL
+deL
+dvN
+deL
+deL
+deL
+deL
+deK
+abW
aaa
aaa
aaa
+abC
+cFp
aaa
aaa
aaa
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
aaa
aaa
aad
-aad
-aad
-aad
-aad
-aad
-aab
-aad
-aad
-aad
-aab
-aab
-aab
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -98001,6 +102423,9 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -98022,8 +102447,48 @@ aan
aan
aan
aeY
-aeW
-afu
+dmS
+dnp
+cFp
+cFp
+cFp
+cFp
+cFp
+abE
+abE
+deK
+deI
+dqB
+dqD
+drl
+deI
+deL
+dro
+dsj
+dsj
+dtY
+dsj
+duW
+dsj
+dvO
+dsj
+dsj
+dwE
+deL
+deI
+abW
+abW
+cFp
+aaa
+abC
+cFp
+aaa
+aaa
+aaa
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -98041,49 +102506,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
-aad
-aaa
-aab
-aab
-aab
-aab
-aab
-aaa
-aaa
-aad
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
abC
aaa
aaa
@@ -98258,6 +102680,9 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -98279,67 +102704,64 @@ adO
adO
acG
aeZ
-aeW
-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
-aag
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+dmS
+dnq
+cFp
+cFp
+cFp
+cFp
+abE
+abW
+deK
+deK
+dqn
+dqC
+dqQ
+dqS
+deK
+deL
+dsF
+dta
+dta
+dta
+dta
+dta
+dta
+dta
+dta
+dta
+dsF
+dvN
+deI
+dgh
+abW
+cFp
aaa
+abC
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
abC
aaa
@@ -98515,6 +102937,9 @@ aaa
aaa
aaa
aaa
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -98538,65 +102963,62 @@ aai
aai
aai
aaO
+cFp
+cFp
+cFp
+cFp
+abE
+abW
+deK
+dpQ
+axE
+dqD
+dqR
+dqT
+drK
+dsh
+dsG
+dta
+dtC
+dtZ
+duz
+duX
+dvx
+dvP
+dwc
+dta
+dsF
+deL
+dxw
+dgh
+abW
+cFp
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
+abC
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
abC
aaa
@@ -98776,84 +103198,84 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-avv
-avv
-avw
-avv
-avv
-avw
-avv
-avv
-avv
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
+aaP
+aaP
+aaP
+aaP
+aaP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+deK
+deI
+deI
+deK
+deI
+dqS
+deK
+deK
+deL
+dsF
+dta
+dtD
+dua
+duc
+duY
+duY
+duY
+duY
+dta
+dsF
+deL
+dtA
+deK
+abW
+cFp
+aaa
+abC
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aXl
aXE
@@ -99033,61 +103455,61 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-avw
-awx
-axt
-ayZ
-aAn
-aAn
-aCx
-aDL
-aFe
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aaP
+aba
+abr
+abr
+abV
+acj
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+aKy
+aLB
+dpR
+dqo
+dqE
+dqT
+deI
+drL
+deL
+dsF
+dta
+dtE
+dub
+duB
+duZ
+dvz
+dvR
+dwe
+dta
+dsF
+dsD
+deK
+deK
+abW
+deK
+dyE
+deK
+abW
aaa
aaa
aaa
@@ -99290,59 +103712,59 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-avw
-awy
+aaP
+abb
+abs
+abs
+aaP
+aaP
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+deK
+deK
+deK
+deI
+deI
+deI
+deK
+dgq
+dsi
+dsJ
+dta
axu
-avv
-aAn
-aAn
-aAn
-aDL
-aFe
-aaa
-aaa
-aaa
-aaa
-aaa
-abC
-deK
+duc
+duC
+dva
+dvA
+dvS
+dwf
+dta
+dsF
+deL
+deI
+dgh
+abW
deK
+drk
deK
deK
deK
@@ -99357,7 +103779,7 @@ aaa
aaa
aaa
aaa
-aaa
+aag
aaa
aaa
aaa
@@ -99547,58 +103969,58 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-avw
-awz
-axv
-aza
-aAo
-aBr
-aAn
-aDL
-aFe
-aaa
-aaa
-aaa
-aaa
-abC
+aaP
+abb
+abs
+aaP
+aaP
abC
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+abE
+abW
+abW
+abW
+abW
+abW
+dgh
deK
+deL
+deL
+dsF
+dta
+dtF
+duc
+duC
+duc
+dvB
+dvT
+duc
+dta
+dwK
+dwE
+deL
+deI
+dgh
+deI
dgH
aOn
dgY
@@ -99805,58 +104227,58 @@ aaa
aaa
aaa
aaP
-aaP
-aaP
-aaP
+abc
aaP
aaP
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-avv
-avv
-axw
-avv
-avv
-avv
-aCy
-avv
-avv
-aaa
-aaa
-aaa
-aaa
+abC
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+abE
+abE
+abW
+abW
+abW
+dgh
+dgh
+dgh
+deL
+dro
+dsj
+dsL
+dta
+dtG
+duc
+duC
+duc
+dvB
+duc
+duc
+dta
+dgh
+dxd
+dwE
+deL
+dgh
deK
-deK
-deI
-dgI
+dgQ
ajW
axE
axE
@@ -100062,57 +104484,57 @@ aaa
aaa
aaa
aaP
-aba
-abr
-abr
-abV
-acj
+abd
+aaP
+abC
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-avx
+abC
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+abE
+abE
+abW
+abW
+dgh
+deK
+deI
+deL
+dro
+drN
+dqV
+dsM
awA
-axx
awA
+duf
aAp
-awA
+duf
aCz
+duf
awA
-acj
-aaa
-aaa
-aaa
-aaa
-aKy
-aLB
-aMu
+awA
+dsM
+dxe
+dxz
+dwE
+dsD
+deI
aMu
aOo
dgZ
@@ -100318,58 +104740,58 @@ aaa
aaa
aaa
aaa
-aaP
-abb
-abs
-abs
-aaP
-aaP
-aaa
-aaa
-aaa
-aaa
-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
+cFp
+cFp
+cFp
abC
+cFp
abC
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+avv
+avv
+avw
+avv
+avv
+avw
+avv
+avv
+avv
+cFp
+cFp
+abE
+abW
+dgh
+deK
+deI
+dqF
+dqU
+drp
+dqV
+dqX
+dsN
awB
axy
-awB
-abC
-awB
-axy
-awB
-abC
-abC
-aaa
-aaa
-aaa
-deK
-deK
-deK
+dug
+duF
+dve
+dvD
+dve
+dwi
+dwr
+dsN
+dxf
+dxe
+dsF
+deL
+deI
dgJ
aOp
dgQ
@@ -100422,7 +104844,7 @@ cMs
aXr
aXr
aXn
-bpY
+bpZ
bru
bsT
bum
@@ -100575,57 +104997,57 @@ aaa
aaa
aaa
aaa
-aaP
-abb
-abs
-aaP
-aaP
+cFp
+cFp
+cFp
abC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+abC
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+avw
+awx
+axt
+ayZ
+aAn
+aAn
+aCx
+aDL
+aFe
+cFp
+cFp
abW
abW
-abW
-abW
-abW
-abW
-atk
-atk
-atk
+dgh
+auB
+deL
+dgk
+dqV
+drq
+dqX
+dsm
+dsO
awC
-axz
-awG
-atk
-awG
-aCA
+avy
+avy
+duG
+avy
+dvE
aDM
-atk
-atk
-abW
-abW
-aaa
-abW
-abW
+dwj
+dws
+dsO
+dxg
+dqW
+dsF
+aJL
deI
axE
dgQ
@@ -100832,59 +105254,59 @@ aaa
aaa
aaa
aaa
-aaP
-abc
-aaP
-aaP
-aaa
-abC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
cFp
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+abC
+cFp
+abC
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+avw
+awy
+dlZ
+avv
+dmV
+aAn
+aAn
+aDL
+aFe
+cFp
abW
abW
-acH
-acH
-acH
-acH
-atk
-auo
+abW
+dgh
+deI
+dqp
+dqG
+dqW
+drr
+drQ
+dsn
+avy
avy
-awD
axA
azb
aAq
-aBs
-awD
-awD
+axA
+azb
+azb
aFf
-atk
-abW
-acH
-acH
-acH
-acH
+avy
+avy
+dxh
+dqW
+dxW
+dvN
deI
-axE
+dyG
dgR
aPQ
aQM
@@ -101089,57 +105511,57 @@ aaa
aaa
aaa
aaa
-aaP
-abd
-aaP
+cFp
+cFp
+cFp
abC
-aaa
+cFp
abC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abE
-abE
-abE
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+avw
+dlG
+axv
+aza
+aAo
+aBr
+aAn
+aDL
+aFe
+cFp
abW
abW
-abW
-acH
-acH
-acH
-aep
-atl
+dpn
+dpE
+dpE
+dpE
+dpE
+dqX
+arn
+arn
aup
-avz
-awE
-awE
+avy
+avy
+axA
azc
aAr
-awE
+dvf
aCB
-awE
-aFg
-atk
-aep
-dgg
-deI
-deK
-deI
+azc
+aFf
+avy
+avy
+dxi
+dqW
+dsF
+dgo
deK
deK
aOr
@@ -101154,12 +105576,12 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -101352,50 +105774,50 @@ aaa
abC
aaa
abC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abC
-abC
-abE
-abE
-abE
-abE
-acH
-acH
-acH
-acH
-acH
-acH
-aep
-aep
-atk
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+avv
+avv
+axw
+avv
+avv
+avv
+aCy
+avv
+avv
+cFp
+cFp
+abW
+dpo
+dpF
+dpF
+dpF
+dpF
+dpF
+dpF
+arn
auq
-avA
-awF
-axB
+dsP
+dtf
+dtH
+duh
+duH
+dvg
+dvF
azc
-aAq
-awF
-axB
-awE
aFh
-atk
+aDM
aHy
-deL
-dgo
-deL
+dxh
+dqW
+dsF
deL
deL
deL
@@ -101411,13 +105833,13 @@ abE
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -101609,52 +106031,52 @@ aaa
abC
aaa
abC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abC
-deK
-aiW
-aiW
-aiW
-deK
-acH
-acH
-acH
-acH
-aep
-aep
-deK
-deK
-atk
-atk
-atk
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
awG
-axC
+dma
+awG
+cFp
+awG
+dnO
+awG
+cFp
+cFp
+cFp
+abW
+dpo
+dpF
+dpT
+dpT
+dqI
+dpT
+dpT
+arn
+dso
+avy
+avy
+axA
azd
-atk
-awG
+azd
+axA
aCC
-awG
-aFi
-atk
-aHz
-aIF
-apJ
+azd
+aFf
+avy
+avy
+dxh
+dqW
dgt
-dgt
-aMv
+dgp
+dgp
dgp
dgS
dhb
@@ -101668,13 +106090,13 @@ abE
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -101866,40 +106288,40 @@ aaa
abC
aaa
abC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+awG
+dmb
+awG
+cFp
+awG
+dmb
+awG
+cFp
+cFp
abW
abW
-deI
-aiX
-ajV
-aiZ
-deI
-acH
-acH
-acH
-aep
-deI
-ajW
-dfl
-ajW
-dfi
+dpo
+dpF
+dpU
+dqs
+dqs
+dqs
+drt
+drR
aur
avB
awH
axD
-aze
+axD
aAs
aBt
aCD
@@ -101908,12 +106330,12 @@ aFj
aGE
dft
aIG
-dgp
+dxB
ajc
-dgp
-aMw
-aNA
-dgf
+dsj
+dsj
+dsj
+dyP
aPS
dhh
ajX
@@ -101925,13 +106347,13 @@ abW
abE
abE
aaa
-aaa
-aaa
cFp
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -102123,54 +106545,54 @@ aaa
abC
aaa
abC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abW
-abW
-deK
-aiY
-ajW
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+atk
+atk
+atk
+awG
+axz
+awG
+atk
+awG
+aCA
+awG
+atk
akG
-deK
-abW
-aep
-deK
+doL
+doL
+akI
+dpF
dfb
-deI
-dfi
-dfm
+dqt
+dqt
+dqt
dfp
-dft
-aus
-avC
+arn
+arn
+arn
awI
-axE
-azf
+dtI
+dtI
aAt
-aBu
+dqW
aCE
aDO
aFk
cLB
-dgf
-aIH
-deL
-deK
+cLB
+cLB
+dxC
+aGF
+aGF
+dyv
deK
aMx
-aNB
-deK
deI
deI
deI
@@ -102182,13 +106604,13 @@ abW
abW
abE
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -102380,54 +106802,54 @@ aaa
abC
aaa
abC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abW
-abW
-abW
-abW
-acH
-acH
-deI
-aiZ
-ajW
-ajX
-deI
-acH
-aep
-cKJ
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+atk
+auo
+dls
+awD
+awD
+dmy
+awG
+dnu
+awD
+doa
+dol
+doA
+doM
+dpa
+doM
+dpF
dfc
cEv
cEy
-arn
-arn
-arn
-arn
-arn
+cEy
+cEy
+cEy
+dsp
+dpF
awJ
-arn
-arn
-arn
-arn
-arn
+dtJ
+dtJ
+dtJ
+dvh
+dvG
aDP
aFl
-arn
-dgg
-dgk
-dgq
-deK
-aLC
+cLB
+dwO
+aJN
+dxD
+dxZ
+aMA
aMy
aNC
-dgT
+dyQ
aPT
aQN
deK
@@ -102439,13 +106861,13 @@ abW
abW
abE
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aXn
@@ -102637,53 +107059,53 @@ aaa
abC
aaa
abC
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acH
-acH
-acH
-acH
-acH
-acH
-deK
+cFp
+cFp
+cFp
+cFp
+cFp
+abW
+abW
+atk
+dlg
+dlt
+dlH
+dlH
+dlH
+dmW
+dlH
+dlH
aja
-axE
-akH
-deI
-aep
-deK
-cKK
-arn
+atk
+doA
+doM
+dpb
+doM
+dpF
+dpV
cEw
cEz
-arn
+dra
ash
atm
-arn
-avD
+dsq
+dpF
awK
axF
-azg
+axF
aAu
aBv
aCF
-aDQ
+aGP
aFm
-arn
-deK
-dgk
-aJL
-deI
+dwt
+dwP
+dxk
+dxE
+aKA
aLD
-axE
-axE
+aMy
+dyH
cMe
dhc
dgT
@@ -102894,52 +107316,52 @@ aaa
abC
aaa
abC
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
abW
abW
-abW
-abW
-abW
-abW
-acH
-acH
-acH
-acH
-acH
-aep
-deK
-deK
-deI
+atk
+dlh
+avA
+awE
+dmd
+dmA
+awG
+awF
+axB
+dob
+dom
akI
-deI
-aep
-ajW
-cKK
-arn
+doO
+dmb
+doM
+dpF
+dpW
cEx
cEA
cEB
-asi
-atn
+cEx
+cEx
aut
-avE
+dpF
cGj
-axG
-azh
+aGP
+aGP
aAv
azh
aCG
-aDR
+aGP
aFn
-arn
-deI
-dgk
+cLB
+dwQ
+dxl
aJM
-deI
+aIK
aLE
-aMz
+aMy
aND
aOt
aPU
@@ -103151,52 +107573,52 @@ aaa
abC
aaa
abC
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
abW
abW
-abW
-abW
-abW
-abW
-acH
-acH
-acH
-acH
-acH
-deI
+atk
+atk
+atk
+awG
+dme
+awG
+awG
+awG
cEo
-apL
-ajX
-akJ
-ajX
-ajX
-ajW
-cKK
-arn
-arn
-arn
-arn
+doc
+atk
+atk
+atk
+dpd
+atk
+dpF
+dpX
+dqu
+dqK
+drb
asj
atn
-aut
-avF
-cGj
-cGj
+dsr
+dpF
+dtg
+dtK
azi
-cGj
-cGj
+duJ
+aBv
aCH
-aDS
+aJX
aFo
-arn
-dgh
+dwu
+dwR
aII
-deK
-deK
-aLF
-dgz
+dxF
+aHB
+aMD
+aMy
deK
cYj
aPV
@@ -103408,53 +107830,53 @@ aaa
abC
aaa
abC
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
abW
abW
abW
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-auB
-ajX
-deL
-deL
-deL
-ajX
-ajX
-ajX
+abW
+abW
+atk
+dlu
+awF
+dmf
+dmB
+dmB
+dmB
+dmf
+dod
+don
+doB
+doP
+dpe
+dpu
deY
-dfc
-dfc
-dfj
-arn
-ask
-ato
-arn
-avG
-awL
-awL
-awL
-awL
+dpY
+cEx
+cEx
+cEx
+cEx
+cEx
+dss
+dpF
+dsR
awL
+dsR
+dsR
+dvi
aCI
-aDT
+aGP
aFp
aGF
-aGF
-aGF
-aGF
-aGF
-aGF
-aGF
-aGF
+dwS
+dxm
+dxG
+dya
+aME
+dxC
+dyI
aOv
aPW
aQO
@@ -103665,54 +108087,54 @@ aaa
abC
aaa
abC
-aaa
+cFp
+cFp
abW
abW
abW
abW
abW
-acH
-acH
-acH
-acH
-acH
-afd
-afd
-afd
-afd
-afd
+abW
+atk
+dlv
+dlI
+dmg
+dmC
+dmY
+dmY
+dnS
akL
-afd
-akL
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-arn
-arn
-arn
-arn
-arn
-arn
-arn
-aCJ
-aDU
+doo
+doo
+doo
+dpf
+dpv
+dpJ
+dpZ
+dqv
+dqL
+drc
+dru
+drS
+dst
+dsQ
+dth
+aoP
+duj
+duK
+dvi
+aCG
+aGP
aFq
-aGF
-aHA
-aIJ
-aJN
-aKz
-aLG
-aMA
-aGF
-aOw
+dwv
+dwv
+dwv
+dwv
+dwv
+dwv
+dwv
+dwv
+dyR
aPX
aQP
aKp
@@ -103922,54 +108344,54 @@ aaa
abC
aaa
abC
-aaa
+cFp
+cFp
abW
abW
abW
abW
abW
-acH
-acH
-acH
-acH
-acH
-afd
-afZ
-agV
-ahG
-ail
-ajd
-ahH
-akM
+abW
+atk
+atk
+atk
+alm
+alm
+alm
+alm
+alm
+alm
+alm
+alm
alm
alR
amR
-anD
-alm
-apx
-amR
-aro
-alm
-atp
-amR
-avH
-alm
-axH
-amR
-aAw
afd
+afd
+afd
+afd
+afd
+afd
+afd
+afd
+anJ
+dti
+aoP
+duk
+aqy
+dvk
aCK
-aDV
-aFr
-aGG
-aHB
-aIK
-aIK
-aKA
-aIK
-aIK
-aGF
-aOx
+aGP
+aFq
+dwv
+dwT
+dxn
+aJR
+dyb
+aIQ
+aIQ
+dyJ
+aOv
aPY
aQQ
aRQ
@@ -104175,59 +108597,59 @@ cFp
cFp
cFp
cFp
-aaa
+cFp
abC
-aaa
+cFp
abC
-aaa
+cFp
+cFp
abW
abW
abW
abW
-acH
-acH
-acH
-acH
-acH
-afd
-afd
+abW
+abW
+abW
+abW
+abW
+alm
aga
agW
-amS
-aim
+dli
+alm
aje
-ajg
-akN
+dop
+dli
alm
alS
-amS
-amS
+dpw
alm
+dqa
apy
-amS
-amS
+dli
alm
+drv
atq
-ana
-amS
-alm
+dli
+dsR
+dtj
axI
-amS
-amS
-afd
+aoP
+asn
+dvi
aCL
-aDW
+aJX
aFs
aGH
aHC
-aIL
-aJO
aHC
aHC
-aMB
-aGF
-aOw
-aPZ
+aHC
+dym
+aIQ
+dyJ
+aOv
+aPW
aQR
aKp
aSt
@@ -104432,59 +108854,59 @@ cFp
cFp
cFp
cFp
-aaa
+cFp
abC
-aaa
-abD
-abE
-abE
+cFp
+abC
+cFp
+cFp
+abW
+abW
+abW
+abW
+abW
+abW
abW
abW
abW
-acH
-acH
-acH
-acH
-acH
-afd
-afx
-agb
-agX
-ahI
-ain
-ajf
-amS
-akO
alm
-alT
-amS
anE
+amS
+alT
+aeK
+anE
+amS
+alT
alm
-alT
-amS
-anE
+dpg
+dpx
alm
-alT
-amS
anE
-alm
-alT
amS
+alT
+aeK
anE
-afd
-aCL
-aDX
-aFt
-aGI
-aHD
+amS
+alT
+dsR
+dtk
+aoP
+aoP
+duL
+dvm
+aCG
+aGP
+aFq
+dwv
+aIQ
+aIM
aIM
-aJP
aKB
aLH
-aMC
-aGF
-aOw
-aPZ
+aIQ
+dwv
+aOv
+aPW
aQS
aKp
aKp
@@ -104689,59 +109111,59 @@ cFp
cFp
cFp
cFp
-aaa
+cFp
abC
-abE
-abE
-abE
-abE
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-afd
-afd
-afd
-afd
+cFp
+abC
+cFp
+abW
+agk
+ahP
+agl
+agk
+abW
+abW
+abW
+abW
+abW
+alm
+dmD
+amS
ahJ
-aio
+alm
ajg
-ajY
-akP
+amS
+ahJ
alm
alU
-amT
-anF
+dpw
alm
-alU
-aqu
-anF
+dqb
+amS
+ahJ
alm
-alU
-auu
-anF
-alm
-alU
-azj
-anF
-afd
-cGX
+drw
+amS
+ahJ
+dsR
+dtl
+aoP
+aoP
+duM
+dvn
+aCL
aDX
aFu
-aGF
+dww
aHE
aIN
aJQ
aKC
aLI
-aMD
+aIQ
aNE
-aOw
-aPZ
+aOv
+aPW
aQT
aRz
aSu
@@ -104946,58 +109368,58 @@ aaa
aaa
aaa
aaa
-aaa
+cFp
+abC
+cFp
abC
-abE
-abE
-abW
-acH
-acH
-acH
-acH
abW
abW
-acH
-acH
-acH
+agk
+dkK
+agm
+agl
abW
-afd
+alm
+alm
+alm
+alm
+alm
agc
agY
-anE
-aip
-ajh
+dnz
+alm
+agc
cEr
-ajZ
-aln
-alV
-amU
-anG
-aoL
+dnz
+alm
+alU
+dpw
+alm
+agc
apz
-amU
-anG
-asl
-apz
-amU
-anG
+dnz
+alm
+agc
+drT
+dnz
+dsR
awM
-axJ
-azk
+ats
+aoP
aAx
-afd
-aCL
-aDY
+dvo
+dvH
+cHc
aFv
-aGF
+dwx
aHF
aIO
-aJQ
+dxH
aKD
aLJ
-aME
-aGF
-aOw
+dyx
+dwv
+aOv
cEU
aQU
aQj
@@ -105203,24 +109625,24 @@ aaa
aaa
aaa
aaa
-aaa
+cFp
+abC
+cFp
abC
-abE
-abE
abW
-acH
-acH
-acN
-acN
-acN
-acN
-acN
-acN
-acN
-acN
-acN
-acN
-afd
+abW
+agl
+agm
+dkS
+ahP
+agk
+alm
+dli
+dlw
+dlJ
+dmh
+dmE
+ajm
ahK
aiq
aji
@@ -105230,32 +109652,32 @@ alo
alW
amV
anH
-ajm
-ajm
-ajm
+aji
+aka
+akQ
arp
-ajm
-ajm
-ajm
-anH
+aji
+aka
+dsu
+dsT
awN
axK
-azl
+aoP
aAy
-aAA
-aCL
-aDX
+dsR
+aCG
+aGP
aFw
-aGJ
-aGK
-aGK
-aGK
-aGK
-aGK
-aGK
-aGK
-aOw
-aPZ
+dwv
+dwv
+dwv
+dwv
+dwv
+dwv
+dwv
+dwv
+dyS
+aPW
aQV
aRt
aSw
@@ -105285,7 +109707,7 @@ cWv
cWv
cWv
aYA
-cWy
+aYW
aZy
aZY
aZY
@@ -105460,59 +109882,59 @@ aaa
aaa
aaa
aaa
-aaa
-abD
-abE
-abE
+cFp
+abC
abW
-acH
-acH
-acN
-acN
-acN
-acN
-acN
-acN
+akm
+abW
+abW
+agk
acN
acN
acN
+ahP
+alm
+dlj
+amS
+amS
+dmi
cTV
-acN
-acN
-afd
-afd
-afd
-afd
-akL
+dmZ
+dnA
+dml
+amd
+dlP
+dnA
+anI
alX
-amW
+amd
anI
+amd
+anI
+dnA
+anI
+amd
+drU
aoM
-anI
-anI
-anI
-anI
-anI
-aoM
-anI
-awO
+dsR
+dsR
axL
-anI
-anI
-aBw
+dul
+dsR
+dsR
aCM
-aDZ
+aGP
aFx
aGK
-aHG
+cHh
aIP
-aJR
+cHm
aKE
-aIQ
-aMF
-aNF
+dyn
+cHm
+avI
aOw
-aPZ
+aPW
aQR
aRR
aRR
@@ -105717,22 +110139,22 @@ aaa
aaa
aaa
aaa
-aaa
-abE
-abE
-abE
+cFp
+abC
abW
-acH
-acH
-acN
-acN
-ady
-adQ
-aeq
-aeq
-aeq
-aeq
+abW
+abW
+abW
+agk
+ahP
+dkT
+ahP
+ahP
+alm
aeq
+dlx
+dlK
+aln
agd
cTW
cTX
@@ -105740,36 +110162,36 @@ air
akc
akb
ajj
-afd
+doR
alY
amW
-anI
-anJ
-anJ
-aqv
-arq
-asm
-anJ
-anJ
-anI
+doR
+amW
+dqw
+cTX
+cVO
+akc
+cVO
+dsv
+dsU
awP
-axL
-anI
-anI
-aAD
-aCL
-aDX
-aFx
-aGK
+dtL
+dum
+awP
+dsU
+dvI
+aJX
+dwk
+dwy
aHH
-aIQ
-aIQ
-aIQ
-aIQ
-aMG
+dxo
+dxI
+dyc
+dyo
+aJU
aNG
aOw
-aPZ
+aPW
aQW
aRS
aSx
@@ -105974,56 +110396,56 @@ aaa
aaa
aaa
aaa
-aaa
-abE
-abE
+cFp
+abC
abW
abW
abW
-abW
-acN
-acN
+ahP
+ahP
+dkL
+agm
cVw
adS
-adR
-aer
+alm
+alm
aeK
-afe
-afy
+alm
+alm
age
-cTW
+dna
cTY
ais
-akc
-akc
-ajj
-afd
-alX
-amW
-cEs
-anJ
+doe
+dor
+doD
+aeK
+dph
+dpy
+aeK
+dmo
apA
-aqw
-arr
-asn
+cTY
+azk
+doe
atr
-anJ
+dsw
cEt
-awO
-axL
+cHc
+aFB
cLf
-aAz
-afd
-aCK
-aEa
+cHc
+cEt
+dvH
+cHc
aFy
aGL
-aHI
+aHM
aIR
-aIR
-aKF
-aLK
-aMH
+dxJ
+dxJ
+dxJ
+dxJ
aNH
aOw
aQa
@@ -106231,47 +110653,47 @@ aaa
aaa
cFp
aaa
-aaa
-abE
-abE
-abW
+cFp
+abD
abW
abW
abW
+agk
+dkH
acN
acN
-cVx
+agm
adS
+alm
aes
-aes
-aes
-aes
-aes
+dlw
+dlL
+dmj
agf
-acN
-acN
-afd
+dnb
+dnB
+dnT
ajk
akd
-akd
-akd
+doE
+doS
alZ
-amW
-anK
-aoN
-aoP
-aso
-ars
-cGf
-ats
+dpz
+doS
+dpz
+dqx
+dnB
+azl
+ajk
+azl
auv
-anK
-awO
-axL
-afd
-aAA
-afd
-aCL
+dsV
+dtm
+dtM
+dun
+dtm
+dsV
+dvK
aEb
aFz
aGM
@@ -106279,9 +110701,9 @@ aHJ
aIS
aJS
aKG
-cGm
-aMI
-aGK
+cHm
+cHm
+dyL
aOy
aQb
aQY
@@ -106294,7 +110716,7 @@ aUT
abE
aaa
aaa
-aaa
+cFp
aaa
aaa
aaa
@@ -106488,57 +110910,57 @@ aaa
aaa
cFp
aaa
-aaa
-abE
-abE
-abE
+cFp
+cFp
abW
abW
abW
+agk
+dkI
+dkM
acN
acN
-adz
-cVy
-adT
+acN
+alm
aet
-aeL
-aff
+amS
+amS
afz
-agg
+cTV
aha
-ahN
-ait
-ajl
-ake
-ake
-ake
+dnA
+anI
+amd
+anI
+dnA
+anI
ama
-amX
-anL
-aoO
-apB
-aqx
-art
-apB
+amd
+anI
+amd
+amh
+dnA
+anI
+amd
att
-auw
+aoM
+avI
+avI
+avI
+avI
+avI
avI
-awQ
-axM
-azm
-aAB
-azm
aCN
-aEc
+aGP
aFA
aGN
aHK
aIT
-aJT
+cHB
aKH
-aLL
-aMJ
-aGK
+aKH
+cEL
+avI
aOz
aQc
aQR
@@ -106745,64 +111167,64 @@ aaa
aaa
cFp
aaa
-aaa
-abE
-abE
-abE
+cFp
+cFp
abW
abW
abW
+agl
+agk
+dkM
+dkM
acN
acN
-adA
-adU
-aeu
-aes
-aeM
+alm
+dli
+dlx
afg
afA
agh
ahb
ahO
aiu
-ajm
-ajm
-ajm
-ajm
+dof
+dos
+ahO
+doT
amb
amX
anM
-aoP
-apC
-aqy
+dof
+dos
+ahO
aru
-aqy
-aqy
-aqy
-avJ
+dof
+dos
+dsx
+avI
awR
axN
-azn
+axN
aAC
azn
-aCO
-aEd
-aFx
-cEJ
-aGK
-aGK
-aGK
-aGK
-aGK
-aGK
-aGK
+aCG
+aGP
+dwl
+awJ
+dtJ
+dtJ
+dxK
+dtJ
+dtJ
+dyy
+avI
aOA
-aPZ
+aPW
aQR
aKp
-abW
-abW
-abW
+aMk
+dyW
+aKp
abW
abW
abE
@@ -107002,72 +111424,72 @@ aaa
aaa
cFp
aaa
-aaa
-abE
-abE
-abE
+cFp
+cFp
+cFp
+dkF
abW
abW
-abW
-acN
-acN
-adB
-adV
-adV
-adU
-aeN
-adU
-afB
+agk
+dkM
+dkV
+ahP
+agl
+alm
+alm
+alm
+alm
+alm
+agi
+dnc
+dnC
+alm
agi
-acN
-acN
-afd
-ajn
akf
-akf
-akf
-amc
-amW
-anN
-aoQ
+dnC
+alm
+alU
+dpw
+alm
+agi
apD
-cGe
-ars
-aqz
-aoP
-aux
-avK
+dnC
+alm
+agi
+drV
+dnC
+avI
awS
axO
-afd
-aAD
-afd
-aCP
-aDX
+axO
+axO
+dvq
+aCG
+aDP
aFt
cHb
aHL
-cHi
+aGP
cHl
cHr
-cEL
+aGP
cEP
cER
cES
-aPZ
-aQR
+aPW
+dyU
+dyV
+aMk
+aMk
aKp
abW
abW
-abW
-abW
-abW
abE
abE
aaa
aaa
aaa
-aaa
+cFp
aaa
aaa
aaa
@@ -107259,64 +111681,64 @@ aaa
aaa
aaa
aaa
-aaa
-abE
-abE
-abE
+cFp
+cFp
+cFp
abW
abW
abW
-acN
-acN
+ahP
+dkP
+dkW
adC
adV
-adV
-adV
-adV
-adV
-afC
-adC
-agZ
-ahM
-aiv
+dlb
+dll
+dlz
+dlM
+alm
+dmF
+amS
+ahJ
+alm
ajo
-akc
-akc
-afd
-amd
-amW
-cEt
-anJ
-apE
-aqA
-ars
+amS
+ahJ
+alm
+alU
+dpw
+alm
+dqe
+amS
+ahJ
+alm
asp
-atu
-anJ
-cEs
-awO
-axL
-cLf
-aAz
-afd
-aCL
-cGY
-aFB
-cHc
-aHM
-cHj
-cHm
-cHm
-cEM
-cHm
-cHH
-cET
-aPZ
+amS
+ahJ
+avI
+dtn
+axO
+duo
+axO
+dvq
+aCG
+aGP
+dwm
+cHb
+dwV
+aGP
+dxL
+dye
+aGP
+cHD
+cER
+cES
+aPW
aQR
aKp
-abW
-acH
-acH
+aKp
+aKp
+aKp
abW
abW
abE
@@ -107516,59 +111938,59 @@ aaa
aaa
aaa
aaa
-aaa
-abE
-abE
-abE
+cFp
+cFp
+cFp
abW
abW
abW
-acN
-acN
-adC
-adW
-aev
+ahP
+dkQ
+dkX
+agl
+agl
+alm
cVz
aeO
afh
-aev
-agj
-acN
-ahL
-aiw
-ajj
-akg
-ajj
-afd
-ame
-amW
-anI
-anJ
-anJ
-aqv
-arv
-asm
-anJ
-anJ
-avL
-awO
-axL
-anI
-anI
-aAA
-aCK
-cGZ
-cHa
-cHd
+alm
+anR
+amS
+ami
+aeK
+anR
+amS
+ami
+alm
+dpg
+dpx
+alm
+anR
+amS
+ami
+aeK
+anR
+amS
+ami
+avI
+dto
+dtN
+dup
+dup
+dvs
+aCG
+aGP
+dwm
+cHb
aHN
-cHg
-aJU
+dtK
+dxM
cHs
-cHx
-cHB
-cHI
-cHN
-aPZ
+aGP
+cHD
+cER
+cES
+aPW
aQR
aKp
abW
@@ -107773,57 +112195,57 @@ aaa
aaa
aaa
aaa
-aaa
-abE
-abE
-abE
+cFp
abW
abW
abW
-acN
-acN
-cTU
-acN
-acN
-acN
-acN
-acN
-acN
-acN
-acN
-acN
-afd
-afd
-afd
-afd
-akL
-amd
-amW
-anI
+abW
+abW
+agk
+ahP
+agl
+agk
+agk
+alm
+dlm
+aeO
+afh
+alm
+dmG
+dnd
+dli
+alm
+dog
+dot
+dli
+alm
+alS
+dpw
+alm
aoR
-anI
-anI
-anI
-anI
-anI
-aoR
-anI
-awO
-axL
-anI
-anI
-aBw
-aCM
-aDZ
+dqy
+dli
+alm
+drz
+drW
+dli
+avI
+avI
+avI
+avI
+avI
+avI
+aCN
+aGP
aFC
-aEg
+avI
aHO
-aEg
-aEg
-aEg
-aEg
-aMK
-cHJ
+dxr
+awJ
+dyf
+dyq
+dyq
+dtJ
aOC
cHT
aRf
@@ -108030,59 +112452,59 @@ aaa
aaa
aaa
aaa
-aaa
-abE
-abE
-abE
+cFp
abW
abW
-acH
-acN
-acN
-acN
-acN
-acN
-acN
-acN
-acN
-acN
-afd
-afd
-afd
-cVJ
-cVF
-akh
-akR
-alp
+abW
+abW
+abW
+abW
+abW
+abW
+abW
+alm
+alm
+dln
+aeO
+dlN
+alm
+alm
+alm
+alm
+alm
+alm
+alm
+alm
+alm
amf
amY
-aoS
-aoS
-anO
-aoS
-aoS
-asq
-aoS
-aoS
-anO
+alm
+alm
+alm
+alm
+alm
+alm
+alm
+alm
+avI
awT
-axK
-azl
+dtO
+dtO
aAE
-aAD
-aCL
-cGY
+avI
+aCG
+aGP
aFD
cHe
cHf
-cHe
+dxs
aJV
cHt
-cHy
-cHC
-aNI
+aEb
+aEb
+aEb
cHO
-cHU
+aPW
aQR
cHY
dhs
@@ -108288,13 +112710,6 @@ aaa
aaa
aaa
aaa
-abE
-abE
-abE
-abW
-abW
-acH
-acH
abW
abW
abW
@@ -108303,44 +112718,51 @@ abW
abW
abW
abW
-afd
+abW
+alm
+dlc
+dlo
+dlA
+dlO
+dmk
+dmH
cVA
cVF
-cVK
-ajq
-ajZ
-akS
-cVO
+cVF
+cVA
+cVF
+cVA
+doU
amg
cVP
-apF
+ajm
amU
-cVS
-cVU
-cVV
+ajm
+ajm
amU
-apF
-amU
-anP
+drA
+ajm
+dsy
+avI
awU
axP
-azk
+dur
aAF
-afd
-aCK
-aEe
+avI
+dvL
+aJX
aFE
aGQ
aHP
-aGQ
+dxt
aJW
-aGP
-aGP
-cHD
-aNJ
+aHP
+dyr
+dyz
+dyz
aOD
-aPZ
-aQR
+aQd
+aQZ
cHY
dhs
dhr
@@ -108544,59 +112966,59 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-abW
-abW
-abW
-abW
-abW
-acH
-acH
-acH
+cFp
abW
abW
abW
abW
abW
abW
-afd
-cVB
-cVG
-cVG
-cVM
-afd
+abW
+abW
+abW
+alm
+dld
+dlp
+dlB
+dlP
+dml
+anI
+dml
+anI
+anI
+dml
+anI
amh
-amZ
+dml
anQ
-alm
-amh
-aqB
-anQ
-alm
-cVW
-alm
-amh
-auy
-anQ
-alm
-amh
+anI
+anI
+dml
+anI
+anI
+dml
+anI
+dlP
+awO
+avI
+dtp
+dtP
azo
-anQ
-afd
-aCL
-aDX
+duO
+dvt
+dvK
+aEb
aFF
-aEg
+dwz
cHg
-aEg
+dxu
cHn
cHu
+dys
aGP
-cHE
-aEg
+avI
aOE
-aPZ
+aPW
aQR
cHY
dhs
@@ -108801,8 +113223,9 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
+cFp
+cFp
+cFp
abW
abW
abW
@@ -108810,50 +113233,49 @@ abW
abW
abW
abW
-acH
-acH
-acH
-acH
-acH
-abW
-abW
-afd
+alm
+dlc
+dlq
+dlC
+dlQ
+dmm
+dmI
cVC
cVH
-cVL
+dmI
cVM
-afd
-ami
-amS
-anR
-alm
-ami
-amS
-anR
-alm
+ake
+dmI
+doV
+dpi
+cVH
+dmI
+dqf
+ake
+dmI
cVX
-alm
-ami
-amS
-anR
-alm
-ami
-amS
-anR
-afd
-aCQ
-aDX
+drB
+drY
+dsz
+avI
+dtq
+dtQ
+dtQ
+duP
+avI
+aCI
+aGP
aFG
-aGO
-cHh
+avI
+dwW
cHk
-aJY
-aGP
-aGP
-cHF
-cHK
-cHN
-aQe
+avI
+dyg
+dys
+cHD
+cER
+cES
+aPX
aRa
cHY
dhs
@@ -109058,8 +113480,9 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
+cFp
+cFp
+cFp
abW
abW
abW
@@ -109067,51 +113490,50 @@ abW
abW
abW
abW
-acH
-acH
-acH
-acH
-acH
-abW
-abW
-afd
-cVD
-cVI
-cVI
-cVN
-afd
+alm
+alm
+alm
+dlD
+dlR
+dmn
+dmJ
+dmn
+dlR
+dnU
+dmn
+dlR
amj
-ana
-amS
+dmn
+dpj
alm
apG
-amS
-amS
-alm
-cVX
+dmo
alm
+dqM
+dmo
+doD
atv
-amS
-amS
-alm
+dmo
+avI
+dtr
axQ
-amS
-amS
-afd
+axQ
+duQ
+avI
aCR
-cGZ
-aJX
-aJX
+aGP
+dwn
+dwA
aHR
aIU
-aHQ
-aJX
-aJX
-aML
-cHL
-cHP
-aQd
-aQZ
+cHb
+cHu
+dyu
+cHD
+cER
+cES
+aPW
+aQR
cHZ
dhs
dhw
@@ -109315,59 +113737,59 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-acH
+cFp
+cFp
+cFp
+cFp
+abW
+abW
+abW
+abW
+abW
abW
abW
-acH
-acH
-acH
-acH
-acH
abW
abW
afd
+dlS
+dmo
+dmK
cVE
-cVC
-cVC
+alm
+dmK
ahc
-afd
-amk
+alm
+dmK
anb
anS
alm
-apH
-anb
-arw
+dmK
+dqh
alm
+dmK
aiy
-alm
-atw
-anb
-avM
-alm
-axR
-anb
+doD
+dmK
+dsB
+avI
+dts
+dtQ
+dtQ
aAG
-afd
+dvu
aCS
-aEf
-aFH
+aDX
+aAv
aGR
aHS
-cHk
-cHo
+dxv
+avI
cHv
cHz
cHG
-cHK
-cHN
-aPZ
+cER
+cES
+aPW
aRb
cHY
dhr
@@ -109576,55 +113998,55 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-acH
-acH
-acH
abW
abW
abW
-acH
-acH
-acH
+abW
+abW
+abW
+abW
+abW
abW
afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
+dlT
+dmo
+dmL
+dne
+alm
+dnW
+doh
+alm
+doG
+doW
+anS
+alm
+dpL
+dqi
+alm
+dqN
cVY
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-afd
-aCT
-aEg
-aFI
-aEg
-aEg
-aEg
-aEg
-aFI
-aEg
-aEg
+doD
+drZ
+dsC
+avI
+dtt
+dtR
+dtR
+aAF
+azp
+azp
aEg
+azp
+azp
+azp
+azp
+azp
+azp
+azp
+azp
+azp
cHQ
-aPZ
+aPW
aQR
cHY
dhr
@@ -109833,17 +114255,7 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-acH
-acH
-acH
-abW
-abW
-abW
-acH
-acH
-acH
+cFp
abW
abW
abW
@@ -109851,37 +114263,47 @@ abW
abW
abW
abW
-agk
-agk
-agk
-agk
-agk
-agk
-agm
-agm
-aiy
-agk
-adP
-adP
-adP
-adP
-adP
+abW
+afd
+dlU
+dmo
+dmM
+alm
+alm
+dnX
+alm
+alm
+doH
+doX
+dpk
+alm
+dpM
+alm
+alm
+dqO
+alm
+doD
+dsa
+alm
+avI
+dtu
+dtR
+dtR
+aAF
azp
-aAH
-aBx
aCU
+aGV
+aCY
aEh
aFJ
-aGS
-azp
-aIY
+aHT
cHp
+aIX
+aIX
aIY
-aIY
-aIY
-aKp
+azp
aOF
-aPZ
+aPW
aQR
cHY
dhr
@@ -110090,56 +114512,56 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-acH
+cFp
abW
abW
abW
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-agk
-ahP
-agk
-agl
-cVQ
-agl
+abW
+abW
+abW
+abW
+abW
+afd
+ahH
+dmr
+ahH
+ahH
+ahH
+agX
+agX
+dou
+agX
+doY
+dpl
+dpB
+ahH
+dqj
aix
-ajp
-cVZ
-agk
-adP
-adP
-adP
-adP
-adP
-azp
+ahH
+agX
+drG
+dsb
+agX
+avI
+dtv
+dtT
+duu
aAI
-aBy
+azp
aCV
+aGV
+aCY
aEi
-aFK
-aGT
+dwX
aHT
-aIV
aIX
aIX
-aIY
+aIX
aMM
-aKp
-aOG
-aQf
-cGo
+aNK
+aOB
+aPW
+aQR
cHY
dhs
dhA
@@ -110347,56 +114769,56 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
abW
abW
abW
abW
-abW
-abW
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-agk
-alq
-akj
+afd
+dlV
+dmr
+ahH
+agX
+agX
+agX
+dmN
+dmN
+agX
+agX
+agX
aml
-aiy
-agl
-cVT
-agk
-agk
-agk
-adP
-adP
-adP
-adP
-adP
+ahH
+ahH
+ahH
+agX
+agX
+dmN
+dsc
+agX
+avI
+avI
+avI
+avI
+avI
azp
-aAJ
-aBz
aCW
+aBz
aEj
-aFL
aGU
-aHU
+aGU
aIW
-aIW
-aIW
-aLM
+dxN
+dyh
+dyh
aMN
-aKp
-aOB
-aPZ
-aQR
+dyM
+dyT
+aQd
+aQZ
cHY
dhs
dhw
@@ -110604,55 +115026,55 @@ aaQ
abC
abC
abC
-abC
-abC
-abC
-abC
-abC
-adm
+cXs
+cXs
+cXs
+cXs
+cXs
abW
abW
abW
abW
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-agk
-alr
-aml
+afd
+alm
+dmt
+agX
+dmN
+dmN
+agX
+dmN
+dmN
+dmN
+dmN
+dmN
anc
cVR
-ajp
-aki
-agl
-afE
-afE
-afE
-afH
-afH
-awV
-afE
-cEF
+aml
+agX
+dmN
+dmN
+dmN
+dsd
+agX
+dlX
+afd
+adP
+adP
+adP
+azp
aAK
-aBA
-aCX
+dvX
aCY
aFM
aGV
-aHT
-aIX
-aIX
-cGl
-aLN
+azp
+dxO
+aDc
+aDc
aMO
-aKp
+azp
aOH
-aPZ
+aPW
aRd
cHY
dhs
@@ -110861,55 +115283,55 @@ aaQ
aaQ
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
abW
abW
abW
abW
-abW
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-abW
-agk
+afd
+dlW
+dmu
+dmN
+agX
+agX
+agX
+agX
+agX
+agX
+dmN
als
-als
-aml
-aml
-agm
-afD
-afD
-afH
-asr
-atx
+dpC
+dpN
+dmN
+dmN
+dmN
+dre
+agX
+dre
auz
+alm
+afd
+adP
+afE
afE
-deN
-axS
azp
aAL
-aBB
-aCY
aEk
aCY
+dwB
aCY
aHV
-aIY
-aIY
-aIY
-aIY
-aIY
-aNK
+aDc
+aDc
+aDc
+aDc
+aNL
aOB
-aPZ
+aPW
aQS
cHY
dhs
@@ -111118,53 +115540,53 @@ abt
abF
aaQ
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
abW
-abW
-acH
-acH
-abW
-abW
-acH
-acH
-acH
-acH
+afd
+alm
+dmv
+dmO
+agX
+agX
+dnY
+agX
+agX
+agX
afD
-afD
-afD
-afD
-aiz
-ajr
-afD
-acH
+dmN
+dmN
+als
+dmN
+dmN
+dmN
+agX
+agX
+agX
+dmN
+dlX
+afd
afH
-dfq
-aty
-dfq
-afE
-deN
-dfd
cEG
+duR
+azp
aAK
-aBC
-aCZ
+dvY
aCY
aFN
aGV
-aHT
-aIX
-aIX
-aIX
-aLO
-aIY
-aNL
+azp
+dxP
+aDc
+aDc
+dyA
+azp
aOI
aQg
aRe
@@ -111375,51 +115797,51 @@ abu
abG
aaQ
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
abW
-abW
-abW
-abW
-abW
-abW
-abW
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-acH
-abW
-abW
-acH
-afH
-ass
-dfq
-cKZ
-dfz
-awW
-cLe
-cEG
+afd
+dlX
+alm
+dmN
+agX
+agX
+agX
+agX
+agX
+agX
+dmN
+dmN
+dmN
+dmN
+dqk
+dqz
+dlX
+drf
+agX
+drf
+dlW
+dlX
+afd
+afE
+dfd
aAJ
-aBD
-aDa
-aEl
-aFO
+azp
aDa
+aGV
+aCY
+dwC
aHW
aIZ
-aIZ
-aIZ
-aLP
+dxQ
+dxQ
+dxQ
aMP
aNM
aOJ
@@ -111632,55 +116054,55 @@ abt
abH
aaQ
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
abW
-adP
-adP
-adP
+afd
+afd
+dlX
+dlW
+dlX
+dmN
+dlW
+alm
+dox
+dmN
+dmN
+dpm
+dpD
+dpO
+dlW
+dlW
+dlX
+dlX
+alm
+dlX
+dlX
+afd
+afd
afH
-adP
-adP
-adP
-adP
-adP
-deO
-deO
-deO
-deO
-deO
-deO
-afH
-afH
-afH
-afH
-afH
-cLd
dfd
+dgl
azp
-aAM
-aBE
aDb
aEm
-aFP
+aCY
aGW
+dwY
aHT
-cGl
aIX
aIX
-aLQ
-aMQ
-aKp
+aIX
+aDc
+aNK
aOK
-aPZ
+aPW
cMh
cHY
dht
@@ -111890,54 +116312,54 @@ abI
aaQ
aaQ
aaQ
-abC
-abC
-abC
-abC
-abC
-abC
-abC
-abC
-abC
-afi
-afE
-afi
-afc
-afc
-aTz
-adP
-afE
-afH
+cXs
+cXs
+cXs
+cXs
+cXs
+cXs
+cXs
+adm
+abW
+afd
+afd
+dlX
+dlX
+dlX
+dlX
+dlX
+dlW
+doK
alt
-afE
+afd
+afd
+afd
+afd
+afd
+afd
+afd
+afd
+afd
+afd
+afd
+dtw
+dtU
+duv
afH
-afH
-deO
-deO
-deO
-deO
-adP
-atz
-aqf
-cKF
-deN
-dfd
azp
-aAN
-aBF
aDc
+dvZ
+aCY
aEn
-aFQ
-aGX
+dwZ
+aHT
+aIX
+aIX
+aIX
+dyB
azp
-azp
-azp
-cEG
-azp
-azp
-aKp
aOL
-aPZ
+aPW
cMh
cHY
aSC
@@ -112146,39 +116568,41 @@ abu
abJ
abX
ack
-act
-acI
-acI
-acI
-acI
-acI
-acI
-acI
-acI
-acI
-afj
-afF
-agn
-ahd
-ahQ
-aiB
-ahd
-ahd
-cKC
-aBI
-amm
-cKI
-anT
+abX
+dkG
+dkG
+dkG
+dkG
+dkG
+dkG
+dkG
+dlr
+abW
+abW
+afd
+afd
+afd
+afd
+afd
+afd
+afd
+afd
+afd
+afd
+adP
+adP
+afH
+afH
+afE
+adP
+adP
+afE
+afE
+afH
+afE
+dtV
afH
-aqf
afH
-alw
-afc
-deQ
-cKF
-deN
-deN
-dfd
azp
azp
azp
@@ -112187,14 +116611,12 @@ azp
azp
azp
azp
-dgl
-cLY
-aNz
-aPP
-aMR
-aKp
+azp
+azp
+azp
+azp
aOM
-aPZ
+aPW
cMh
cIc
aRW
@@ -112411,7 +116833,7 @@ abC
abC
abC
abC
-abC
+cCE
abC
afi
afi
@@ -112419,20 +116841,20 @@ afE
afE
afE
adP
-ajs
-deN
-deN
-deN
-aAT
-aBI
-aBI
-aBI
-apI
-ahd
+adP
+adP
+adP
+adP
+adP
+adP
+adP
+afE
+alx
+deQ
arx
-ast
-cKW
-cKW
+afa
+afa
+aQK
avO
cKU
axU
@@ -112573,7 +116995,7 @@ ccW
ccW
ceW
clY
-cna
+cmJ
cfv
coy
cJC
@@ -112667,22 +117089,22 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
+abC
+cCE
+abC
afk
afG
ago
ahe
afH
adP
-afH
-afH
-cKD
-cKF
-deO
-afH
adP
+adP
+adP
+adP
+adP
+adP
+afH
deN
ahR
aQK
@@ -112830,7 +117252,7 @@ ccW
cda
ceW
clZ
-cna
+cmJ
cfv
coy
cJS
@@ -112925,7 +117347,7 @@ abC
abC
abC
abC
-abC
+cCE
abC
afi
afi
@@ -112936,9 +117358,9 @@ adP
adP
deO
deO
-afH
deO
deO
+afE
ahR
aQK
aiF
@@ -113087,7 +117509,7 @@ cda
cda
ceW
cma
-cna
+cmJ
cnR
coL
cJC
@@ -113181,11 +117603,11 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-afH
+abC
+cCE
+afi
+afi
+afi
afE
ahf
afH
@@ -113438,13 +117860,13 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-afH
-ahg
+abC
+cCF
+dlE
+dlY
+dlE
+aBI
+dni
afE
adP
adP
@@ -113601,7 +118023,7 @@ cfA
cfA
cfA
cmb
-cna
+cmJ
cfv
coy
cJC
@@ -113695,13 +118117,13 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
+abC
+abC
+dlF
+afi
+afi
afH
-afH
-ahh
+dnj
afE
adP
adP
@@ -113858,7 +118280,7 @@ cfA
cfA
cfA
cfA
-cna
+cmJ
cfv
coN
cJC
@@ -113958,7 +118380,7 @@ aaa
aaa
afH
agq
-ahi
+dnk
afE
adP
adP
@@ -114220,7 +118642,7 @@ afH
afH
afH
adP
-afH
+deO
adP
afH
ahR
@@ -114473,16 +118895,16 @@ aaa
afI
ags
ahk
-ahR
+dnH
aiC
-ajt
-akk
-afa
-aQK
-aQK
+dok
+doz
+ast
+cKW
+cKW
and
-ahe
-cKN
+dpP
+dqm
aNx
aqC
cEC
@@ -114629,7 +119051,7 @@ cke
ckM
clp
ckM
-cnd
+cmR
cfv
coP
cJC
@@ -115400,7 +119822,7 @@ cfA
ccW
ccW
ceW
-cna
+cmJ
cfv
coP
cJC
@@ -118436,7 +122858,7 @@ bPp
bLN
bNn
bOk
-bSX
+bPp
bLN
bUl
bOk
@@ -118695,7 +123117,7 @@ bNo
bLP
bPq
bTz
-bUm
+bVW
bLP
bVt
bVU
@@ -118955,7 +123377,7 @@ deh
deq
dev
bVu
-bUm
+bVW
bDR
cGJ
bXE
@@ -119082,17 +123504,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -119209,7 +123631,7 @@ bNp
bNp
bSY
bTA
-bUn
+bSY
bUT
bVv
deE
@@ -119339,17 +123761,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -119467,9 +123889,9 @@ bQs
bSZ
bQs
bUZ
-bUU
+bUq
bVw
-bUm
+bVW
bLN
bLN
bLN
@@ -119596,17 +124018,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -119724,7 +124146,7 @@ ddW
deb
dei
bUo
-bUU
+bUq
bVx
bVV
bWu
@@ -119853,17 +124275,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -119981,7 +124403,7 @@ ddX
bPu
dej
def
-bUU
+bUq
bVy
bVW
bOk
@@ -120110,17 +124532,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -120367,17 +124789,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -120624,17 +125046,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -120657,11 +125079,11 @@ akl
asJ
cED
auO
+aBi
awe
awe
-ayo
azK
-ayp
+dsX
aBV
aDs
aEE
@@ -120881,17 +125303,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -120914,11 +125336,11 @@ arK
api
alD
auP
-awf
-awf
-ayp
-ayw
-ayp
+dsW
+dtx
+dtW
+dtX
+duT
aBW
aDs
aEF
@@ -121138,17 +125560,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -121261,7 +125683,7 @@ bNs
bOt
ddN
bGJ
-ddT
+bOn
bOo
ded
del
@@ -121395,17 +125817,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -121954,11 +126376,11 @@ aGi
aCa
aIt
aJq
-cLm
+dxR
aLc
aMa
aJq
-cLm
+dxR
aPe
aQj
aQR
@@ -122468,11 +126890,11 @@ aGk
aHh
ayx
aJs
-cLn
+dxS
aLe
aMc
aJs
-cLn
+dxS
aPg
aQj
aQR
@@ -123280,7 +127702,7 @@ aYJ
baj
baN
baN
-bbT
+baQ
baN
cIz
bej
@@ -123484,11 +127906,11 @@ arP
asN
arP
auZ
-awf
-awf
-ayw
-ayw
-ayp
+dsX
+dtx
+dtX
+dtX
+duT
aCe
aDs
aEP
@@ -123704,21 +128126,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -123741,16 +128163,16 @@ arQ
asO
arQ
ava
-awe
-awe
+aBi
+dtz
ayx
azQ
-ayp
-aCf
+dsW
+dvv
aDs
aEQ
-ayw
-aCf
+dwo
+dvv
arP
arP
abW
@@ -123961,21 +128383,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -124218,21 +128640,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -124323,7 +128745,7 @@ bkA
bmC
bnS
bpg
-bpg
+dze
bsb
btx
buX
@@ -124475,21 +128897,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -124587,7 +129009,7 @@ bty
bty
bxA
byD
-bzA
+dzf
bAQ
bBR
bCV
@@ -124732,21 +129154,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -124837,7 +129259,7 @@ cKs
bmD
bjC
cKt
-bqy
+bqv
cKr
btz
buY
@@ -124989,21 +129411,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -125246,21 +129668,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -125305,9 +129727,9 @@ aQt
aRm
aSf
aSY
-aTK
-aTK
-aTK
+aTu
+aTu
+aTu
aVg
aKp
aKp
@@ -125350,7 +129772,7 @@ bkA
cKs
cKs
bnT
-bpe
+dzc
bqz
cKr
btB
@@ -125503,21 +129925,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -125607,7 +130029,7 @@ bjC
bjC
bjC
bjC
-bpd
+dzd
bqA
bsc
btC
@@ -125760,21 +130182,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -126017,21 +130439,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -126274,21 +130696,21 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
+cFp
aaa
aaa
aaa
@@ -129673,7 +134095,7 @@ aqV
aqV
aqV
aSh
-aTe
+aql
aaa
aaa
aaa
@@ -132987,7 +137409,7 @@ amE
ano
aop
apk
-aZp
+bSC
aqh
aqU
aqU
@@ -136910,7 +141332,7 @@ bgr
bhm
bhm
bjG
-bkG
+dyY
bkG
blF
bkG
@@ -136921,7 +141343,7 @@ bsr
bhm
bhm
bwF
-bxR
+bhm
byM
bzL
bxR
@@ -137177,10 +141599,10 @@ bqI
aZQ
aZQ
aZQ
-aZQ
-aZQ
+dyZ
+bEq
byN
-bzM
+dza
bar
bCe
bDg
@@ -141265,8 +145687,8 @@ aqU
aqU
aqU
aYP
-aZp
-aZp
+bSC
+bSC
bap
baT
bap
@@ -149009,7 +153431,7 @@ bgF
beH
cPV
bHI
-bJj
+dzb
beH
bLv
bLv
diff --git a/_maps/map_files/Deltastation/DeltaStation2.dmm b/_maps/map_files/Deltastation/DeltaStation2.dmm
index 5b0aa09dd2..23838ad992 100644
--- a/_maps/map_files/Deltastation/DeltaStation2.dmm
+++ b/_maps/map_files/Deltastation/DeltaStation2.dmm
@@ -388,12 +388,16 @@
/area/hallway/secondary/entry)
"aaU" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
name = "External Airlock";
req_access_txt = "13"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"aaV" = (
@@ -404,6 +408,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"aaW" = (
@@ -414,6 +421,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"aaX" = (
@@ -430,7 +440,6 @@
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"aaY" = (
-/obj/structure/fans/tiny,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
@@ -446,6 +455,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"abb" = (
@@ -474,6 +486,7 @@
/area/hallway/secondary/entry)
"abe" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
name = "External Airlock";
req_access_txt = "13"
},
@@ -486,6 +499,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"abf" = (
@@ -525,6 +541,8 @@
/area/maintenance/solars/starboard/fore)
"abm" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/light/small{
@@ -538,6 +556,7 @@
"abn" = (
/obj/machinery/power/smes,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -561,7 +580,6 @@
/area/maintenance/solars/starboard/fore)
"abp" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -583,10 +601,11 @@
"abs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral,
@@ -596,6 +615,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
@@ -608,6 +629,8 @@
req_access_txt = "10"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -616,18 +639,24 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/solars/starboard/fore)
"abv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -636,7 +665,6 @@
/area/maintenance/solars/starboard/fore)
"abw" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -669,12 +697,16 @@
icon_state = "4-8"
},
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "External Solar Access";
req_access_txt = "10; 13"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/solars/starboard/fore)
"abz" = (
@@ -684,7 +716,6 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/fans/tiny,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/maintenance/solars/starboard/fore)
@@ -704,9 +735,8 @@
/obj/machinery/light{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -718,11 +748,9 @@
pixel_x = 32
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/machinery/camera{
@@ -752,8 +780,7 @@
pixel_x = 32
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Arrivals Shuttle - Fore Port";
@@ -768,7 +795,6 @@
"abF" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -798,8 +824,7 @@
pixel_x = 32
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -824,6 +849,8 @@
/area/construction/mining/aux_base)
"abJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -1055,6 +1082,8 @@
/area/construction/mining/aux_base)
"ace" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -1108,6 +1137,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/shuttle/arrival)
"acm" = (
@@ -1127,6 +1159,8 @@
"acp" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -1137,11 +1171,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"acq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/line{
@@ -1150,9 +1186,8 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"acr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/entry)
@@ -1205,6 +1240,8 @@
"acx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/yellow/side{
@@ -1324,12 +1361,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"acM" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/yellow/side{
@@ -1338,10 +1377,11 @@
/area/construction/mining/aux_base)
"acN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -1416,7 +1456,6 @@
/area/hallway/secondary/entry)
"acZ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -1450,6 +1489,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"add" = (
@@ -1459,11 +1501,12 @@
},
/area/construction/mining/aux_base)
"ade" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -1522,6 +1565,8 @@
"adk" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -1590,6 +1635,7 @@
dir = 8
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -1606,11 +1652,15 @@
"adv" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/lightsout,
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -1622,11 +1672,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/construction/mining/aux_base)
"adx" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plating,
@@ -1656,17 +1708,13 @@
/turf/open/floor/plating,
/area/shuttle/auxillary_base)
"adA" = (
-/obj/machinery/computer/med_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/med_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/shuttle/syndicate)
"adB" = (
-/obj/machinery/computer/crew{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/crew/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -1691,17 +1739,13 @@
},
/area/shuttle/syndicate)
"adF" = (
-/obj/machinery/computer/camera_advanced{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/camera_advanced/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/shuttle/syndicate)
"adG" = (
-/obj/machinery/computer/secure_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/secure_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -1709,7 +1753,6 @@
"adH" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/line{
@@ -1719,9 +1762,8 @@
/area/hallway/secondary/entry)
"adI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -1729,15 +1771,13 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"adJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/entry)
"adK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/stripes/line{
@@ -1788,6 +1828,8 @@
/area/construction/mining/aux_base)
"adR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -1806,7 +1848,6 @@
/obj/item/weapon/clipboard,
/obj/item/toy/figure/syndie,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -1879,7 +1920,6 @@
/area/shuttle/arrival)
"aec" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -1900,6 +1940,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"aee" = (
@@ -1913,11 +1956,12 @@
/area/construction/mining/aux_base)
"aef" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/construction/mining/aux_base)
@@ -1982,6 +2026,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"aep" = (
@@ -2055,6 +2102,9 @@
name = "Arrival Shuttle Airlock";
req_access_txt = "0"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/shuttle/arrival)
"aez" = (
@@ -2072,7 +2122,6 @@
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/yellow/side{
@@ -2082,10 +2131,11 @@
/area/construction/mining/aux_base)
"aeB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/yellow/side,
@@ -2172,8 +2222,7 @@
pixel_x = 32
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/camera{
@@ -2204,8 +2253,7 @@
pixel_x = 32
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/camera{
@@ -2264,8 +2312,7 @@
pixel_x = 32
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/stripes/line{
@@ -2276,6 +2323,8 @@
"aeS" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -2287,6 +2336,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"aeT" = (
@@ -2325,6 +2377,8 @@
/area/maintenance/starboard/fore)
"aeZ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -2334,6 +2388,8 @@
"afa" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -2341,6 +2397,8 @@
"afb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -2419,6 +2477,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/fore)
"afn" = (
@@ -2437,6 +2498,8 @@
/area/maintenance/starboard/fore)
"afq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -2448,6 +2511,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/fore)
"afs" = (
@@ -2517,7 +2583,6 @@
"afD" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -2528,6 +2593,8 @@
"afE" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -2539,6 +2606,8 @@
"afF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -2552,6 +2621,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/fore)
"afG" = (
@@ -2576,16 +2648,14 @@
/area/maintenance/starboard/fore)
"afJ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/redyellow,
/area/maintenance/starboard/fore)
"afK" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -2629,7 +2699,6 @@
},
/obj/structure/fans/tiny,
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -2648,6 +2717,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"afP" = (
@@ -2656,6 +2728,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"afQ" = (
@@ -2665,6 +2740,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"afR" = (
@@ -2678,6 +2756,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"afT" = (
@@ -2689,6 +2770,8 @@
"afU" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
@@ -2745,7 +2828,6 @@
/obj/item/weapon/crowbar/red,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/podhatch{
@@ -2760,7 +2842,6 @@
name = "tactical chair"
},
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -2789,7 +2870,6 @@
/area/hallway/secondary/entry)
"agk" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/arrival{
@@ -2808,10 +2888,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/item/device/radio/intercom{
name = "Station Intercom";
pixel_y = 26
@@ -2836,7 +2913,6 @@
/area/hallway/secondary/entry)
"ago" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/arrival{
@@ -2856,6 +2932,7 @@
/area/hallway/secondary/entry)
"agq" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -2877,6 +2954,8 @@
/area/hallway/secondary/entry)
"agr" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -2897,10 +2976,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/arrival{
dir = 1
},
@@ -2937,7 +3013,6 @@
/area/hallway/secondary/entry)
"agx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/arrival{
@@ -2968,6 +3043,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -3043,7 +3120,6 @@
/area/hallway/secondary/entry)
"agL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/arrival,
@@ -3083,7 +3159,6 @@
"agQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/arrival,
@@ -3092,14 +3167,15 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/arrival,
/area/hallway/secondary/entry)
"agS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -3115,7 +3191,6 @@
/area/hallway/secondary/entry)
"agU" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/arrival/corner{
@@ -3149,7 +3224,6 @@
/area/hallway/secondary/entry)
"agZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/arrival/corner,
@@ -3172,9 +3246,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/arrival,
/area/hallway/secondary/entry)
@@ -3184,7 +3257,6 @@
pixel_y = -22
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/arrival,
@@ -3216,6 +3288,8 @@
"ahg" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -3227,10 +3301,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/maintenance/starboard/fore)
@@ -3276,7 +3347,6 @@
"aho" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -3319,6 +3389,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"ahu" = (
@@ -3341,6 +3414,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/vacantoffice)
"ahy" = (
@@ -3354,12 +3430,17 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/fore)
"ahA" = (
@@ -3445,7 +3526,6 @@
/area/security/checkpoint/checkpoint2)
"ahO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -3459,7 +3539,6 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/effect/turf_decal/delivery,
@@ -3473,18 +3552,19 @@
},
/obj/structure/barricade/wooden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/fore)
"ahR" = (
/obj/effect/decal/cleanable/blood/old,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/red,
@@ -3492,7 +3572,6 @@
"ahS" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/white,
@@ -3503,7 +3582,6 @@
/area/maintenance/starboard/fore)
"ahU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/white,
@@ -3514,7 +3592,6 @@
pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/effect/turf_decal/delivery,
@@ -3523,7 +3600,6 @@
"ahW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -3534,6 +3610,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/fore)
"ahX" = (
@@ -3543,9 +3622,8 @@
/area/maintenance/starboard/fore)
"ahY" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/red,
/area/maintenance/starboard/fore)
@@ -3647,6 +3725,8 @@
"aip" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -3662,6 +3742,8 @@
/area/security/checkpoint/customs)
"air" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/photocopier,
@@ -3702,6 +3784,8 @@
/area/security/checkpoint/checkpoint2)
"aiw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table/reinforced,
@@ -3724,13 +3808,14 @@
/area/security/checkpoint/checkpoint2)
"aiy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
"aiz" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -3742,6 +3827,8 @@
/area/maintenance/starboard/fore)
"aiA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -3754,6 +3841,8 @@
"aiB" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -3763,16 +3852,19 @@
/area/maintenance/starboard/fore)
"aiC" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
"aiD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -3994,9 +4086,8 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 8;
@@ -4005,7 +4096,6 @@
/area/maintenance/port/fore)
"aja" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -4020,9 +4110,8 @@
/turf/open/floor/plasteel/grimy,
/area/security/vacantoffice)
"aje" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/security/vacantoffice)
@@ -4034,7 +4123,6 @@
/area/security/vacantoffice)
"ajg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/wood,
@@ -4068,6 +4156,8 @@
/area/security/vacantoffice)
"ajl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -4075,6 +4165,7 @@
/area/maintenance/port/fore)
"ajm" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -4082,9 +4173,8 @@
name = "Customs Desk APC";
pixel_x = -26
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/blue/side{
dir = 8
@@ -4092,9 +4182,13 @@
/area/security/checkpoint/customs)
"ajn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/holopad,
@@ -4130,11 +4224,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/customs)
"ajq" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/blue/corner{
@@ -4172,7 +4268,6 @@
/area/hallway/secondary/entry)
"ajw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/red/corner,
@@ -4189,6 +4284,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/checkpoint2)
"ajy" = (
@@ -4205,9 +4303,13 @@
/area/security/checkpoint/checkpoint2)
"ajz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/holopad,
@@ -4219,6 +4321,7 @@
/area/security/checkpoint/checkpoint2)
"ajA" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -4226,9 +4329,8 @@
name = "Security Checkpoint APC";
pixel_x = 26
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 4
@@ -4241,6 +4343,8 @@
/area/maintenance/starboard/fore)
"ajC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -4416,6 +4520,7 @@
/area/crew_quarters/electronic_marketing_den)
"akb" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plasteel/neutral/side{
@@ -4425,17 +4530,17 @@
/area/maintenance/port/fore)
"akc" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/maintenance/port/fore)
"akd" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/air,
@@ -4485,6 +4590,8 @@
"akm" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -4501,6 +4608,8 @@
/area/security/checkpoint/customs)
"ako" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -4532,7 +4641,6 @@
/area/hallway/secondary/entry)
"aks" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 4
},
/turf/open/floor/plasteel/grimy,
@@ -4541,9 +4649,8 @@
/turf/open/floor/carpet,
/area/hallway/secondary/entry)
"aku" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/hallway/secondary/entry)
@@ -4555,7 +4662,6 @@
/area/hallway/secondary/entry)
"akw" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -4572,7 +4678,6 @@
/area/hallway/secondary/entry)
"aky" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/red/corner,
@@ -4596,6 +4701,8 @@
/area/security/checkpoint/checkpoint2)
"akB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -4628,6 +4735,7 @@
/area/maintenance/starboard/fore)
"akF" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/apc{
@@ -4670,7 +4778,6 @@
/area/shuttle/syndicate)
"akL" = (
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -4742,7 +4849,6 @@
/area/crew_quarters/electronic_marketing_den)
"akX" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 4
},
/turf/open/floor/wood{
@@ -4751,7 +4857,6 @@
/area/crew_quarters/electronic_marketing_den)
"akZ" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/wood{
@@ -4767,24 +4872,23 @@
/obj/structure/frame/computer,
/obj/item/stack/cable_coil/white,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/wood,
/area/crew_quarters/electronic_marketing_den)
"alc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/maintenance/port/fore)
"ald" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/oxygen,
@@ -4810,16 +4914,19 @@
/area/security/vacantoffice)
"alh" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/wood,
/area/security/vacantoffice)
"ali" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -4834,6 +4941,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -4848,6 +4957,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -4856,17 +4967,23 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/vacantoffice)
"all" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/delivery,
@@ -4890,9 +5007,13 @@
/area/security/checkpoint/customs)
"aln" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/chair/office/dark{
@@ -4902,6 +5023,8 @@
/area/security/checkpoint/customs)
"alo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/table/reinforced,
@@ -4915,9 +5038,13 @@
"alp" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/window/brigdoor/southright{
@@ -4951,9 +5078,13 @@
"alu" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -4963,6 +5094,8 @@
/area/security/checkpoint/checkpoint2)
"alv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/table/reinforced,
@@ -4980,9 +5113,13 @@
/area/security/checkpoint/checkpoint2)
"alw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/chair/office/dark{
@@ -4993,8 +5130,7 @@
"alx" = (
/obj/machinery/computer/security,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
@@ -5011,6 +5147,8 @@
"alz" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/blobstart,
@@ -5046,6 +5184,8 @@
/area/maintenance/starboard/fore)
"alE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/chair/stool/bar,
@@ -5097,7 +5237,6 @@
/area/shuttle/syndicate)
"alM" = (
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -5129,19 +5268,13 @@
},
/area/engine/atmospherics_engine)
"alQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
/area/engine/atmospherics_engine)
"alR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -5151,9 +5284,8 @@
/turf/open/floor/plasteel/black,
/area/crew_quarters/electronic_marketing_den)
"alT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -5195,15 +5327,13 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/crew_quarters/electronic_marketing_den)
@@ -5229,6 +5359,8 @@
/area/maintenance/port/fore)
"amd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -5250,11 +5382,12 @@
/area/security/vacantoffice)
"amh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/security/vacantoffice)
@@ -5270,6 +5403,8 @@
"amj" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -5286,12 +5421,11 @@
/area/security/checkpoint/customs)
"aml" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/customs)
"amm" = (
@@ -5316,14 +5450,12 @@
/area/hallway/secondary/entry)
"amp" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/entry)
"amq" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -5338,15 +5470,13 @@
/turf/open/floor/carpet,
/area/hallway/secondary/entry)
"ams" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/hallway/secondary/entry)
"amt" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/plasteel/grimy,
@@ -5366,12 +5496,11 @@
/area/security/checkpoint/checkpoint2)
"amw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/checkpoint2)
"amx" = (
@@ -5386,6 +5515,8 @@
"amy" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -5410,6 +5541,8 @@
/area/maintenance/starboard/fore)
"amD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
@@ -5459,12 +5592,11 @@
id = "garbage";
verted = -1
},
-/obj/effect/turf_decal/stripes/end{
- dir = 8
- },
-/turf/open/floor/plating{
- icon_state = "plating_warn_end"
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
+/obj/effect/turf_decal/stripes/corner,
+/turf/open/floor/plating,
/area/maintenance/disposal)
"amJ" = (
/obj/machinery/conveyor{
@@ -5481,9 +5613,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plating{
- icon_state = "plating_warn_side"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
"amK" = (
/obj/machinery/conveyor{
@@ -5497,9 +5630,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plating{
- icon_state = "plating_warn_side"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
"amL" = (
/obj/machinery/mass_driver{
@@ -5512,9 +5646,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plating{
- icon_state = "plating_warn_side"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plating,
/area/maintenance/disposal)
"amM" = (
/obj/machinery/door/poddoor{
@@ -5721,10 +5856,11 @@
/area/crew_quarters/electronic_marketing_den)
"ang" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 4
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/wood,
@@ -5734,16 +5870,19 @@
/obj/item/weapon/folder/red,
/obj/item/weapon/pen,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 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{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -5751,12 +5890,16 @@
/area/crew_quarters/electronic_marketing_den)
"anj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/wood,
/area/crew_quarters/electronic_marketing_den)
"ank" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/wood{
@@ -5773,6 +5916,8 @@
/area/crew_quarters/electronic_marketing_den)
"anm" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -5870,6 +6015,8 @@
/area/security/checkpoint/customs)
"any" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -5936,6 +6083,8 @@
/area/security/checkpoint/checkpoint2)
"anG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -5953,16 +6102,19 @@
/area/security/checkpoint/checkpoint2)
"anI" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
"anJ" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -5973,6 +6125,8 @@
/area/maintenance/starboard/fore)
"anK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -5985,6 +6139,8 @@
/area/maintenance/starboard/fore)
"anL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -5994,6 +6150,8 @@
/area/maintenance/starboard/fore)
"anM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6005,11 +6163,12 @@
/area/maintenance/starboard/fore)
"anN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -6017,6 +6176,8 @@
/area/maintenance/starboard/fore)
"anO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -6033,10 +6194,7 @@
"anQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/brown{
icon_state = "brown";
dir = 8
@@ -6051,6 +6209,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/disposal)
"anS" = (
@@ -6118,7 +6279,6 @@
/obj/item/weapon/circular_saw,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -6191,6 +6351,8 @@
/area/crew_quarters/electronic_marketing_den)
"aoe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/wood{
@@ -6252,6 +6414,8 @@
"aom" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -6259,6 +6423,8 @@
/area/maintenance/port/fore)
"aon" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -6270,10 +6436,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/customs)
"aoo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -6285,10 +6456,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/checkpoint2)
"aop" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -6453,6 +6629,9 @@
/area/engine/atmospherics_engine)
"aoI" = (
/obj/structure/sign/electricshock,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
/turf/closed/wall/r_wall,
/area/engine/atmospherics_engine)
"aoJ" = (
@@ -6466,6 +6645,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aoK" = (
@@ -6480,10 +6665,13 @@
req_access_txt = "0";
req_one_access_txt = "24;10"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aoN" = (
@@ -6493,12 +6681,17 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/barricade/wooden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/electronic_marketing_den)
"aoO" = (
@@ -6512,6 +6705,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/electronic_marketing_den)
"aoP" = (
@@ -6545,12 +6741,16 @@
/area/maintenance/port/fore)
"aoU" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
"aoV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -6558,6 +6758,8 @@
"aoW" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -6566,6 +6768,8 @@
/area/maintenance/port/fore)
"aoX" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -6575,6 +6779,8 @@
"aoY" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -6582,9 +6788,13 @@
"aoZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -6595,9 +6805,13 @@
/area/maintenance/port/fore)
"apa" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -6605,9 +6819,13 @@
"apb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -6675,8 +6893,7 @@
/area/hallway/secondary/entry)
"apj" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner,
@@ -6691,6 +6908,8 @@
"apl" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -6776,6 +6995,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
/turf/open/floor/plating,
/area/maintenance/disposal)
"apw" = (
@@ -6827,9 +7049,7 @@
},
/area/maintenance/disposal)
"apA" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -6839,9 +7059,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"apC" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -6861,7 +7079,6 @@
/obj/item/clothing/glasses/meson/engine,
/obj/structure/table/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/bot,
@@ -6883,13 +7100,12 @@
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
- dir = 1
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"apI" = (
@@ -6995,13 +7211,15 @@
/area/engine/atmospherics_engine)
"apR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 10
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8;
+ external_pressure_bound = 140;
+ name = "server vent";
+ pressure_checks = 0
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"apS" = (
@@ -7029,6 +7247,8 @@
"apV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plating,
@@ -7036,6 +7256,8 @@
"apW" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -7044,21 +7266,29 @@
/area/maintenance/port/fore)
"apX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
"apY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side,
/area/maintenance/port/fore)
"apZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7069,16 +7299,19 @@
"aqa" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
"aqb" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7089,6 +7322,8 @@
"aqc" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7099,6 +7334,8 @@
"aqd" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7111,6 +7348,8 @@
/area/maintenance/port/fore)
"aqe" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7121,9 +7360,13 @@
/area/maintenance/port/fore)
"aqf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -7131,6 +7374,8 @@
/area/maintenance/port/fore)
"aqg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7140,13 +7385,16 @@
/area/maintenance/port/fore)
"aqh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating,
@@ -7213,7 +7461,6 @@
"aqp" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -7256,6 +7503,8 @@
/area/maintenance/port/fore)
"aqt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -7266,6 +7515,8 @@
/area/maintenance/port/fore)
"aqu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7283,6 +7534,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7294,10 +7547,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/fore)
"aqw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -7313,6 +7571,8 @@
/area/hallway/secondary/entry)
"aqx" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -7355,7 +7615,6 @@
/area/hallway/secondary/entry)
"aqB" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -7394,6 +7653,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/fore)
"aqF" = (
@@ -7408,9 +7670,13 @@
/area/maintenance/starboard/fore)
"aqG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -7419,6 +7685,8 @@
"aqH" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7429,13 +7697,16 @@
"aqI" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -7443,6 +7714,8 @@
"aqJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -7459,6 +7732,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/fore)
"aqL" = (
@@ -7551,10 +7827,7 @@
dir = 8;
id = "garbage"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/splatter,
/obj/effect/turf_decal/stripes/line,
@@ -7626,9 +7899,8 @@
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"ara" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 6
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmospherics_engine)
@@ -7639,36 +7911,36 @@
d2 = 4;
icon_state = "1-4"
},
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"arc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/machinery/atmospherics/components/trinary/filter/critical{
+ dir = 4;
+ filter_type = "n2"
+ },
/turf/open/floor/plasteel/neutral,
/area/engine/atmospherics_engine)
"ard" = (
-/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/scrubbers/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"are" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -7677,41 +7949,44 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/components/trinary/filter/critical{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"arf" = (
-/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/scrubbers/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/caution{
dir = 4
},
/area/engine/atmospherics_engine)
"arg" = (
-/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/scrubbers/visible{
+ dir = 4
+ },
/turf/open/floor/circuit/green,
/area/engine/atmospherics_engine)
"arh" = (
-/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/scrubbers/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/caution{
icon_state = "caution";
dir = 8
@@ -7719,7 +7994,6 @@
/area/engine/atmospherics_engine)
"ari" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -7728,6 +8002,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/components/trinary/filter/critical{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"arj" = (
@@ -7745,15 +8022,15 @@
/area/engine/atmospherics_engine)
"arl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 10
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"arm" = (
@@ -7786,6 +8063,8 @@
/area/engine/atmospherics_engine)
"arp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -7800,6 +8079,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/fore)
"arr" = (
@@ -7811,6 +8093,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/fore)
"ars" = (
@@ -7832,7 +8117,6 @@
/area/crew_quarters/toilet/auxiliary)
"arw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -7844,6 +8128,8 @@
/area/hallway/secondary/entry)
"arx" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -7863,12 +8149,10 @@
/area/hallway/secondary/entry)
"arz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/hallway/secondary/entry)
@@ -7913,6 +8197,8 @@
"arF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -7927,7 +8213,6 @@
"arG" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/disposalpipe/segment{
@@ -7943,10 +8228,11 @@
/area/maintenance/starboard/fore)
"arI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/structure/disposalpipe/segment{
@@ -7957,6 +8243,8 @@
"arJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7972,6 +8260,8 @@
"arK" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7985,6 +8275,8 @@
/area/maintenance/starboard/fore)
"arL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -7999,6 +8291,8 @@
/area/maintenance/starboard/fore)
"arM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -8012,6 +8306,8 @@
"arN" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -8024,10 +8320,11 @@
/area/maintenance/starboard/fore)
"arO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment,
@@ -8040,6 +8337,8 @@
"arP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -8055,9 +8354,13 @@
"arQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -8070,6 +8373,8 @@
/area/maintenance/starboard/fore)
"arR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -8095,11 +8400,16 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/disposal)
"arT" = (
@@ -8111,6 +8421,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -8124,6 +8436,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -8136,6 +8450,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -8152,6 +8468,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown,
@@ -8164,6 +8482,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/blood/splatter,
@@ -8174,11 +8494,12 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/blood/splatter,
@@ -8196,6 +8517,7 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/brown{
@@ -8212,7 +8534,6 @@
/area/space)
"asb" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- icon_state = "intact";
dir = 4
},
/obj/structure/lattice/catwalk,
@@ -8220,89 +8541,85 @@
/area/space)
"asc" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- icon_state = "intact";
dir = 8
},
/turf/closed/wall/r_wall,
/area/engine/atmospherics_engine)
"asd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/delivery,
/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/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
},
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Cooling to Unfiltered";
+ on = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"asf" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/orange/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"asg" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/effect/turf_decal/stripes/corner,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"ash" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/machinery/light,
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 5
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"asi" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
-/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
/area/engine/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
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"ask" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/structure/sign/electricshock{
pixel_y = -32
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/caution{
dir = 4
},
/area/engine/atmospherics_engine)
"asl" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
/turf/open/floor/circuit/green,
/area/engine/atmospherics_engine)
"asm" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
/turf/open/floor/plasteel/caution{
@@ -8311,54 +8628,49 @@
},
/area/engine/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
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/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_y = -26
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/engine/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
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"asq" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "o2";
- on = 1
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10
},
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"asr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 10
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"ass" = (
@@ -8459,6 +8771,8 @@
/area/maintenance/port/fore)
"asE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -8511,6 +8825,7 @@
pixel_y = 24
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/item/clothing/under/maid,
@@ -8603,11 +8918,16 @@
name = "Auxiliary Restroom"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/toilet/auxiliary)
"asR" = (
@@ -8633,6 +8953,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"asT" = (
@@ -8643,6 +8966,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"asU" = (
@@ -8654,6 +8980,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"asV" = (
@@ -8675,6 +9004,8 @@
"asX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -8685,11 +9016,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
"asY" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/closed/wall,
@@ -8708,7 +9041,6 @@
/area/quartermaster/storage)
"atb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/closed/wall,
@@ -8719,6 +9051,8 @@
"atd" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -8730,6 +9064,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"ate" = (
@@ -8746,7 +9083,6 @@
/area/space)
"atg" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- icon_state = "intact";
dir = 4
},
/obj/structure/lattice,
@@ -8802,25 +9138,24 @@
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"ato" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel/neutral,
/area/engine/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
},
+/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"atq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -8833,8 +9168,7 @@
"atr" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/window/reinforced/highpressure/fulltile,
/turf/open/floor/plating,
@@ -8844,7 +9178,8 @@
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8;
frequency = 1441;
- id = "n2_in"
+ id = "n2_in";
+ volume_rate = 200
},
/turf/open/space,
/area/engine/atmospherics_engine)
@@ -8856,6 +9191,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/blobstart,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -8876,9 +9213,8 @@
/turf/open/floor/plasteel/redblue,
/area/maintenance/port/fore)
"atx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/redblue/redside{
icon_state = "redblue";
@@ -8888,9 +9224,8 @@
"aty" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/weapon/melee/skateboard,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/cafeteria,
/area/maintenance/port/fore)
@@ -8905,9 +9240,8 @@
/turf/open/floor/wood,
/area/maintenance/port/fore)
"atB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/maintenance/port/fore)
@@ -8935,6 +9269,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/fore)
"atF" = (
@@ -8946,10 +9283,11 @@
/area/maintenance/port/fore)
"atG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -8972,7 +9310,6 @@
pixel_y = 2
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/item/weapon/grenade/chem_grenade/cleaner,
@@ -8992,6 +9329,8 @@
"atJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -9011,9 +9350,8 @@
"atL" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/start/janitor,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/whitegreen/side{
icon_state = "whitegreen";
@@ -9091,6 +9429,8 @@
/area/crew_quarters/toilet/auxiliary)
"atU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -9105,15 +9445,13 @@
},
/area/hallway/primary/fore)
"atW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/fore)
"atX" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/camera{
@@ -9142,6 +9480,8 @@
"aub" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -9299,7 +9639,6 @@
/area/solar/port/fore)
"auv" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- icon_state = "intact";
dir = 4
},
/turf/open/space,
@@ -9318,22 +9657,21 @@
/turf/open/floor/plasteel,
/area/engine/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
},
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"auz" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4
- },
/obj/machinery/meter,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"auA" = (
@@ -9381,23 +9719,20 @@
"auD" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 6
},
/obj/structure/window/reinforced/highpressure/fulltile,
/turf/open/floor/plating,
/area/engine/supermatter)
"auE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/engine,
/area/engine/supermatter)
"auF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/engine,
/area/engine/supermatter)
@@ -9452,7 +9787,9 @@
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"auK" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Filter to Gas"
+ },
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"auL" = (
@@ -9479,6 +9816,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -9518,7 +9857,6 @@
/area/maintenance/port/fore)
"auV" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/wood{
@@ -9540,6 +9878,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -9564,10 +9904,7 @@
/turf/open/floor/plasteel/neutral,
/area/janitor)
"avb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/whitegreen/side{
dir = 8
},
@@ -9575,6 +9912,8 @@
"avc" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
@@ -9624,6 +9963,7 @@
/area/crew_quarters/toilet/auxiliary)
"avl" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -9640,6 +9980,8 @@
pixel_x = 24
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -9659,6 +10001,8 @@
/area/hallway/primary/fore)
"avo" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -9668,10 +10012,11 @@
/area/hallway/primary/fore)
"avp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/junction{
@@ -9685,6 +10030,8 @@
"avq" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -9700,15 +10047,19 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
"avr" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/disposalpipe/segment{
@@ -9727,10 +10078,11 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/old,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -9788,6 +10140,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
"avz" = (
@@ -9830,7 +10185,6 @@
/area/quartermaster/storage)
"avD" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -9885,6 +10239,7 @@
/area/quartermaster/storage)
"avK" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -9946,7 +10301,6 @@
"avR" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
dir = 4
},
/obj/structure/window/reinforced/highpressure/fulltile,
@@ -9980,7 +10334,6 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -9989,11 +10342,10 @@
/turf/open/floor/plasteel,
/area/engine/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
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmospherics_engine)
@@ -10072,6 +10424,8 @@
"awf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -10084,6 +10438,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/whitegreen/side{
@@ -10123,6 +10479,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/toilet/auxiliary)
"awl" = (
@@ -10139,6 +10498,8 @@
/area/hallway/primary/fore)
"awn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -10160,6 +10521,8 @@
"awp" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -10184,6 +10547,8 @@
"aws" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -10192,7 +10557,6 @@
"awt" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/delivery,
@@ -10245,6 +10609,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
"awz" = (
@@ -10267,7 +10634,6 @@
"awB" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/corner{
@@ -10323,6 +10689,7 @@
"awK" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -10391,7 +10758,6 @@
/area/engine/atmospherics_engine)
"awS" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -10400,8 +10766,8 @@
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"awT" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"awU" = (
@@ -10482,6 +10848,8 @@
"axb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -10501,11 +10869,16 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/janitor)
"axe" = (
@@ -10516,6 +10889,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/janitor)
"axf" = (
@@ -10533,6 +10909,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/janitor)
"axg" = (
@@ -10585,6 +10964,8 @@
/area/crew_quarters/toilet/auxiliary)
"axl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -10598,6 +10979,8 @@
/area/hallway/primary/fore)
"axn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -10605,18 +10988,18 @@
/turf/open/floor/plating,
/area/quartermaster/warehouse)
"axo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/quartermaster/warehouse)
"axp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -10625,7 +11008,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/start/cargo_technician,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -10646,9 +11028,8 @@
/turf/open/floor/plasteel/neutral,
/area/quartermaster/warehouse)
"axt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/warehouse)
@@ -10685,16 +11066,14 @@
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"axy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/storage)
"axz" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -10730,6 +11109,7 @@
"axD" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -10738,9 +11118,11 @@
/area/quartermaster/storage)
"axE" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -10750,9 +11132,11 @@
/area/quartermaster/storage)
"axF" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -10801,14 +11185,13 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"axN" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/plasteel/neutral,
/area/engine/atmospherics_engine)
"axO" = (
@@ -10818,8 +11201,7 @@
icon_state = "1-2"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -10828,7 +11210,6 @@
/area/engine/atmospherics_engine)
"axP" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 5
},
/turf/closed/wall/r_wall,
@@ -10851,7 +11232,6 @@
/area/engine/supermatter)
"axS" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 6
},
/obj/machinery/meter,
@@ -10880,18 +11260,18 @@
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"axV" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
/obj/machinery/meter,
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8
+ },
/turf/open/floor/plasteel/neutral,
/area/engine/atmospherics_engine)
"axW" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
icon_state = "pump_map";
- name = "Nitrogen to Loop"
+ name = "Atmos to Gas"
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -10900,8 +11280,7 @@
/area/engine/atmospherics_engine)
"axX" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -10914,8 +11293,7 @@
"axY" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/window/reinforced/highpressure/fulltile,
/turf/open/floor/plating,
@@ -10923,7 +11301,6 @@
"axZ" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 10
},
/turf/open/space,
@@ -11008,6 +11385,8 @@
/area/hydroponics/garden/abandoned)
"ayj" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -11019,10 +11398,11 @@
"ayk" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/disposalpipe/segment{
@@ -11033,6 +11413,8 @@
"ayl" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -11045,6 +11427,8 @@
/area/maintenance/port/fore)
"aym" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -11058,6 +11442,8 @@
"ayn" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -11070,6 +11456,8 @@
/area/maintenance/port/fore)
"ayo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -11082,9 +11470,13 @@
/area/maintenance/port/fore)
"ayp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -11099,6 +11491,8 @@
"ayq" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
@@ -11113,9 +11507,13 @@
"ayr" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -11217,7 +11615,6 @@
/area/crew_quarters/toilet/auxiliary)
"ayA" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -11227,6 +11624,8 @@
"ayB" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -11243,6 +11642,8 @@
/area/quartermaster/warehouse)
"ayE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -11378,6 +11779,8 @@
id = "cargounload"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/poddoor{
@@ -11409,7 +11812,7 @@
/turf/open/floor/plasteel,
/area/shuttle/supply)
"aza" = (
-/obj/machinery/atmospherics/components/trinary/filter/flipped{
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
filter_type = "n2";
name = "nitrogen filter"
},
@@ -11481,25 +11884,23 @@
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"azj" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 8
},
-/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"azk" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/effect/turf_decal/stripes/line{
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"azl" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/scrubber,
@@ -11527,10 +11928,11 @@
/area/hydroponics/garden/abandoned)
"azp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/disposalpipe/segment,
@@ -11564,9 +11966,13 @@
/area/maintenance/port/fore)
"azu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -11577,6 +11983,8 @@
"azv" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -11587,6 +11995,8 @@
/area/maintenance/port/fore)
"azw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -11595,6 +12005,8 @@
"azx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -11608,6 +12020,8 @@
"azy" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -11624,6 +12038,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -11632,10 +12048,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/fore)
"azA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -11648,12 +12069,16 @@
/area/hallway/primary/fore)
"azB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -11661,7 +12086,6 @@
/area/hallway/primary/fore)
"azC" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -11671,10 +12095,11 @@
"azD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/structure/disposalpipe/segment{
@@ -11687,6 +12112,8 @@
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -11702,11 +12129,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
"azF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -11725,13 +12157,16 @@
"azG" = (
/obj/effect/decal/cleanable/oil,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -11743,13 +12178,16 @@
"azH" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/segment{
@@ -11760,6 +12198,8 @@
"azI" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -11773,6 +12213,8 @@
"azJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/bot,
@@ -11780,6 +12222,8 @@
/area/quartermaster/warehouse)
"azK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -11789,6 +12233,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/crate,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/spawner/lootdrop/maintenance{
@@ -11801,6 +12247,7 @@
"azM" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -11815,7 +12262,6 @@
/area/quartermaster/warehouse)
"azN" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/navbeacon{
@@ -11835,7 +12281,6 @@
/area/quartermaster/storage)
"azP" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -11862,21 +12307,24 @@
/turf/open/floor/plasteel/neutral,
/area/quartermaster/storage)
"azT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/storage)
"azU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "Supply Dock Airlock";
req_access_txt = "31"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"azV" = (
@@ -11888,16 +12336,22 @@
/area/quartermaster/storage)
"azW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
name = "Supply Dock Airlock";
req_access_txt = "31"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"azX" = (
@@ -11940,14 +12394,13 @@
"aAc" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
name = "scrubbers pipe";
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aAd" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
"aAe" = (
@@ -11964,25 +12417,23 @@
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aAg" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/engine/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
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aAi" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/pump,
@@ -12013,10 +12464,7 @@
/turf/open/floor/plasteel,
/area/hydroponics/garden/abandoned)
"aAl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics/garden/abandoned)
"aAm" = (
@@ -12034,6 +12482,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12086,6 +12536,8 @@
/area/hallway/secondary/service)
"aAw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -12097,6 +12549,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/service)
"aAx" = (
@@ -12105,7 +12560,6 @@
"aAy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -12134,6 +12588,8 @@
"aAC" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12142,7 +12598,6 @@
"aAD" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/brown,
@@ -12150,7 +12605,6 @@
"aAE" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/segment,
@@ -12296,7 +12750,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -12313,8 +12766,8 @@
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aAW" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/green/visible,
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"aAX" = (
@@ -12323,19 +12776,15 @@
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
},
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aAY" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -12344,6 +12793,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aAZ" = (
@@ -12356,18 +12808,15 @@
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
},
+/obj/machinery/atmospherics/components/trinary/filter/critical{
+ dir = 8
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aBa" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -12382,6 +12831,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/manifold/green/visible,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aBb" = (
@@ -12401,7 +12851,6 @@
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aBc" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -12415,12 +12864,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aBd" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -12437,10 +12884,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/supermatter)
"aBe" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/machinery/meter,
/obj/structure/cable{
d1 = 4;
@@ -12450,10 +12899,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aBf" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -12463,12 +12912,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aBg" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/obj/structure/cable{
d1 = 1;
d2 = 8;
@@ -12488,19 +12935,26 @@
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aBh" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 9
+ },
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"aBi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -12515,6 +12969,7 @@
pixel_x = 26
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable,
@@ -12524,12 +12979,16 @@
"aBk" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics/garden/abandoned)
"aBl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/hydrofloor,
@@ -12537,6 +12996,8 @@
"aBm" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12544,6 +13005,8 @@
/area/hydroponics/garden/abandoned)
"aBn" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/hydrofloor,
@@ -12551,6 +13014,8 @@
"aBo" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12573,9 +13038,8 @@
/turf/open/floor/plasteel/grimy,
/area/hallway/secondary/service)
"aBr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/hallway/secondary/service)
@@ -12611,11 +13075,12 @@
/area/hallway/secondary/service)
"aBv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -12644,6 +13109,7 @@
dir = 1
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plasteel/vault{
@@ -12656,10 +13122,7 @@
name = "sink";
pixel_y = 28
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/camera{
c_tag = "Bar Backroom";
dir = 2;
@@ -12767,6 +13230,7 @@
"aBJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -12781,9 +13245,13 @@
/area/hallway/primary/fore)
"aBK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
@@ -12810,6 +13278,8 @@
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/mining{
@@ -12820,6 +13290,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
"aBP" = (
@@ -12838,12 +13311,16 @@
/area/quartermaster/storage)
"aBS" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "Supply Dock Airlock";
req_access_txt = "31"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aBT" = (
@@ -12907,7 +13384,6 @@
},
/obj/effect/turf_decal/bot,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel,
@@ -12929,7 +13405,6 @@
pixel_y = -28
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/stripes/corner{
@@ -12946,14 +13421,12 @@
/area/engine/atmospherics_engine)
"aCg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"aCh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/yellow,
@@ -12970,14 +13443,13 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"aCk" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -12992,10 +13464,11 @@
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/yellow,
@@ -13003,6 +13476,8 @@
"aCm" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/corner,
@@ -13082,6 +13557,8 @@
"aCv" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -13106,6 +13583,8 @@
/area/hydroponics/garden/abandoned)
"aCy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -13137,9 +13616,8 @@
/turf/open/floor/plasteel/grimy,
/area/hallway/secondary/service)
"aCC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/hallway/secondary/service)
@@ -13168,6 +13646,8 @@
/area/hallway/secondary/service)
"aCG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -13218,6 +13698,8 @@
/area/crew_quarters/bar)
"aCJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -13293,9 +13775,8 @@
},
/area/crew_quarters/bar)
"aCQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -13364,6 +13845,8 @@
/area/quartermaster/sorting)
"aCX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -13594,6 +14077,8 @@
id = "cargoload"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -13629,6 +14114,8 @@
/area/security/prison)
"aDo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/item/weapon/cultivator,
@@ -13643,9 +14130,13 @@
pixel_y = 28
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -13661,6 +14152,8 @@
/area/security/prison)
"aDq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/item/weapon/reagent_containers/glass/bucket,
@@ -13700,6 +14193,7 @@
"aDt" = (
/obj/machinery/power/smes,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/light/small{
@@ -13712,6 +14206,8 @@
/area/maintenance/solars/port/fore)
"aDu" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/sign/directions/engineering{
@@ -13790,6 +14286,8 @@
dir = 10
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/vault,
@@ -13802,6 +14300,7 @@
pixel_y = 32
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/vault,
@@ -13819,10 +14318,11 @@
"aDE" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/line,
@@ -13830,6 +14330,8 @@
/area/engine/atmospherics_engine)
"aDF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -13844,14 +14346,15 @@
},
/obj/machinery/light,
/obj/structure/cable/white{
+ 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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -13862,6 +14365,8 @@
pixel_y = -24
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -13872,6 +14377,8 @@
/area/engine/atmospherics_engine)
"aDI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -13885,9 +14392,13 @@
/area/engine/atmospherics_engine)
"aDJ" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -13897,10 +14408,11 @@
/area/engine/atmospherics_engine)
"aDK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/corner,
@@ -13908,6 +14420,8 @@
/area/engine/atmospherics_engine)
"aDL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/light_switch{
@@ -13921,6 +14435,8 @@
/area/engine/atmospherics_engine)
"aDM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/sign/electricshock{
@@ -13933,9 +14449,13 @@
/area/engine/atmospherics_engine)
"aDN" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -13979,6 +14499,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hydroponics/garden/abandoned)
"aDS" = (
@@ -13988,17 +14511,24 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/barricade/wooden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hydroponics/garden/abandoned)
"aDT" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -14022,13 +14552,16 @@
/area/hallway/secondary/service)
"aDV" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -14041,6 +14574,8 @@
"aDW" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock{
@@ -14056,10 +14591,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
"aDX" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -14074,6 +14614,8 @@
/area/crew_quarters/bar)
"aDY" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -14084,7 +14626,6 @@
"aDZ" = (
/obj/effect/landmark/start/bartender,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/grimy,
@@ -14110,9 +14651,8 @@
/area/crew_quarters/bar)
"aEe" = (
/obj/effect/landmark/start/bartender,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -14161,6 +14701,8 @@
/area/quartermaster/sorting)
"aEm" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -14184,6 +14726,7 @@
/area/quartermaster/sorting)
"aEp" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -14198,9 +14741,8 @@
},
/area/security/checkpoint/supply)
"aEr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/supply)
@@ -14225,6 +14767,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/supply)
"aEu" = (
@@ -14262,7 +14807,6 @@
"aEx" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment{
@@ -14291,9 +14835,11 @@
/area/quartermaster/storage)
"aEA" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -14302,6 +14848,7 @@
/area/quartermaster/storage)
"aEB" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white,
@@ -14333,6 +14880,7 @@
/area/shuttle/supply)
"aEG" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -14342,6 +14890,8 @@
"aEH" = (
/obj/machinery/seed_extractor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -14349,39 +14899,45 @@
/area/security/prison)
"aEI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/security/prison)
"aEJ" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
/area/security/prison)
"aEK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/security/prison)
"aEL" = (
/obj/machinery/biogenerator,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -14389,6 +14945,7 @@
/area/security/prison)
"aEM" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -14402,6 +14959,7 @@
icon_state = "4-8"
},
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "External Solar Access";
req_access_txt = "10";
req_one_access = null;
@@ -14410,6 +14968,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/solars/port/fore)
"aEO" = (
@@ -14419,7 +14980,6 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/fans/tiny,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -14444,7 +15004,6 @@
"aEQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -14456,14 +15015,17 @@
/area/maintenance/solars/port/fore)
"aER" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
@@ -14481,15 +15043,19 @@
req_one_access_txt = "13; 24"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/solars/port/fore)
"aET" = (
@@ -14561,6 +15127,8 @@
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -14571,7 +15139,6 @@
/area/maintenance/disposal/incinerator)
"aEZ" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -14594,6 +15161,7 @@
pixel_y = 24
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/effect/decal/cleanable/oil,
@@ -14620,6 +15188,8 @@
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -14631,6 +15201,9 @@
req_access_txt = "0";
req_one_access_txt = "24;10"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aFd" = (
@@ -14645,6 +15218,8 @@
"aFf" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -14656,6 +15231,9 @@
req_access_txt = "0";
req_one_access_txt = "24;10"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aFg" = (
@@ -14666,12 +15244,17 @@
"aFh" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -14681,6 +15264,8 @@
"aFi" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable{
@@ -14697,11 +15282,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"aFj" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -14718,6 +15307,8 @@
/area/maintenance/port/fore)
"aFl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -14728,6 +15319,8 @@
"aFm" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -14739,13 +15332,16 @@
/area/maintenance/port/fore)
"aFn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -14793,7 +15389,6 @@
pixel_x = -26
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -14802,15 +15397,16 @@
/area/hallway/secondary/service)
"aFu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/loadingarea,
/area/hallway/secondary/service)
@@ -14823,9 +15419,8 @@
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/bar)
"aFx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/bar)
@@ -14872,7 +15467,6 @@
/area/crew_quarters/bar)
"aFE" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/machinery/camera{
@@ -14886,11 +15480,12 @@
/area/hallway/primary/fore)
"aFF" = (
/obj/effect/landmark/lightsout,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -14916,17 +15511,17 @@
"aFI" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/loadingarea,
/area/quartermaster/sorting)
"aFJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -14949,10 +15544,12 @@
/area/quartermaster/sorting)
"aFM" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -14962,6 +15559,8 @@
"aFN" = (
/obj/machinery/computer/security,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red,
@@ -14971,15 +15570,21 @@
dir = 8
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/supply)
"aFP" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
@@ -14991,6 +15596,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plating,
@@ -15002,15 +15608,13 @@
},
/area/quartermaster/storage)
"aFS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/storage)
"aFT" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -15066,6 +15670,8 @@
/area/security/prison)
"aGb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel,
@@ -15149,7 +15755,6 @@
/area/maintenance/disposal/incinerator)
"aGl" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/neutral,
@@ -15176,6 +15781,8 @@
name = "Mix to Turbine"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -15183,22 +15790,29 @@
/area/maintenance/disposal/incinerator)
"aGq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/maintenance/disposal/incinerator)
"aGr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -15209,10 +15823,11 @@
/area/maintenance/disposal/incinerator)
"aGs" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/decal/cleanable/dirt,
@@ -15227,6 +15842,8 @@
req_access_txt = "24"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -15235,11 +15852,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
"aGu" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -15252,10 +15874,11 @@
/area/engine/atmospherics_engine)
"aGv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -15276,7 +15899,6 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -15286,12 +15908,13 @@
/area/engine/atmospherics_engine)
"aGz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -15315,6 +15938,8 @@
/area/engine/atmospherics_engine)
"aGC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -15322,9 +15947,8 @@
dir = 8;
pixel_x = -24
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -15395,9 +16019,8 @@
/turf/open/floor/wood,
/area/hallway/secondary/service)
"aGM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/hallway/secondary/service)
@@ -15428,10 +16051,11 @@
/area/hallway/secondary/service)
"aGQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -15546,9 +16170,8 @@
},
/area/quartermaster/sorting)
"aHe" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/brown{
icon_state = "brown";
@@ -15568,10 +16191,11 @@
/area/quartermaster/sorting)
"aHg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/brown{
@@ -15582,7 +16206,6 @@
"aHh" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/machinery/conveyor_switch/oneway{
@@ -15609,11 +16232,12 @@
/area/security/checkpoint/supply)
"aHk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral,
@@ -15657,7 +16281,6 @@
/area/quartermaster/storage)
"aHo" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -15677,9 +16300,8 @@
/area/quartermaster/storage)
"aHr" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/storage)
@@ -15705,6 +16327,7 @@
/area/security/prison)
"aHv" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -15717,12 +16340,18 @@
/area/security/prison)
"aHw" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass{
@@ -15732,6 +16361,7 @@
/area/security/prison)
"aHx" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -15753,9 +16383,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel/black{
- icon_state = "black_warn_side"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plasteel/black,
/area/prison/execution_room)
"aHA" = (
/obj/structure/lattice/catwalk,
@@ -15768,7 +16399,6 @@
},
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/portable_atmospherics/canister,
@@ -15805,10 +16435,7 @@
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/caution,
/area/maintenance/disposal/incinerator)
"aHG" = (
@@ -15863,9 +16490,8 @@
/area/engine/atmospherics_engine)
"aHM" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -15905,11 +16531,12 @@
/area/engine/atmospherics_engine)
"aHQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -15922,7 +16549,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -15946,6 +16572,8 @@
/area/engine/atmospherics_engine)
"aHT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/computer/monitor{
@@ -15959,6 +16587,7 @@
/area/engine/atmospherics_engine)
"aHU" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/smes{
@@ -15966,6 +16595,7 @@
},
/obj/machinery/light/small,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/circuit/green,
@@ -15978,6 +16608,7 @@
charge = 5e+006
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/item/device/radio/intercom{
@@ -15991,6 +16622,8 @@
/area/crew_quarters/abandoned_gambling_den)
"aHX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -16014,9 +16647,8 @@
/turf/open/floor/wood,
/area/hallway/secondary/service)
"aHZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/hallway/secondary/service)
@@ -16048,7 +16680,6 @@
pixel_x = -26
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -16057,6 +16688,8 @@
/area/hallway/secondary/service)
"aIe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/airalarm{
@@ -16083,7 +16716,6 @@
pixel_x = 24
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/redyellow,
@@ -16108,6 +16740,8 @@
/area/quartermaster/sorting)
"aIl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -16132,6 +16766,7 @@
/area/quartermaster/sorting)
"aIn" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/door_timer{
@@ -16152,14 +16787,17 @@
/area/security/checkpoint/supply)
"aIo" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/supply)
@@ -16170,8 +16808,7 @@
pixel_x = 24
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Security Post - Cargo";
@@ -16203,15 +16840,12 @@
},
/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/structure/shuttle/engine/propulsion/burst/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
@@ -16221,9 +16855,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"aIv" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_r"
- },
+/obj/structure/shuttle/engine/propulsion/burst/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
@@ -16232,10 +16864,7 @@
dir = 4
},
/obj/item/weapon/soap/nanotrasen,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"aIx" = (
@@ -16254,6 +16883,8 @@
/obj/structure/table,
/obj/machinery/computer/libraryconsole/bookmanagement,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plating,
@@ -16261,6 +16892,8 @@
"aIz" = (
/obj/structure/easel,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/computer/security/telescreen/entertainment{
@@ -16276,16 +16909,19 @@
/area/security/prison)
"aIA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/security/prison)
"aIB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -16296,12 +16932,18 @@
/area/security/prison)
"aIC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral/side{
@@ -16310,6 +16952,8 @@
/area/security/prison)
"aID" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -16320,6 +16964,8 @@
/area/security/prison)
"aIE" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -16330,6 +16976,8 @@
"aIF" = (
/obj/structure/table,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/paper_bin,
@@ -16344,6 +16992,8 @@
/obj/structure/table,
/obj/item/weapon/clipboard,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/toy/figure/syndie,
@@ -16356,9 +17006,13 @@
/area/security/prison)
"aIH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
@@ -16368,6 +17022,8 @@
/area/security/prison)
"aII" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/punching_bag,
@@ -16422,9 +17078,8 @@
/turf/closed/wall/r_wall,
/area/maintenance/disposal/incinerator)
"aIO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/engine/vacuum,
/area/maintenance/disposal/incinerator)
@@ -16508,6 +17163,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmos)
"aIX" = (
@@ -16534,6 +17192,9 @@
req_access_txt = "0";
req_one_access_txt = "24;10"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmos)
"aJb" = (
@@ -16544,6 +17205,8 @@
"aJc" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -16554,6 +17217,9 @@
req_access_txt = "0";
req_one_access_txt = "24;10"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmos)
"aJd" = (
@@ -16568,7 +17234,6 @@
"aJf" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 5
},
/turf/open/space,
@@ -16576,23 +17241,20 @@
"aJg" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/space,
/area/space)
"aJh" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/space,
/area/space)
"aJi" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 10
},
/turf/open/space,
@@ -16619,6 +17281,7 @@
/area/crew_quarters/abandoned_gambling_den)
"aJn" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/apc{
@@ -16653,6 +17316,8 @@
/area/hallway/secondary/service)
"aJs" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -16676,6 +17341,7 @@
/area/crew_quarters/bar/atrium)
"aJv" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/light{
@@ -16710,10 +17376,7 @@
},
/area/crew_quarters/bar/atrium)
"aJz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/redyellow,
/area/crew_quarters/bar/atrium)
"aJA" = (
@@ -16738,7 +17401,6 @@
"aJD" = (
/obj/structure/filingcabinet/filingcabinet,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/brown{
@@ -16771,6 +17433,7 @@
/area/quartermaster/sorting)
"aJI" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -16779,12 +17442,18 @@
/area/security/checkpoint/supply)
"aJJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/window/brigdoor{
@@ -16796,6 +17465,7 @@
/area/security/checkpoint/supply)
"aJK" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -16804,7 +17474,6 @@
/area/security/checkpoint/supply)
"aJL" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -16838,7 +17507,6 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating{
@@ -16853,10 +17521,7 @@
/area/security/prison)
"aJR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -16891,6 +17556,8 @@
"aJV" = (
/obj/structure/table,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/paper,
@@ -16917,16 +17584,14 @@
/area/security/prison)
"aJY" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/corner{
dir = 4
@@ -16951,12 +17616,8 @@
id = "justicespark";
pixel_x = -22
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/darkred/corner{
- icon_state = "darkredcorners";
dir = 1
},
/area/prison/execution_room)
@@ -16973,12 +17634,8 @@
pixel_x = 26;
req_access_txt = "63"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/darkred/corner{
- icon_state = "darkredcorners";
dir = 4
},
/area/prison/execution_room)
@@ -17056,9 +17713,8 @@
/turf/open/floor/engine,
/area/maintenance/disposal/incinerator)
"aKk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
@@ -17154,7 +17810,6 @@
pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault,
@@ -17171,8 +17826,7 @@
/area/engine/atmos)
"aKu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 10
@@ -17180,16 +17834,14 @@
/area/engine/atmos)
"aKv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/engine/atmos)
"aKw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 6
@@ -17203,22 +17855,19 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault,
/area/engine/atmos)
"aKy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault,
/area/engine/atmos)
"aKz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/vault{
@@ -17227,19 +17876,19 @@
/area/engine/atmos)
"aKA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/engine/atmos)
"aKB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/vault{
@@ -17291,10 +17940,11 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/old,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/wood,
@@ -17361,12 +18011,11 @@
/area/crew_quarters/bar/atrium)
"aKU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/carpet,
/area/crew_quarters/bar/atrium)
"aKV" = (
@@ -17415,6 +18064,7 @@
"aLc" = (
/obj/structure/table,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/item/stack/wrapping_paper{
@@ -17438,6 +18088,8 @@
dir = 8
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/cargo_technician,
@@ -17445,25 +18097,29 @@
/area/quartermaster/sorting)
"aLe" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/sorting)
"aLf" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/brown{
icon_state = "brown";
@@ -17482,6 +18138,7 @@
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -17490,6 +18147,8 @@
/area/security/checkpoint/supply)
"aLi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/closet/secure_closet/brig{
@@ -17502,9 +18161,13 @@
/area/security/checkpoint/supply)
"aLj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/red/side{
@@ -17532,7 +18195,6 @@
/area/quartermaster/storage)
"aLn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line,
@@ -17540,7 +18202,6 @@
/area/quartermaster/storage)
"aLo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/stripes/line,
@@ -17559,6 +18220,8 @@
/area/quartermaster/storage)
"aLr" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line,
@@ -17566,6 +18229,8 @@
/area/quartermaster/storage)
"aLs" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/light,
@@ -17579,6 +18244,8 @@
/area/quartermaster/storage)
"aLt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -17589,6 +18256,8 @@
"aLu" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -17596,6 +18265,8 @@
/area/quartermaster/storage)
"aLv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -17606,6 +18277,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plating,
@@ -17621,7 +18293,6 @@
/area/security/prison)
"aLy" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -17647,7 +18318,6 @@
pixel_y = 5
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -17655,6 +18325,8 @@
"aLC" = (
/obj/structure/table,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/toy/cards/deck,
@@ -17793,7 +18465,6 @@
/area/maintenance/disposal/incinerator)
"aLT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/vault{
@@ -17892,7 +18563,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/caution{
@@ -17931,7 +18601,6 @@
/obj/item/weapon/electronics/firealarm,
/obj/item/weapon/electronics/firealarm,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/caution{
@@ -17959,7 +18628,6 @@
"aMf" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault{
@@ -17968,6 +18636,8 @@
/area/engine/atmos)
"aMg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -18068,6 +18738,8 @@
"aMs" = (
/obj/structure/chair/stool/bar,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -18076,6 +18748,8 @@
"aMu" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -18097,12 +18771,11 @@
/area/crew_quarters/theatre)
"aMx" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/redblue,
/area/crew_quarters/theatre)
"aMy" = (
@@ -18130,6 +18803,8 @@
/area/hallway/secondary/service)
"aMB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -18153,6 +18828,8 @@
/area/crew_quarters/bar/atrium)
"aMD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -18170,7 +18847,6 @@
/area/crew_quarters/bar/atrium)
"aMG" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -18232,6 +18908,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/bar/atrium)
"aMO" = (
@@ -18248,6 +18927,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -18257,7 +18938,6 @@
/area/hallway/primary/fore)
"aMQ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/light{
@@ -18298,6 +18978,8 @@
/area/quartermaster/sorting)
"aMT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -18320,7 +19002,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/trunk,
/obj/machinery/disposal/deliveryChute{
- icon_state = "intake";
dir = 1
},
/turf/open/floor/plating,
@@ -18333,15 +19014,21 @@
/area/security/checkpoint/supply)
"aMX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/supply)
"aMY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/chair{
@@ -18354,10 +19041,12 @@
/area/security/checkpoint/supply)
"aMZ" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -18387,6 +19076,8 @@
/area/quartermaster/storage)
"aNd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -18413,6 +19104,7 @@
/area/quartermaster/qm)
"aNh" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -18421,9 +19113,11 @@
/area/quartermaster/qm)
"aNi" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -18432,6 +19126,7 @@
/area/quartermaster/qm)
"aNj" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -18440,23 +19135,28 @@
/area/quartermaster/qm)
"aNk" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plating,
/area/quartermaster/qm)
"aNl" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -18622,7 +19322,6 @@
"aNC" = (
/obj/structure/lattice/catwalk,
/obj/structure/disposaloutlet{
- icon_state = "outlet";
dir = 8
},
/obj/structure/disposalpipe/trunk{
@@ -18756,6 +19455,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -18796,8 +19497,7 @@
/area/engine/atmos)
"aNT" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -18834,10 +19534,7 @@
/area/crew_quarters/abandoned_gambling_den)
"aOa" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/mob/living/simple_animal/cockroach,
/turf/open/floor/wood{
icon_state = "wood-broken5"
@@ -18845,6 +19542,8 @@
/area/crew_quarters/abandoned_gambling_den)
"aOb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -18852,13 +19551,16 @@
/area/crew_quarters/abandoned_gambling_den)
"aOc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/sortjunction{
@@ -18872,6 +19574,8 @@
/area/maintenance/port/fore)
"aOd" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -18888,19 +19592,21 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/theatre)
"aOe" = (
/obj/structure/cable/white{
+ 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 = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -18912,6 +19618,8 @@
"aOf" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -18925,9 +19633,13 @@
/area/crew_quarters/theatre)
"aOg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -18941,6 +19653,8 @@
/area/crew_quarters/theatre)
"aOh" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -18956,6 +19670,8 @@
/area/crew_quarters/theatre)
"aOi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -18971,6 +19687,8 @@
"aOj" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock{
@@ -18983,10 +19701,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/theatre)
"aOk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -18998,12 +19721,18 @@
/area/hallway/secondary/service)
"aOl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -19013,6 +19742,8 @@
"aOm" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock{
@@ -19025,10 +19756,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/bar/atrium)
"aOn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/light_switch{
@@ -19044,6 +19780,8 @@
/area/crew_quarters/bar/atrium)
"aOo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -19053,14 +19791,14 @@
/area/crew_quarters/bar/atrium)
"aOp" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/carpet,
@@ -19081,10 +19819,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/bar/atrium)
"aOt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -19093,6 +19836,8 @@
"aOu" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_mining{
@@ -19104,6 +19849,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
"aOv" = (
@@ -19127,6 +19875,7 @@
/area/security/checkpoint/supply)
"aOy" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -19139,12 +19888,18 @@
"aOz" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -19158,10 +19913,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/supply)
"aOA" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -19227,6 +19986,8 @@
/area/quartermaster/storage)
"aOH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/brown{
@@ -19260,6 +20021,7 @@
/area/quartermaster/qm)
"aOL" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/apc{
@@ -19267,10 +20029,7 @@
name = "Quartermaster's Office APC";
pixel_y = 28
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/brown{
icon_state = "brown";
dir = 1
@@ -19295,8 +20054,7 @@
/obj/item/stack/packageWrap,
/obj/item/weapon/hand_labeler,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/extinguisher_cabinet{
pixel_x = 26;
@@ -19315,6 +20073,8 @@
"aOP" = (
/obj/structure/bed,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/bedsheet/qm,
@@ -19374,6 +20134,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/prison)
"aOW" = (
@@ -19389,11 +20152,16 @@
name = "Cell 2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/prison)
"aOX" = (
@@ -19412,6 +20180,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/prison)
"aOY" = (
@@ -19437,10 +20208,7 @@
/obj/item/weapon/reagent_containers/glass/bottle/facid{
pixel_x = 7
},
-/obj/item/weapon/storage/backpack/duffelbag/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 duffelbag for holding extra supplies - this one has a material inlay with space for various sharp-looking tools.";
- name = "duffelbag";
+/obj/item/weapon/storage/backpack/duffelbag/sec/surgery{
pixel_y = 5
},
/turf/open/floor/plasteel/darkred/side{
@@ -19450,6 +20218,8 @@
/area/prison/execution_room)
"aOZ" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/table/reinforced,
@@ -19485,7 +20255,6 @@
/obj/item/weapon/restraints/handcuffs,
/obj/item/device/taperecorder,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/darkred/side{
@@ -19494,9 +20263,13 @@
/area/prison/execution_room)
"aPa" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -19509,6 +20282,8 @@
/area/prison/execution_room)
"aPb" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/general/hidden,
@@ -19521,14 +20296,17 @@
/area/prison/execution_room)
"aPc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/closet/secure_closet/injection,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/darkred/side{
@@ -19555,7 +20333,6 @@
"aPf" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 5
},
/obj/structure/disposalpipe/segment{
@@ -19665,6 +20442,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral,
@@ -19674,6 +20453,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -19685,6 +20466,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
@@ -19748,16 +20531,11 @@
/turf/closed/wall/r_wall,
/area/engine/atmos)
"aPz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/on{
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
+ name = "air out"
},
/turf/open/floor/engine/air,
/area/engine/atmos)
@@ -19780,6 +20558,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/abandoned_gambling_den)
"aPD" = (
@@ -19802,6 +20583,8 @@
/area/crew_quarters/abandoned_gambling_den)
"aPG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -19815,6 +20598,8 @@
"aPH" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -19828,6 +20613,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/barricade/wooden,
@@ -19837,17 +20624,23 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/abandoned_gambling_den)
"aPJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -19856,7 +20649,6 @@
/area/maintenance/port/fore)
"aPK" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/closed/wall,
@@ -19918,6 +20710,8 @@
/area/hallway/secondary/service)
"aPR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/storage/pod{
@@ -19963,14 +20757,12 @@
/area/crew_quarters/bar/atrium)
"aPV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/carpet,
/area/crew_quarters/bar/atrium)
"aPW" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 1
},
/turf/open/floor/carpet,
@@ -19988,7 +20780,6 @@
"aPZ" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/redyellow,
@@ -20010,10 +20801,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/bar/atrium)
"aQc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -20023,7 +20819,6 @@
/obj/structure/table/reinforced,
/obj/machinery/computer/stockexchange,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/newscaster{
@@ -20040,7 +20835,6 @@
/obj/item/device/multitool,
/obj/item/weapon/pen/red,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/brown{
@@ -20050,6 +20844,8 @@
/area/quartermaster/office)
"aQf" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -20063,7 +20859,6 @@
/area/quartermaster/office)
"aQg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/brown{
@@ -20109,6 +20904,7 @@
pixel_y = 28
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plasteel/brown{
@@ -20124,6 +20920,8 @@
/area/quartermaster/office)
"aQl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/brown{
@@ -20134,8 +20932,7 @@
"aQm" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/extinguisher_cabinet{
pixel_x = 26
@@ -20147,10 +20944,11 @@
/area/quartermaster/office)
"aQn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/extinguisher_cabinet{
@@ -20213,10 +21011,11 @@
/area/quartermaster/storage)
"aQu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/disposalpipe/segment{
@@ -20274,6 +21073,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -20322,11 +21123,12 @@
/area/quartermaster/qm)
"aQF" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/qm)
@@ -20346,19 +21148,13 @@
},
/area/quartermaster/qm)
"aQH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/whitered/side{
dir = 8
},
/area/security/prison)
"aQI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/whitered/side{
dir = 4
},
@@ -20389,10 +21185,7 @@
specialfunctions = 4
},
/obj/structure/chair/stool,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/camera{
c_tag = "Prison - Cell 3";
dir = 2;
@@ -20414,6 +21207,8 @@
/area/security/prison)
"aQN" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -20432,10 +21227,7 @@
specialfunctions = 4
},
/obj/item/chair/stool,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/camera{
c_tag = "Prison - Cell 2";
dir = 2;
@@ -20467,10 +21259,7 @@
/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/atmospherics/components/unary/vent_pump/on,
/obj/machinery/camera{
c_tag = "Prison - Cell 1";
dir = 2;
@@ -20489,7 +21278,6 @@
/obj/item/device/electropack,
/obj/item/device/assembly/signaler,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/clothing/head/helmet/sec,
@@ -20499,6 +21287,8 @@
/area/prison/execution_room)
"aQS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/chair/office/dark{
@@ -20511,7 +21301,6 @@
/area/prison/execution_room)
"aQT" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -20519,9 +21308,8 @@
},
/area/prison/execution_room)
"aQU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/general/hidden,
/turf/open/floor/plasteel/vault{
@@ -20530,6 +21318,8 @@
/area/prison/execution_room)
"aQV" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/darkred/side{
@@ -20552,8 +21342,7 @@
opened = 1
},
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/sign/nanotrasen{
pixel_x = 32
@@ -20581,9 +21370,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plating{
- icon_state = "plating_warn_side"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plating,
/area/security/prison)
"aQZ" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
@@ -20606,8 +21396,7 @@
"aRb" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -20616,31 +21405,27 @@
/area/engine/atmos)
"aRc" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aRd" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aRe" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/caution,
/area/engine/atmos)
"aRf" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/airalarm{
dir = 1;
@@ -20655,15 +21440,13 @@
/area/engine/atmos)
"aRg" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/caution,
/area/engine/atmos)
"aRh" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -20671,18 +21454,18 @@
/area/engine/atmos)
"aRi" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aRj" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
@@ -20799,6 +21582,8 @@
/area/crew_quarters/theatre)
"aRA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
@@ -20820,9 +21605,8 @@
},
/area/crew_quarters/bar/atrium)
"aRC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/carpet,
/area/crew_quarters/bar/atrium)
@@ -20860,6 +21644,8 @@
/area/crew_quarters/bar/atrium)
"aRJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/sortjunction{
@@ -20876,7 +21662,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/fore)
@@ -20912,10 +21697,11 @@
"aRO" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -20925,10 +21711,11 @@
/area/quartermaster/office)
"aRP" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -20938,6 +21725,8 @@
/area/quartermaster/office)
"aRQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -20950,6 +21739,8 @@
/area/quartermaster/office)
"aRR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -20959,6 +21750,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral,
@@ -20966,6 +21759,8 @@
"aRS" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -20975,12 +21770,16 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/office)
"aRT" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -20997,6 +21796,8 @@
"aRU" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/mining{
@@ -21013,13 +21814,20 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aRV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -21036,10 +21844,11 @@
/area/quartermaster/storage)
"aRW" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -21050,10 +21859,11 @@
/area/quartermaster/storage)
"aRX" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -21064,6 +21874,8 @@
"aRY" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -21078,6 +21890,8 @@
"aRZ" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/quartermaster,
@@ -21090,6 +21904,8 @@
/area/quartermaster/storage)
"aSa" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -21102,6 +21918,8 @@
/area/quartermaster/storage)
"aSb" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -21115,6 +21933,8 @@
/area/quartermaster/storage)
"aSc" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -21124,16 +21944,21 @@
/area/quartermaster/storage)
"aSd" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/brown{
@@ -21143,6 +21968,8 @@
/area/quartermaster/storage)
"aSe" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -21153,10 +21980,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/qm)
"aSf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown{
@@ -21166,12 +21998,16 @@
/area/quartermaster/qm)
"aSg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/qm)
"aSh" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/mob/living/simple_animal/sloth/citrus,
@@ -21180,9 +22016,13 @@
"aSi" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/bot,
@@ -21191,6 +22031,8 @@
"aSj" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/folder/yellow,
@@ -21202,9 +22044,13 @@
dir = 8
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/start/quartermaster,
@@ -21212,6 +22058,8 @@
/area/quartermaster/qm)
"aSl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown{
@@ -21221,6 +22069,8 @@
/area/quartermaster/qm)
"aSm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -21231,16 +22081,25 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/qm)
"aSn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/start/quartermaster,
@@ -21249,8 +22108,7 @@
"aSo" = (
/obj/machinery/computer/shuttle/mining,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/ai_status_display{
pixel_x = 32
@@ -21282,10 +22140,7 @@
pixel_x = -28
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/red/side{
dir = 8
},
@@ -21311,16 +22166,15 @@
pixel_x = -28
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plating{
icon_state = "platingdmg3"
},
/area/security/prison)
"aSv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -21332,10 +22186,7 @@
id = "PCell 1";
pixel_x = -28
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
@@ -21343,7 +22194,6 @@
"aSx" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -21356,7 +22206,6 @@
/obj/item/weapon/pen,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/red/side{
@@ -21381,10 +22230,11 @@
/area/prison/execution_room)
"aSA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/darkred/side,
@@ -21395,9 +22245,8 @@
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/darkred/side,
/area/prison/execution_room)
@@ -21406,7 +22255,6 @@
pixel_y = -32
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/darkred/side,
@@ -21419,7 +22267,6 @@
pixel_y = -26
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/darkred/side{
@@ -21452,7 +22299,6 @@
pixel_x = 32
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/fans/tiny,
/obj/machinery/light/small{
dir = 8
},
@@ -21469,17 +22315,11 @@
/turf/open/floor/engine/co2,
/area/engine/atmos)
"aSJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "co2 vent"
},
/turf/open/floor/engine/co2,
/area/engine/atmos)
@@ -21562,11 +22402,9 @@
/area/engine/atmos)
"aST" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -21590,6 +22428,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmos)
"aSX" = (
@@ -21610,6 +22451,8 @@
"aTa" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
@@ -21672,6 +22515,7 @@
/area/engine/atmos)
"aTh" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -21680,9 +22524,8 @@
pixel_x = -26;
pixel_y = 3
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
@@ -21691,16 +22534,19 @@
/area/hallway/secondary/service)
"aTi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/newscaster{
pixel_x = 32
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -21753,14 +22599,15 @@
/turf/open/floor/plasteel/redyellow,
/area/crew_quarters/bar/atrium)
"aTq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/redyellow,
/area/crew_quarters/bar/atrium)
"aTr" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/sortjunction{
@@ -21813,9 +22660,8 @@
/turf/open/floor/plasteel/neutral,
/area/quartermaster/office)
"aTx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -21839,10 +22685,7 @@
/area/quartermaster/office)
"aTA" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -21876,6 +22719,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aTE" = (
@@ -21888,9 +22734,8 @@
},
/area/quartermaster/storage)
"aTF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -21903,14 +22748,13 @@
/turf/open/floor/plasteel/neutral,
/area/quartermaster/storage)
"aTH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/quartermaster/storage)
"aTI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -21923,7 +22767,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plating,
@@ -21948,7 +22791,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
@@ -21972,6 +22814,8 @@
/area/quartermaster/qm)
"aTO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -22021,11 +22865,12 @@
/area/quartermaster/qm)
"aTS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -22042,6 +22887,7 @@
/area/quartermaster/qm)
"aTU" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -22050,6 +22896,7 @@
/area/quartermaster/qm)
"aTV" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -22068,6 +22915,7 @@
/area/security/prison)
"aTX" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -22110,6 +22958,8 @@
/area/security/prison)
"aUd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -22142,9 +22992,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plating{
- icon_state = "plating_warn_side"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plating,
/area/security/prison)
"aUg" = (
/turf/closed/wall/mineral/plastitanium,
@@ -22209,9 +23060,8 @@
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aUp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -22261,7 +23111,6 @@
"aUu" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/delivery,
@@ -22294,19 +23143,19 @@
"aUx" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aUy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -22335,7 +23184,6 @@
/area/engine/atmos)
"aUC" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 10
},
/obj/effect/decal/cleanable/dirt,
@@ -22361,6 +23209,8 @@
/area/maintenance/port/fore)
"aUE" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -22368,7 +23218,6 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral/side{
@@ -22377,9 +23226,13 @@
/area/maintenance/port/fore)
"aUF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -22393,6 +23246,8 @@
/area/maintenance/port/fore)
"aUG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -22402,6 +23257,8 @@
/area/maintenance/port/fore)
"aUH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/sortjunction{
@@ -22417,12 +23274,18 @@
/area/maintenance/port/fore)
"aUI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -22436,6 +23299,8 @@
"aUJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -22447,6 +23312,8 @@
"aUK" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -22457,6 +23324,8 @@
"aUL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -22467,6 +23336,8 @@
/area/maintenance/port/fore)
"aUM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -22479,10 +23350,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/service)
"aUN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -22495,14 +23371,17 @@
/area/hallway/secondary/service)
"aUO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/lightsout,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/light/small{
@@ -22536,7 +23415,6 @@
pixel_x = 24
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/redyellow,
@@ -22553,11 +23431,12 @@
},
/area/hallway/primary/fore)
"aUU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -22565,11 +23444,9 @@
/area/hallway/primary/fore)
"aUV" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/fore)
@@ -22582,7 +23459,6 @@
/area/quartermaster/office)
"aUX" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -22647,7 +23523,6 @@
/area/quartermaster/storage)
"aVe" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/brown,
@@ -22708,6 +23583,8 @@
/area/quartermaster/storage)
"aVl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/storage/pod{
@@ -22727,7 +23604,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -22763,9 +23639,8 @@
dir = 1;
pixel_y = -22
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Cargo - Quartermaster's Office";
@@ -22779,6 +23654,8 @@
/area/quartermaster/qm)
"aVs" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/brown,
@@ -22787,8 +23664,7 @@
/obj/structure/table/reinforced,
/obj/machinery/computer/stockexchange,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/brown{
icon_state = "brown";
@@ -22797,9 +23673,11 @@
/area/quartermaster/qm)
"aVu" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -22810,6 +23688,7 @@
"aVv" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -22819,6 +23698,8 @@
"aVw" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/red/corner,
@@ -22827,10 +23708,7 @@
/obj/machinery/newscaster/security_unit{
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/red/corner,
/area/security/prison)
"aVy" = (
@@ -22843,9 +23721,13 @@
/area/security/prison)
"aVz" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -22853,28 +23735,37 @@
/area/security/prison)
"aVA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/red/corner,
/area/security/prison)
"aVB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/red/corner,
/area/security/prison)
"aVC" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -22884,6 +23775,8 @@
/area/security/prison)
"aVD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -22903,6 +23796,8 @@
pixel_y = 24
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -22915,6 +23810,8 @@
/area/security/prison)
"aVF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/computer/security/telescreen{
@@ -22923,16 +23820,19 @@
pixel_y = 32
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/red/corner,
/area/security/prison)
"aVG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -22945,9 +23845,13 @@
/area/security/prison)
"aVH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -22969,9 +23873,13 @@
pixel_y = 24
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -22984,6 +23892,8 @@
/area/security/prison)
"aVJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -22998,9 +23908,13 @@
/area/security/prison)
"aVK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -23008,6 +23922,8 @@
/area/security/prison)
"aVL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -23030,6 +23946,8 @@
pixel_y = 24
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -23041,9 +23959,13 @@
/area/security/prison)
"aVN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -23053,15 +23975,16 @@
/area/security/prison)
"aVO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -23072,12 +23995,18 @@
/area/security/prison)
"aVP" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/button/door{
@@ -23095,10 +24024,11 @@
/area/security/prison)
"aVQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/red/side{
@@ -23108,9 +24038,13 @@
"aVR" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -23120,10 +24054,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/prison)
"aVS" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -23133,6 +24072,8 @@
/area/security/prison)
"aVT" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/poddoor/preopen{
@@ -23145,6 +24086,8 @@
/area/security/prison)
"aVU" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
@@ -23153,6 +24096,8 @@
/area/security/prison)
"aVV" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plating,
@@ -23276,7 +24221,6 @@
/area/engine/atmos)
"aWl" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister,
@@ -23286,9 +24230,8 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"aWm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/caution{
@@ -23300,7 +24243,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -23326,6 +24268,8 @@
/area/engine/atmos)
"aWr" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
@@ -23370,23 +24314,16 @@
/obj/machinery/meter,
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple";
dir = 4
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
"aWw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "oxygen vent"
},
/turf/open/floor/engine/o2,
/area/engine/atmos)
@@ -23405,6 +24342,8 @@
/area/maintenance/port/fore)
"aWA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -23420,6 +24359,8 @@
/area/hydroponics)
"aWD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -23430,11 +24371,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hydroponics)
"aWE" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/closed/wall,
@@ -23451,7 +24394,6 @@
pixel_x = -26
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/door/firedoor,
@@ -23462,6 +24404,8 @@
/area/hallway/secondary/service)
"aWH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -23562,7 +24506,6 @@
pixel_y = -32
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/light_switch{
@@ -23618,8 +24561,7 @@
/obj/structure/table/reinforced,
/obj/machinery/computer/stockexchange,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/newscaster{
pixel_y = -32
@@ -23657,6 +24599,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/quartermaster/miningoffice)
"aXf" = (
@@ -23677,6 +24622,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/mining{
@@ -23687,6 +24634,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/quartermaster/miningoffice)
"aXi" = (
@@ -23695,6 +24645,7 @@
/area/quartermaster/qm)
"aXj" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
@@ -23704,6 +24655,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white,
@@ -23711,22 +24663,29 @@
/area/quartermaster/qm)
"aXk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel,
/area/security/prison)
"aXl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/red/corner{
@@ -23740,6 +24699,8 @@
},
/obj/machinery/light,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -23751,9 +24712,13 @@
/area/security/prison)
"aXn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -23763,6 +24728,8 @@
/area/security/prison)
"aXo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -23811,9 +24778,8 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/red/corner{
dir = 1
@@ -23821,6 +24787,8 @@
/area/security/prison)
"aXu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/lightsout,
@@ -23860,6 +24828,8 @@
/area/security/prison)
"aXx" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -23924,12 +24894,13 @@
/area/security/prison)
"aXD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/security/prison)
@@ -23943,6 +24914,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/prison)
"aXG" = (
@@ -24097,6 +25071,8 @@
"aXV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
@@ -24105,7 +25081,6 @@
/area/engine/atmos)
"aXW" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
dir = 1
},
/turf/open/floor/plasteel/neutral,
@@ -24174,6 +25149,8 @@
/area/hydroponics)
"aYf" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -24234,7 +25211,6 @@
/area/hydroponics)
"aYm" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/loadingarea{
@@ -24244,6 +25220,8 @@
/area/hallway/secondary/service)
"aYn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -24276,16 +25254,14 @@
pixel_y = 26
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- 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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/kitchen)
@@ -24356,10 +25332,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"aYz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -24367,6 +25348,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"aYA" = (
@@ -24375,6 +25359,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"aYB" = (
@@ -24395,6 +25382,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/quartermaster/office)
"aYD" = (
@@ -24412,7 +25402,6 @@
"aYE" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/device/radio/intercom{
@@ -24481,6 +25470,8 @@
/area/quartermaster/miningoffice)
"aYL" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -24560,12 +25551,17 @@
req_access_txt = "1"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/prison)
"aYX" = (
@@ -24584,6 +25580,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/prison)
"aYZ" = (
@@ -24601,6 +25600,8 @@
"aZa" = (
/obj/structure/rack,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/restraints/handcuffs,
@@ -24638,6 +25639,8 @@
name = "Prisoner Locker"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault,
@@ -24662,6 +25665,8 @@
/area/security/prison)
"aZg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table,
@@ -24691,17 +25696,11 @@
/turf/open/floor/engine/plasma,
/area/engine/atmos)
"aZk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "plasma vent"
},
/turf/open/floor/engine/plasma,
/area/engine/atmos)
@@ -24755,7 +25754,7 @@
"aZp" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4;
- initialize_directions = 11
+
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -24770,10 +25769,7 @@
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aZs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/caution{
icon_state = "caution";
dir = 8
@@ -24841,6 +25837,8 @@
/area/maintenance/port/fore)
"aZB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -24861,10 +25859,11 @@
/area/hydroponics)
"aZE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -24877,6 +25876,8 @@
/area/hydroponics)
"aZF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -24894,6 +25895,8 @@
/area/hydroponics)
"aZG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -24906,9 +25909,13 @@
/area/hydroponics)
"aZH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -24921,10 +25928,11 @@
/area/hydroponics)
"aZI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/greenblue/side{
@@ -24934,6 +25942,8 @@
/area/hydroponics)
"aZJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -24945,6 +25955,8 @@
"aZK" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock{
@@ -24957,10 +25969,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/service)
"aZL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -24968,6 +25985,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/turf_decal/bot,
@@ -24975,9 +25994,13 @@
/area/hallway/secondary/service)
"aZM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -24987,6 +26010,8 @@
"aZN" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock{
@@ -24999,10 +26024,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
"aZO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -25014,6 +26044,8 @@
/area/crew_quarters/kitchen)
"aZP" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -25023,22 +26055,24 @@
/area/crew_quarters/kitchen)
"aZQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/cook,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/kitchen)
"aZR" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/kitchen)
@@ -25079,7 +26113,6 @@
/area/crew_quarters/kitchen)
"aZY" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/button/door{
@@ -25109,7 +26142,6 @@
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/device/radio/intercom{
@@ -25181,15 +26213,13 @@
/area/quartermaster/miningoffice)
"baj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/miningoffice)
"bak" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -25216,6 +26246,8 @@
/area/quartermaster/miningoffice)
"bao" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -25259,6 +26291,7 @@
/area/quartermaster/miningoffice)
"bau" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white,
@@ -25268,9 +26301,11 @@
/area/quartermaster/miningoffice)
"bav" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -25279,9 +26314,11 @@
/area/quartermaster/miningoffice)
"baw" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -25291,6 +26328,7 @@
/area/quartermaster/miningoffice)
"bax" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
@@ -25341,6 +26379,8 @@
name = "Prison Blast door"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -25426,10 +26466,7 @@
},
/area/engine/atmos)
"baK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"baL" = (
@@ -25470,8 +26507,7 @@
/obj/structure/closet/wardrobe/atmospherics_yellow,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/weapon/storage/backpack/satchel/eng,
/obj/effect/turf_decal/bot,
@@ -25492,15 +26528,11 @@
/area/engine/atmos)
"baS" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 1
- },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"baT" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line{
@@ -25526,7 +26558,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/vault{
@@ -25544,6 +26575,8 @@
"baX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -25562,9 +26595,8 @@
/turf/open/floor/plasteel,
/area/hydroponics)
"baZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/greenblue/side,
/area/hydroponics)
@@ -25577,7 +26609,6 @@
/area/hydroponics)
"bbb" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -25602,9 +26633,8 @@
/turf/open/floor/plasteel/greenblue/side,
/area/hydroponics)
"bbe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/greenblue/side,
/area/hydroponics)
@@ -25636,6 +26666,8 @@
"bbi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -25727,7 +26759,6 @@
"bbu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/brown/corner{
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/fore)
@@ -25759,10 +26790,7 @@
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/fore)
"bbA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/fore)
"bbB" = (
@@ -25815,6 +26843,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/miningoffice)
"bbI" = (
@@ -25830,13 +26861,16 @@
/area/quartermaster/miningoffice)
"bbK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -25851,9 +26885,8 @@
/area/quartermaster/miningoffice)
"bbM" = (
/obj/effect/landmark/start/shaft_miner,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/miningoffice)
@@ -25919,9 +26952,13 @@
/area/shuttle/mining)
"bbX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/sign/securearea{
@@ -25931,7 +26968,6 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -25941,6 +26977,8 @@
/area/security/prison)
"bbY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -25960,6 +26998,8 @@
req_access_txt = "63"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -25974,6 +27014,8 @@
"bca" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -25981,6 +27023,8 @@
req_access_txt = "63"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -25990,15 +27034,19 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/prison)
"bcb" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -26008,6 +27056,8 @@
"bcc" = (
/obj/structure/closet/l3closet/security,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -26059,8 +27109,7 @@
/area/engine/atmos)
"bch" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
@@ -26088,11 +27137,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmos)
"bck" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/neutral,
@@ -26132,17 +27183,11 @@
},
/area/engine/atmos)
"bco" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "n2 vent"
},
/turf/open/floor/engine/n2,
/area/engine/atmos)
@@ -26191,6 +27236,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hydroponics)
"bcw" = (
@@ -26201,11 +27249,16 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/service)
"bcx" = (
@@ -26226,6 +27279,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
"bcA" = (
@@ -26261,6 +27317,8 @@
/area/crew_quarters/kitchen)
"bcE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/junction{
@@ -26271,14 +27329,12 @@
/area/hallway/primary/fore)
"bcF" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/fore)
@@ -26293,6 +27349,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"bcH" = (
@@ -26413,10 +27472,11 @@
"bcV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel,
@@ -26432,6 +27492,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "Mining Dock Airlock";
req_access = null;
req_access_txt = "48"
@@ -26439,6 +27500,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/miningoffice)
"bda" = (
@@ -26459,6 +27523,7 @@
/obj/effect/decal/cleanable/blood/old,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
name = "Mining Dock Airlock";
req_access = null;
req_access_txt = "48"
@@ -26466,6 +27531,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/miningoffice)
"bdd" = (
@@ -26476,6 +27544,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/shuttle/mining)
"bde" = (
@@ -26519,6 +27590,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/shuttle/mining)
"bdi" = (
@@ -26531,16 +27605,22 @@
req_access_txt = "1"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/brig)
"bdk" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -26562,6 +27642,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/brig)
"bdm" = (
@@ -26569,6 +27652,7 @@
/area/security/main)
"bdn" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -26608,6 +27692,7 @@
pixel_y = 24
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plasteel/caution{
@@ -26623,7 +27708,6 @@
"bdt" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/structure/disposalpipe/segment,
@@ -26672,6 +27756,8 @@
/area/engine/atmos)
"bdy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
@@ -26682,15 +27768,13 @@
/area/engine/atmos)
"bdz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"bdA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -26831,6 +27915,8 @@
"bdQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/green/side{
@@ -26923,7 +28009,6 @@
/area/crew_quarters/kitchen)
"bea" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -26935,6 +28020,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -26946,7 +28033,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/fore)
@@ -26958,6 +28044,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"bee" = (
@@ -26975,7 +28064,6 @@
/area/hallway/primary/fore)
"beg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/delivery,
@@ -26983,7 +28071,6 @@
/area/hallway/primary/fore)
"beh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/bot,
@@ -27023,6 +28110,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/miningoffice)
"bem" = (
@@ -27040,23 +28130,25 @@
/area/quartermaster/miningoffice)
"beo" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/miningoffice)
"bep" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/miningoffice)
"beq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -27069,6 +28161,8 @@
/area/quartermaster/miningoffice)
"ber" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -27082,10 +28176,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/miningoffice)
"bes" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -27098,6 +28197,8 @@
/area/quartermaster/miningoffice)
"bet" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -27105,9 +28206,13 @@
/area/quartermaster/miningoffice)
"beu" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -27124,9 +28229,8 @@
/turf/open/floor/plasteel/neutral,
/area/quartermaster/miningoffice)
"bew" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/miningoffice)
@@ -27181,6 +28285,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/shuttle/mining)
"beE" = (
@@ -27195,6 +28302,7 @@
/area/shuttle/mining)
"beF" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -27205,9 +28313,8 @@
/obj/structure/sink{
pixel_y = 22
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/whitered/side{
dir = 1
@@ -27237,6 +28344,7 @@
/area/security/brig)
"beJ" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -27248,6 +28356,8 @@
/area/security/brig)
"beK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -27261,6 +28371,8 @@
"beL" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -27272,7 +28384,6 @@
/area/security/brig)
"beM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/red/side{
@@ -27287,9 +28398,13 @@
/area/security/main)
"beO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
@@ -27298,6 +28413,8 @@
/area/security/main)
"beP" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/airalarm{
@@ -27309,6 +28426,8 @@
/area/security/main)
"beQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/light{
@@ -27328,6 +28447,8 @@
/area/security/main)
"beR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/newscaster/security_unit{
@@ -27339,6 +28460,8 @@
/area/security/main)
"beS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
@@ -27384,6 +28507,7 @@
/area/crew_quarters/heads/hos)
"beX" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -27396,12 +28520,15 @@
/area/crew_quarters/heads/hos)
"beY" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -27414,6 +28541,7 @@
/area/crew_quarters/heads/hos)
"beZ" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -27435,17 +28563,11 @@
/turf/open/floor/engine/n2o,
/area/engine/atmos)
"bfc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "n2o vent"
},
/turf/open/floor/engine/n2o,
/area/engine/atmos)
@@ -27523,6 +28645,8 @@
/area/engine/atmos)
"bfk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -27532,6 +28656,8 @@
/area/engine/atmos)
"bfl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -27539,6 +28665,8 @@
/area/engine/atmos)
"bfm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -27552,6 +28680,8 @@
/area/engine/atmos)
"bfn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -27566,9 +28696,13 @@
/obj/machinery/holopad,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -27583,16 +28717,19 @@
/area/engine/atmos)
"bfp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"bfq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
@@ -27626,8 +28763,7 @@
/area/engine/atmos)
"bfu" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/turf/open/floor/plasteel/vault{
@@ -27638,7 +28774,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plating,
@@ -27646,7 +28781,6 @@
"bfw" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
dir = 8
},
/turf/open/space,
@@ -27701,7 +28835,6 @@
/area/hydroponics)
"bfC" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -27750,6 +28883,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hydroponics)
"bfH" = (
@@ -27765,6 +28901,8 @@
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
@@ -27798,6 +28936,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
"bfL" = (
@@ -27829,9 +28970,8 @@
/turf/open/floor/plasteel/white,
/area/crew_quarters/kitchen)
"bfO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -27858,10 +28998,7 @@
/turf/open/floor/plasteel/white,
/area/crew_quarters/kitchen)
"bfS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -27905,6 +29042,8 @@
/area/hallway/primary/fore)
"bfX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/sortjunction{
@@ -27925,9 +29064,8 @@
},
/area/hallway/primary/fore)
"bfZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/fore)
@@ -27962,11 +29100,12 @@
"bge" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/miningoffice)
@@ -27992,9 +29131,13 @@
/area/quartermaster/miningoffice)
"bgi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -28002,12 +29145,16 @@
/area/quartermaster/miningoffice)
"bgj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/purple/side,
/area/quartermaster/miningoffice)
"bgk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/requests_console{
@@ -28025,6 +29172,8 @@
/area/quartermaster/miningoffice)
"bgl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown,
@@ -28035,6 +29184,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/purple/side,
@@ -28043,6 +29194,8 @@
/obj/structure/table/reinforced,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/folder/yellow,
@@ -28054,6 +29207,7 @@
/area/quartermaster/miningoffice)
"bgo" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
@@ -28061,6 +29215,7 @@
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -28069,6 +29224,7 @@
/area/quartermaster/miningoffice)
"bgp" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white,
@@ -28187,10 +29343,12 @@
/area/shuttle/mining)
"bgt" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -28200,6 +29358,8 @@
"bgu" = (
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/clothing/gloves/color/latex,
@@ -28219,25 +29379,32 @@
/area/security/brig)
"bgv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/white,
/area/security/brig)
"bgw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/security/brig)
"bgx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/door/airlock/glass_medical{
@@ -28252,13 +29419,16 @@
/area/security/brig)
"bgy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/red/side{
@@ -28267,9 +29437,13 @@
/area/security/brig)
"bgz" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -28292,6 +29466,8 @@
/area/security/main)
"bgC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/corner,
@@ -28307,10 +29483,7 @@
},
/area/security/main)
"bgF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/security/main)
"bgG" = (
@@ -28355,6 +29528,8 @@
"bgL" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/device/taperecorder{
@@ -28467,7 +29642,6 @@
/area/engine/atmos)
"bgZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
dir = 4
},
/obj/effect/turf_decal/stripes/line,
@@ -28476,7 +29650,6 @@
"bha" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
name = "scrubbers pipe";
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/line,
@@ -28486,7 +29659,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
name = "scrubbers pipe";
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/corner{
@@ -28497,11 +29669,12 @@
"bhc" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
@@ -28523,8 +29696,7 @@
"bhf" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/stripes/line,
@@ -28532,8 +29704,7 @@
/area/engine/atmos)
"bhg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -28542,7 +29713,6 @@
/area/engine/atmos)
"bhh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault{
@@ -28578,6 +29748,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -28625,7 +29797,6 @@
/area/hydroponics)
"bhs" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
@@ -28677,6 +29848,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side,
@@ -28800,7 +29973,6 @@
/obj/item/clothing/suit/apron/chef,
/obj/item/weapon/kitchen/rollingpin,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/bot,
@@ -28837,7 +30009,6 @@
name = "hallway camera"
},
/turf/open/floor/plasteel/brown/corner{
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/fore)
@@ -28848,7 +30019,6 @@
"bhP" = (
/obj/structure/table,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/weapon/clipboard,
@@ -28901,8 +30071,7 @@
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/brown{
icon_state = "brown";
@@ -28940,6 +30109,8 @@
"bib" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/loadingarea{
@@ -28950,6 +30121,7 @@
"bic" = (
/obj/structure/table,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/item/weapon/storage/firstaid/regular,
@@ -28996,6 +30168,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -29097,15 +30271,21 @@
/area/security/brig)
"bis" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral,
/area/security/brig)
"bit" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -29116,6 +30296,7 @@
"biu" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -29133,6 +30314,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/start/security_officer,
@@ -29168,6 +30351,7 @@
/area/security/main)
"biC" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -29203,12 +30387,11 @@
/area/crew_quarters/heads/hos)
"biF" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/hos)
"biG" = (
@@ -29360,7 +30543,6 @@
/area/engine/atmos)
"biU" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/bot,
@@ -29376,7 +30558,6 @@
/area/engine/atmos)
"biW" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/bot,
@@ -29389,8 +30570,7 @@
/area/engine/atmos)
"biY" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -29414,8 +30594,7 @@
/area/engine/atmos)
"bjb" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/caution{
dir = 1
@@ -29443,8 +30622,7 @@
/area/engine/atmos)
"bje" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 1
+ dir = 2
},
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
@@ -29456,11 +30634,12 @@
/area/engine/atmos)
"bjf" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
@@ -29481,7 +30660,6 @@
amount = 50
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/bot,
@@ -29501,7 +30679,6 @@
pixel_y = -32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/bot,
@@ -29518,7 +30695,6 @@
/area/engine/atmos)
"bjl" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/vault{
@@ -29529,7 +30705,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plating,
@@ -29537,7 +30712,6 @@
"bjn" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 9
},
/turf/open/space,
@@ -29555,6 +30729,8 @@
"bjp" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -29581,9 +30757,8 @@
/turf/open/floor/plasteel/neutral,
/area/hydroponics)
"bju" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hydroponics)
@@ -29595,7 +30770,6 @@
/area/hydroponics)
"bjw" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/light_switch{
@@ -29623,11 +30797,16 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/service)
"bjz" = (
@@ -29668,6 +30847,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"bjD" = (
@@ -29676,12 +30858,17 @@
name = "Fore Primary Hallway"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"bjE" = (
@@ -29705,6 +30892,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"bjG" = (
@@ -29713,6 +30903,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"bjH" = (
@@ -29725,6 +30918,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"bjJ" = (
@@ -29745,6 +30941,8 @@
"bjL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -29755,10 +30953,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/fore)
"bjM" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -29767,9 +30969,11 @@
/area/quartermaster/miningoffice)
"bjN" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -29778,9 +30982,11 @@
/area/security/transfer)
"bjO" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -29789,9 +30995,11 @@
/area/security/transfer)
"bjP" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -29810,7 +31018,6 @@
pixel_x = -23
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/red/side{
@@ -29819,6 +31026,8 @@
/area/security/brig)
"bjS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -29848,6 +31057,7 @@
pixel_x = -26
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -29863,9 +31073,13 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/start/security_officer,
@@ -29928,7 +31142,6 @@
/area/security/main)
"bkc" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/red/side{
@@ -29946,6 +31159,7 @@
"bke" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -29970,6 +31184,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -30001,6 +31217,7 @@
/area/crew_quarters/heads/hos)
"bkk" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -30011,9 +31228,8 @@
/turf/open/floor/plating,
/area/crew_quarters/heads/hos)
"bkl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/hos)
@@ -30023,6 +31239,7 @@
/area/crew_quarters/heads/hos)
"bkn" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -30044,10 +31261,7 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -30070,10 +31284,7 @@
/obj/structure/window/reinforced{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -30089,8 +31300,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/machinery/status_display{
pixel_x = -32
@@ -30128,13 +31338,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmos)
"bky" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -30149,8 +31361,7 @@
/area/engine/atmos)
"bkA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 1
+ dir = 2
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -30160,16 +31371,14 @@
/obj/effect/decal/cleanable/dirt,
/obj/item/toy/figure/atmos,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 1
+ dir = 2
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bkC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 1
+ dir = 2
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -30179,30 +31388,26 @@
"bkD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"bkE" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
pixel_x = 28
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -30248,7 +31453,6 @@
/area/hydroponics)
"bkM" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -30260,10 +31464,11 @@
/area/hallway/primary/central)
"bkN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -30272,7 +31477,6 @@
/area/hallway/primary/central)
"bkO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -30303,7 +31507,6 @@
/area/hallway/primary/central)
"bkR" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -30318,6 +31521,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bkT" = (
@@ -30334,6 +31540,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -30344,7 +31552,6 @@
"bkV" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/brown/corner{
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/central)
@@ -30353,7 +31560,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/central)
@@ -30363,17 +31569,14 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/brown/corner{
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/central)
"bkY" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/brown/corner{
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/central)
@@ -30422,6 +31625,8 @@
/area/hallway/primary/central)
"bld" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -30433,6 +31638,7 @@
pixel_y = 24
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -30441,10 +31647,11 @@
/area/hallway/primary/central)
"ble" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -30458,6 +31665,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -30466,11 +31675,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/fore)
"blg" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -30485,10 +31699,11 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/delivery,
@@ -30516,6 +31731,8 @@
"blm" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
@@ -30568,6 +31785,7 @@
/area/security/transfer)
"blr" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -30576,6 +31794,8 @@
/area/security/transfer)
"bls" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/lightsout,
@@ -30589,6 +31809,8 @@
/area/security/main)
"blu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
@@ -30626,6 +31848,8 @@
/area/security/main)
"blz" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -30639,6 +31863,8 @@
/area/security/main)
"blA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -30650,12 +31876,18 @@
/area/security/main)
"blB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/door/airlock/command{
@@ -30672,9 +31904,13 @@
/area/crew_quarters/heads/hos)
"blC" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
@@ -30685,12 +31921,18 @@
"blD" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
@@ -30701,6 +31943,8 @@
"blE" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/folder/red,
@@ -30715,6 +31959,8 @@
dir = 8
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/head_of_security,
@@ -30725,6 +31971,8 @@
/area/crew_quarters/heads/hos)
"blG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -30735,6 +31983,8 @@
/area/crew_quarters/heads/hos)
"blH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -30743,12 +31993,18 @@
/area/crew_quarters/heads/hos)
"blI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/door/airlock/command{
@@ -30762,12 +32018,16 @@
/area/crew_quarters/heads/hos)
"blJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/hos)
"blK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/head_of_security,
@@ -30775,6 +32035,8 @@
/area/crew_quarters/heads/hos)
"blL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/computer/crew,
@@ -30782,10 +32044,12 @@
/area/crew_quarters/heads/hos)
"blM" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -30913,7 +32177,6 @@
/area/engine/atmos)
"bma" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
dir = 10
},
/obj/effect/decal/cleanable/dirt,
@@ -30942,7 +32205,6 @@
/area/engine/atmos)
"bmd" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/caution{
@@ -30978,8 +32240,7 @@
/area/engine/atmos)
"bmh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 1
+ dir = 2
},
/obj/effect/landmark/start/atmospheric_technician,
/turf/open/floor/plasteel/neutral,
@@ -30990,18 +32251,18 @@
/obj/structure/table/reinforced,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 1
+ dir = 2
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bmj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
dir = 5
},
/obj/structure/disposalpipe/segment,
@@ -31061,7 +32322,6 @@
/area/engine/atmos)
"bmr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/closed/wall/r_wall,
@@ -31076,6 +32336,8 @@
/area/hallway/primary/port)
"bmt" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -31091,6 +32353,8 @@
/area/hallway/primary/port)
"bmu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31107,6 +32371,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31115,11 +32381,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/fore)
"bmw" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31132,6 +32403,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31141,6 +32414,8 @@
/area/maintenance/port/fore)
"bmy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31153,6 +32428,8 @@
"bmz" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31165,6 +32442,8 @@
/area/maintenance/port/fore)
"bmA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31176,6 +32455,8 @@
"bmB" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/junction{
@@ -31187,9 +32468,13 @@
"bmC" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -31242,7 +32527,6 @@
/area/hydroponics)
"bmI" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -31251,13 +32535,16 @@
/area/hallway/primary/central)
"bmJ" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -31272,6 +32559,8 @@
/area/hallway/primary/central)
"bmK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -31283,6 +32572,8 @@
/area/hallway/primary/central)
"bmL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31292,11 +32583,12 @@
/area/hallway/primary/central)
"bmM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -31306,6 +32598,8 @@
"bmN" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31314,10 +32608,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bmO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31329,6 +32628,8 @@
/area/hallway/primary/central)
"bmP" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31340,6 +32641,8 @@
/area/hallway/primary/central)
"bmQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31351,6 +32654,8 @@
/area/hallway/primary/central)
"bmR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -31368,16 +32673,19 @@
"bmS" = (
/obj/effect/landmark/lightsout,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -31394,6 +32702,8 @@
/area/hallway/primary/central)
"bmT" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -31402,6 +32712,8 @@
/area/hallway/primary/central)
"bmU" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -31410,16 +32722,19 @@
/area/hallway/primary/central)
"bmV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
desc = "";
- icon_state = "L13";
- name = "floor"
+ icon_state = "L13"
},
/area/hallway/primary/central)
"bmW" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -31428,12 +32743,16 @@
/area/hallway/primary/central)
"bmX" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
"bmY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -31442,43 +32761,53 @@
"bmZ" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bna" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
"bnb" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
"bnc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=hall14";
@@ -31514,6 +32843,8 @@
/area/security/transfer)
"bnh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
@@ -31532,9 +32863,8 @@
/turf/open/floor/plasteel,
/area/security/transfer)
"bnk" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -31550,6 +32880,7 @@
"bnm" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -31570,6 +32901,8 @@
/area/security/brig)
"bno" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31593,6 +32926,8 @@
"bnq" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_security{
@@ -31624,6 +32959,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/start/security_officer,
@@ -31664,7 +33001,6 @@
/obj/item/weapon/book/manual/wiki/security_space_law,
/obj/item/device/taperecorder,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/red/side{
@@ -31682,6 +33018,8 @@
/area/security/main)
"bny" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31705,6 +33043,7 @@
"bnA" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -31720,6 +33059,8 @@
/area/crew_quarters/heads/hos)
"bnB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31732,6 +33073,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31756,7 +33099,6 @@
pixel_x = 4.5
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/grimy,
@@ -31764,6 +33106,8 @@
"bnE" = (
/obj/machinery/computer/security,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31815,7 +33159,6 @@
req_access_txt = "58"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/grimy,
@@ -31944,7 +33287,6 @@
/area/engine/atmos)
"bnY" = (
/obj/machinery/atmospherics/pipe/manifold/green/visible{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -31962,7 +33304,6 @@
/area/engine/atmos)
"boa" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/stripes/line{
@@ -31994,7 +33335,6 @@
"bod" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
name = "scrubbers pipe";
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -32017,8 +33357,7 @@
"bof" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -32027,8 +33366,7 @@
/obj/item/weapon/storage/belt/utility,
/obj/item/device/t_scanner,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 1
+ dir = 2
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -32045,11 +33383,12 @@
/area/engine/atmos)
"boi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
@@ -32069,13 +33408,13 @@
/area/engine/atmos)
"bok" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
@@ -32139,10 +33478,11 @@
/area/hallway/primary/port)
"bos" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -32174,6 +33514,8 @@
/area/storage/tech)
"box" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -32198,15 +33540,13 @@
/turf/open/floor/plasteel,
/area/hydroponics)
"boA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/hydroponics)
"boB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -32234,6 +33574,8 @@
/area/hydroponics)
"boD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -32300,6 +33642,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"boK" = (
@@ -32442,7 +33787,6 @@
/area/hallway/primary/central)
"boW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment{
@@ -32454,6 +33798,8 @@
/area/hallway/primary/central)
"boX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -32495,6 +33841,7 @@
/area/shuttle/labor)
"bpd" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -32503,9 +33850,12 @@
/area/security/transfer)
"bpe" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/grille,
@@ -32515,9 +33865,12 @@
/area/security/transfer)
"bpf" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/grille,
@@ -32526,6 +33879,8 @@
/area/security/transfer)
"bpg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -32535,9 +33890,13 @@
/area/security/transfer)
"bph" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
@@ -32580,6 +33939,8 @@
/area/security/transfer)
"bpl" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -32592,12 +33953,18 @@
"bpm" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -32611,10 +33978,11 @@
/area/security/transfer)
"bpn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -32626,26 +33994,33 @@
/area/security/brig)
"bpo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/security/brig)
"bpp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -32659,12 +34034,18 @@
"bpq" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -32680,6 +34061,8 @@
/area/security/main)
"bpr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -32692,9 +34075,13 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/landmark/start/security_officer,
@@ -32708,6 +34095,8 @@
"bpt" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/folder/red,
@@ -32720,6 +34109,8 @@
"bpu" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/paper_bin,
@@ -32731,6 +34122,8 @@
/area/security/main)
"bpv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -32742,6 +34135,8 @@
/area/security/main)
"bpw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -32752,6 +34147,8 @@
/area/security/main)
"bpx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -32761,9 +34158,13 @@
/area/security/main)
"bpy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -32798,17 +34199,20 @@
pixel_y = -32
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/hos)
"bpC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/hos)
@@ -32854,9 +34258,8 @@
pixel_x = 26;
pixel_y = -26
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -32904,24 +34307,17 @@
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
"bpO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "distro vent"
},
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
"bpP" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 8
},
/turf/open/space,
@@ -32929,8 +34325,7 @@
"bpQ" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/green/side{
dir = 10
@@ -32938,8 +34333,7 @@
/area/engine/atmos)
"bpR" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/components/binary/pump{
dir = 1
@@ -32952,8 +34346,7 @@
"bpS" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -32966,23 +34359,18 @@
/area/engine/atmos)
"bpU" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"bpV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"bpW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
@@ -33001,25 +34389,20 @@
dir = 4;
pixel_x = -22
},
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
- dir = 1
- },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bpY" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 1
+ dir = 2
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"bpZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
- dir = 1
+ dir = 2
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -33032,15 +34415,16 @@
/area/engine/atmos)
"bqb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -33048,10 +34432,11 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -33066,56 +34451,67 @@
req_access_txt = "24"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/atmos)
"bqe" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bqf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bqg" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/portable_atmospherics/canister/nitrogen,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -33123,7 +34519,6 @@
"bqh" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/bot,
@@ -33152,10 +34547,14 @@
"bql" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral,
@@ -33164,6 +34563,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -33183,7 +34584,6 @@
"bqp" = (
/obj/structure/table/glass,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/item/stack/packageWrap,
@@ -33198,17 +34598,25 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bqr" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bqs" = (
@@ -33218,6 +34626,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bqt" = (
@@ -33232,11 +34643,16 @@
"bqv" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bqw" = (
@@ -33280,6 +34696,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/shuttle/labor)
"bqC" = (
@@ -33291,10 +34710,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/transfer)
"bqD" = (
-/obj/structure/fans/tiny,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/security/transfer)
@@ -33307,6 +34728,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/transfer)
"bqF" = (
@@ -33317,9 +34741,13 @@
/area/security/transfer)
"bqG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment,
@@ -33329,11 +34757,12 @@
/area/security/transfer)
"bqH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -33342,9 +34771,13 @@
/area/security/transfer)
"bqI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -33357,9 +34790,13 @@
/area/security/transfer)
"bqJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -33372,6 +34809,8 @@
/area/security/transfer)
"bqK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -33383,6 +34822,7 @@
/area/security/transfer)
"bqL" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
@@ -33395,7 +34835,6 @@
/area/security/transfer)
"bqM" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/red/side{
@@ -33404,6 +34843,8 @@
/area/security/brig)
"bqN" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -33445,14 +34886,15 @@
},
/area/security/main)
"bqT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/security/main)
"bqU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -33492,6 +34934,8 @@
"bqY" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/storage/fancy/donut_box,
@@ -33527,7 +34971,6 @@
/area/crew_quarters/heads/hos)
"brb" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- icon_state = "manifold";
dir = 8
},
/obj/machinery/light/small{
@@ -33540,7 +34983,6 @@
/area/engine/atmos)
"brc" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/meter,
@@ -33575,7 +35017,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
name = "scrubbers pipe";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/caution{
@@ -33634,7 +35075,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/line{
@@ -33645,6 +35085,8 @@
"brm" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -33664,8 +35106,7 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -33687,8 +35128,7 @@
/area/engine/atmos)
"brp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -33700,7 +35140,6 @@
/area/engine/atmos)
"brq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/disposalpipe/segment{
@@ -33714,6 +35153,8 @@
"brr" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -33744,6 +35185,7 @@
/area/engine/atmos)
"bru" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -33768,10 +35210,11 @@
/area/hallway/primary/port)
"brw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/junction,
@@ -33779,7 +35222,6 @@
/area/hallway/primary/port)
"brx" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/scrubber,
@@ -33794,6 +35236,7 @@
/area/storage/tech)
"brz" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -33802,12 +35245,15 @@
/area/storage/tech)
"brA" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -33816,6 +35262,7 @@
/area/storage/tech)
"brB" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -33841,7 +35288,7 @@
},
/obj/machinery/requests_console{
department = "Hydroponics";
- departmentType = 0;
+ departmentType = 2;
name = "Hydroponics RC";
pixel_x = 32;
pixel_y = -32
@@ -33862,6 +35309,8 @@
/area/hallway/primary/central)
"brI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -33895,6 +35344,8 @@
/area/hallway/primary/central)
"brO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -33908,6 +35359,7 @@
/area/hallway/primary/central)
"brQ" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -33945,10 +35397,7 @@
/obj/machinery/ai_status_display{
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -33995,6 +35444,8 @@
"brZ" = (
/obj/structure/closet/emcloset,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -34004,9 +35455,13 @@
/area/security/transfer)
"bsa" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment,
@@ -34028,6 +35483,8 @@
/area/security/transfer)
"bsd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side,
@@ -34086,6 +35543,8 @@
/area/security/main)
"bsl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -34105,9 +35564,11 @@
"bsn" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -34124,6 +35585,8 @@
/area/ai_monitored/turret_protected/ai)
"bsp" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
@@ -34135,9 +35598,11 @@
charge = 5e+006
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/sign/electricshock{
@@ -34153,6 +35618,8 @@
/area/ai_monitored/turret_protected/ai)
"bsr" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
@@ -34175,7 +35642,6 @@
"bst" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line{
@@ -34232,7 +35698,6 @@
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
name = "scrubbers pipe";
- icon_state = "manifold";
dir = 4
},
/obj/machinery/meter{
@@ -34256,6 +35721,8 @@
"bsB" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -34266,6 +35733,9 @@
req_access_txt = "0";
req_one_access_txt = "24;10"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/atmos)
"bsC" = (
@@ -34289,9 +35759,8 @@
},
/area/engine/atmos)
"bsD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -34301,9 +35770,13 @@
"bsE" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
@@ -34313,6 +35786,8 @@
/area/engine/atmos)
"bsF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -34324,6 +35799,8 @@
"bsG" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -34338,6 +35815,8 @@
opacity = 1
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/door/poddoor/preopen{
@@ -34345,6 +35824,8 @@
name = "Atmospherics Lockdown Blast door"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -34369,10 +35850,11 @@
/area/hallway/primary/port)
"bsJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/sortjunction{
@@ -34389,6 +35871,8 @@
},
/obj/item/weapon/circuitboard/computer/mecha_control,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -34408,12 +35892,18 @@
pixel_y = -3
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line,
@@ -34431,6 +35921,8 @@
pixel_y = -3
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -34481,9 +35973,11 @@
/area/hydroponics)
"bsS" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -34496,9 +35990,11 @@
/area/bridge)
"bsT" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -34511,9 +36007,11 @@
/area/bridge)
"bsU" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -34529,6 +36027,7 @@
/area/bridge)
"bsW" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -34541,12 +36040,15 @@
/area/bridge)
"bsX" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -34559,6 +36061,7 @@
/area/bridge)
"bsY" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -34571,7 +36074,6 @@
/area/bridge)
"bsZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -34580,6 +36082,8 @@
/area/hallway/primary/central)
"bta" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -34599,10 +36103,12 @@
/area/hallway/primary/central)
"btc" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -34614,6 +36120,7 @@
/area/hallway/primary/central)
"btd" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -34650,7 +36157,6 @@
/area/security/nuke_storage)
"bth" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/circuit/green,
@@ -34693,9 +36199,13 @@
"btn" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/door/airlock/glass_security{
@@ -34707,6 +36217,7 @@
/area/security/transfer)
"bto" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -34746,6 +36257,7 @@
/area/security/main)
"bts" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -34754,12 +36266,18 @@
/area/security/main)
"btt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/security{
@@ -34773,6 +36291,7 @@
/area/security/main)
"btu" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -34819,6 +36338,8 @@
/area/ai_monitored/turret_protected/ai)
"btz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -34827,7 +36348,6 @@
/area/ai_monitored/turret_protected/ai)
"btA" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/turf/open/floor/plasteel/vault{
@@ -34864,12 +36384,16 @@
"btE" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
name = "External Airlock";
req_access_txt = "13"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"btF" = (
@@ -34877,36 +36401,31 @@
/area/engine/break_room)
"btG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/closed/wall/r_wall,
/area/engine/break_room)
"btH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall/r_wall,
/area/engine/break_room)
"btI" = (
/obj/machinery/status_display,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/closed/wall/r_wall,
/area/engine/break_room)
"btJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/closed/wall/r_wall,
/area/engine/break_room)
"btK" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/closed/wall/r_wall,
@@ -34945,6 +36464,8 @@
/area/engine/break_room)
"btP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -34974,6 +36495,8 @@
"btS" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -34987,6 +36510,7 @@
/area/engine/atmos)
"btU" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -35000,7 +36524,6 @@
/area/engine/atmos)
"btV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/yellow/corner{
@@ -35008,11 +36531,12 @@
},
/area/hallway/primary/port)
"btW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -35045,12 +36569,11 @@
/area/storage/tech)
"bua" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/storage/tech)
@@ -35068,6 +36591,8 @@
/area/storage/tech)
"buc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -35109,6 +36634,8 @@
"buh" = (
/obj/machinery/computer/med_data,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/darkblue/side{
@@ -35134,6 +36661,8 @@
"buk" = (
/obj/machinery/computer/security,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/darkred/side{
@@ -35157,6 +36686,8 @@
"bun" = (
/obj/machinery/computer/station_alert,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/darkyellow/side{
@@ -35180,19 +36711,24 @@
/area/bridge)
"buq" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
"bur" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -35202,15 +36738,22 @@
/area/hallway/primary/central)
"bus" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/vault{
+ cyclelinkeddir = 4;
locked = 1;
name = "Vault Door";
req_access_txt = "53"
@@ -35224,6 +36767,8 @@
/area/hallway/primary/central)
"but" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -35235,11 +36780,14 @@
/area/security/nuke_storage)
"buu" = (
/obj/machinery/door/airlock/vault{
+ cyclelinkeddir = 8;
locked = 1;
name = "Vault Door";
req_access_txt = "53"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/sign/electricshock{
@@ -35257,6 +36805,8 @@
/area/security/nuke_storage)
"buv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -35269,10 +36819,11 @@
layer = 2
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/vault{
@@ -35281,12 +36832,15 @@
/area/security/nuke_storage)
"bux" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/circuit/green,
/area/security/nuke_storage)
"buy" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -35330,6 +36884,8 @@
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -35339,9 +36895,13 @@
/area/security/transfer)
"buD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment,
@@ -35401,7 +36961,6 @@
/area/security/brig)
"buJ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -35433,6 +36992,7 @@
/area/security/main)
"buO" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -35450,11 +37010,12 @@
/area/security/main)
"buQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -35467,10 +37028,7 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -35494,16 +37052,19 @@
/area/ai_monitored/turret_protected/ai)
"buU" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/circuit/green,
/area/ai_monitored/turret_protected/ai)
"buV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -35511,9 +37072,13 @@
/area/ai_monitored/turret_protected/ai)
"buW" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -35523,12 +37088,18 @@
/area/ai_monitored/turret_protected/ai)
"buX" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/ai_slipper{
@@ -35541,9 +37112,13 @@
/area/ai_monitored/turret_protected/ai)
"buY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -35553,6 +37128,8 @@
/area/ai_monitored/turret_protected/ai)
"buZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -35563,10 +37140,11 @@
/area/ai_monitored/turret_protected/ai)
"bva" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/circuit/green,
@@ -35595,7 +37173,6 @@
/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)
@@ -35640,6 +37217,7 @@
/area/engine/break_room)
"bvj" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -35720,6 +37298,8 @@
"bvr" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -35730,6 +37310,9 @@
req_access_txt = "0";
req_one_access_txt = "24;10"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bvs" = (
@@ -35742,6 +37325,7 @@
pixel_x = -32
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/modular_computer/console/preset/engineering,
@@ -35757,18 +37341,24 @@
/area/engine/atmos)
"bvv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/holopad,
/obj/effect/landmark/start/atmospheric_technician,
/obj/effect/turf_decal/bot,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bvw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -35779,6 +37369,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/caution{
@@ -35788,9 +37380,13 @@
"bvy" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/item/weapon/folder/yellow,
@@ -35817,10 +37413,11 @@
/area/hallway/primary/port)
"bvA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -35828,7 +37425,6 @@
/area/hallway/primary/port)
"bvB" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/pump,
@@ -35844,12 +37440,18 @@
"bvC" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/highsecurity{
@@ -35860,6 +37462,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/storage/tech)
"bvD" = (
@@ -35868,13 +37473,16 @@
/area/storage/tech)
"bvE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/bot,
@@ -35882,6 +37490,8 @@
/area/maintenance/port/fore)
"bvF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -35896,6 +37506,8 @@
"bvG" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -35909,9 +37521,13 @@
"bvH" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -35929,6 +37545,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -35937,10 +37555,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/fore)
"bvJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -35953,9 +37576,13 @@
/area/hallway/primary/central)
"bvK" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -35966,7 +37593,6 @@
/area/hallway/primary/central)
"bvL" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/light{
@@ -36007,6 +37633,8 @@
dir = 1
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -36028,6 +37656,8 @@
/area/bridge)
"bvR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -36045,7 +37675,6 @@
"bvT" = (
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/item/weapon/wrench,
@@ -36059,7 +37688,6 @@
"bvU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -36076,9 +37704,11 @@
"bvW" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -36087,6 +37717,7 @@
/area/hallway/primary/central)
"bvX" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -36216,6 +37847,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/shuttle/labor)
"bwd" = (
@@ -36227,11 +37861,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/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)
@@ -36244,15 +37880,19 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/transfer)
"bwg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/red/side{
@@ -36300,6 +37940,8 @@
/area/security/brig)
"bwm" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -36334,9 +37976,8 @@
/obj/structure/chair/office/dark{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -36354,10 +37995,7 @@
/obj/structure/chair/office/dark{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -36365,9 +38003,11 @@
"bws" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -36379,6 +38019,8 @@
dir = 8
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -36387,6 +38029,8 @@
/area/security/main)
"bwu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/item/device/radio/intercom{
@@ -36444,9 +38088,8 @@
/area/ai_monitored/turret_protected/ai)
"bwz" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -36454,6 +38097,8 @@
/area/ai_monitored/turret_protected/ai)
"bwA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -36472,6 +38117,8 @@
/area/ai_monitored/turret_protected/ai)
"bwC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -36483,7 +38130,6 @@
/area/ai_monitored/turret_protected/ai)
"bwD" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -36492,10 +38138,11 @@
/area/ai_monitored/turret_protected/ai)
"bwE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/circuit/green,
@@ -36504,9 +38151,8 @@
/obj/structure/chair/office/dark{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -36527,7 +38173,6 @@
/area/engine/gravity_generator)
"bwI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/vault{
@@ -36545,8 +38190,7 @@
pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/gravity_generator)
@@ -36559,8 +38203,7 @@
pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -36575,8 +38218,7 @@
pixel_y = 24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
icon_state = "0-2";
@@ -36589,7 +38231,6 @@
/area/engine/gravity_generator)
"bwM" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 4
},
/obj/item/device/radio/intercom{
@@ -36597,7 +38238,6 @@
pixel_y = 26
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/cable/white{
@@ -36634,6 +38274,7 @@
"bwP" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
name = "External Airlock";
req_access_txt = "13"
},
@@ -36641,6 +38282,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"bwQ" = (
@@ -36656,6 +38300,7 @@
/area/engine/break_room)
"bwS" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
@@ -36693,10 +38338,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bwY" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/poddoor/preopen{
@@ -36706,6 +38356,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bwZ" = (
@@ -36723,6 +38376,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bxa" = (
@@ -36753,9 +38409,8 @@
/area/engine/atmos)
"bxc" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -36782,7 +38437,6 @@
name = "Atmospherics Lockdown Blast door"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -36799,6 +38453,8 @@
"bxg" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -36806,7 +38462,6 @@
/area/hallway/primary/port)
"bxh" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/pump,
@@ -36845,6 +38500,8 @@
/area/storage/tech)
"bxl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -36879,6 +38536,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -36888,7 +38547,6 @@
/area/maintenance/port/fore)
"bxq" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/closed/wall,
@@ -36910,6 +38568,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/storage/primary)
"bxt" = (
@@ -36918,6 +38579,8 @@
opacity = 1
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -36935,7 +38598,6 @@
/area/storage/primary)
"bxu" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -36949,6 +38611,7 @@
/area/hallway/primary/central)
"bxw" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -37020,6 +38683,8 @@
"bxE" = (
/obj/machinery/computer/cargo/request,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/darkyellow/side{
@@ -37045,18 +38710,19 @@
/area/bridge)
"bxH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
/area/bridge)
"bxI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/device/radio/beacon,
@@ -37066,12 +38732,11 @@
/area/bridge)
"bxJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -37098,6 +38763,8 @@
/area/bridge)
"bxM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/modular_computer/console/preset/command,
@@ -37165,9 +38832,8 @@
/obj/machinery/status_display{
pixel_y = -32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -37209,9 +38875,13 @@
/area/shuttle/labor)
"bxX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment,
@@ -37223,9 +38893,8 @@
/turf/open/floor/plasteel/neutral,
/area/security/transfer)
"bxZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/security/transfer)
@@ -37259,6 +38928,8 @@
/area/security/brig)
"byd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -37351,9 +39022,8 @@
/area/security/main)
"bym" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -37374,6 +39044,8 @@
/area/ai_monitored/turret_protected/ai)
"byp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -37395,6 +39067,8 @@
/area/ai_monitored/turret_protected/ai)
"bys" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/circuit/green,
@@ -37420,9 +39094,8 @@
},
/area/engine/gravity_generator)
"byx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -37445,9 +39118,8 @@
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"byA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -37465,6 +39137,8 @@
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -37475,8 +39149,7 @@
"byC" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -37489,8 +39162,7 @@
"byD" = (
/obj/structure/sign/radiation,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall/r_wall,
/area/engine/gravity_generator)
@@ -37500,7 +39172,6 @@
pixel_y = 23
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/machinery/camera{
@@ -37515,8 +39186,7 @@
/area/engine/gravity_generator)
"byF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -37530,8 +39200,7 @@
pixel_x = 26
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -37540,20 +39209,19 @@
/area/engine/gravity_generator)
"byH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall,
/area/engine/break_room)
"byI" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/break_room)
@@ -37565,36 +39233,44 @@
req_access_txt = "19"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"byK" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white,
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/break_room)
@@ -37606,22 +39282,29 @@
req_access_txt = "19"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"byM" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -37631,13 +39314,15 @@
/area/engine/break_room)
"byN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"byO" = (
@@ -37645,16 +39330,14 @@
pixel_y = 24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/engine/break_room)
"byP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/yellow/side{
@@ -37663,7 +39346,6 @@
/area/engine/break_room)
"byQ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/yellow/side{
@@ -37672,8 +39354,7 @@
/area/engine/break_room)
"byR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/yellow/side{
dir = 1
@@ -37691,11 +39372,11 @@
pixel_y = 24
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/yellow/side{
dir = 1
@@ -37703,11 +39384,12 @@
/area/engine/break_room)
"byT" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/caution{
@@ -37716,13 +39398,16 @@
/area/engine/break_room)
"byU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/caution{
@@ -37735,7 +39420,6 @@
pixel_x = 24
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/caution{
@@ -37801,6 +39485,8 @@
/area/engine/atmos)
"bzb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -37832,6 +39518,8 @@
/area/storage/tech)
"bzf" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -37846,7 +39534,6 @@
/obj/structure/table/reinforced,
/obj/item/device/aicard,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -37870,7 +39557,6 @@
/obj/item/device/assembly/signaler,
/obj/item/device/assembly/signaler,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/effect/turf_decal/bot,
@@ -37894,6 +39580,8 @@
/area/storage/primary)
"bzn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -38012,9 +39700,13 @@
/area/storage/primary)
"bzs" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/lightsout,
@@ -38029,6 +39721,8 @@
/area/hallway/primary/central)
"bzt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -38044,13 +39738,17 @@
"bzu" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_command{
- cyclelinkeddir = 0;
+ cyclelinkeddir = 4;
name = "Bridge Access";
req_access_txt = "19"
},
@@ -38066,6 +39764,8 @@
/area/bridge)
"bzv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -38080,6 +39780,8 @@
/area/bridge)
"bzw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/poddoor/preopen{
@@ -38100,16 +39802,22 @@
"bzx" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_command{
- cyclelinkeddir = 0;
+ cyclelinkeddir = 8;
name = "Bridge Access";
req_access_txt = "19"
},
@@ -38122,6 +39830,8 @@
/area/bridge)
"bzy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -38133,10 +39843,11 @@
/area/bridge)
"bzz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/vault{
@@ -38146,9 +39857,13 @@
"bzA" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/light{
@@ -38169,10 +39884,11 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/vault{
@@ -38184,12 +39900,18 @@
dir = 1
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -38201,9 +39923,13 @@
/area/bridge)
"bzD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -38215,6 +39941,8 @@
"bzE" = (
/obj/structure/window/reinforced,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -38224,6 +39952,8 @@
/area/bridge)
"bzF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/window/brigdoor/southright{
@@ -38231,7 +39961,6 @@
req_access_txt = "19"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/darkblue/side,
@@ -38239,12 +39968,18 @@
"bzG" = (
/obj/structure/window/reinforced,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -38254,9 +39989,13 @@
/area/bridge)
"bzH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -38269,13 +40008,16 @@
dir = 1
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/vault{
@@ -38287,11 +40029,12 @@
dir = 1
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -38299,15 +40042,14 @@
/area/bridge)
"bzK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 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
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -38315,13 +40057,17 @@
"bzL" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_command{
- cyclelinkeddir = 0;
+ cyclelinkeddir = 4;
name = "Bridge Access";
req_access_txt = "19"
},
@@ -38334,6 +40080,8 @@
/area/bridge)
"bzM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/poddoor/preopen{
@@ -38350,13 +40098,17 @@
"bzN" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_command{
- cyclelinkeddir = 0;
+ cyclelinkeddir = 8;
name = "Bridge Access";
req_access_txt = "19"
},
@@ -38369,10 +40121,11 @@
/area/bridge)
"bzO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/blue/corner{
@@ -38382,9 +40135,13 @@
/area/hallway/primary/central)
"bzP" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -38435,6 +40192,8 @@
/area/security/transfer)
"bzU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/sortjunction{
@@ -38532,6 +40291,8 @@
/area/ai_monitored/turret_protected/ai)
"bAe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/ai_slipper{
@@ -38594,6 +40355,8 @@
/area/ai_monitored/turret_protected/ai)
"bAi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/ai_slipper{
@@ -38655,9 +40418,13 @@
"bAm" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/door/airlock/glass_command{
@@ -38667,6 +40434,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"bAn" = (
@@ -38677,6 +40447,8 @@
/area/engine/gravity_generator)
"bAo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -38687,6 +40459,8 @@
"bAp" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -38699,18 +40473,27 @@
req_access_txt = "19;23"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"bAr" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -38721,6 +40504,8 @@
/obj/machinery/holopad,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/bot,
@@ -38728,11 +40513,12 @@
/area/engine/gravity_generator)
"bAt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/delivery,
@@ -38741,6 +40527,8 @@
"bAu" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/highsecurity{
@@ -38749,21 +40537,24 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bAv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/end{
dir = 8
@@ -38772,57 +40563,74 @@
/area/engine/break_room)
"bAw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bAx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bAy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bAz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/end{
dir = 4
@@ -38832,6 +40640,8 @@
"bAA" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/highsecurity{
@@ -38840,41 +40650,50 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bAB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bAC" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/engine/break_room)
"bAD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment,
@@ -38884,40 +40703,47 @@
/area/engine/break_room)
"bAE" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/break_room)
"bAF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/break_room)
"bAG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/break_room)
"bAH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral,
@@ -38930,7 +40756,6 @@
/area/engine/break_room)
"bAJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/closed/wall/r_wall,
@@ -38946,6 +40771,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -38953,7 +40780,6 @@
/area/hallway/primary/port)
"bAM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/yellow/corner{
@@ -39024,6 +40850,7 @@
pixel_y = 3
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/turf_decal/bot,
@@ -39031,6 +40858,8 @@
/area/storage/primary)
"bAS" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
@@ -39039,6 +40868,8 @@
/area/storage/primary)
"bAT" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -39051,6 +40882,8 @@
/area/storage/primary)
"bAU" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -39062,6 +40895,8 @@
/area/storage/primary)
"bAV" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -39103,7 +40938,6 @@
/area/hallway/primary/central)
"bBb" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -39112,10 +40946,12 @@
"bBc" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_command{
- cyclelinkeddir = 0;
+ cyclelinkeddir = 4;
name = "Bridge Access";
req_access_txt = "19"
},
@@ -39155,10 +40991,12 @@
"bBf" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_command{
- cyclelinkeddir = 0;
+ cyclelinkeddir = 8;
name = "Bridge Access";
req_access_txt = "19"
},
@@ -39187,9 +41025,8 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -39200,10 +41037,11 @@
/area/bridge)
"bBi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -39225,6 +41063,8 @@
/area/bridge)
"bBk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -39272,6 +41112,8 @@
"bBp" = (
/obj/machinery/computer/communications,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -39283,7 +41125,6 @@
/obj/structure/table/wood,
/obj/machinery/computer/security/wooden_tv,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/grimy,
@@ -39319,10 +41160,11 @@
/area/bridge)
"bBu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/vault{
@@ -39359,6 +41201,8 @@
/area/hallway/primary/central)
"bBy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -39368,7 +41212,6 @@
/area/hallway/primary/central)
"bBz" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -39378,6 +41221,7 @@
/area/hallway/primary/central)
"bBA" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -39390,9 +41234,13 @@
/area/security/transfer)
"bBB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/airlock/glass_security{
@@ -39406,6 +41254,7 @@
/area/security/transfer)
"bBC" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -39415,6 +41264,8 @@
/area/security/transfer)
"bBD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -39465,6 +41316,7 @@
/area/security/warden)
"bBJ" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -39489,7 +41341,6 @@
/area/security/warden)
"bBM" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -39540,7 +41391,6 @@
/area/ai_monitored/turret_protected/ai)
"bBO" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -39570,10 +41420,7 @@
},
/area/engine/gravity_generator)
"bBR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -39586,15 +41433,13 @@
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"bBT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/gravity_generator)
"bBU" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -39606,8 +41451,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/port_gen/pacman,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -39615,18 +41459,18 @@
"bBW" = (
/obj/structure/sign/radiation,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall/r_wall,
/area/engine/gravity_generator)
"bBX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
@@ -39640,7 +41484,6 @@
pixel_y = -32
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/delivery,
@@ -39650,7 +41493,6 @@
/obj/structure/closet/radiation,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/machinery/light/small,
@@ -39669,9 +41511,8 @@
/turf/open/floor/plasteel,
/area/engine/break_room)
"bCb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Engineering - Power Tools";
@@ -39685,9 +41526,8 @@
/turf/open/floor/plasteel/caution,
/area/engine/break_room)
"bCd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/caution,
/area/engine/break_room)
@@ -39708,6 +41548,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bCg" = (
@@ -39735,9 +41578,8 @@
/turf/open/floor/plasteel/neutral,
/area/engine/break_room)
"bCj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
@@ -39747,11 +41589,12 @@
/area/engine/break_room)
"bCk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -39773,8 +41616,7 @@
/area/engine/break_room)
"bCm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -39795,8 +41637,7 @@
pixel_y = 26
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -39807,8 +41648,7 @@
/area/engine/break_room)
"bCo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -39831,9 +41671,8 @@
/obj/machinery/light{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -39857,6 +41696,7 @@
dir = 4
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -39874,6 +41714,8 @@
/area/hallway/primary/port)
"bCu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -39978,17 +41820,17 @@
/area/storage/primary)
"bCG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
"bCH" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment{
@@ -40057,6 +41899,8 @@
/area/bridge)
"bCP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -40109,14 +41953,12 @@
/obj/structure/table/wood,
/obj/item/device/taperecorder,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/grimy,
/area/bridge)
"bCW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/carpet,
@@ -40127,6 +41969,8 @@
dir = 1
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/carpet,
@@ -40134,7 +41978,6 @@
"bCY" = (
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/carpet,
@@ -40147,7 +41990,6 @@
/obj/item/weapon/folder/blue,
/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/grimy,
@@ -40185,6 +42027,8 @@
/area/bridge)
"bDe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -40220,6 +42064,7 @@
/area/security/detectives_office)
"bDj" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -40253,6 +42098,7 @@
/area/hallway/primary/starboard)
"bDn" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -40280,9 +42126,8 @@
id = "brig1";
pixel_y = 26
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 5
@@ -40290,6 +42135,7 @@
/area/security/brig)
"bDq" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -40307,9 +42153,13 @@
/area/security/brig)
"bDs" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -40320,6 +42170,8 @@
/area/security/brig)
"bDt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -40332,6 +42184,8 @@
"bDu" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/security{
@@ -40347,6 +42201,8 @@
/area/security/warden)
"bDv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -40358,9 +42214,13 @@
/area/security/warden)
"bDw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -40372,12 +42232,13 @@
/area/security/warden)
"bDx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/blobstart,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -40385,6 +42246,8 @@
/area/security/warden)
"bDy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -40393,12 +42256,18 @@
/area/security/warden)
"bDz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/airlock/glass_security{
@@ -40408,10 +42277,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/warden)
"bDA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -40422,6 +42296,8 @@
"bDB" = (
/obj/structure/tank_dispenser/oxygen,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -40430,6 +42306,7 @@
/area/security/warden)
"bDC" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -40447,7 +42324,6 @@
/area/ai_monitored/turret_protected/ai)
"bDE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/vault{
@@ -40462,8 +42338,7 @@
pixel_y = -32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/gravity_generator)
@@ -40473,8 +42348,7 @@
pixel_y = -32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Engineering - Gravity Generator";
@@ -40493,8 +42367,7 @@
pixel_y = -22
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -40504,7 +42377,6 @@
pixel_y = -32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/stripes/line{
@@ -40530,6 +42402,8 @@
/area/engine/gravity_generator)
"bDK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/poddoor/preopen{
@@ -40540,6 +42414,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"bDL" = (
@@ -40552,6 +42429,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"bDM" = (
@@ -40572,7 +42452,6 @@
"bDP" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -40613,15 +42492,21 @@
/area/engine/break_room)
"bDU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral,
/area/engine/break_room)
"bDV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -40629,12 +42514,16 @@
/area/engine/break_room)
"bDW" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/engine/break_room)
"bDX" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
@@ -40645,6 +42534,8 @@
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/engineering{
@@ -40655,10 +42546,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bDZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -40666,6 +42562,8 @@
/area/engine/break_room)
"bEa" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/lightsout,
@@ -40674,6 +42572,8 @@
"bEb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -40683,6 +42583,8 @@
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/engineering{
@@ -40691,19 +42593,28 @@
req_one_access_txt = "32;19"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bEd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
@@ -40712,12 +42623,18 @@
/area/hallway/primary/port)
"bEe" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -40734,6 +42651,7 @@
"bEg" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/item/weapon/folder/yellow,
@@ -40750,11 +42668,12 @@
/area/storage/tech)
"bEh" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 4
@@ -40762,23 +42681,27 @@
/area/storage/tech)
"bEi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/neutral,
/area/storage/tech)
"bEj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -40794,9 +42717,8 @@
/turf/open/floor/plasteel,
/area/storage/tech)
"bEl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side{
dir = 8
@@ -40857,9 +42779,8 @@
/area/storage/primary)
"bEr" = (
/obj/effect/landmark/start/assistant,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/storage/primary)
@@ -40890,11 +42811,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/storage/primary)
"bEv" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/yellow/corner{
@@ -40918,6 +42841,8 @@
"bEz" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/command{
@@ -40985,9 +42910,8 @@
pixel_x = -32;
pixel_y = -32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Bridge - Command Chair";
@@ -40998,6 +42922,8 @@
/area/bridge)
"bEG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/carpet,
@@ -41025,9 +42951,8 @@
pixel_x = -7;
pixel_y = -38
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/carpet,
/area/bridge)
@@ -41067,6 +42992,8 @@
req_access_txt = "20"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -41078,6 +43005,8 @@
/area/crew_quarters/heads/captain)
"bEP" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -41092,16 +43021,23 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/starboard)
"bER" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -41111,15 +43047,21 @@
"bES" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
"bET" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -41129,6 +43071,8 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -41139,12 +43083,16 @@
"bEX" = (
/obj/structure/closet/secure_closet/detective,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/item/clothing/head/det_hat{
+/obj/item/clothing/head/fedora/det_hat{
icon_state = "curator"
},
/obj/item/clothing/suit/det_suit{
@@ -41158,6 +43106,8 @@
"bEY" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/item/weapon/book/manual/wiki/security_space_law,
@@ -41167,6 +43117,7 @@
"bEZ" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/apc{
@@ -41181,15 +43132,21 @@
"bFa" = (
/obj/structure/filingcabinet/security,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/vault,
/area/security/detectives_office)
"bFb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/trunk,
@@ -41219,7 +43176,6 @@
"bFf" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/disposalpipe/segment,
@@ -41233,9 +43189,8 @@
},
/area/hallway/primary/starboard)
"bFg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/starboard)
@@ -41248,12 +43203,17 @@
"bFi" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/grille,
@@ -41266,6 +43226,8 @@
/area/security/brig)
"bFj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
@@ -41274,6 +43236,8 @@
/area/security/brig)
"bFk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
@@ -41282,12 +43246,18 @@
/area/security/brig)
"bFl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/window/brigdoor/westright{
@@ -41301,6 +43271,8 @@
/area/security/brig)
"bFm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -41308,9 +43280,13 @@
/area/security/brig)
"bFn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment,
@@ -41334,6 +43310,8 @@
/area/security/warden)
"bFq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -41379,9 +43357,8 @@
/obj/structure/chair/office/dark{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -41389,10 +43366,11 @@
/area/ai_monitored/turret_protected/ai)
"bFw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/circuit/green,
@@ -41417,10 +43395,10 @@
/area/ai_monitored/turret_protected/ai)
"bFz" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/machinery/power/apc{
@@ -41440,6 +43418,8 @@
/area/ai_monitored/turret_protected/ai)
"bFB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -41451,9 +43431,8 @@
/obj/structure/chair/office/dark{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -41469,6 +43448,8 @@
/area/ai_monitored/turret_protected/ai)
"bFE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/hatch{
@@ -41540,7 +43521,6 @@
pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/disposalpipe/segment{
@@ -41563,8 +43543,7 @@
req_access_txt = "56"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -41575,13 +43554,13 @@
/area/crew_quarters/heads/chief)
"bFM" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -41594,8 +43573,7 @@
name = "Chief's Lockdown Shutters"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -41603,12 +43581,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bFO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -41618,7 +43598,6 @@
/area/engine/break_room)
"bFP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/sortjunction{
@@ -41639,18 +43618,18 @@
"bFS" = (
/obj/structure/chair/stool/bar,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/engine/break_room)
"bFT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/break_room)
@@ -41659,27 +43638,23 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/break_room)
"bFV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/break_room)
"bFW" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/yellow/side{
dir = 4
@@ -41688,14 +43663,12 @@
"bFX" = (
/obj/structure/sign/securearea,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall,
/area/engine/break_room)
"bFY" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/closet/firecloset,
@@ -41705,9 +43678,8 @@
/turf/open/floor/plasteel,
/area/engine/break_room)
"bFZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -41733,6 +43705,8 @@
/area/hallway/primary/port)
"bGd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -41787,6 +43761,7 @@
/obj/item/weapon/stock_parts/console_screen,
/obj/item/weapon/stock_parts/console_screen,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plasteel/vault{
@@ -41825,6 +43800,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/storage/primary)
"bGn" = (
@@ -41874,6 +43852,8 @@
/area/bridge/meeting_room/council)
"bGt" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -41884,6 +43864,8 @@
/area/bridge/meeting_room/council)
"bGu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/light_switch{
@@ -41915,6 +43897,8 @@
/area/tcommsat/computer)
"bGz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -41949,6 +43933,8 @@
pixel_y = 26
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -42017,16 +44003,23 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plating,
/area/maintenance/starboard)
"bGN" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plating,
@@ -42037,11 +44030,16 @@
req_access_txt = "4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/detectives_office)
"bGP" = (
@@ -42050,6 +44048,8 @@
pixel_y = 32
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -42058,14 +44058,17 @@
/area/security/detectives_office)
"bGQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -42073,6 +44076,8 @@
/area/security/detectives_office)
"bGR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -42082,12 +44087,18 @@
/area/security/detectives_office)
"bGS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -42097,16 +44108,19 @@
/area/security/detectives_office)
"bGT" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
"bGU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/reagent_dispensers/peppertank{
@@ -42148,9 +44162,8 @@
},
/area/security/detectives_office)
"bGY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/camera{
c_tag = "Detective's Interrogation";
@@ -42179,9 +44192,8 @@
/turf/open/floor/plating,
/area/security/brig)
"bHb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 10
@@ -42189,7 +44201,6 @@
/area/security/brig)
"bHc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/bed,
@@ -42206,18 +44217,18 @@
/area/security/brig)
"bHe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
/area/security/brig)
"bHf" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -42227,6 +44238,7 @@
/area/security/brig)
"bHg" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -42236,9 +44248,13 @@
"bHh" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_security{
@@ -42259,7 +44275,6 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/vault{
@@ -42285,7 +44300,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault{
@@ -42316,6 +44330,8 @@
/area/ai_monitored/turret_protected/ai)
"bHo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -42323,12 +44339,16 @@
/area/ai_monitored/turret_protected/ai)
"bHp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/circuit/green,
/area/ai_monitored/turret_protected/ai)
"bHq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/ai_slipper{
@@ -42338,9 +44358,13 @@
/area/ai_monitored/turret_protected/ai)
"bHr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -42348,6 +44372,8 @@
/area/ai_monitored/turret_protected/ai)
"bHs" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/circuit/green,
@@ -42358,7 +44384,6 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/vault{
@@ -42374,7 +44399,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/vault{
@@ -42403,14 +44427,13 @@
name = "Transit Tube Access APC";
pixel_y = 24
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault,
/area/engine/transit_tube)
"bHz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -42436,7 +44459,6 @@
"bHB" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/button/door{
@@ -42451,22 +44473,19 @@
/area/crew_quarters/heads/chief)
"bHC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral/corner,
/area/crew_quarters/heads/chief)
"bHD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side,
/area/crew_quarters/heads/chief)
"bHE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
@@ -42476,10 +44495,11 @@
/area/crew_quarters/heads/chief)
"bHF" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/vault{
@@ -42488,9 +44508,13 @@
/area/crew_quarters/heads/chief)
"bHG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/firedoor,
@@ -42499,15 +44523,19 @@
req_access_txt = "56"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
"bHH" = (
@@ -42516,35 +44544,41 @@
name = "Chief's Lockdown Shutters"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bHI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/engine/break_room)
"bHJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -42556,10 +44590,11 @@
/area/engine/break_room)
"bHK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/segment{
@@ -42569,11 +44604,12 @@
/area/engine/break_room)
"bHL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -42582,11 +44618,12 @@
/area/engine/break_room)
"bHM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -42595,13 +44632,16 @@
/area/engine/break_room)
"bHN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment{
@@ -42611,9 +44651,13 @@
/area/engine/break_room)
"bHO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
@@ -42635,21 +44679,25 @@
/area/security/checkpoint/engineering)
"bHR" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
/area/security/checkpoint/engineering)
"bHS" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -42664,6 +44712,7 @@
/area/security/checkpoint/engineering)
"bHT" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -42682,7 +44731,6 @@
/area/security/checkpoint/engineering)
"bHV" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/yellow/corner{
@@ -42758,10 +44806,7 @@
/turf/open/floor/plasteel,
/area/storage/primary)
"bIb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/storage/primary)
"bIc" = (
@@ -42799,9 +44844,8 @@
/turf/open/floor/plasteel/grimy,
/area/bridge/meeting_room/council)
"bIg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/bridge/meeting_room/council)
@@ -42814,6 +44858,8 @@
/area/bridge/meeting_room/council)
"bIi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/chair/comfy/brown,
@@ -42824,6 +44870,8 @@
/area/bridge/meeting_room/council)
"bIj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/chair/comfy/black,
@@ -42851,7 +44899,6 @@
/area/bridge/meeting_room/council)
"bIl" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/wood,
@@ -42902,14 +44949,12 @@
icon_state = "0-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
"bIr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/machinery/camera{
@@ -42922,6 +44967,8 @@
/area/tcommsat/computer)
"bIs" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/light_switch{
@@ -42932,7 +44979,6 @@
/area/tcommsat/computer)
"bIt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/grimy,
@@ -42943,7 +44989,6 @@
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/grimy,
@@ -42984,9 +45029,8 @@
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
"bIz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -42996,10 +45040,11 @@
/area/crew_quarters/heads/captain)
"bIA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment{
@@ -43013,7 +45058,6 @@
/area/crew_quarters/heads/captain)
"bIC" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 4
},
/obj/effect/landmark/start/captain,
@@ -43026,7 +45070,6 @@
/area/crew_quarters/heads/captain)
"bIE" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/plasteel/grimy,
@@ -43068,6 +45111,8 @@
/area/storage/tools)
"bIJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel,
@@ -43118,7 +45163,6 @@
"bIP" = (
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/grimy,
@@ -43128,6 +45172,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -43188,7 +45234,6 @@
/area/security/detectives_office)
"bIW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/machinery/light/small{
@@ -43269,9 +45314,13 @@
/area/security/warden)
"bJd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
@@ -43379,7 +45428,6 @@
"bJl" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/vault{
@@ -43400,7 +45448,6 @@
/area/ai_monitored/turret_protected/ai)
"bJn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/machinery/camera/motion{
@@ -43441,7 +45488,6 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -43450,6 +45496,7 @@
/area/aisat)
"bJt" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -43461,6 +45508,8 @@
/area/aisat)
"bJu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/hatch{
@@ -43477,6 +45526,8 @@
"bJv" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -43487,10 +45538,11 @@
"bJw" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/space,
@@ -43498,19 +45550,23 @@
"bJx" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/space,
/area/space)
"bJy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/hatch{
+ cyclelinkeddir = 4;
name = "MiniSat Exterior Access";
req_one_access_txt = "32;19"
},
@@ -43523,6 +45579,8 @@
/area/engine/transit_tube)
"bJz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -43534,6 +45592,8 @@
/area/engine/transit_tube)
"bJA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -43543,10 +45603,11 @@
/area/engine/transit_tube)
"bJB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault{
@@ -43572,9 +45633,8 @@
},
/area/crew_quarters/heads/chief)
"bJE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/side{
icon_state = "neutral";
@@ -43601,6 +45661,8 @@
/area/crew_quarters/heads/chief)
"bJI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -43622,6 +45684,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bJL" = (
@@ -43669,6 +45734,8 @@
/area/engine/break_room)
"bJQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -43692,6 +45759,7 @@
/area/engine/break_room)
"bJU" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -43753,7 +45821,6 @@
/obj/item/weapon/electronics/firealarm,
/obj/item/weapon/electronics/firealarm,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -43764,6 +45831,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -43818,6 +45887,7 @@
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -43830,6 +45900,8 @@
/area/bridge/meeting_room/council)
"bKk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/photocopier,
@@ -43838,6 +45910,8 @@
"bKl" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
@@ -43849,6 +45923,8 @@
icon_state = "comfychair"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/carpet,
@@ -43856,6 +45932,8 @@
"bKn" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/folder/blue,
@@ -43865,9 +45943,13 @@
"bKo" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/item/weapon/folder/red,
@@ -43877,9 +45959,13 @@
"bKp" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/item/weapon/folder/yellow,
@@ -43890,7 +45976,6 @@
/obj/structure/table/wood,
/obj/item/weapon/storage/fancy/donut_box,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/grimy,
@@ -43903,16 +45988,14 @@
/turf/open/floor/wood,
/area/bridge/meeting_room/council)
"bKs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/bridge/meeting_room/council)
"bKt" = (
/obj/machinery/vending/cigarette,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -43936,45 +46019,49 @@
/area/tcommsat/computer)
"bKw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
"bKx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
"bKy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
"bKz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
"bKA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
@@ -44006,9 +46093,13 @@
"bKF" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -44017,26 +46108,28 @@
/area/crew_quarters/heads/captain)
"bKG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
"bKH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
"bKI" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
@@ -44051,13 +46144,14 @@
},
/obj/item/clothing/mask/cigarette/cigar,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/captain)
"bKK" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/extinguisher_cabinet{
@@ -44074,7 +46168,6 @@
pixel_x = -26
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/yellow/side{
@@ -44083,27 +46176,25 @@
/area/storage/tools)
"bKM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
/area/storage/tools)
"bKN" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 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
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/storage/tools)
"bKP" = (
@@ -44137,7 +46228,6 @@
/area/security/detectives_office)
"bKS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/vault{
@@ -44146,7 +46236,6 @@
/area/security/detectives_office)
"bKT" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/grimy,
@@ -44156,6 +46245,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -44178,7 +46269,6 @@
"bKX" = (
/obj/machinery/computer/secure_data,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/status_display{
@@ -44224,9 +46314,8 @@
id = "brig2";
pixel_y = 26
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/side{
@@ -44235,7 +46324,6 @@
/area/security/brig)
"bLd" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/red/corner{
@@ -44244,6 +46332,8 @@
/area/security/brig)
"bLe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/holopad,
@@ -44278,15 +46368,16 @@
/area/security/warden)
"bLh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/security/warden)
"bLi" = (
@@ -44297,6 +46388,7 @@
/area/security/warden)
"bLj" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -44310,10 +46402,7 @@
/turf/open/floor/plasteel,
/area/ai_monitored/security/armory)
"bLl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -44428,6 +46517,8 @@
"bLx" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -44506,6 +46597,8 @@
"bLG" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/item/weapon/folder/blue{
@@ -44521,6 +46614,8 @@
dir = 8
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -44531,14 +46626,17 @@
/area/crew_quarters/heads/chief)
"bLI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/vault{
@@ -44561,6 +46659,8 @@
"bLM" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/engineering{
@@ -44571,6 +46671,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/break_room)
"bLN" = (
@@ -44585,6 +46688,7 @@
/area/engine/break_room)
"bLP" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white,
@@ -44622,18 +46726,18 @@
},
/area/hallway/primary/port)
"bLV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/port)
"bLW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/yellow/corner{
@@ -44754,7 +46858,6 @@
"bMj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/camera{
@@ -44800,6 +46903,8 @@
/area/bridge/meeting_room/council)
"bMp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/chair/comfy/brown{
@@ -44856,6 +46961,8 @@
/area/tcommsat/computer)
"bMy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -44894,14 +47001,12 @@
pixel_y = -26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
"bME" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/wood,
@@ -44909,6 +47014,8 @@
"bMF" = (
/obj/structure/chair/comfy/brown,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -44926,7 +47033,6 @@
/area/crew_quarters/heads/captain)
"bMH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/wood,
@@ -45039,9 +47145,8 @@
dir = 1;
pixel_y = -22
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -45049,6 +47154,8 @@
/area/security/detectives_office)
"bMU" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -45056,18 +47163,28 @@
/area/security/detectives_office)
"bMV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/grimy,
@@ -45075,6 +47192,8 @@
"bMW" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/item/weapon/paper_bin,
@@ -45088,6 +47207,8 @@
},
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/button/door{
@@ -45123,9 +47244,8 @@
/area/security/detectives_office)
"bNa" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -45133,12 +47253,18 @@
/area/security/detectives_office)
"bNb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/window/brigdoor/westright{
@@ -45160,12 +47286,18 @@
/area/security/warden)
"bNd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -45245,6 +47377,8 @@
"bNl" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/portable_atmospherics/canister/air,
@@ -45261,6 +47395,7 @@
charge = 5e+006
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/light{
@@ -45412,10 +47547,11 @@
"bNG" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/space,
@@ -45423,10 +47559,11 @@
"bNH" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/space,
@@ -45482,6 +47619,8 @@
"bNN" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/clipboard,
@@ -45500,6 +47639,7 @@
/area/crew_quarters/heads/chief)
"bNP" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -45576,6 +47716,8 @@
/area/engine/engineering)
"bNW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -45599,6 +47741,7 @@
/area/engine/engineering)
"bNZ" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -45607,9 +47750,13 @@
/area/security/checkpoint/engineering)
"bOa" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/window/brigdoor{
@@ -45622,6 +47769,7 @@
/area/security/checkpoint/engineering)
"bOb" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -45650,6 +47798,8 @@
"bOf" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/engineering{
@@ -45660,6 +47810,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/storage/tech)
"bOg" = (
@@ -45672,6 +47825,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/storage/primary)
"bOh" = (
@@ -45683,6 +47839,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/storage/primary)
"bOi" = (
@@ -45708,6 +47867,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bOk" = (
@@ -45755,6 +47917,8 @@
/area/bridge/meeting_room/council)
"bOo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/light_switch{
@@ -45828,7 +47992,6 @@
"bOy" = (
/obj/structure/table/wood,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/device/flashlight/lamp/green,
@@ -45850,6 +48013,8 @@
/obj/item/weapon/pen/fourcolor,
/obj/item/weapon/stamp/captain,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -45956,6 +48121,8 @@
req_access_txt = "4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
@@ -46023,6 +48190,8 @@
/area/security/brig)
"bOR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -46048,9 +48217,13 @@
/area/security/warden)
"bOT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -46059,6 +48232,7 @@
"bOU" = (
/obj/machinery/computer/prisoner,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -46195,7 +48369,6 @@
pixel_y = 2
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line,
@@ -46203,10 +48376,11 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bPc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/meter,
@@ -46215,7 +48389,6 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bPd" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable/yellow{
@@ -46257,7 +48430,6 @@
pixel_y = 2
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/vault{
@@ -46292,7 +48464,6 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bPl" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/grimy,
@@ -46353,7 +48524,6 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bPq" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/vault,
@@ -46426,7 +48596,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/transit_tube/curved,
@@ -46485,10 +48654,7 @@
},
/area/engine/transit_tube)
"bPA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -46532,6 +48698,8 @@
"bPE" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/cartridge/engineering{
@@ -46547,9 +48715,8 @@
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/heads/chief)
"bPF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/side{
dir = 8;
@@ -46558,10 +48725,11 @@
/area/crew_quarters/heads/chief)
"bPG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/vault{
@@ -46570,12 +48738,18 @@
/area/crew_quarters/heads/chief)
"bPH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -46584,21 +48758,24 @@
req_access_txt = "56"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
"bPI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -46606,35 +48783,40 @@
/area/crew_quarters/heads/chief)
"bPJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/chief)
"bPK" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/chief_engineer,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/chief)
"bPL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -46643,6 +48825,7 @@
/area/crew_quarters/heads/chief)
"bPM" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -46663,12 +48846,13 @@
/area/engine/engineering)
"bPO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/device/radio/beacon,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
@@ -46682,6 +48866,7 @@
/area/engine/engineering)
"bPQ" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -46690,18 +48875,18 @@
pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
/area/engine/engineering)
"bPR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/red/side{
@@ -46715,7 +48900,6 @@
pixel_y = 24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/machinery/button/door{
@@ -46727,6 +48911,7 @@
pixel_y = 36
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plasteel/red/side{
@@ -46735,7 +48920,6 @@
/area/security/checkpoint/engineering)
"bPT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/red/side{
@@ -46744,11 +48928,12 @@
/area/security/checkpoint/engineering)
"bPU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 1
@@ -46777,19 +48962,24 @@
/area/security/checkpoint/engineering)
"bPW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/port)
"bPX" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/corner{
@@ -46802,11 +48992,16 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/port)
"bPZ" = (
@@ -46814,6 +49009,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -46825,6 +49022,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/corner{
@@ -46837,6 +49036,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/corner{
@@ -46845,10 +49046,14 @@
/area/hallway/primary/port)
"bQc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/corner{
@@ -46857,6 +49062,8 @@
/area/hallway/primary/port)
"bQd" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -46868,6 +49075,8 @@
/area/hallway/primary/port)
"bQe" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -46879,9 +49088,13 @@
/area/hallway/primary/port)
"bQf" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -46891,6 +49104,8 @@
/area/hallway/primary/port)
"bQg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -46908,6 +49123,8 @@
/area/hallway/primary/port)
"bQh" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -46921,6 +49138,8 @@
/area/hallway/primary/port)
"bQi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -46930,10 +49149,11 @@
/area/hallway/primary/port)
"bQj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/yellow/corner{
@@ -46943,6 +49163,8 @@
"bQk" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -46954,13 +49176,20 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/port)
"bQl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -46970,7 +49199,6 @@
/area/hallway/primary/central)
"bQm" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner,
@@ -46980,6 +49208,8 @@
/area/crew_quarters/heads/hop)
"bQo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -47026,6 +49256,8 @@
/area/tcommsat/server)
"bQw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -47062,6 +49294,8 @@
dir = 1
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/start/captain,
@@ -47116,6 +49350,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bQF" = (
@@ -47176,6 +49413,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bQK" = (
@@ -47216,6 +49456,8 @@
/area/hallway/primary/starboard)
"bQN" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -47254,7 +49496,6 @@
/area/hallway/primary/starboard)
"bQQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -47286,6 +49527,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bQT" = (
@@ -47315,7 +49559,6 @@
pixel_x = 32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/machinery/light{
@@ -47350,6 +49593,8 @@
/area/security/warden)
"bQY" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -47461,11 +49706,12 @@
},
/area/ai_monitored/turret_protected/aisat_interior)
"bRh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/vault{
@@ -47474,13 +49720,16 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -47489,6 +49738,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/holopad,
@@ -47499,11 +49750,12 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -47511,6 +49763,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -47525,6 +49779,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -47545,10 +49801,11 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault{
@@ -47557,19 +49814,22 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/grimy,
/area/ai_monitored/turret_protected/aisat_interior)
"bRp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -47577,9 +49837,13 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRq" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/mob/living/simple_animal/bot/secbot/pingsky,
@@ -47587,6 +49851,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -47594,16 +49860,19 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRs" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/ai_monitored/turret_protected/aisat_interior)
"bRt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -47612,6 +49881,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -47625,23 +49896,23 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
/area/ai_monitored/turret_protected/aisat_interior)
"bRw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -47649,6 +49920,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -47662,6 +49935,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bRy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -47670,10 +49945,11 @@
/area/aisat)
"bRz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -47682,11 +49958,12 @@
/area/aisat)
"bRA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -47694,6 +49971,8 @@
/area/aisat)
"bRB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -47702,6 +49981,8 @@
/area/aisat)
"bRC" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/holopad,
@@ -47711,11 +49992,12 @@
/area/aisat)
"bRD" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -47835,7 +50117,6 @@
pixel_x = 24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault{
@@ -47845,7 +50126,6 @@
"bRP" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/computer/security/telescreen{
@@ -47874,6 +50154,8 @@
/area/crew_quarters/heads/chief)
"bRS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -47913,6 +50195,8 @@
/area/crew_quarters/heads/chief)
"bRY" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -47930,7 +50214,6 @@
/area/crew_quarters/heads/chief)
"bSa" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -47940,11 +50223,12 @@
/area/engine/engineering)
"bSb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
@@ -47958,10 +50242,12 @@
/area/engine/engineering)
"bSd" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -47970,28 +50256,35 @@
/area/engine/engineering)
"bSe" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/red/side{
dir = 8
},
/area/security/checkpoint/engineering)
"bSf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral,
@@ -47999,15 +50292,21 @@
"bSg" = (
/obj/structure/chair/office/dark,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/engineering)
"bSh" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral,
@@ -48028,7 +50327,6 @@
"bSj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/yellow/corner{
@@ -48037,6 +50335,8 @@
/area/hallway/primary/port)
"bSk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/navbeacon{
@@ -48068,16 +50368,12 @@
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/port)
"bSp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/port)
"bSq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/port)
@@ -48089,6 +50385,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/port)
"bSs" = (
@@ -48101,6 +50400,8 @@
/area/hallway/primary/central)
"bSt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/navbeacon{
@@ -48187,6 +50488,8 @@
/area/crew_quarters/heads/hop)
"bSA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -48212,7 +50515,6 @@
/area/crew_quarters/heads/hop)
"bSD" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -48238,6 +50540,8 @@
/area/tcommsat/server)
"bSG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/fans/tiny,
@@ -48255,7 +50559,6 @@
/area/tcommsat/server)
"bSI" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -48278,6 +50581,8 @@
pixel_y = -26
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -48305,7 +50610,6 @@
dir = 4
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/effect/landmark/start/captain,
@@ -48323,16 +50627,12 @@
name = "Shower"
},
/obj/item/weapon/soap/deluxe,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/captain/private)
"bSQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/camera{
@@ -48346,10 +50646,14 @@
/area/hallway/primary/central)
"bSR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/lightsout,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/navbeacon{
@@ -48360,6 +50664,8 @@
/area/hallway/primary/central)
"bSS" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -48372,6 +50678,8 @@
"bST" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass{
@@ -48380,10 +50688,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bSU" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -48391,50 +50704,66 @@
"bSV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 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/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/starboard)
"bSX" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bSY" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/starboard)
"bSZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/starboard)
"bTa" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -48442,6 +50771,8 @@
/area/hallway/primary/starboard)
"bTb" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
@@ -48449,19 +50780,24 @@
/area/hallway/primary/starboard)
"bTc" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/starboard)
"bTd" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -48470,16 +50806,23 @@
"bTe" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bTf" = (
/obj/item/device/radio/beacon,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/navbeacon{
@@ -48494,10 +50837,11 @@
/area/hallway/primary/starboard)
"bTg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/structure/disposalpipe/sortjunction{
@@ -48511,9 +50855,12 @@
"bTh" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 4;
name = "Brig";
req_access_txt = "63"
},
@@ -48526,13 +50873,20 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/brig)
"bTi" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -48548,9 +50902,13 @@
/area/security/brig)
"bTj" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/poddoor/preopen{
@@ -48568,6 +50926,8 @@
/area/security/brig)
"bTk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -48581,9 +50941,13 @@
/area/security/brig)
"bTl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -48634,9 +50998,13 @@
/area/security/warden)
"bTp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -48644,6 +51012,8 @@
/area/security/warden)
"bTq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -48656,12 +51026,18 @@
"bTr" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/security{
@@ -48674,10 +51050,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/ai_monitored/security/armory)
"bTs" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -48690,6 +51071,8 @@
/area/ai_monitored/security/armory)
"bTt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -48712,10 +51095,11 @@
pixel_y = -3
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/bot,
@@ -48723,6 +51107,8 @@
/area/ai_monitored/security/armory)
"bTv" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -48745,7 +51131,6 @@
},
/obj/machinery/door/window/southright,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -48767,7 +51152,6 @@
"bTz" = (
/obj/structure/sign/nosmoking_2,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/closed/wall/r_wall,
@@ -48787,6 +51171,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -48846,6 +51232,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bTG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -48860,6 +51248,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bTI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -48926,7 +51316,6 @@
/area/aisat)
"bTO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/door/window/southleft,
@@ -49066,6 +51455,7 @@
/area/crew_quarters/heads/chief)
"bUc" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -49079,9 +51469,11 @@
"bUd" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -49113,6 +51505,8 @@
"bUf" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -49136,6 +51530,8 @@
/area/engine/engineering)
"bUi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/light_switch{
@@ -49169,6 +51565,8 @@
/area/security/checkpoint/engineering)
"bUl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/computer/secure_data,
@@ -49193,7 +51591,6 @@
/area/security/checkpoint/engineering)
"bUn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/yellow/corner{
@@ -49205,6 +51602,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -49224,6 +51623,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/port)
"bUr" = (
@@ -49236,7 +51638,6 @@
/area/hallway/primary/port)
"bUs" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -49297,11 +51698,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/port)
"bUy" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -49368,17 +51771,17 @@
/area/crew_quarters/heads/hop)
"bUG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/hop)
"bUH" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/grimy,
@@ -49415,6 +51818,8 @@
/area/tcommsat/server)
"bUM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/command{
@@ -49457,6 +51862,8 @@
req_access_txt = "20"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -49480,7 +51887,6 @@
/area/crew_quarters/heads/captain/private)
"bUU" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -49503,6 +51909,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bUW" = (
@@ -49516,7 +51925,6 @@
/area/hallway/primary/starboard)
"bUX" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -49554,6 +51962,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bVb" = (
@@ -49568,16 +51979,19 @@
/area/hallway/primary/starboard)
"bVc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -49614,6 +52028,8 @@
/area/hallway/primary/starboard)
"bVg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -49627,7 +52043,6 @@
/area/hallway/primary/starboard)
"bVh" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -49660,6 +52075,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
"bVl" = (
@@ -49673,6 +52091,7 @@
/area/hallway/primary/starboard)
"bVn" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -49685,12 +52104,11 @@
/area/security/brig)
"bVo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 4
},
@@ -49698,6 +52116,8 @@
/area/security/brig)
"bVp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/poddoor/preopen{
@@ -49709,6 +52129,7 @@
/area/security/brig)
"bVq" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -49717,15 +52138,21 @@
/area/security/brig)
"bVr" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral,
/area/security/brig)
"bVs" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -49735,12 +52162,18 @@
"bVt" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -49751,19 +52184,24 @@
/area/security/warden)
"bVu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel,
/area/security/warden)
"bVv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/button/door{
@@ -49788,9 +52226,8 @@
req_access_txt = "63"
},
/obj/effect/landmark/start/warden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/security/warden)
@@ -49802,6 +52239,8 @@
"bVx" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/security{
@@ -49811,20 +52250,22 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/ai_monitored/security/armory)
"bVA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -49926,6 +52367,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bVJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -50053,6 +52496,8 @@
"bVZ" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/engineering{
@@ -50063,6 +52508,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"bWa" = (
@@ -50072,6 +52520,8 @@
/area/engine/engineering)
"bWb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -50083,6 +52533,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/engineering)
"bWc" = (
@@ -50101,17 +52554,17 @@
/area/hallway/primary/port)
"bWe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/yellow/side,
/area/hallway/primary/port)
"bWf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/closet/emcloset,
@@ -50129,6 +52582,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"bWi" = (
@@ -50176,6 +52632,7 @@
/area/hallway/primary/central)
"bWo" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -50189,6 +52646,8 @@
"bWp" = (
/obj/machinery/computer/card,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -50197,12 +52656,16 @@
/area/crew_quarters/heads/hop)
"bWq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
"bWr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
@@ -50210,9 +52673,13 @@
/area/crew_quarters/heads/hop)
"bWs" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/grimy,
@@ -50265,6 +52732,8 @@
/area/tcommsat/server)
"bWz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -50313,6 +52782,8 @@
pixel_y = 26
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -50397,6 +52868,8 @@
req_access_txt = "42"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -50418,6 +52891,8 @@
"bWT" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock{
@@ -50479,6 +52954,7 @@
"bWY" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 4;
name = "Brig";
req_access_txt = "63"
},
@@ -50488,6 +52964,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/brig)
"bWZ" = (
@@ -50551,6 +53030,8 @@
/area/security/warden)
"bXf" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -50604,7 +53085,6 @@
"bXk" = (
/obj/structure/chair/office/dark,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/red/corner{
@@ -50651,6 +53131,8 @@
/area/ai_monitored/security/armory)
"bXn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -50673,6 +53155,8 @@
/area/engine/engineering)
"bXp" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/grille,
@@ -50681,6 +53165,8 @@
/area/engine/engineering)
"bXq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/grille,
@@ -50689,6 +53175,8 @@
/area/engine/engineering)
"bXr" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/grille,
@@ -50699,6 +53187,8 @@
/area/engine/engineering)
"bXs" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/grille,
@@ -50707,9 +53197,13 @@
/area/engine/engineering)
"bXt" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/grille,
@@ -50718,6 +53212,8 @@
/area/engine/engineering)
"bXu" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/grille,
@@ -50759,7 +53255,6 @@
"bXz" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/disposalpipe/segment{
@@ -50772,8 +53267,7 @@
/area/engine/engineering)
"bXA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -50790,8 +53284,7 @@
pixel_y = 26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -50818,13 +53311,16 @@
/area/engine/engineering)
"bXD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/sortjunction{
@@ -50838,6 +53334,8 @@
/area/engine/engineering)
"bXE" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -50851,14 +53349,15 @@
/area/engine/engineering)
"bXF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/firealarm{
pixel_y = 24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -50867,16 +53366,21 @@
/area/engine/engineering)
"bXG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -50886,9 +53390,12 @@
/area/engine/engineering)
"bXH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -50897,9 +53404,12 @@
/area/engine/engineering)
"bXI" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/power/smes/engineering{
@@ -50909,6 +53419,7 @@
/area/engine/engineering)
"bXJ" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/smes/engineering{
@@ -50923,11 +53434,16 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"bXL" = (
@@ -50953,6 +53469,7 @@
pixel_x = 26
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plating,
@@ -51027,7 +53544,6 @@
/area/library)
"bXX" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/item/device/radio/intercom{
@@ -51040,11 +53556,12 @@
/area/hallway/primary/central)
"bXY" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
@@ -51060,7 +53577,6 @@
"bYb" = (
/obj/machinery/computer/secure_data,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -51069,6 +53585,8 @@
/area/crew_quarters/heads/hop)
"bYc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -51083,6 +53601,8 @@
/area/crew_quarters/heads/hop)
"bYe" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/camera{
@@ -51099,6 +53619,8 @@
/area/tcommsat/server)
"bYf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -51109,13 +53631,14 @@
/area/tcommsat/server)
"bYg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 2;
external_pressure_bound = 140;
name = "server vent";
- on = 1;
pressure_checks = 0
},
/turf/open/floor/plasteel/vault{
@@ -51126,6 +53649,8 @@
/area/tcommsat/server)
"bYh" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -51136,6 +53661,8 @@
/area/tcommsat/server)
"bYi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -51148,10 +53675,14 @@
"bYj" = (
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/folder/yellow,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/circuit/green{
@@ -51162,17 +53693,14 @@
/area/tcommsat/server)
"bYl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 2;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- name = "server vent";
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/turf/open/floor/plasteel/vault{
dir = 5;
@@ -51182,6 +53710,8 @@
/area/tcommsat/server)
"bYm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -51192,6 +53722,8 @@
/area/tcommsat/server)
"bYn" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/vault{
@@ -51213,6 +53745,8 @@
/area/crew_quarters/heads/captain/private)
"bYp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -51229,7 +53763,6 @@
/area/crew_quarters/heads/captain/private)
"bYr" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/wood,
@@ -51255,7 +53788,6 @@
"bYu" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/grimy,
@@ -51271,7 +53803,6 @@
"bYw" = (
/obj/machinery/vending/snack/random,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/extinguisher_cabinet{
@@ -51335,6 +53866,8 @@
pixel_y = 26
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -51375,6 +53908,8 @@
/area/lawoffice)
"bYK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -51427,7 +53962,6 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/red/corner{
@@ -51436,11 +53970,12 @@
/area/security/brig)
"bYQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/security/brig)
@@ -51469,6 +54004,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/ai_monitored/security/armory)
"bYU" = (
@@ -51512,6 +54050,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"bZa" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -51564,6 +54104,8 @@
/area/engine/engineering)
"bZh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/grille,
@@ -51574,6 +54116,8 @@
/area/engine/engineering)
"bZi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/grille,
@@ -51584,6 +54128,8 @@
/area/engine/engineering)
"bZj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -51591,21 +54137,29 @@
/area/engine/engineering)
"bZk" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "External Containment Access";
req_access_txt = "10; 13"
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"bZl" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/fans/tiny,
@@ -51615,6 +54169,8 @@
/area/engine/engineering)
"bZm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -51625,34 +54181,43 @@
"bZn" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/engine/engineering)
"bZo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/yellow,
/area/engine/engineering)
"bZp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/engine/engineering)
"bZq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow,
/area/engine/engineering)
"bZr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -51664,10 +54229,14 @@
"bZs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -51678,28 +54247,29 @@
/area/engine/engineering)
"bZt" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/engine/engineering)
"bZv" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -51710,9 +54280,13 @@
"bZw" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/airlock/glass_engineering{
@@ -51720,22 +54294,22 @@
req_access_txt = "32"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"bZx" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
icon_state = "0-2";
@@ -51748,12 +54322,10 @@
/area/engine/engineering)
"bZy" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
icon_state = "0-2";
@@ -51771,14 +54343,12 @@
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{
- icon_state = "intact";
dir = 10
},
/obj/structure/cable{
@@ -51802,6 +54372,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -51821,6 +54393,8 @@
/area/maintenance/port)
"bZF" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -51847,15 +54421,13 @@
/area/library)
"bZI" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/library)
"bZJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -51885,10 +54457,7 @@
/obj/structure/chair/office/dark{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/library)
"bZN" = (
@@ -51904,7 +54473,6 @@
/area/library)
"bZO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/blue/corner,
@@ -51918,15 +54486,16 @@
/turf/open/floor/plating,
/area/hallway/primary/central)
"bZQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bZR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
@@ -51936,12 +54505,18 @@
/area/crew_quarters/heads/hop)
"bZS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -51953,6 +54528,7 @@
pixel_x = 26
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -51981,6 +54557,8 @@
/area/tcommsat/server)
"bZW" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/vault{
@@ -51992,10 +54570,11 @@
"bZX" = (
/obj/machinery/telecomms/broadcaster/preset_left,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/circuit{
@@ -52006,10 +54585,11 @@
/area/tcommsat/server)
"bZY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -52021,10 +54601,11 @@
"bZZ" = (
/obj/machinery/message_server,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/circuit/green{
@@ -52035,11 +54616,12 @@
/area/tcommsat/server)
"caa" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -52051,16 +54633,21 @@
"cab" = (
/obj/machinery/telecomms/hub/preset,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/circuit/green{
@@ -52072,10 +54659,11 @@
"cad" = (
/obj/machinery/blackbox_recorder,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/circuit/green{
@@ -52087,10 +54675,11 @@
"cae" = (
/obj/machinery/telecomms/broadcaster/preset_right,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/circuit{
@@ -52101,13 +54690,15 @@
/area/tcommsat/server)
"caf" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 4
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/vault{
@@ -52144,6 +54735,8 @@
icon_state = "comfychair"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/landmark/start/captain,
@@ -52155,12 +54748,11 @@
/area/crew_quarters/heads/captain/private)
"caj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -52169,9 +54761,13 @@
"cak" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -52183,11 +54779,12 @@
/area/crew_quarters/heads/captain/private)
"cal" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
@@ -52197,6 +54794,8 @@
req_access_txt = "20"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/grimy,
@@ -52263,16 +54862,19 @@
/area/security/courtroom)
"cau" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/security/courtroom)
"cav" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -52282,9 +54884,13 @@
/area/security/courtroom)
"caw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -52292,6 +54898,8 @@
/area/security/courtroom)
"cax" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -52304,6 +54912,8 @@
"cay" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock{
@@ -52318,9 +54928,13 @@
/area/lawoffice)
"caz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -52330,6 +54944,8 @@
/area/lawoffice)
"caA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -52340,9 +54956,13 @@
"caB" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -52353,11 +54973,12 @@
/area/lawoffice)
"caC" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/start/lawyer,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/grimy,
@@ -52373,6 +54994,8 @@
"caE" = (
/obj/machinery/computer/security,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
@@ -52384,10 +55007,7 @@
dir = 1
},
/obj/effect/landmark/start/security_officer,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/red/side{
dir = 1
},
@@ -52395,6 +55015,8 @@
"caG" = (
/obj/machinery/computer/secure_data,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/button/flasher{
@@ -52433,17 +55055,13 @@
/area/security/brig)
"caI" = (
/obj/structure/chair,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/red/side{
dir = 1
},
/area/security/brig)
"caJ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/red/corner{
@@ -52452,9 +55070,13 @@
/area/security/brig)
"caK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/landmark/lightsout,
@@ -52466,6 +55088,8 @@
"caL" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -52479,6 +55103,8 @@
/area/security/brig)
"caM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -52490,6 +55116,8 @@
/area/security/brig)
"caN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -52501,9 +55129,13 @@
/area/security/brig)
"caO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -52515,6 +55147,7 @@
/area/security/brig)
"caP" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -52557,7 +55190,6 @@
/area/security/brig)
"caS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/red/side{
@@ -52607,13 +55239,14 @@
/area/ai_monitored/turret_protected/ai_upload)
"caY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/circuit/green,
/area/ai_monitored/turret_protected/ai_upload)
"caZ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -52632,7 +55265,6 @@
/area/ai_monitored/turret_protected/ai_upload)
"cbb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/circuit/green,
@@ -52678,7 +55310,6 @@
"cbg" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/status_display{
@@ -52695,7 +55326,6 @@
/area/engine/engineering)
"cbi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/corner{
@@ -52705,8 +55335,7 @@
/area/engine/engineering)
"cbj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
d1 = 2;
@@ -52718,12 +55347,13 @@
/area/engine/engineering)
"cbk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
@@ -52746,8 +55376,7 @@
/area/engine/engineering)
"cbm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
@@ -52759,8 +55388,7 @@
/area/engine/engineering)
"cbn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
@@ -52768,6 +55396,8 @@
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -52778,13 +55408,13 @@
"cbo" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
@@ -52795,9 +55425,8 @@
/area/engine/engineering)
"cbp" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable{
d1 = 4;
@@ -52805,6 +55434,8 @@
icon_state = "4-8"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -52821,6 +55452,8 @@
icon_state = "4-8"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -52835,11 +55468,12 @@
pixel_x = 26;
pixel_y = -26
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -52858,6 +55492,8 @@
"cbt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -52875,6 +55511,8 @@
/area/maintenance/port)
"cbw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -52892,15 +55530,13 @@
/turf/open/floor/wood,
/area/library)
"cby" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/library)
"cbz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/grimy,
@@ -52948,11 +55584,12 @@
/area/crew_quarters/heads/hop)
"cbG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/hop)
@@ -52970,13 +55607,14 @@
},
/obj/item/weapon/storage/lockbox/loyalty,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
"cbJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -53003,6 +55641,8 @@
"cbM" = (
/obj/machinery/ntnet_relay,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/circuit/green{
@@ -53021,6 +55661,8 @@
/area/tcommsat/server)
"cbO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -53052,7 +55694,6 @@
},
/obj/item/weapon/reagent_containers/food/drinks/flask/gold,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/item/weapon/razor,
@@ -53078,6 +55719,8 @@
/area/crew_quarters/heads/captain/private)
"cbT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -53094,7 +55737,6 @@
pixel_y = -26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/machinery/camera{
@@ -53139,7 +55781,6 @@
/area/security/courtroom)
"cbZ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -53162,9 +55803,8 @@
/obj/structure/chair{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -53189,6 +55829,8 @@
/area/security/courtroom)
"cce" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -53197,7 +55839,6 @@
/area/security/courtroom)
"ccf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral/side{
@@ -53237,17 +55878,17 @@
/area/lawoffice)
"ccj" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/newscaster{
pixel_x = -32
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/wood,
@@ -53270,21 +55911,20 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/lawoffice)
"ccm" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment{
@@ -53302,6 +55942,8 @@
/area/lawoffice)
"cco" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table/reinforced,
@@ -53316,13 +55958,14 @@
/area/security/brig)
"ccp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/neutral,
/area/security/brig)
"ccq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/filingcabinet/chestdrawer,
@@ -53343,6 +55986,8 @@
/area/security/brig)
"ccs" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -53350,12 +55995,18 @@
/area/security/brig)
"cct" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/window/brigdoor/westright{
@@ -53369,32 +56020,40 @@
/area/security/brig)
"ccu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel,
/area/security/brig)
"ccv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral,
/area/security/brig)
"ccw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -53402,6 +56061,7 @@
/area/security/brig)
"ccx" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -53435,20 +56095,25 @@
/area/security/brig)
"ccA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/landmark/start/security_officer,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/security/brig)
"ccB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/security_officer,
@@ -53457,6 +56122,8 @@
"ccC" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/bot,
@@ -53464,17 +56131,20 @@
/area/security/brig)
"ccD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/security_officer,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/security/brig)
"ccE" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -53489,6 +56159,8 @@
pixel_y = 32
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
@@ -53511,9 +56183,11 @@
/area/space)
"ccH" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -53526,6 +56200,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"ccI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/table/reinforced,
@@ -53546,6 +56222,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"ccJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -53554,19 +56232,24 @@
/area/ai_monitored/turret_protected/ai_upload)
"ccK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/circuit/green,
/area/ai_monitored/turret_protected/ai_upload)
"ccL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -53578,12 +56261,18 @@
/area/ai_monitored/turret_protected/ai_upload)
"ccM" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/holopad,
@@ -53596,10 +56285,11 @@
/area/ai_monitored/turret_protected/ai_upload)
"ccN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault{
@@ -53608,6 +56298,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"ccO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -53615,6 +56307,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"ccP" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/table/reinforced,
@@ -53639,9 +56333,11 @@
/area/ai_monitored/turret_protected/ai_upload)
"ccQ" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -53727,6 +56423,8 @@
/area/engine/engineering)
"cda" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -53744,6 +56442,8 @@
"cdc" = (
/obj/machinery/vending/engivend,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/delivery,
@@ -53754,6 +56454,8 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -53768,6 +56470,7 @@
pixel_y = -32
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/camera{
@@ -53799,6 +56502,8 @@
"cdi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -53902,6 +56607,8 @@
"cdx" = (
/obj/machinery/computer/security/mining,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -53911,6 +56618,8 @@
"cdy" = (
/obj/structure/chair/office/dark,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/head_of_personnel,
@@ -53927,6 +56636,8 @@
/area/crew_quarters/heads/hop)
"cdA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/circuit/green{
@@ -53992,6 +56703,8 @@
req_access_txt = "20"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -53999,6 +56712,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/heads/captain/private)
"cdJ" = (
@@ -54051,6 +56767,8 @@
/area/security/courtroom)
"cdP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -54074,7 +56792,6 @@
/obj/structure/table/wood,
/obj/item/weapon/paper_bin,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/blue/side{
@@ -54098,9 +56815,8 @@
pixel_y = 3
},
/obj/effect/landmark/start/lawyer,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/lawoffice)
@@ -54129,6 +56845,8 @@
/area/lawoffice)
"cdW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -54149,14 +56867,15 @@
/area/lawoffice)
"cdZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/sign/nanotrasen{
pixel_y = -32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Security - Brig Desk";
@@ -54167,9 +56886,13 @@
/area/security/brig)
"cea" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/extinguisher_cabinet{
@@ -54189,9 +56912,13 @@
req_access_txt = "63"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -54203,6 +56930,8 @@
/area/security/brig)
"cec" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -54212,6 +56941,8 @@
/area/security/brig)
"ced" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/chair{
@@ -54231,6 +56962,8 @@
/area/security/brig)
"cef" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -54240,7 +56973,6 @@
/area/security/brig)
"ceg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -54279,6 +57011,8 @@
pixel_y = -32
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
@@ -54290,9 +57024,13 @@
/obj/machinery/recharger,
/obj/machinery/light,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side,
@@ -54303,6 +57041,8 @@
pixel_y = -32
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side,
@@ -54311,6 +57051,8 @@
/obj/structure/table/reinforced,
/obj/machinery/recharger,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/red/side,
@@ -54335,9 +57077,8 @@
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/ai_upload)
"ceq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -54345,10 +57086,11 @@
/area/ai_monitored/turret_protected/ai_upload)
"cer" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/circuit/green,
@@ -54361,6 +57103,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"cet" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -54375,15 +57119,13 @@
/area/ai_monitored/turret_protected/ai_upload)
"cev" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/circuit/green,
/area/ai_monitored/turret_protected/ai_upload)
"cew" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -54546,6 +57288,8 @@
"ceP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -54598,7 +57342,6 @@
/area/hallway/primary/central)
"ceW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/camera{
@@ -54637,6 +57380,8 @@
"cfb" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -54659,6 +57404,8 @@
/area/tcommsat/server)
"cff" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/command{
@@ -54703,6 +57450,8 @@
/area/teleporter)
"cfl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/camera/motion{
@@ -54725,6 +57474,8 @@
/area/teleporter)
"cfm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -54738,10 +57489,11 @@
/area/teleporter)
"cfn" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/disposalpipe/segment{
@@ -54763,7 +57515,6 @@
/area/teleporter)
"cfq" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -54787,7 +57538,6 @@
/area/security/courtroom)
"cft" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -54828,6 +57578,8 @@
/area/security/courtroom)
"cfz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -54884,6 +57636,8 @@
/area/lawoffice)
"cfG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -54901,24 +57655,30 @@
/area/lawoffice)
"cfI" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
/area/security/brig)
"cfJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -54927,16 +57687,19 @@
req_access_txt = "63"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/brig)
"cfK" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -54952,9 +57715,8 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -54982,6 +57744,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"cfO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -54989,6 +57753,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"cfP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/ai_slipper{
@@ -55120,10 +57886,14 @@
"cgd" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -55133,6 +57903,8 @@
/area/engine/engineering)
"cge" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
@@ -55141,6 +57913,8 @@
/area/engine/engineering)
"cgf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/station_engineer,
@@ -55149,6 +57923,7 @@
"cgg" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -55191,6 +57966,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -55208,7 +57985,6 @@
/area/library)
"cgn" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/grimy,
@@ -55235,7 +58011,6 @@
/area/library)
"cgr" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/grimy,
@@ -55281,6 +58056,8 @@
/area/crew_quarters/heads/hop)
"cgw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -55305,6 +58082,8 @@
/area/teleporter)
"cgA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -55316,13 +58095,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plating{
- icon_state = "plating_warn_side"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plating,
/area/teleporter)
"cgB" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/machinery/light{
@@ -55388,7 +58167,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/vault{
@@ -55419,6 +58197,8 @@
/area/security/courtroom)
"cgL" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -55429,7 +58209,6 @@
"cgM" = (
/obj/structure/table/wood,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/blue/side{
@@ -55457,6 +58236,8 @@
/area/lawoffice)
"cgQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -55468,9 +58249,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plating{
- icon_state = "plating_warn_side"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/turf/open/floor/plating,
/area/lawoffice)
"cgR" = (
/obj/effect/decal/cleanable/cobweb,
@@ -55554,10 +58336,11 @@
/area/security/range)
"cgZ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -55611,9 +58394,8 @@
/area/security/range)
"che" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -55652,6 +58434,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"chk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/flasher{
@@ -55665,6 +58449,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"chl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/circuit/green,
@@ -55788,9 +58574,8 @@
/turf/open/floor/plating,
/area/maintenance/port)
"chD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/obj/effect/turf_decal/stripes/line,
@@ -55817,6 +58602,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"chG" = (
@@ -55831,6 +58619,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plating,
@@ -55840,6 +58630,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -55850,6 +58642,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -55861,6 +58655,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -55868,16 +58664,21 @@
"chL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/delivery,
@@ -55889,6 +58690,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -55897,10 +58700,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/library)
"chN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -55910,6 +58718,8 @@
/area/library)
"chO" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -55920,7 +58730,6 @@
/area/library)
"chP" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/grimy,
@@ -55962,7 +58771,6 @@
/area/crew_quarters/heads/hop)
"chX" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/extinguisher_cabinet{
@@ -55972,6 +58780,8 @@
/area/crew_quarters/heads/hop)
"chY" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment,
@@ -55979,15 +58789,16 @@
/area/crew_quarters/heads/hop)
"chZ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/hop)
"cia" = (
@@ -56006,6 +58817,8 @@
/area/tcommsat/server)
"cic" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -56049,6 +58862,7 @@
pixel_y = 28
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/disposalpipe/segment{
@@ -56072,6 +58886,8 @@
/area/teleporter)
"cii" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -56116,6 +58932,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/teleporter)
"cim" = (
@@ -56139,9 +58958,8 @@
/obj/structure/chair{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -56153,7 +58971,6 @@
},
/obj/effect/landmark/start/assistant,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -56178,6 +58995,8 @@
/area/security/courtroom)
"cis" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side,
@@ -56207,6 +59026,8 @@
"ciw" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/landmark/blobstart,
@@ -56221,6 +59042,8 @@
"cix" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -56232,6 +59055,8 @@
/area/maintenance/starboard)
"ciy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -56243,13 +59068,16 @@
"ciz" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/structure/disposalpipe/junction{
@@ -56260,6 +59088,8 @@
/area/maintenance/starboard)
"ciA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/light/small{
@@ -56277,6 +59107,8 @@
/area/maintenance/starboard)
"ciB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -56289,6 +59121,8 @@
/area/maintenance/starboard)
"ciC" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/blobstart,
@@ -56303,6 +59137,8 @@
"ciD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -56317,6 +59153,8 @@
"ciE" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -56330,6 +59168,8 @@
"ciF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -56342,13 +59182,16 @@
/area/maintenance/starboard)
"ciG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/junction{
@@ -56375,15 +59218,14 @@
/area/security/range)
"ciI" = (
/obj/structure/cable/white{
+ 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 = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -56394,15 +59236,23 @@
/area/security/range)
"ciJ" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -56414,11 +59264,12 @@
/area/security/range)
"ciK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment{
@@ -56432,6 +59283,8 @@
/area/security/range)
"ciL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/window/brigdoor/westright{
@@ -56442,12 +59295,16 @@
/area/security/range)
"ciM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
/area/security/range)
"ciN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -56456,9 +59313,13 @@
/area/security/range)
"ciO" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/target/syndicate,
@@ -56468,6 +59329,7 @@
/area/security/range)
"ciP" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -56517,6 +59379,8 @@
/area/ai_monitored/turret_protected/ai_upload)
"ciT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table/reinforced,
@@ -56614,6 +59478,9 @@
dir = 2
},
/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"cjc" = (
@@ -56631,7 +59498,6 @@
/obj/item/device/flashlight,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/device/radio/intercom{
@@ -56651,7 +59517,6 @@
"cjg" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -56662,6 +59527,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -56685,10 +59552,11 @@
/area/library)
"cjk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/grimy,
@@ -56756,9 +59624,8 @@
pixel_y = 26
},
/obj/effect/landmark/start/head_of_personnel,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/hop)
@@ -56781,6 +59648,8 @@
/area/crew_quarters/heads/hop)
"cjx" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -56791,6 +59660,8 @@
/area/crew_quarters/heads/hop)
"cjy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -56798,10 +59669,11 @@
/area/crew_quarters/heads/hop)
"cjz" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/grimy,
@@ -56844,6 +59716,8 @@
/area/tcommsat/server)
"cjE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -56856,9 +59730,8 @@
/area/tcommsat/server)
"cjF" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/landmark/xeno_spawn,
/obj/effect/turf_decal/stripes/line{
@@ -56892,7 +59765,6 @@
/area/teleporter)
"cjI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral,
@@ -56906,6 +59778,8 @@
"cjK" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -56920,6 +59794,8 @@
/area/teleporter)
"cjL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -56934,13 +59810,16 @@
/area/teleporter)
"cjM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/junction{
@@ -56951,6 +59830,8 @@
/area/teleporter)
"cjN" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -57022,17 +59903,17 @@
/area/security/courtroom)
"cjU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/security/courtroom)
"cjV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -57051,6 +59932,8 @@
"cjY" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -57070,7 +59953,6 @@
/obj/structure/girder,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -57121,7 +60003,6 @@
"ckg" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/side,
@@ -57129,6 +60010,8 @@
"ckh" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -57152,6 +60035,7 @@
pixel_x = -26
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -57161,9 +60045,13 @@
/area/security/range)
"ckk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -57228,9 +60116,8 @@
"ckp" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
@@ -57243,6 +60130,8 @@
/area/security/range)
"ckr" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -57416,6 +60305,8 @@
"ckL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -57431,18 +60322,23 @@
pixel_y = 3
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/wood,
/area/library)
"ckN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/wood,
/area/library)
"ckO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -57467,7 +60363,6 @@
},
/obj/effect/landmark/start/librarian,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/carpet,
@@ -57509,6 +60404,8 @@
"ckY" = (
/obj/machinery/disposal/bin,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/trunk{
@@ -57530,6 +60427,8 @@
pixel_y = -26
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -57546,9 +60445,8 @@
pixel_x = -23
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -57557,7 +60455,6 @@
/obj/machinery/light,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -57567,6 +60464,8 @@
/area/tcommsat/server)
"cle" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -57609,7 +60508,6 @@
/area/teleporter)
"cli" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/delivery,
@@ -57620,9 +60518,8 @@
pixel_x = -7;
pixel_y = -26
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/camera{
c_tag = "Bridge - Teleporter";
@@ -57638,7 +60535,6 @@
/area/teleporter)
"cll" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line,
@@ -57650,9 +60546,8 @@
dir = 1;
pixel_y = -22
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -57661,6 +60556,8 @@
/area/teleporter)
"cln" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -57703,12 +60600,16 @@
/area/security/courtroom)
"clt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral/side,
/area/security/courtroom)
"clu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side,
@@ -57720,6 +60621,7 @@
pixel_x = 26
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/neutral/side,
@@ -57730,12 +60632,17 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
"clx" = (
@@ -57752,6 +60659,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -57759,6 +60668,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard)
"clA" = (
@@ -57780,11 +60692,16 @@
req_access_txt = "63"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/range)
"clC" = (
@@ -57841,6 +60758,8 @@
/area/space)
"clM" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -57890,6 +60809,9 @@
dir = 8
},
/obj/structure/barricade/wooden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"clT" = (
@@ -57931,10 +60853,11 @@
/area/engine/engineering)
"clW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/corner{
@@ -57944,8 +60867,7 @@
/area/engine/engineering)
"clX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -57958,19 +60880,20 @@
name = "Engineering Secure Storage Lockdown"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"clZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -57981,8 +60904,7 @@
/obj/machinery/shieldgen,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -57990,8 +60912,7 @@
"cmb" = (
/obj/machinery/field/generator,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -58000,7 +60921,6 @@
/obj/machinery/field/generator,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/bot,
@@ -58029,6 +60949,8 @@
/area/maintenance/port)
"cmh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -58063,15 +60985,13 @@
/area/library)
"cmn" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/carpet,
/area/library)
"cmo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/library)
@@ -58098,6 +61018,8 @@
/area/crew_quarters/heads/hop)
"cms" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -58118,6 +61040,7 @@
/area/hallway/secondary/command)
"cmu" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -58131,6 +61054,8 @@
/area/hallway/secondary/command)
"cmw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -58144,6 +61069,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/command)
"cmx" = (
@@ -58156,6 +61084,9 @@
dir = 2
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/teleporter)
"cmy" = (
@@ -58172,6 +61103,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/teleporter)
"cmz" = (
@@ -58183,6 +61117,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/teleporter)
"cmA" = (
@@ -58215,8 +61152,7 @@
"cmE" = (
/obj/machinery/vending/cigarette,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Courtroom - Aft";
@@ -58234,7 +61170,6 @@
"cmG" = (
/obj/structure/table/wood,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/weapon/paper_bin,
@@ -58262,6 +61197,8 @@
/area/security/courtroom)
"cmL" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -58309,6 +61246,8 @@
/area/maintenance/starboard)
"cmR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -58322,6 +61261,8 @@
/area/maintenance/starboard)
"cmT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -58456,8 +61397,7 @@
/area/engine/engineering)
"cnm" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -58491,6 +61431,8 @@
"cnp" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable{
@@ -58504,18 +61446,18 @@
/area/engine/engineering)
"cnq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- 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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -58531,6 +61473,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"cnt" = (
@@ -58561,9 +61506,8 @@
/obj/structure/sign/fire{
pixel_x = 32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/end{
dir = 4
@@ -58582,9 +61526,8 @@
"cny" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -58622,6 +61565,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"cnC" = (
@@ -58634,10 +61580,11 @@
"cnD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -58670,7 +61617,6 @@
/area/library)
"cnG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/carpet,
@@ -58685,17 +61631,17 @@
/obj/item/device/taperecorder,
/obj/structure/noticeboard{
dir = 8;
- icon_state = "nboard00";
pixel_x = 32
},
/turf/open/floor/plasteel/grimy,
/area/library)
"cnJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral,
@@ -58717,6 +61663,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/command)
"cnM" = (
@@ -58729,7 +61678,6 @@
/area/hallway/secondary/command)
"cnN" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -58738,6 +61686,8 @@
/area/hallway/secondary/command)
"cnO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -58767,6 +61717,8 @@
/area/hallway/secondary/command)
"cnR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -58795,6 +61747,8 @@
/area/hallway/secondary/command)
"cnT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -58825,7 +61779,6 @@
/area/hallway/secondary/command)
"cnW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/item/device/radio/intercom{
@@ -58838,6 +61791,8 @@
/area/hallway/secondary/command)
"cnX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -58877,10 +61832,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -58911,13 +61863,11 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/hallway/primary/central)
"cof" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -58997,9 +61947,8 @@
},
/area/security/courtroom)
"con" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -59007,6 +61956,8 @@
/area/security/courtroom)
"coo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/extinguisher_cabinet{
@@ -59038,7 +61989,6 @@
/area/crew_quarters/locker)
"cor" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -59047,7 +61997,6 @@
/area/crew_quarters/locker)
"cos" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral/corner{
@@ -59056,7 +62005,6 @@
/area/crew_quarters/locker)
"cot" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -59065,7 +62013,6 @@
/area/crew_quarters/locker)
"cou" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/item/weapon/storage/pod{
@@ -59084,10 +62031,11 @@
/area/maintenance/starboard)
"cow" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -59108,6 +62056,8 @@
/area/maintenance/starboard)
"coz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -59116,32 +62066,41 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
"coA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/maintenance/starboard)
"coB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/starboard)
"coC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -59153,6 +62112,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/starboard)
"coD" = (
@@ -59160,6 +62122,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/turf/open/floor/plating,
/area/maintenance/starboard)
"coE" = (
@@ -59171,9 +62136,8 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -59189,9 +62153,8 @@
/obj/structure/window/reinforced{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -59227,9 +62190,8 @@
/turf/open/floor/plating,
/area/engine/engineering)
"coQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
@@ -59255,8 +62217,7 @@
/area/engine/engineering)
"coS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -59268,12 +62229,13 @@
/area/engine/engineering)
"coT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/corner,
/turf/open/floor/plasteel,
@@ -59281,8 +62243,7 @@
"coU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -59296,19 +62257,20 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/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/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -59425,25 +62387,32 @@
/area/library)
"cpm" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
"cpn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -59454,6 +62423,8 @@
/area/hallway/primary/central)
"cpo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -59466,10 +62437,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/command)
"cpp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -59481,13 +62457,16 @@
/area/hallway/secondary/command)
"cpq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -59496,14 +62475,15 @@
/area/hallway/secondary/command)
"cpr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 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/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/light,
/turf/open/floor/plasteel/neutral/corner{
@@ -59512,6 +62492,8 @@
/area/hallway/secondary/command)
"cps" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -59528,9 +62510,13 @@
/area/hallway/secondary/command)
"cpt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -59543,6 +62529,8 @@
/area/hallway/secondary/command)
"cpu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -59552,12 +62540,18 @@
/area/hallway/secondary/command)
"cpv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -59569,6 +62563,8 @@
/area/hallway/secondary/command)
"cpw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -59581,6 +62577,8 @@
/area/hallway/secondary/command)
"cpx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/sign/electricshock{
@@ -59588,10 +62586,11 @@
pixel_y = -32
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -59600,6 +62599,8 @@
/area/hallway/secondary/command)
"cpy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -59615,6 +62616,8 @@
/area/hallway/secondary/command)
"cpz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/chair/comfy/black,
@@ -59626,12 +62629,18 @@
/area/hallway/secondary/command)
"cpA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/item/device/radio/beacon,
@@ -59645,6 +62654,8 @@
/area/hallway/secondary/command)
"cpB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/chair/comfy/black,
@@ -59659,6 +62670,8 @@
/area/hallway/secondary/command)
"cpC" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/table/wood,
@@ -59673,6 +62686,8 @@
/area/hallway/secondary/command)
"cpD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/sign/electricshock{
@@ -59687,6 +62702,8 @@
/area/hallway/secondary/command)
"cpE" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -59697,12 +62714,18 @@
/area/hallway/secondary/command)
"cpF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -59712,6 +62735,8 @@
/area/hallway/secondary/command)
"cpG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -59721,19 +62746,24 @@
/area/hallway/secondary/command)
"cpH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner,
/area/hallway/secondary/command)
"cpI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -59744,6 +62774,8 @@
/area/hallway/secondary/command)
"cpJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -59757,6 +62789,8 @@
/area/hallway/secondary/command)
"cpK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -59768,10 +62802,11 @@
/area/hallway/secondary/command)
"cpL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -59780,14 +62815,17 @@
/area/hallway/primary/central)
"cpM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
@@ -59807,6 +62845,8 @@
/area/security/courtroom)
"cpP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -59831,7 +62871,6 @@
/area/crew_quarters/locker)
"cpT" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -59856,12 +62895,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
"cpW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/delivery,
@@ -59870,6 +62911,8 @@
"cpX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -60008,6 +63051,8 @@
/area/engine/engineering)
"cqm" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable{
@@ -60046,6 +63091,8 @@
"cqq" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -60194,6 +63241,8 @@
/area/ai_monitored/storage/eva)
"cqI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -60206,6 +63255,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"cqJ" = (
@@ -60219,6 +63271,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"cqK" = (
@@ -60229,11 +63284,9 @@
/area/hallway/secondary/command)
"cqL" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -60253,14 +63306,15 @@
},
/area/hallway/secondary/command)
"cqN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/command)
"cqO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/holopad,
@@ -60269,9 +63323,8 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/command)
"cqP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/command)
@@ -60286,7 +63339,6 @@
/area/hallway/secondary/command)
"cqR" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/light{
@@ -60303,6 +63355,8 @@
/area/gateway)
"cqU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -60315,6 +63369,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/gateway)
"cqV" = (
@@ -60344,13 +63401,11 @@
"cqZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/hallway/primary/central)
"cra" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -60375,6 +63430,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"crc" = (
@@ -60459,11 +63517,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"crj" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -60490,10 +63550,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
"crl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -60545,16 +63610,12 @@
/obj/structure/table,
/obj/item/device/camera,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- 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
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/locker)
"crs" = (
@@ -60581,6 +63642,8 @@
"crv" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -60664,7 +63727,6 @@
/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,
@@ -60676,6 +63738,8 @@
/area/engine/engineering)
"crH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/status_display{
@@ -60693,6 +63757,8 @@
"crJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -60739,12 +63805,7 @@
/turf/open/floor/plasteel/black,
/area/library)
"crP" = (
-/obj/structure/closet/crate,
-/obj/item/clothing/shoes/workboots/mining,
-/obj/item/clothing/under/rank/curator/treasure_hunter,
-/obj/item/clothing/suit/curator,
-/obj/item/clothing/head/curator,
-/obj/item/weapon/storage/backpack/satchel/explorer,
+/obj/structure/closet/wardrobe/curator,
/turf/open/floor/plasteel/black,
/area/library)
"crQ" = (
@@ -60805,6 +63866,8 @@
/area/ai_monitored/storage/eva)
"crX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -60827,6 +63890,7 @@
pixel_y = 26
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -60873,6 +63937,7 @@
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -60881,9 +63946,13 @@
/area/hallway/secondary/command)
"cse" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -60893,6 +63962,8 @@
/area/hallway/secondary/command)
"csf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/table/wood,
@@ -60901,6 +63972,8 @@
/area/hallway/secondary/command)
"csg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/chair/comfy/black{
@@ -60911,15 +63984,21 @@
/area/hallway/secondary/command)
"csh" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/blue/corner,
/area/hallway/secondary/command)
"csi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/chair/comfy/black{
@@ -60929,6 +64008,8 @@
/area/hallway/secondary/command)
"csj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -60938,6 +64019,8 @@
/area/hallway/secondary/command)
"csk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -60949,6 +64032,7 @@
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -60963,6 +64047,7 @@
/area/gateway)
"csn" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/apc{
@@ -60978,6 +64063,8 @@
/area/gateway)
"cso" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/light_switch{
@@ -61012,7 +64099,6 @@
"csr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/airalarm{
@@ -61020,7 +64106,6 @@
pixel_x = -22
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/hallway/primary/central)
@@ -61036,16 +64121,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
"csw" = (
@@ -61061,12 +64146,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"csz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
@@ -61083,6 +64170,8 @@
/area/crew_quarters/locker)
"csC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -61104,7 +64193,6 @@
/obj/structure/table,
/obj/item/toy/cards/deck,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/neutral,
@@ -61124,11 +64212,9 @@
/area/crew_quarters/locker)
"csI" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/closet/wardrobe/black,
@@ -61145,10 +64231,11 @@
"csK" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/structure/disposalpipe/segment{
@@ -61160,6 +64247,8 @@
"csL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -61175,6 +64264,8 @@
/area/maintenance/starboard)
"csM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -61193,6 +64284,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -61204,14 +64297,18 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"csO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/disposalpipe/segment{
@@ -61223,6 +64320,8 @@
/area/crew_quarters/fitness/recreation)
"csP" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
@@ -61314,6 +64413,8 @@
/area/engine/engineering)
"ctb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/airalarm{
@@ -61372,6 +64473,8 @@
/area/engine/storage)
"cth" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plating,
@@ -61379,6 +64482,8 @@
"cti" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -61387,6 +64492,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -61395,6 +64502,8 @@
/area/maintenance/port)
"ctk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -61402,6 +64511,8 @@
"ctl" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -61410,6 +64521,8 @@
/area/maintenance/port)
"ctm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -61417,12 +64530,18 @@
/area/maintenance/port)
"ctn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -61445,7 +64564,6 @@
"ctq" = (
/obj/structure/chair/office/dark,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/grimy,
@@ -61454,32 +64572,28 @@
/obj/structure/chair/office/dark,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/library)
"cts" = (
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/library)
"ctt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
},
/area/library)
"ctu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/library)
@@ -61506,9 +64620,8 @@
/area/library)
"ctx" = (
/obj/effect/landmark/revenantspawn,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/library)
@@ -61516,7 +64629,6 @@
/obj/structure/chair/comfy/black,
/obj/effect/landmark/start/librarian,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/vault{
@@ -61533,9 +64645,8 @@
/obj/machinery/newscaster{
pixel_x = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -61577,11 +64688,12 @@
/area/ai_monitored/storage/eva)
"ctE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line,
@@ -61589,10 +64701,11 @@
/area/ai_monitored/storage/eva)
"ctF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/stripes/line,
@@ -61600,9 +64713,13 @@
/area/ai_monitored/storage/eva)
"ctG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -61610,10 +64727,11 @@
/area/ai_monitored/storage/eva)
"ctH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/line,
@@ -61621,11 +64739,12 @@
/area/ai_monitored/storage/eva)
"ctI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/stripes/line,
@@ -61633,6 +64752,8 @@
/area/ai_monitored/storage/eva)
"ctJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -61643,6 +64764,8 @@
"ctK" = (
/obj/machinery/cell_charger,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/table/reinforced,
@@ -61653,6 +64776,7 @@
/area/ai_monitored/storage/eva)
"ctL" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -61661,6 +64785,8 @@
/area/ai_monitored/storage/eva)
"ctM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -61685,6 +64811,7 @@
/area/hallway/secondary/command)
"ctR" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -61694,6 +64821,8 @@
"ctS" = (
/obj/structure/closet/secure_closet/medical1,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -61702,9 +64831,13 @@
/area/gateway)
"ctT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -61715,13 +64848,16 @@
/area/gateway)
"ctU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line{
@@ -61732,7 +64868,6 @@
"ctV" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/stripes/line{
@@ -61748,6 +64883,7 @@
/area/gateway)
"ctX" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -61788,11 +64924,9 @@
/area/gateway)
"cub" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/hallway/primary/central)
@@ -61821,6 +64955,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"cue" = (
@@ -61849,6 +64986,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"cuh" = (
@@ -61906,10 +65046,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
"cul" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -61936,7 +65081,6 @@
/area/crew_quarters/locker)
"cun" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -61956,7 +65100,6 @@
"cup" = (
/obj/effect/landmark/lightsout,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -61966,7 +65109,6 @@
/area/crew_quarters/locker)
"cuq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/junction,
@@ -61983,7 +65125,6 @@
"cus" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -62061,10 +65202,11 @@
/area/crew_quarters/fitness/recreation)
"cuB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment,
@@ -62088,7 +65230,6 @@
/area/crew_quarters/fitness/recreation)
"cuE" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/stacklifter,
@@ -62102,7 +65243,6 @@
/area/crew_quarters/fitness/recreation)
"cuG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/neutral/corner{
@@ -62207,10 +65347,7 @@
/area/engine/storage)
"cuR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/yellow/side{
dir = 1;
icon_state = "yellow";
@@ -62240,6 +65377,8 @@
"cuU" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -62326,7 +65465,6 @@
"cvc" = (
/obj/machinery/photocopier,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/black,
@@ -62461,6 +65599,7 @@
/area/ai_monitored/storage/eva)
"cvr" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -62476,6 +65615,8 @@
/area/bridge/showroom/corporate)
"cvt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -62505,7 +65646,6 @@
/area/gateway)
"cvw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -62515,20 +65655,25 @@
/area/gateway)
"cvx" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/gateway)
"cvy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -62540,6 +65685,8 @@
"cvz" = (
/obj/structure/table,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/clipboard,
@@ -62553,6 +65700,7 @@
"cvA" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -62571,6 +65719,7 @@
"cvC" = (
/obj/machinery/gateway/centerstation,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -62593,7 +65742,6 @@
name = "hallway camera"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/hallway/primary/central)
@@ -62609,11 +65757,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/toilet/restrooms)
"cvH" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/firealarm{
@@ -62621,6 +65771,8 @@
pixel_x = -24
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -62629,9 +65781,8 @@
},
/area/crew_quarters/locker)
"cvI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/locker)
@@ -62672,7 +65823,6 @@
/area/crew_quarters/dorms)
"cvQ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -62681,6 +65831,8 @@
/area/crew_quarters/fitness/recreation)
"cvR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -62692,7 +65844,6 @@
/area/crew_quarters/fitness/recreation)
"cvS" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/side{
@@ -62728,7 +65879,6 @@
/area/crew_quarters/fitness/recreation)
"cvW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/neutral,
@@ -62816,10 +65966,11 @@
/area/engine/engineering)
"cwg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -62836,15 +65987,13 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/storage)
"cwi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/power/port_gen/pacman,
/obj/effect/turf_decal/bot,
@@ -62852,14 +66001,12 @@
/area/engine/storage)
"cwj" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/storage)
"cwk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/yellow,
@@ -62885,6 +66032,8 @@
"cwn" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -63045,6 +66194,8 @@
/area/ai_monitored/storage/eva)
"cwG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/window/reinforced,
@@ -63069,6 +66220,8 @@
/area/bridge/showroom/corporate)
"cwI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -63076,6 +66229,8 @@
/area/bridge/showroom/corporate)
"cwJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -63111,6 +66266,8 @@
/area/bridge/showroom/corporate)
"cwO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/window/reinforced,
@@ -63160,6 +66317,8 @@
/area/gateway)
"cwR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -63174,7 +66333,6 @@
"cwT" = (
/obj/structure/tank_dispenser/oxygen,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/item/device/radio/intercom{
@@ -63203,9 +66361,12 @@
"cwW" = (
/obj/machinery/gateway,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -63234,7 +66395,6 @@
pixel_x = -26
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/hallway/primary/central)
@@ -63251,9 +66411,8 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -63293,14 +66452,12 @@
pixel_y = 26
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/crew_quarters/toilet/restrooms)
"cxe" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -63309,6 +66466,7 @@
/area/crew_quarters/toilet/restrooms)
"cxf" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/apc{
@@ -63317,7 +66475,6 @@
pixel_y = 24
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/machinery/camera{
@@ -63326,7 +66483,6 @@
name = "restroom camera"
},
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/crew_quarters/toilet/restrooms)
@@ -63376,9 +66532,13 @@
/area/crew_quarters/toilet/restrooms)
"cxk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -63392,6 +66552,8 @@
/area/crew_quarters/locker)
"cxl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -63402,6 +66564,8 @@
"cxm" = (
/obj/structure/chair/stool,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -63414,6 +66578,8 @@
/obj/item/weapon/folder,
/obj/item/weapon/pen,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -63425,6 +66591,8 @@
/obj/structure/table,
/obj/item/device/paicard,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -63435,6 +66603,8 @@
"cxp" = (
/obj/structure/table,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/toy/gun,
@@ -63446,9 +66616,13 @@
"cxq" = (
/obj/structure/chair/stool,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/start/assistant,
@@ -63460,6 +66634,8 @@
/area/crew_quarters/locker)
"cxr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -63470,6 +66646,7 @@
/area/crew_quarters/locker)
"cxs" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -63478,7 +66655,6 @@
pixel_x = 26
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/closet/wardrobe/pink,
@@ -63605,7 +66781,6 @@
/area/crew_quarters/dorms)
"cxC" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/vending/coffee,
@@ -63615,6 +66790,8 @@
/area/crew_quarters/fitness/recreation)
"cxD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -63622,9 +66799,8 @@
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/fitness/recreation)
"cxE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/side{
dir = 8;
@@ -63637,9 +66813,8 @@
},
/area/crew_quarters/fitness/recreation)
"cxG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/side{
dir = 4
@@ -63688,9 +66863,13 @@
/area/engine/engineering)
"cxN" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -63706,22 +66885,33 @@
req_access_txt = "32"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/storage)
"cxP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/delivery,
@@ -63752,6 +66942,8 @@
"cxT" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/blobstart,
@@ -63778,6 +66970,8 @@
"cxX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -63804,7 +66998,6 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/grimy,
@@ -63815,34 +67008,27 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/library)
"cyb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/library)
"cyc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/library)
"cyd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
+ dir = 4
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/vault{
dir = 5
@@ -63850,14 +67036,12 @@
/area/library)
"cye" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 8
},
/turf/closed/wall,
/area/library)
"cyf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plating,
@@ -63865,7 +67049,6 @@
"cyg" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/neutral/side{
@@ -63922,9 +67105,13 @@
/area/ai_monitored/storage/eva)
"cym" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/power/apc{
@@ -63933,45 +67120,55 @@
pixel_x = -26
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
"cyn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
"cyo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
"cyp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 4
},
/turf/open/floor/carpet,
@@ -63979,9 +67176,13 @@
"cyq" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,
@@ -63990,9 +67191,13 @@
"cyr" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/storage/fancy/donut_box,
@@ -64001,9 +67206,13 @@
"cys" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/paper_bin,
@@ -64011,9 +67220,13 @@
/area/bridge/showroom/corporate)
"cyt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/chair/comfy/black{
@@ -64023,29 +67236,35 @@
/area/bridge/showroom/corporate)
"cyu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
"cyv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
"cyw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/airalarm{
@@ -64136,11 +67355,12 @@
/area/gateway)
"cyy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/gateway)
@@ -64164,6 +67384,7 @@
/area/gateway)
"cyB" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -64184,12 +67405,13 @@
/area/gateway)
"cyD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -64230,11 +67452,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/toilet/restrooms)
"cyJ" = (
/turf/open/floor/plasteel/neutral/corner{
- icon_state = "neutralcorner";
dir = 1
},
/area/crew_quarters/toilet/restrooms)
@@ -64247,11 +67471,12 @@
/area/crew_quarters/toilet/restrooms)
"cyL" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/side{
dir = 8
@@ -64265,10 +67490,7 @@
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/toilet/restrooms)
"cyO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/toilet/restrooms)
"cyP" = (
@@ -64282,6 +67504,8 @@
/area/crew_quarters/toilet/restrooms)
"cyQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/closet/wardrobe/white,
@@ -64292,6 +67516,8 @@
/area/crew_quarters/locker)
"cyR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -64377,7 +67603,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plating,
@@ -64401,7 +67626,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating,
@@ -64429,7 +67653,6 @@
/area/engine/engineering)
"czm" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/status_display{
@@ -64448,7 +67671,6 @@
/area/engine/engineering)
"czo" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/corner{
@@ -64459,20 +67681,20 @@
"czp" = (
/obj/effect/landmark/lightsout,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
/area/engine/engineering)
"czq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -64488,45 +67710,49 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/storage)
"czs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/storage)
"czt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/storage)
"czu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/yellow,
/area/engine/storage)
"czv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -64544,6 +67770,7 @@
pixel_x = 26
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/effect/turf_decal/delivery,
@@ -64562,9 +67789,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/yellow,
/area/maintenance/port)
@@ -64594,14 +67820,18 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"czC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -64635,7 +67865,6 @@
pixel_y = -26
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/vault{
@@ -64706,11 +67935,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/library)
"czM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/disposalpipe/segment{
@@ -64759,9 +67990,8 @@
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"czS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -64771,7 +68001,6 @@
"czT" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -64787,7 +68016,6 @@
/area/ai_monitored/storage/eva)
"czV" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -64796,9 +68024,8 @@
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"czW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -64828,6 +68055,8 @@
"czZ" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/clipboard,
@@ -64846,6 +68075,8 @@
"cAc" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/folder/blue,
@@ -64855,6 +68086,8 @@
"cAd" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/clothing/mask/cigarette/cigar/cohiba{
@@ -64869,6 +68102,8 @@
"cAe" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/lighter,
@@ -64876,7 +68111,6 @@
/area/bridge/showroom/corporate)
"cAf" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/carpet,
@@ -64884,6 +68118,8 @@
"cAg" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/storage/secure/briefcase,
@@ -64905,7 +68141,6 @@
/area/gateway)
"cAi" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -64915,6 +68150,8 @@
/area/gateway)
"cAj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -64925,6 +68162,8 @@
/area/gateway)
"cAk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -64936,6 +68175,8 @@
/area/gateway)
"cAl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -64948,12 +68189,18 @@
/area/gateway)
"cAm" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_command{
@@ -64967,10 +68214,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/gateway)
"cAn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -64984,6 +68236,8 @@
"cAo" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -64994,9 +68248,8 @@
/area/gateway)
"cAp" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -65008,9 +68261,8 @@
/obj/machinery/shower{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/crew_quarters/toilet/restrooms)
@@ -65051,7 +68303,6 @@
pixel_x = -12
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/bot,
@@ -65059,6 +68310,8 @@
/area/crew_quarters/toilet/restrooms)
"cAv" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -65073,9 +68326,13 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -65088,6 +68345,8 @@
/area/crew_quarters/toilet/restrooms)
"cAx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -65103,6 +68362,8 @@
pixel_y = -32
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -65115,6 +68376,8 @@
/area/crew_quarters/toilet/restrooms)
"cAz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -65126,6 +68389,8 @@
pixel_y = -32
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -65135,6 +68400,8 @@
/area/crew_quarters/toilet/restrooms)
"cAB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -65145,6 +68412,8 @@
"cAC" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock{
@@ -65156,10 +68425,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/toilet/restrooms)
"cAD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -65199,10 +68473,11 @@
/area/crew_quarters/locker)
"cAH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner,
@@ -65300,6 +68575,7 @@
/area/holodeck/rec_center)
"cAU" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/line,
@@ -65307,6 +68583,8 @@
/area/engine/engineering)
"cAV" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/grille,
@@ -65317,6 +68595,8 @@
/area/engine/engineering)
"cAW" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/grille,
@@ -65327,6 +68607,8 @@
/area/engine/engineering)
"cAX" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/grille,
@@ -65337,25 +68619,35 @@
/area/engine/engineering)
"cAY" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
"cAZ" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "External Containment Access";
req_access_txt = "10; 13"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"cBa" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/fans/tiny,
@@ -65366,20 +68658,20 @@
"cBb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/yellow,
/area/engine/engineering)
"cBc" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -65390,13 +68682,16 @@
/area/engine/engineering)
"cBd" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -65409,6 +68704,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -65442,9 +68739,8 @@
/turf/open/floor/plasteel/yellow/side,
/area/engine/storage)
"cBi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/yellow/side,
/area/engine/storage)
@@ -65466,6 +68762,8 @@
/area/engine/storage)
"cBk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -65571,6 +68869,8 @@
"cBz" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/folder/blue,
@@ -65604,6 +68904,8 @@
/area/bridge/showroom/corporate)
"cBC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/chair/comfy/brown{
@@ -65613,6 +68915,8 @@
/area/bridge/showroom/corporate)
"cBD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/holopad,
@@ -65620,6 +68924,8 @@
/area/bridge/showroom/corporate)
"cBE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/chair/comfy/black{
@@ -65650,6 +68956,8 @@
"cBH" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/folder/red,
@@ -65691,7 +68999,6 @@
pixel_y = -26
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/bot,
@@ -65705,7 +69012,6 @@
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/bot,
@@ -65743,6 +69049,8 @@
/area/gateway)
"cBR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/lightsout,
@@ -65764,6 +69072,8 @@
/area/crew_quarters/toilet/restrooms)
"cBT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -65824,6 +69134,8 @@
/area/crew_quarters/locker)
"cCb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -65860,19 +69172,13 @@
req_access_txt = "0";
specialfunctions = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/dorms)
"cCf" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/dorms)
"cCg" = (
@@ -65881,10 +69187,7 @@
/area/crew_quarters/dorms)
"cCh" = (
/obj/structure/dresser,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood,
/area/crew_quarters/dorms)
"cCi" = (
@@ -65899,18 +69202,12 @@
req_access_txt = "0";
specialfunctions = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
"cCj" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
"cCk" = (
@@ -65932,6 +69229,8 @@
/area/engine/engineering)
"cCn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/grille,
@@ -65942,6 +69241,8 @@
/area/engine/engineering)
"cCo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/grille,
@@ -65952,6 +69253,8 @@
/area/engine/engineering)
"cCp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/grille,
@@ -65962,9 +69265,13 @@
/area/engine/engineering)
"cCq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/grille,
@@ -65975,6 +69282,8 @@
/area/engine/engineering)
"cCr" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/grille,
@@ -66000,7 +69309,6 @@
/area/engine/engineering)
"cCu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line,
@@ -66008,15 +69316,13 @@
/area/engine/engineering)
"cCv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/engine/engineering)
"cCw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/machinery/camera{
@@ -66030,11 +69336,12 @@
"cCx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -66043,11 +69350,12 @@
/area/engine/engineering)
"cCy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/item/clothing/head/cone,
/obj/item/clothing/head/cone,
@@ -66060,7 +69368,6 @@
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/stripes/line{
@@ -66091,7 +69398,6 @@
/obj/machinery/light,
/obj/structure/noticeboard{
dir = 1;
- icon_state = "nboard00";
pixel_y = -32
},
/obj/effect/turf_decal/bot,
@@ -66145,6 +69451,8 @@
"cCJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -66238,6 +69546,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"cCU" = (
@@ -66248,6 +69559,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"cCV" = (
@@ -66265,6 +69579,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"cCW" = (
@@ -66289,6 +69606,8 @@
req_access_txt = "19"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -66304,6 +69623,9 @@
dir = 2
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/gateway)
"cDa" = (
@@ -66321,6 +69643,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/gateway)
"cDb" = (
@@ -66332,6 +69657,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/gateway)
"cDc" = (
@@ -66342,6 +69670,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/gateway)
"cDd" = (
@@ -66383,6 +69714,8 @@
"cDj" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -66428,6 +69761,8 @@
"cDn" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock{
@@ -66437,6 +69772,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
"cDo" = (
@@ -66449,6 +69787,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
"cDp" = (
@@ -66553,6 +69894,8 @@
req_access_txt = "10"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -66560,10 +69903,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"cDB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -66581,7 +69929,6 @@
"cDE" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral/side{
@@ -66597,6 +69944,8 @@
"cDG" = (
/obj/effect/landmark/lightsout,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -66664,7 +70013,6 @@
/area/hallway/primary/central)
"cDN" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/corner{
@@ -66696,6 +70044,8 @@
/area/hallway/primary/central)
"cDQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -66732,7 +70082,6 @@
/area/hallway/primary/central)
"cDU" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel{
@@ -66750,8 +70099,7 @@
"cDW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel{
- icon_state = "L13";
- name = "floor"
+ icon_state = "L13"
},
/area/hallway/primary/central)
"cDX" = (
@@ -66799,7 +70147,6 @@
/area/hallway/primary/central)
"cEb" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -66840,12 +70187,17 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/toilet/restrooms)
"cEh" = (
@@ -66891,6 +70243,8 @@
/area/crew_quarters/dorms)
"cEm" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -66904,10 +70258,11 @@
/area/crew_quarters/dorms)
"cEn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral/side{
@@ -66917,6 +70272,8 @@
/area/crew_quarters/dorms)
"cEo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -66928,6 +70285,8 @@
"cEp" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock{
@@ -66939,10 +70298,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"cEq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -66954,9 +70318,13 @@
/area/crew_quarters/dorms)
"cEr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -66971,6 +70339,8 @@
/area/crew_quarters/dorms)
"cEs" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -66983,6 +70353,8 @@
/area/crew_quarters/dorms)
"cEt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -66994,6 +70366,8 @@
/area/crew_quarters/dorms)
"cEu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67010,6 +70384,8 @@
/area/crew_quarters/dorms)
"cEv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -67020,6 +70396,8 @@
"cEw" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock{
@@ -67031,14 +70409,18 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"cEx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -67047,9 +70429,13 @@
/area/crew_quarters/fitness/recreation)
"cEy" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -67063,9 +70449,8 @@
/turf/open/floor/plasteel/black,
/area/crew_quarters/fitness/recreation)
"cEA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -67121,12 +70506,14 @@
name = "Holodeck Access"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"cEH" = (
@@ -67134,12 +70521,14 @@
name = "Holodeck Access"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"cEI" = (
@@ -67160,9 +70549,8 @@
},
/area/crew_quarters/fitness/recreation)
"cEK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/camera{
c_tag = "Holodeck Control";
@@ -67181,6 +70569,7 @@
/area/crew_quarters/fitness/recreation)
"cEM" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "External Airlock";
req_access_txt = "13"
},
@@ -67188,6 +70577,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"cEN" = (
@@ -67201,7 +70593,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plating,
@@ -67215,8 +70606,7 @@
/obj/item/device/flashlight,
/obj/effect/spawner/lootdrop/maintenance,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -67228,8 +70618,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -67239,8 +70628,7 @@
"cER" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -67249,8 +70637,7 @@
/area/maintenance/port)
"cES" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -67260,11 +70647,12 @@
"cET" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -67274,10 +70662,11 @@
"cEU" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating,
@@ -67285,11 +70674,12 @@
"cEV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -67298,7 +70688,6 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plating,
@@ -67306,11 +70695,12 @@
"cEX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -67319,11 +70709,12 @@
/area/maintenance/port)
"cEY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -67333,14 +70724,17 @@
"cEZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -67348,13 +70742,16 @@
"cFa" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -67365,16 +70762,21 @@
"cFb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -67386,6 +70788,8 @@
/area/maintenance/port)
"cFc" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67399,6 +70803,8 @@
"cFd" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67412,6 +70818,8 @@
"cFe" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67428,9 +70836,13 @@
"cFf" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67444,6 +70856,8 @@
"cFg" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67458,9 +70872,13 @@
/area/maintenance/port)
"cFh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67474,6 +70892,8 @@
"cFi" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67488,6 +70908,8 @@
/area/maintenance/port)
"cFj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67502,6 +70924,8 @@
/area/maintenance/port)
"cFk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67516,9 +70940,13 @@
"cFl" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -67531,6 +70959,8 @@
"cFm" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67540,6 +70970,8 @@
/area/maintenance/port)
"cFn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67550,6 +70982,8 @@
"cFo" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67559,6 +70993,8 @@
/area/maintenance/port)
"cFp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/blobstart,
@@ -67571,6 +71007,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -67581,6 +71019,8 @@
/area/maintenance/port)
"cFr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67593,19 +71033,24 @@
/area/maintenance/port)
"cFs" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating,
/area/maintenance/port)
"cFt" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67619,10 +71064,11 @@
/area/maintenance/port)
"cFu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/segment{
@@ -67637,6 +71083,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -67645,14 +71093,18 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"cFw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -67665,14 +71117,17 @@
/area/hallway/primary/central)
"cFx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=hall6";
@@ -67682,6 +71137,8 @@
/area/hallway/primary/central)
"cFy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -67690,9 +71147,13 @@
/area/hallway/primary/central)
"cFz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -67702,6 +71163,8 @@
/area/hallway/primary/central)
"cFA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -67710,6 +71173,8 @@
/area/hallway/primary/central)
"cFB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -67718,12 +71183,11 @@
/area/hallway/primary/central)
"cFC" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=hall7";
location = "hall6"
@@ -67734,6 +71198,8 @@
/area/hallway/primary/central)
"cFD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -67747,6 +71213,8 @@
/area/hallway/primary/central)
"cFE" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -67755,6 +71223,8 @@
/area/hallway/primary/central)
"cFF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -67764,26 +71234,32 @@
/area/hallway/primary/central)
"cFG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
"cFH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/navbeacon{
@@ -67794,6 +71270,8 @@
/area/hallway/primary/central)
"cFI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67815,6 +71293,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67826,10 +71306,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/aft)
"cFK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67843,6 +71328,8 @@
"cFL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67887,13 +71374,19 @@
"cFP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -67905,6 +71398,8 @@
"cFQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67918,6 +71413,8 @@
"cFR" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67937,6 +71434,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -67948,14 +71447,18 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/aft)
"cFT" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -67975,7 +71478,6 @@
"cFV" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/table,
@@ -67988,7 +71490,6 @@
/obj/structure/table,
/obj/structure/bedsheetbin,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/arrival{
@@ -68003,9 +71504,8 @@
},
/area/crew_quarters/dorms)
"cFY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/dorms)
@@ -68032,13 +71532,14 @@
/area/crew_quarters/dorms)
"cGd" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/dorms)
"cGe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -68066,6 +71567,8 @@
/area/crew_quarters/fitness/recreation)
"cGi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/holopad,
@@ -68115,7 +71618,6 @@
"cGp" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral/side{
@@ -68124,14 +71626,12 @@
/area/maintenance/port)
"cGq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/port)
"cGr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plasteel/neutral/side,
@@ -68139,14 +71639,12 @@
"cGs" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plasteel/neutral/side,
/area/maintenance/port)
"cGt" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/delivery,
@@ -68156,8 +71654,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -68165,7 +71662,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plasteel/neutral/side,
@@ -68173,7 +71669,6 @@
"cGw" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plating,
@@ -68181,11 +71676,12 @@
"cGx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel,
@@ -68194,8 +71690,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side,
/area/maintenance/port)
@@ -68204,8 +71699,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -68217,8 +71711,7 @@
name = "2maintenance loot spawner"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side,
/area/maintenance/port)
@@ -68228,17 +71721,17 @@
/obj/item/clothing/gloves/color/fyellow,
/obj/effect/spawner/lootdrop/maintenance,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side,
/area/maintenance/port)
"cGC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -68248,25 +71741,24 @@
"cGD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port)
"cGE" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/maintenance/port)
"cGF" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral/side{
@@ -68304,6 +71796,8 @@
"cGL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -68313,7 +71807,6 @@
/area/maintenance/port)
"cGM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating,
@@ -68401,7 +71894,6 @@
/area/hallway/primary/central)
"cGU" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -68489,6 +71981,8 @@
/area/maintenance/starboard/aft)
"cHe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -68499,6 +71993,8 @@
"cHf" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/spawner/lootdrop/maintenance,
@@ -68509,6 +72005,8 @@
/area/maintenance/starboard/aft)
"cHg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/blobstart,
@@ -68519,6 +72017,8 @@
/area/maintenance/starboard/aft)
"cHh" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -68526,6 +72026,8 @@
/area/maintenance/starboard/aft)
"cHi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -68545,6 +72047,8 @@
dir = 8
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -68556,7 +72060,6 @@
/area/maintenance/starboard/aft)
"cHl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating,
@@ -68580,7 +72083,6 @@
/area/crew_quarters/dorms)
"cHo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/neutral/corner{
@@ -68623,6 +72125,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"cHs" = (
@@ -68730,6 +72235,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"cHA" = (
@@ -68750,6 +72258,8 @@
/area/crew_quarters/fitness/recreation)
"cHB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/lightsout,
@@ -68770,9 +72280,8 @@
/turf/open/floor/plasteel/black,
/area/crew_quarters/fitness/recreation)
"cHD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -68828,7 +72337,6 @@
/area/maintenance/department/electrical)
"cHL" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -68849,26 +72357,29 @@
req_access_txt = "10"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/department/electrical)
"cHP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/mob/living/simple_animal/cockroach,
/turf/open/floor/plating,
/area/maintenance/port)
"cHQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -68877,6 +72388,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -69031,6 +72544,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"cIl" = (
@@ -69042,6 +72558,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"cIn" = (
@@ -69067,6 +72586,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"cIp" = (
@@ -69077,6 +72599,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"cIq" = (
@@ -69089,6 +72614,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"cIr" = (
@@ -69114,6 +72642,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cIu" = (
@@ -69126,6 +72657,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cIw" = (
@@ -69197,6 +72731,8 @@
"cIJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -69210,15 +72746,13 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/maintenance/starboard/aft)
"cIL" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -69275,7 +72809,6 @@
/area/crew_quarters/fitness/recreation)
"cIT" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner,
@@ -69307,12 +72840,14 @@
name = "Holodeck Access"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"cIX" = (
@@ -69320,12 +72855,14 @@
name = "Holodeck Access"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"cIY" = (
@@ -69348,9 +72885,8 @@
/turf/open/floor/plasteel/neutral/side,
/area/crew_quarters/fitness/recreation)
"cJa" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side,
/area/crew_quarters/fitness/recreation)
@@ -69365,9 +72901,8 @@
/turf/open/floor/plating,
/area/maintenance/port)
"cJd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -69389,7 +72924,6 @@
"cJf" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -69470,6 +73004,8 @@
"cJq" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -69514,7 +73050,6 @@
"cJv" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plating,
@@ -69565,10 +73100,11 @@
"cJB" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/delivery,
@@ -69576,6 +73112,8 @@
/area/maintenance/port)
"cJC" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -69586,10 +73124,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/xenobiology)
"cJD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -69599,11 +73142,12 @@
/area/science/xenobiology)
"cJE" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/blobstart,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -69614,7 +73158,6 @@
"cJF" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/stripes/line{
@@ -69630,11 +73173,10 @@
/turf/open/floor/circuit/green,
/area/science/xenobiology)
"cJI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 2;
external_pressure_bound = 140;
name = "server vent";
- on = 1;
pressure_checks = 0
},
/turf/open/floor/circuit{
@@ -69649,15 +73191,10 @@
},
/area/science/xenobiology)
"cJK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 2;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- name = "server vent";
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/turf/open/floor/circuit{
name = "Killroom Floor";
@@ -69673,6 +73210,8 @@
/area/science/research)
"cJN" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -69683,6 +73222,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"cJO" = (
@@ -69696,14 +73238,12 @@
/obj/structure/chair,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 1
},
/area/science/research)
"cJS" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 1
},
/area/science/research)
@@ -69711,7 +73251,6 @@
/obj/structure/chair,
/obj/effect/landmark/start/assistant,
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 1
},
/area/science/research)
@@ -69720,7 +73259,6 @@
/obj/item/weapon/folder/white,
/obj/item/device/paicard,
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 1
},
/area/science/research)
@@ -69754,6 +73292,8 @@
/area/science/research)
"cJY" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
@@ -69919,6 +73459,7 @@
/area/maintenance/starboard/aft)
"cKx" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -69937,14 +73478,17 @@
/area/medical/storage)
"cKy" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
icon_state = "whiteblue";
@@ -69953,6 +73497,8 @@
/area/medical/storage)
"cKz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -69965,6 +73511,8 @@
/area/medical/storage)
"cKA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -69981,6 +73529,8 @@
/area/medical/storage)
"cKB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock{
@@ -69997,14 +73547,21 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/storage)
"cKC" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -70021,30 +73578,33 @@
"cKD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"cKE" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"cKF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -70055,6 +73615,8 @@
/area/maintenance/starboard/aft)
"cKG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -70073,6 +73635,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -70084,10 +73648,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/aft)
"cKI" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -70104,7 +73673,6 @@
"cKJ" = (
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating,
@@ -70116,9 +73684,8 @@
pixel_x = 26;
pixel_y = 26
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
@@ -70132,9 +73699,8 @@
req_access_txt = "0";
specialfunctions = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -70145,9 +73711,8 @@
pixel_x = 26;
pixel_y = 26
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -70164,9 +73729,8 @@
req_access_txt = "0";
specialfunctions = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/dorms)
@@ -70178,9 +73742,8 @@
pixel_x = 26;
pixel_y = 26
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/dorms)
@@ -70310,9 +73873,13 @@
/area/maintenance/department/electrical)
"cLg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -70324,6 +73891,8 @@
"cLh" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -70335,6 +73904,8 @@
"cLi" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -70345,6 +73916,8 @@
"cLj" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -70355,6 +73928,7 @@
/obj/item/weapon/stock_parts/cell/high,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -70367,6 +73941,8 @@
"cLl" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -70377,6 +73953,8 @@
"cLm" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/research{
@@ -70387,11 +73965,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/xenobiology)
"cLn" = (
/obj/structure/disposaloutlet{
- icon_state = "outlet";
dir = 1
},
/obj/structure/disposalpipe/trunk,
@@ -70401,7 +73981,6 @@
/area/science/xenobiology)
"cLo" = (
/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -70412,7 +73991,6 @@
/area/science/xenobiology)
"cLp" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -70423,7 +74001,6 @@
/area/science/xenobiology)
"cLq" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault{
@@ -70449,6 +74026,8 @@
/area/science/research)
"cLt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -70516,7 +74095,6 @@
/obj/item/weapon/folder/white,
/obj/item/device/assembly/infra,
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 1
},
/area/science/research)
@@ -70645,7 +74223,6 @@
"cLW" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -70654,6 +74231,8 @@
/area/medical/storage)
"cLX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/cmo,
@@ -70663,7 +74242,6 @@
/area/medical/storage)
"cLZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/cmo,
@@ -70695,7 +74273,6 @@
"cMc" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/delivery,
@@ -70703,7 +74280,6 @@
/area/maintenance/starboard/aft)
"cMd" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plating,
@@ -70734,10 +74310,11 @@
/area/maintenance/starboard/aft)
"cMh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/disposalpipe/segment,
@@ -70813,7 +74390,6 @@
/area/maintenance/port)
"cMr" = (
/obj/machinery/atmospherics/pipe/simple/supply/visible{
- icon_state = "intact";
dir = 5
},
/obj/machinery/light/small{
@@ -70834,7 +74410,6 @@
/area/maintenance/department/electrical)
"cMt" = (
/obj/machinery/atmospherics/pipe/manifold/supply/visible{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/meter,
@@ -70875,33 +74450,31 @@
/area/maintenance/department/electrical)
"cMz" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/department/electrical)
"cMA" = (
/obj/effect/decal/cleanable/oil,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/maintenance/department/electrical)
"cMB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
/area/maintenance/department/electrical)
"cMC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/neutral,
@@ -70909,9 +74482,8 @@
"cMD" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/maintenance/department/electrical)
@@ -70928,6 +74500,8 @@
/area/maintenance/department/electrical)
"cMG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -70959,6 +74533,7 @@
/area/science/xenobiology)
"cMK" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -70969,6 +74544,8 @@
/area/science/xenobiology)
"cML" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -70976,12 +74553,16 @@
/area/science/xenobiology)
"cMM" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/status_display{
pixel_y = 32
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/camera{
@@ -70999,6 +74580,8 @@
pixel_y = 26
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -71021,6 +74604,7 @@
/area/science/xenobiology)
"cMP" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -71033,9 +74617,13 @@
/area/science/xenobiology)
"cMQ" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/window/brigdoor{
@@ -71053,6 +74641,7 @@
/area/science/xenobiology)
"cMR" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -71066,6 +74655,7 @@
/area/science/xenobiology)
"cMS" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -71078,9 +74668,13 @@
/area/science/xenobiology)
"cMT" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/window/brigdoor{
@@ -71098,6 +74692,7 @@
/area/science/xenobiology)
"cMU" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -71111,6 +74706,7 @@
/area/science/xenobiology)
"cMV" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -71123,9 +74719,13 @@
/area/science/xenobiology)
"cMW" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/window/brigdoor{
@@ -71143,6 +74743,7 @@
/area/science/xenobiology)
"cMX" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -71156,6 +74757,7 @@
/area/science/xenobiology)
"cMY" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -71165,9 +74767,13 @@
/area/science/xenobiology)
"cMZ" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/airlock/glass_research{
@@ -71177,10 +74783,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/xenobiology)
"cNa" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -71189,6 +74799,8 @@
/area/science/xenobiology)
"cNb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/purple,
@@ -71213,10 +74825,7 @@
pixel_x = -38;
pixel_y = 26
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/red/side{
dir = 8
},
@@ -71235,15 +74844,11 @@
icon_state = "plant-22"
},
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 1
},
/area/science/research)
"cNi" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 1;
icon_state = "pipe-c"
@@ -71252,7 +74857,6 @@
/area/science/research)
"cNj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/disposalpipe/segment{
@@ -71283,7 +74887,6 @@
/area/science/research)
"cNn" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment,
@@ -71311,6 +74914,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/research)
"cNr" = (
@@ -71342,6 +74948,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cNv" = (
@@ -71368,15 +74977,11 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/cmo,
/area/medical/medbay/central)
"cNz" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment,
@@ -71403,6 +75008,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cNC" = (
@@ -71413,7 +75021,6 @@
/area/medical/medbay/central)
"cND" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -71578,7 +75185,6 @@
pixel_x = 24
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -71602,10 +75208,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cNR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -71757,6 +75368,8 @@
"cOm" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
@@ -71779,10 +75392,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/department/electrical)
"cOq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -71822,11 +75440,12 @@
/area/science/xenobiology)
"cOv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -71841,7 +75460,6 @@
"cOx" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/bot,
@@ -71866,6 +75484,8 @@
/area/science/xenobiology)
"cOA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/window/brigdoor{
@@ -71970,6 +75590,8 @@
/area/science/xenobiology)
"cOK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -72002,7 +75624,6 @@
/area/science/xenobiology)
"cOO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -72011,6 +75632,8 @@
/area/science/research)
"cOP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -72020,6 +75643,8 @@
/area/science/research)
"cOQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -72033,12 +75658,18 @@
"cOR" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/airlock/security{
@@ -72051,14 +75682,18 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/science/research)
"cOS" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/red/side{
@@ -72067,9 +75702,13 @@
/area/security/checkpoint/science/research)
"cOT" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/chair/office/dark{
@@ -72079,6 +75718,8 @@
/area/security/checkpoint/science/research)
"cOU" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/computer/security,
@@ -72091,6 +75732,7 @@
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -72104,7 +75746,6 @@
/area/science/research)
"cOX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/disposalpipe/segment,
@@ -72147,9 +75788,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/whitepurple/corner{
@@ -72176,6 +75816,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/research)
"cPg" = (
@@ -72216,6 +75859,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cPk" = (
@@ -72281,9 +75927,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -72316,11 +75961,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cPu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/disposalpipe/segment{
@@ -72331,9 +75978,8 @@
},
/area/medical/medbay/central)
"cPv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -72343,7 +75989,6 @@
/area/medical/medbay/central)
"cPw" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -72352,6 +75997,7 @@
/area/medical/medbay/central)
"cPx" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -72366,9 +76012,8 @@
},
/area/security/checkpoint/medical)
"cPz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/medical)
@@ -72383,6 +76028,7 @@
/area/security/checkpoint/medical)
"cPB" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -72394,7 +76040,6 @@
/area/security/checkpoint/medical)
"cPC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -72421,9 +76066,8 @@
},
/area/medical/storage)
"cPE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/cmo,
/area/medical/storage)
@@ -72464,9 +76108,8 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating{
@@ -72485,6 +76128,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cPI" = (
@@ -72499,7 +76145,6 @@
/area/medical/medbay/central)
"cPJ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -72595,7 +76240,6 @@
"cPS" = (
/obj/structure/table,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/toy/katana,
@@ -72638,7 +76282,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -72662,7 +76305,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -72681,15 +76323,13 @@
/area/maintenance/port)
"cQc" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port)
"cQd" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/delivery,
@@ -72711,7 +76351,6 @@
"cQf" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
name = "scrubbers pipe";
- icon_state = "manifold";
dir = 1
},
/obj/effect/decal/cleanable/dirt,
@@ -72853,6 +76492,8 @@
/area/science/xenobiology)
"cQu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -72862,7 +76503,6 @@
/area/science/xenobiology)
"cQv" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -72894,6 +76534,8 @@
/area/science/xenobiology)
"cQz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -72914,6 +76556,8 @@
/area/science/xenobiology)
"cQB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -72937,7 +76581,6 @@
/area/science/xenobiology)
"cQD" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/side{
@@ -72946,6 +76589,8 @@
/area/science/xenobiology)
"cQE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -72966,6 +76611,8 @@
/area/science/xenobiology)
"cQG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -72977,9 +76624,8 @@
},
/area/science/xenobiology)
"cQH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/whitepurple/side{
icon_state = "whitepurple";
@@ -73005,8 +76651,7 @@
/obj/item/weapon/reagent_containers/glass/beaker,
/obj/item/weapon/reagent_containers/dropper,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/newscaster{
pixel_x = 32
@@ -73017,15 +76662,13 @@
/turf/open/floor/plasteel,
/area/science/xenobiology)
"cQK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/purple,
/area/science/research)
"cQL" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -73043,7 +76686,6 @@
/area/security/checkpoint/science/research)
"cQN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/red/side{
@@ -73052,6 +76694,8 @@
/area/security/checkpoint/science/research)
"cQO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/holopad,
@@ -73156,10 +76800,12 @@
/area/medical/medbay/central)
"cRd" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -73169,6 +76815,8 @@
"cRe" = (
/obj/machinery/computer/security,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red,
@@ -73187,9 +76835,13 @@
"cRh" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/airlock/security{
@@ -73199,6 +76851,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/medical)
"cRi" = (
@@ -73222,6 +76877,8 @@
/area/medical/storage)
"cRk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whiteblue/side,
@@ -73271,10 +76928,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cRp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -73291,6 +76953,7 @@
/area/maintenance/starboard/aft)
"cRr" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -73305,9 +76968,13 @@
/area/crew_quarters/fitness/recreation)
"cRs" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -73315,17 +76982,11 @@
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/fitness/recreation)
"cRt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/fitness/recreation)
"cRu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/fitness/recreation)
"cRv" = (
@@ -73338,7 +76999,6 @@
/area/maintenance/port)
"cRw" = (
/obj/machinery/atmospherics/components/binary/valve{
- icon_state = "mvalve_map";
dir = 1
},
/obj/structure/sign/nosmoking_2{
@@ -73351,7 +77011,6 @@
/area/maintenance/department/electrical)
"cRx" = (
/obj/machinery/atmospherics/components/binary/valve{
- icon_state = "mvalve_map";
dir = 1
},
/obj/effect/decal/cleanable/dirt,
@@ -73429,6 +77088,8 @@
"cRI" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/blobstart,
@@ -73451,9 +77112,13 @@
/area/science/xenobiology)
"cRK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/door/window/brigdoor{
@@ -73471,6 +77136,8 @@
/area/science/xenobiology)
"cRL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/window/brigdoor{
@@ -73483,12 +77150,18 @@
/area/science/xenobiology)
"cRM" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -73498,6 +77171,8 @@
/area/science/xenobiology)
"cRN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -73505,6 +77180,8 @@
/area/science/xenobiology)
"cRO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -73514,6 +77191,8 @@
"cRP" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -73523,16 +77202,15 @@
/area/science/xenobiology)
"cRQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/shower{
dir = 4;
name = "emergency shower"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/turf_decal/stripes/end{
dir = 8
},
@@ -73540,40 +77218,55 @@
/area/science/xenobiology)
"cRR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"cRS" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/lightsout,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"cRT" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/shower{
dir = 8;
name = "emergency shower"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/end{
dir = 4
@@ -73582,12 +77275,18 @@
/area/science/xenobiology)
"cRU" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -73597,6 +77296,8 @@
/area/science/xenobiology)
"cRV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -73605,9 +77306,13 @@
/area/science/xenobiology)
"cRW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/start/scientist,
@@ -73645,6 +77350,7 @@
/area/science/research)
"cSb" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/door_timer{
@@ -73659,9 +77365,8 @@
pixel_x = -26;
pixel_y = 3
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/button/door{
desc = "A remote control switch.";
@@ -73678,9 +77383,13 @@
/area/security/checkpoint/science/research)
"cSc" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/red/side,
@@ -73691,8 +77400,7 @@
pixel_x = 24
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/camera{
@@ -73908,11 +77616,12 @@
/area/security/checkpoint/medical)
"cSF" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral,
@@ -73949,7 +77658,6 @@
pixel_x = 32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -73965,6 +77673,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/storage)
"cSM" = (
@@ -74019,7 +77730,6 @@
/area/medical/medbay/central)
"cSR" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plating,
@@ -74095,7 +77805,6 @@
"cSZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/side{
@@ -74150,7 +77859,6 @@
/area/crew_quarters/fitness/recreation)
"cTh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -74249,7 +77957,6 @@
/area/maintenance/department/electrical)
"cTv" = (
/obj/structure/disposaloutlet{
- icon_state = "outlet";
dir = 8
},
/obj/structure/disposalpipe/trunk{
@@ -74299,7 +78006,6 @@
/area/science/xenobiology)
"cTz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/delivery,
@@ -74324,6 +78030,8 @@
/area/science/xenobiology)
"cTC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -74354,6 +78062,8 @@
/area/science/xenobiology)
"cTG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -74363,6 +78073,8 @@
/area/science/xenobiology)
"cTH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -74383,10 +78095,11 @@
/area/science/xenobiology)
"cTJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/purple,
@@ -74429,7 +78142,6 @@
"cTN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -74438,6 +78150,7 @@
/area/science/research)
"cTO" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -74446,12 +78159,18 @@
/area/security/checkpoint/science/research)
"cTP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/window/brigdoor{
@@ -74463,6 +78182,7 @@
/area/security/checkpoint/science/research)
"cTQ" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -74475,6 +78195,7 @@
"cTR" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 2;
name = "Research Division Access";
req_access_txt = "47"
},
@@ -74483,6 +78204,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"cTS" = (
@@ -74492,6 +78216,7 @@
"cTT" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 2;
name = "Research Division Access";
req_access_txt = "47"
},
@@ -74500,6 +78225,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"cTU" = (
@@ -74556,7 +78284,6 @@
"cUc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -74645,7 +78372,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -74665,6 +78391,7 @@
/area/medical/medbay/central)
"cUn" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/door_timer{
@@ -74678,9 +78405,8 @@
name = "Security Post - Medical APC";
pixel_x = -26
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Security Post - Medbay";
@@ -74694,13 +78420,16 @@
/area/security/checkpoint/medical)
"cUo" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/red/side,
@@ -74712,8 +78441,7 @@
pixel_x = 24
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
icon_state = "red";
@@ -74723,7 +78451,6 @@
"cUq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -74731,9 +78458,8 @@
},
/area/medical/medbay/central)
"cUr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/central)
@@ -74753,6 +78479,8 @@
/area/medical/medbay/central)
"cUt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -74775,9 +78503,8 @@
/obj/machinery/newscaster{
pixel_x = -32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
dir = 1
@@ -74785,7 +78512,6 @@
/area/medical/medbay/central)
"cUx" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/redblue,
@@ -74805,10 +78531,11 @@
/area/medical/medbay/central)
"cUB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -74819,9 +78546,13 @@
/area/maintenance/starboard/aft)
"cUC" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -74835,6 +78566,8 @@
/area/maintenance/starboard/aft)
"cUD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -74849,6 +78582,8 @@
/area/maintenance/starboard/aft)
"cUE" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -74862,6 +78597,8 @@
/area/maintenance/starboard/aft)
"cUF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -74875,6 +78612,8 @@
/area/maintenance/starboard/aft)
"cUG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -74888,6 +78627,8 @@
/area/maintenance/starboard/aft)
"cUH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -74900,10 +78641,11 @@
/area/maintenance/starboard/aft)
"cUI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -74913,6 +78655,8 @@
/area/maintenance/starboard/aft)
"cUJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -74926,6 +78670,8 @@
/area/maintenance/starboard/aft)
"cUK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -74945,6 +78691,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -74956,10 +78704,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"cUM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -74975,6 +78728,8 @@
/area/crew_quarters/fitness/recreation)
"cUN" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -75028,7 +78783,6 @@
/area/crew_quarters/fitness/recreation)
"cUT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral/corner,
@@ -75071,6 +78825,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/department/electrical)
"cUZ" = (
@@ -75086,6 +78843,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/department/electrical)
"cVb" = (
@@ -75106,18 +78866,18 @@
/area/science/xenobiology)
"cVd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/science/xenobiology)
"cVe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -75139,6 +78899,8 @@
/area/science/xenobiology)
"cVh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/window/brigdoor{
@@ -75217,6 +78979,8 @@
/area/science/xenobiology)
"cVo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/start/scientist,
@@ -75239,6 +79003,7 @@
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -75247,6 +79012,8 @@
/area/security/checkpoint/science/research)
"cVr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/chair{
@@ -75258,12 +79025,18 @@
/area/security/checkpoint/science/research)
"cVs" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/red/side{
@@ -75272,6 +79045,8 @@
/area/security/checkpoint/science/research)
"cVt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/closet/secure_closet/brig{
@@ -75284,6 +79059,7 @@
/area/security/checkpoint/science/research)
"cVu" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -75312,7 +79088,6 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/line{
@@ -75326,7 +79101,6 @@
pixel_x = 11
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/segment,
@@ -75421,15 +79195,13 @@
},
/area/hallway/primary/aft)
"cVJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/aft)
"cVK" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -75498,6 +79270,7 @@
/area/medical/chemistry)
"cVR" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/apc{
@@ -75563,6 +79336,7 @@
/area/medical/medbay/central)
"cVZ" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -75571,12 +79345,18 @@
/area/security/checkpoint/medical)
"cWa" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/window/brigdoor{
@@ -75588,6 +79368,7 @@
/area/security/checkpoint/medical)
"cWb" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -75599,10 +79380,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cWe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -75637,14 +79423,12 @@
/obj/machinery/holopad,
/obj/effect/landmark/start/medical_doctor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/redblue,
/area/medical/medbay/central)
"cWk" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/redblue,
@@ -75655,7 +79439,6 @@
pixel_x = 32
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -75669,6 +79452,8 @@
/area/maintenance/starboard/aft)
"cWn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -75764,7 +79549,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/purple/side{
@@ -75781,8 +79565,7 @@
/area/maintenance/port)
"cWB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -75792,8 +79575,7 @@
"cWC" = (
/obj/effect/landmark/blobstart,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -75803,8 +79585,7 @@
"cWD" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -75819,8 +79600,7 @@
"cWF" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/side{
@@ -75830,8 +79610,7 @@
/area/maintenance/port)
"cWG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/light/small{
dir = 1
@@ -75843,8 +79622,7 @@
/area/maintenance/port)
"cWH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/power/apc{
dir = 1;
@@ -75852,13 +79630,13 @@
pixel_y = 28
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
/area/maintenance/port)
"cWI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 8
},
/obj/structure/cable/white{
@@ -75869,10 +79647,11 @@
"cWJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -75882,10 +79661,11 @@
/area/maintenance/port)
"cWK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -75897,10 +79677,11 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -75909,10 +79690,11 @@
"cWM" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -75922,7 +79704,6 @@
/area/maintenance/port)
"cWN" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating,
@@ -75936,6 +79717,7 @@
/area/science/xenobiology)
"cWP" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -75946,6 +79728,8 @@
/area/science/xenobiology)
"cWQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/airalarm{
@@ -75977,6 +79761,7 @@
/area/science/xenobiology)
"cWT" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -75990,9 +79775,13 @@
/area/science/xenobiology)
"cWU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/window/brigdoor{
@@ -76010,6 +79799,7 @@
/area/science/xenobiology)
"cWV" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -76022,6 +79812,7 @@
/area/science/xenobiology)
"cWW" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -76035,9 +79826,13 @@
/area/science/xenobiology)
"cWX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/window/brigdoor{
@@ -76055,6 +79850,7 @@
/area/science/xenobiology)
"cWY" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -76067,6 +79863,7 @@
/area/science/xenobiology)
"cWZ" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -76080,9 +79877,13 @@
/area/science/xenobiology)
"cXa" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/poddoor/preopen{
@@ -76100,6 +79901,7 @@
/area/science/xenobiology)
"cXb" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -76125,29 +79927,35 @@
/area/science/xenobiology)
"cXe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/whitepurple/side,
/area/science/xenobiology)
"cXf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/whitepurple/side,
/area/science/xenobiology)
"cXg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -76160,11 +79968,11 @@
/obj/item/weapon/folder/white,
/obj/item/weapon/pen,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/power/apc{
dir = 4;
@@ -76185,6 +79993,8 @@
/area/security/checkpoint/science/research)
"cXj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side,
@@ -76204,12 +80014,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/science/research)
"cXm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -76217,7 +80029,6 @@
"cXn" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -76233,10 +80044,7 @@
/turf/open/floor/plasteel,
/area/science/research)
"cXp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -76273,10 +80081,7 @@
/area/science/lab)
"cXs" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/science/lab)
"cXt" = (
@@ -76305,8 +80110,7 @@
pixel_x = 32
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -76376,6 +80180,8 @@
/area/medical/chemistry)
"cXF" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -76399,10 +80205,7 @@
},
/area/medical/medbay/central)
"cXI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/medical/medbay/central)
"cXJ" = (
@@ -76411,9 +80214,8 @@
/turf/open/floor/plasteel/neutral,
/area/medical/medbay/central)
"cXK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 4
@@ -76431,11 +80233,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"cXM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -76448,6 +80252,7 @@
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -76456,6 +80261,8 @@
/area/security/checkpoint/medical)
"cXO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/chair{
@@ -76467,9 +80274,13 @@
/area/security/checkpoint/medical)
"cXP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/red/side{
@@ -76487,6 +80298,8 @@
/area/security/checkpoint/medical)
"cXR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/blue,
@@ -76525,9 +80338,8 @@
/turf/open/floor/plasteel/redblue,
/area/medical/medbay/central)
"cXW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/redblue,
/area/medical/medbay/central)
@@ -76552,7 +80364,6 @@
pixel_x = -23
},
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -76679,9 +80490,8 @@
/area/crew_quarters/fitness/recreation)
"cYo" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/green/side{
dir = 6
@@ -76702,7 +80512,6 @@
/area/maintenance/port)
"cYs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -76735,7 +80544,6 @@
"cYw" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating,
@@ -76743,12 +80551,16 @@
"cYx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/delivery,
@@ -76757,6 +80569,8 @@
"cYy" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -76767,6 +80581,8 @@
/area/maintenance/port)
"cYz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -76777,6 +80593,8 @@
"cYA" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -76786,9 +80604,13 @@
/area/maintenance/port)
"cYB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -76799,7 +80621,6 @@
/area/maintenance/port)
"cYC" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -76870,9 +80691,11 @@
"cYL" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -76918,7 +80741,6 @@
pixel_x = 11
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -77031,10 +80853,7 @@
},
/area/medical/chemistry)
"cZd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/whiteyellow/side{
dir = 5
},
@@ -77071,7 +80890,6 @@
/area/medical/medbay/central)
"cZk" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -77079,9 +80897,8 @@
},
/area/medical/medbay/central)
"cZl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
@@ -77097,15 +80914,21 @@
/area/security/checkpoint/medical)
"cZn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/medical)
"cZo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
@@ -77115,10 +80938,12 @@
/area/security/checkpoint/medical)
"cZp" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -77127,7 +80952,6 @@
/area/security/checkpoint/medical)
"cZq" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/obj/effect/turf_decal/stripes/end{
@@ -77137,6 +80961,8 @@
/area/medical/medbay/central)
"cZr" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -77148,7 +80974,6 @@
/area/medical/medbay/central)
"cZt" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/obj/effect/turf_decal/stripes/end{
@@ -77188,6 +81013,8 @@
/area/maintenance/starboard/aft)
"cZA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -77232,12 +81059,17 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/barricade/wooden,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"cZJ" = (
@@ -77251,12 +81083,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"cZK" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -77264,8 +81098,7 @@
"cZL" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -77278,8 +81111,7 @@
name = "3maintenance loot spawner"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -77290,7 +81122,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plating,
@@ -77303,15 +81134,13 @@
name = "2maintenance loot spawner"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port)
"cZP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -77321,7 +81150,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -77332,6 +81160,7 @@
/area/science/xenobiology)
"cZS" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -77344,12 +81173,18 @@
/area/science/xenobiology)
"cZT" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/poddoor/preopen{
@@ -77364,10 +81199,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/xenobiology)
"cZU" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -77384,6 +81223,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"cZW" = (
@@ -77399,6 +81241,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"cZY" = (
@@ -77447,6 +81292,7 @@
/obj/item/weapon/stock_parts/console_screen,
/obj/item/weapon/stock_parts/console_screen,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -77462,6 +81308,8 @@
/area/science/lab)
"daf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -77469,6 +81317,8 @@
/area/science/lab)
"dag" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -77480,6 +81330,8 @@
pixel_x = -16
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -77508,7 +81360,6 @@
/area/medical/chemistry)
"dak" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/button/door{
@@ -77560,8 +81411,7 @@
pixel_x = 24
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Medbay - Chemistry";
@@ -77600,12 +81450,18 @@
"das" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -77616,6 +81472,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/medical)
"dat" = (
@@ -77624,6 +81483,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"dau" = (
@@ -77639,6 +81501,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"daw" = (
@@ -77648,11 +81513,16 @@
"dax" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"day" = (
@@ -77671,6 +81541,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"daA" = (
@@ -77687,14 +81560,17 @@
/area/maintenance/starboard/aft)
"daC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -77708,6 +81584,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -77717,6 +81595,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/abandoned)
"daE" = (
@@ -77725,6 +81606,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -77747,9 +81630,8 @@
/area/medical/abandoned)
"daH" = (
/obj/item/weapon/wrench,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -77770,6 +81652,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/abandoned)
"daK" = (
@@ -77813,6 +81698,7 @@
"daR" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/item/clothing/gloves/color/fyellow,
@@ -77848,6 +81734,8 @@
/area/crew_quarters/abandoned_gambling_den)
"daV" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -77867,10 +81755,11 @@
/area/crew_quarters/abandoned_gambling_den)
"daY" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -77880,7 +81769,6 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plating,
@@ -77889,11 +81777,12 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side,
/area/maintenance/port)
@@ -77903,18 +81792,18 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plasteel/neutral/side,
/area/maintenance/port)
"dbc" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side,
/area/maintenance/port)
@@ -77924,17 +81813,17 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/port)
"dbe" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating,
@@ -77943,6 +81832,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -77999,7 +81890,6 @@
/area/science/research)
"dbl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -78008,7 +81898,6 @@
/area/science/research)
"dbm" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -78073,6 +81962,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/research)
"dbt" = (
@@ -78158,7 +82050,6 @@
/area/science/lab)
"dbA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -78173,6 +82064,8 @@
/area/science/lab)
"dbC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table,
@@ -78270,7 +82163,6 @@
/area/medical/chemistry)
"dbN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/whiteyellow/side{
@@ -78279,6 +82171,8 @@
/area/medical/chemistry)
"dbO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -78370,6 +82264,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"dbY" = (
@@ -78382,6 +82279,8 @@
/area/medical/medbay/central)
"dbZ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -78393,7 +82292,6 @@
/area/medical/medbay/central)
"dca" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whiteblue/side{
@@ -78427,7 +82325,6 @@
/area/medical/medbay/central)
"dce" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -78449,13 +82346,14 @@
"dci" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"dcj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -78469,6 +82367,8 @@
name = "emergency shower"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -78535,7 +82435,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/vault{
@@ -78544,15 +82443,13 @@
/area/crew_quarters/abandoned_gambling_den)
"dcv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/crew_quarters/abandoned_gambling_den)
"dcw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -78560,24 +82457,28 @@
/area/crew_quarters/abandoned_gambling_den)
"dcx" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/crew_quarters/abandoned_gambling_den)
"dcy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -78585,12 +82486,13 @@
/area/crew_quarters/abandoned_gambling_den)
"dcz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -78598,14 +82500,17 @@
/area/crew_quarters/abandoned_gambling_den)
"dcA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/mob/living/simple_animal/cockroach,
/turf/open/floor/plasteel/vault{
@@ -78621,7 +82526,6 @@
"dcC" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/vault{
@@ -78647,6 +82551,8 @@
"dcH" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -78658,7 +82564,6 @@
/area/science/xenobiology)
"dcJ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -78670,9 +82575,8 @@
/turf/open/floor/plasteel/neutral,
/area/science/research)
"dcL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/purple,
/area/science/research)
@@ -78705,13 +82609,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/research)
"dcQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -78752,6 +82656,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/lab)
"dcV" = (
@@ -78761,13 +82668,12 @@
/area/science/lab)
"dcW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/start/scientist,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/science/lab)
"dcX" = (
@@ -78845,10 +82751,7 @@
/turf/open/floor/plasteel,
/area/medical/chemistry)
"dde" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/medical/chemistry)
"ddf" = (
@@ -78860,6 +82763,8 @@
/area/medical/chemistry)
"ddh" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/whiteyellow/side{
@@ -78868,6 +82773,8 @@
/area/medical/medbay/central)
"ddi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -78875,24 +82782,32 @@
/area/medical/medbay/central)
"ddj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/medical/medbay/central)
"ddk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/central)
"ddl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whiteblue,
/area/medical/medbay/central)
"ddm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -78900,9 +82815,13 @@
/area/medical/medbay/central)
"ddn" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/device/radio/beacon,
@@ -78912,6 +82831,8 @@
/area/medical/medbay/central)
"ddo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -78919,35 +82840,47 @@
/area/medical/medbay/central)
"ddp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"ddq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/central)
"ddr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/medical/medbay/central)
"dds" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -78955,15 +82888,21 @@
/area/medical/medbay/central)
"ddt" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/central)
"ddu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -78971,25 +82910,32 @@
/area/medical/medbay/central)
"ddv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/central)
"ddw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/central)
"ddx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -78997,6 +82943,8 @@
/area/medical/medbay/central)
"ddy" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whiteblue/side{
@@ -79005,6 +82953,8 @@
/area/medical/medbay/central)
"ddz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -79014,10 +82964,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"ddA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -79027,9 +82982,13 @@
/area/maintenance/starboard/aft)
"ddB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -79048,6 +83007,8 @@
pixel_x = -28
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -79131,6 +83092,8 @@
/area/crew_quarters/abandoned_gambling_den)
"ddO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -79163,6 +83126,8 @@
"ddS" = (
/obj/structure/table/wood/poker,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/storage/wallet/random,
@@ -79177,7 +83142,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating,
@@ -79185,9 +83149,8 @@
"ddU" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -79276,10 +83239,11 @@
/area/maintenance/port)
"deg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -79287,15 +83251,13 @@
"deh" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port)
"dei" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/neutral/side{
@@ -79385,7 +83347,6 @@
/area/science/explab)
"deu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -79394,22 +83355,19 @@
/area/science/research)
"dev" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/whitepurple/side,
/area/science/research)
"dew" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitepurple/corner,
/area/science/research)
"dex" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/corner,
@@ -79443,6 +83401,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/research)
"deC" = (
@@ -79538,10 +83499,11 @@
/area/science/lab)
"deK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/whitepurple/corner,
@@ -79617,7 +83579,6 @@
/area/medical/chemistry)
"deR" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whiteyellow/corner{
@@ -79640,6 +83601,8 @@
/area/medical/chemistry)
"deT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/item/device/radio/intercom{
@@ -79654,6 +83617,8 @@
/area/medical/chemistry)
"deU" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/light_switch{
@@ -79672,6 +83637,8 @@
req_access_txt = "5; 33"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -79680,10 +83647,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/chemistry)
"deW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -79733,6 +83705,8 @@
/area/medical/medbay/central)
"dfb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -79754,6 +83728,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"dfe" = (
@@ -79785,6 +83762,8 @@
/area/medical/medbay/central)
"dfi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -79816,7 +83795,6 @@
/area/medical/medbay/central)
"dfn" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whiteblue/corner,
@@ -79841,10 +83819,11 @@
/area/maintenance/starboard/aft)
"dfq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -79926,7 +83905,6 @@
"dfz" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/delivery,
@@ -79944,15 +83922,17 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/starboard/aft)
"dfB" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/wood{
icon_state = "wood-broken2"
@@ -79978,6 +83958,7 @@
/area/crew_quarters/abandoned_gambling_den)
"dfF" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -79991,15 +83972,20 @@
dir = 4
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
/area/crew_quarters/abandoned_gambling_den)
"dfG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/door/window/northright,
@@ -80010,6 +83996,7 @@
/area/crew_quarters/abandoned_gambling_den)
"dfH" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -80023,9 +84010,11 @@
/area/crew_quarters/abandoned_gambling_den)
"dfI" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -80036,9 +84025,11 @@
/area/crew_quarters/abandoned_gambling_den)
"dfJ" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white,
@@ -80121,7 +84112,6 @@
"dfU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -80130,6 +84120,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -80140,6 +84132,8 @@
"dfW" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -80186,6 +84180,8 @@
/area/science/explab)
"dgb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -80194,10 +84190,7 @@
},
/area/science/explab)
"dgc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/whitepurple/corner{
dir = 4
},
@@ -80222,6 +84215,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"dgh" = (
@@ -80230,6 +84226,7 @@
/area/science/research)
"dgi" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -80239,9 +84236,13 @@
"dgj" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/airlock/research{
@@ -80252,10 +84253,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/misc_lab/range)
"dgk" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -80288,6 +84293,7 @@
/area/crew_quarters/heads/hor)
"dgp" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -80300,9 +84306,11 @@
/area/crew_quarters/heads/hor)
"dgq" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -80319,6 +84327,7 @@
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -80361,11 +84370,16 @@
req_one_access_txt = "7;29"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"dgy" = (
@@ -80375,6 +84389,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dgz" = (
@@ -80382,6 +84399,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dgA" = (
@@ -80395,6 +84415,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dgB" = (
@@ -80410,6 +84433,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dgD" = (
@@ -80426,6 +84452,8 @@
/area/medical/genetics/cloning)
"dgG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -80433,16 +84461,24 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"dgH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"dgI" = (
@@ -80462,6 +84498,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/surgery)
"dgL" = (
@@ -80478,6 +84517,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/surgery)
"dgN" = (
@@ -80489,6 +84531,8 @@
/area/maintenance/starboard/aft)
"dgO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -80515,6 +84559,7 @@
"dgS" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -80538,6 +84583,7 @@
"dgV" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -80548,7 +84594,6 @@
/area/crew_quarters/abandoned_gambling_den)
"dgW" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -80637,10 +84682,7 @@
/turf/open/floor/plasteel,
/area/science/explab)
"dhi" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/whitepurple/side{
dir = 8
},
@@ -80654,6 +84696,8 @@
/area/science/explab)
"dhl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -80681,9 +84725,8 @@
/turf/open/floor/plasteel,
/area/science/explab)
"dhq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/firealarm{
dir = 8;
@@ -80694,7 +84737,6 @@
/area/science/research)
"dhr" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -80710,7 +84752,6 @@
/area/science/research)
"dht" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -80719,9 +84760,8 @@
/turf/open/floor/plasteel,
/area/science/research)
"dhu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/camera{
c_tag = "Science - Lab Access";
@@ -80743,6 +84783,7 @@
/obj/item/clothing/ears/earmuffs,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/firealarm{
@@ -80761,12 +84802,18 @@
/area/science/misc_lab/range)
"dhw" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment,
@@ -80795,10 +84842,10 @@
req_access_txt = "47"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/effect/turf_decal/delivery,
@@ -80820,6 +84867,8 @@
/area/crew_quarters/heads/hor)
"dhz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -80836,10 +84885,7 @@
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hor)
"dhB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/turf_decal/stripes/line{
dir = 4
},
@@ -80876,7 +84922,6 @@
/obj/item/weapon/stock_parts/cell/high,
/obj/machinery/cell_charger,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/airalarm{
@@ -80892,6 +84937,8 @@
/area/science/robotics/mechbay)
"dhG" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -80901,6 +84948,8 @@
/area/science/robotics/mechbay)
"dhH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -80910,10 +84959,14 @@
/area/science/robotics/mechbay)
"dhI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -80923,6 +84976,8 @@
/area/science/robotics/mechbay)
"dhJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -80933,6 +84988,7 @@
/area/science/robotics/mechbay)
"dhK" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -80951,7 +85007,6 @@
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/sign/nosmoking_2{
@@ -80989,7 +85044,6 @@
},
/area/hallway/primary/aft)
"dhQ" = (
-/turf/open/floor/plating,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/table,
@@ -81019,7 +85073,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 1
},
/area/medical/genetics/cloning)
@@ -81035,15 +85088,11 @@
"dhU" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 1
},
/area/medical/genetics/cloning)
"dhV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/whiteblue/corner{
dir = 4
},
@@ -81063,6 +85112,7 @@
"dhX" = (
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/apc{
@@ -81085,18 +85135,18 @@
/area/medical/medbay/central)
"dhZ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
/area/medical/medbay/central)
"dia" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner,
@@ -81137,7 +85187,6 @@
/area/medical/medbay/central)
"dif" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -81146,11 +85195,12 @@
/area/medical/medbay/central)
"dig" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/medical/medbay/central)
@@ -81182,9 +85232,8 @@
},
/area/medical/surgery)
"din" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -81196,9 +85245,8 @@
},
/area/medical/surgery)
"dip" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -81215,6 +85263,8 @@
/area/medical/surgery)
"dir" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -81223,6 +85273,8 @@
/area/maintenance/starboard/aft)
"dis" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -81251,6 +85303,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/construction)
"diw" = (
@@ -81258,6 +85313,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/construction)
"dix" = (
@@ -81265,6 +85323,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/construction)
"diy" = (
@@ -81295,7 +85356,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/delivery,
@@ -81315,9 +85375,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
@@ -81341,7 +85400,6 @@
/area/crew_quarters/abandoned_gambling_den)
"diI" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/turf/open/floor/wood,
@@ -81351,7 +85409,6 @@
/area/crew_quarters/abandoned_gambling_den)
"diK" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/turf/open/floor/plating,
@@ -81407,10 +85464,7 @@
/area/science/research/abandoned)
"diR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/neutral,
/area/science/research/abandoned)
@@ -81443,21 +85497,27 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"diW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/port)
"diX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -81470,6 +85530,8 @@
/area/maintenance/port)
"diY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -81483,10 +85545,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/explab)
"diZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -81497,6 +85564,8 @@
/area/science/explab)
"dja" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -81509,6 +85578,8 @@
/area/science/explab)
"djb" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -81524,6 +85595,8 @@
/area/science/explab)
"djc" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -81539,6 +85612,8 @@
"djd" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/item/stack/sheet/mineral/plasma{
@@ -81575,7 +85650,6 @@
/obj/item/weapon/folder/white,
/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -81620,6 +85694,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/explab)
"djj" = (
@@ -81682,6 +85759,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/research)
"djo" = (
@@ -81700,6 +85780,8 @@
"djp" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/junction{
@@ -81714,7 +85796,6 @@
/area/science/misc_lab/range)
"djq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/disposalpipe/segment{
@@ -81756,6 +85837,8 @@
/area/crew_quarters/heads/hor)
"djt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -81775,7 +85858,6 @@
/area/crew_quarters/heads/hor)
"djv" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -81791,8 +85873,7 @@
/obj/structure/filingcabinet/chestdrawer,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -81810,14 +85891,12 @@
name = "Research Director's Shutters"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/crew_quarters/heads/hor)
"djy" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -81835,7 +85914,6 @@
/area/science/research)
"djA" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -81862,6 +85940,8 @@
/area/science/robotics/mechbay)
"djD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -81875,9 +85955,8 @@
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"djE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -81927,7 +86006,6 @@
/area/hallway/primary/aft)
"djL" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -81946,6 +86024,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"djN" = (
@@ -81973,7 +86054,6 @@
/area/hallway/primary/aft)
"djQ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -82010,7 +86090,6 @@
/area/medical/genetics/cloning)
"djV" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -82023,6 +86102,8 @@
/area/medical/genetics/cloning)
"djX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -82040,6 +86121,8 @@
req_access_txt = "5"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -82048,10 +86131,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/genetics/cloning)
"djZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -82059,15 +86147,18 @@
dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 8
},
/area/medical/medbay/central)
"dka" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -82126,13 +86217,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/surgery)
"dki" = (
/obj/structure/chair,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -82140,6 +86233,8 @@
/area/medical/surgery)
"dkj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -82234,7 +86329,6 @@
/area/crew_quarters/abandoned_gambling_den)
"dkw" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/obj/effect/decal/cleanable/dirt,
@@ -82266,7 +86360,6 @@
/area/crew_quarters/abandoned_gambling_den)
"dkA" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -82301,6 +86394,8 @@
"dkF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line,
@@ -82308,10 +86403,11 @@
/area/science/research/abandoned)
"dkG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line,
@@ -82319,11 +86415,12 @@
/area/science/research/abandoned)
"dkH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -82332,11 +86429,12 @@
/area/science/research/abandoned)
"dkI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -82344,11 +86442,12 @@
"dkJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/barricade/wooden,
/obj/machinery/door/airlock/maintenance_hatch{
@@ -82358,6 +86457,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/research/abandoned)
"dkK" = (
@@ -82367,26 +86469,31 @@
name = "Decrepit Blast Door"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/girder,
/obj/structure/grille,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"dkL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -82395,13 +86502,16 @@
/area/maintenance/port)
"dkM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -82410,8 +86520,7 @@
/area/maintenance/port)
"dkN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall/r_wall,
/area/science/explab)
@@ -82421,7 +86530,6 @@
/obj/item/stack/medical/bruise_pack,
/obj/item/stack/medical/ointment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/bot,
@@ -82569,7 +86677,6 @@
pixel_y = -26
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/delivery,
@@ -82577,20 +86684,25 @@
/area/science/misc_lab/range)
"dle" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
/area/science/misc_lab/range)
"dlf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -82600,9 +86712,13 @@
"dlg" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/door/airlock/command{
@@ -82613,13 +86729,20 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hor)
"dlh" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment,
@@ -82628,9 +86751,13 @@
/area/crew_quarters/heads/hor)
"dli" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -82639,13 +86766,16 @@
/area/crew_quarters/heads/hor)
"dlj" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -82655,6 +86785,8 @@
/area/crew_quarters/heads/hor)
"dlk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -82671,6 +86803,8 @@
/area/crew_quarters/heads/hor)
"dll" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -82685,9 +86819,13 @@
"dlm" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/door/airlock/command{
@@ -82704,6 +86842,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hor)
"dln" = (
@@ -82715,6 +86856,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -82730,13 +86873,14 @@
icon_state = "pipe-j2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/purple,
/area/science/research)
"dlp" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -82752,6 +86896,8 @@
/area/science/robotics/mechbay)
"dlr" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -82793,11 +86939,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"dlx" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -82807,9 +86955,8 @@
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dly" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/aft)
@@ -82826,16 +86973,14 @@
/area/hallway/primary/aft)
"dlB" = (
/obj/effect/landmark/blobstart,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/aft)
"dlC" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -82863,9 +87008,8 @@
},
/area/medical/genetics/cloning)
"dlG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/medical/genetics/cloning)
@@ -82884,7 +87028,6 @@
/area/medical/genetics/cloning)
"dlJ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
@@ -82908,11 +87051,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/genetics/cloning)
"dlM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -82921,6 +87066,8 @@
/area/medical/medbay/central)
"dlN" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -82986,7 +87133,6 @@
/area/crew_quarters/abandoned_gambling_den)
"dlX" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/obj/effect/decal/cleanable/dirt,
@@ -83003,6 +87149,7 @@
"dlZ" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -83021,7 +87168,6 @@
"dmb" = (
/obj/structure/table/wood,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/item/weapon/paper_bin,
@@ -83087,10 +87233,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port)
"dmk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -83172,6 +87323,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/mixing)
"dmw" = (
@@ -83188,6 +87342,8 @@
/area/science/misc_lab/range)
"dmy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/window/northright{
@@ -83223,6 +87379,8 @@
"dmC" = (
/obj/structure/chair/office/light,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -83262,7 +87420,6 @@
"dmF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -83272,6 +87429,8 @@
"dmG" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -83290,10 +87449,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"dmJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -83326,6 +87490,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"dmP" = (
@@ -83434,12 +87601,13 @@
"dnc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 8
},
/area/medical/medbay/central)
"dnd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -83493,7 +87661,6 @@
/area/medical/medbay/central)
"dnj" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whiteblue/corner,
@@ -83531,7 +87698,6 @@
pixel_x = 32
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -83575,7 +87741,6 @@
},
/obj/structure/table/reinforced,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whiteblue,
@@ -83603,11 +87768,12 @@
/area/medical/surgery)
"dnu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -83635,6 +87801,8 @@
/area/crew_quarters/abandoned_gambling_den)
"dnz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/window/eastleft,
@@ -83666,6 +87834,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research/abandoned)
"dnD" = (
@@ -83738,6 +87909,8 @@
/area/science/misc_lab/range)
"dnO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -83752,6 +87925,8 @@
/area/science/misc_lab/range)
"dnQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/disposal/bin,
@@ -83763,6 +87938,8 @@
/area/crew_quarters/heads/hor)
"dnR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -83772,9 +87949,13 @@
"dnS" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/button/door{
@@ -83826,12 +88007,13 @@
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hor)
"dnV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/purple,
@@ -83872,6 +88054,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/genetics)
"doc" = (
@@ -83883,6 +88068,7 @@
/area/medical/genetics)
"doe" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -83896,19 +88082,27 @@
req_access_txt = "9"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/genetics)
"dog" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -83918,6 +88112,7 @@
/area/medical/genetics)
"doh" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -83932,9 +88127,13 @@
/area/medical/medbay/central)
"doi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment,
@@ -83966,7 +88165,6 @@
"don" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -83981,9 +88179,8 @@
},
/area/medical/surgery)
"dop" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/medical/surgery)
@@ -83997,7 +88194,6 @@
name = "medbay camera"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -84019,15 +88215,13 @@
"dot" = (
/obj/effect/landmark/start/medical_doctor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- 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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/blue,
/area/medical/surgery)
@@ -84046,9 +88240,13 @@
/area/medical/surgery)
"dow" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -84060,10 +88258,11 @@
/area/maintenance/starboard/aft)
"dox" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/delivery,
@@ -84076,6 +88275,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84084,6 +88285,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/construction)
"doz" = (
@@ -84108,9 +88312,8 @@
/turf/open/floor/plating,
/area/hallway/secondary/construction)
"doC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/hallway/secondary/construction)
@@ -84129,6 +88332,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/construction)
"doF" = (
@@ -84141,6 +88347,7 @@
"doG" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -84152,9 +88359,11 @@
/area/crew_quarters/abandoned_gambling_den)
"doH" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -84164,6 +88373,7 @@
"doI" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -84271,6 +88481,8 @@
"doV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -84280,7 +88492,6 @@
/area/maintenance/port)
"doW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/vault{
@@ -84288,9 +88499,8 @@
},
/area/science/explab)
"doX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -84324,7 +88534,6 @@
/area/science/explab)
"dpc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/vault{
@@ -84332,9 +88541,8 @@
},
/area/science/explab)
"dpd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/vault{
@@ -84369,7 +88577,6 @@
/area/science/mixing)
"dpi" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/sign/securearea{
@@ -84380,7 +88587,6 @@
/area/science/misc_lab/range)
"dpj" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/effect/decal/cleanable/dirt,
@@ -84403,9 +88609,8 @@
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hor)
"dpl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
dir = 8
@@ -84414,13 +88619,16 @@
"dpm" = (
/obj/machinery/computer/aifixer,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/white,
@@ -84430,6 +88638,8 @@
dir = 1
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/research_director,
@@ -84439,6 +88649,8 @@
"dpo" = (
/obj/machinery/computer/mecha,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/bot,
@@ -84446,6 +88658,7 @@
/area/crew_quarters/heads/hor)
"dpp" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -84458,7 +88671,6 @@
/area/crew_quarters/heads/hor)
"dpq" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -84467,19 +88679,19 @@
/area/science/research)
"dpr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
/area/science/research)
"dps" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -84489,8 +88701,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/science/robotics/mechbay)
@@ -84498,14 +88709,15 @@
/obj/machinery/recharge_station,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"dpv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -84519,9 +88731,8 @@
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"dpw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -84658,6 +88869,8 @@
/area/medical/genetics)
"dpM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -84696,6 +88909,7 @@
/area/medical/genetics)
"dpP" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -84714,6 +88928,7 @@
/area/medical/medbay/central)
"dpR" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -84774,9 +88989,13 @@
/area/crew_quarters/heads/cmo)
"dpX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84786,6 +89005,8 @@
/area/medical/medbay/central)
"dpY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -84797,6 +89018,8 @@
"dpZ" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/medical{
@@ -84808,10 +89031,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/surgery)
"dqa" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84823,17 +89051,20 @@
/area/medical/surgery)
"dqb" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/medical_doctor,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/blue,
/area/medical/surgery)
"dqc" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84850,6 +89081,8 @@
req_access_txt = "45"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84858,10 +89091,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/surgery)
"dqe" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84874,10 +89112,11 @@
"dqf" = (
/obj/machinery/computer/operating,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
@@ -84886,9 +89125,13 @@
/obj/structure/table/optable,
/obj/effect/decal/cleanable/blood/old,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84899,6 +89142,8 @@
"dqh" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84909,6 +89154,8 @@
/area/medical/surgery)
"dqi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84922,6 +89169,8 @@
req_access_txt = "45"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -84930,13 +89179,20 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/surgery)
"dqk" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -84949,7 +89205,6 @@
"dql" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -85031,9 +89286,8 @@
/area/crew_quarters/abandoned_gambling_den)
"dqu" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -85072,6 +89326,8 @@
/area/science/research/abandoned)
"dqA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/blobstart,
@@ -85121,7 +89377,6 @@
/area/science/mixing)
"dqF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -85134,7 +89389,6 @@
/area/science/mixing)
"dqH" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -85143,7 +89397,6 @@
/area/science/mixing)
"dqI" = (
/obj/machinery/atmospherics/components/unary/thermomachine/heater{
- icon_state = "heater";
dir = 8;
on = 1
},
@@ -85167,6 +89420,8 @@
/area/science/misc_lab/range)
"dqK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -85185,6 +89440,8 @@
/obj/structure/table/reinforced,
/obj/machinery/light,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/storage/secure/briefcase,
@@ -85202,6 +89459,8 @@
/area/crew_quarters/heads/hor)
"dqN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -85210,9 +89469,13 @@
/area/crew_quarters/heads/hor)
"dqO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -85242,6 +89505,8 @@
"dqR" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/purple,
@@ -85263,7 +89528,6 @@
/obj/item/stack/packageWrap,
/obj/item/weapon/hand_labeler,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/extinguisher_cabinet{
@@ -85274,6 +89538,8 @@
/area/science/robotics/mechbay)
"dqU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -85284,6 +89550,8 @@
"dqV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -85291,6 +89559,8 @@
/area/science/robotics/mechbay)
"dqW" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/camera{
@@ -85304,6 +89574,8 @@
/area/science/robotics/mechbay)
"dqX" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -85311,6 +89583,8 @@
/area/science/robotics/mechbay)
"dqY" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -85326,7 +89600,6 @@
/obj/structure/reagent_dispensers/fueltank,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/effect/turf_decal/bot,
@@ -85334,7 +89607,6 @@
/area/science/robotics/mechbay)
"drb" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -85376,6 +89648,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/genetics)
"drf" = (
@@ -85401,10 +89676,11 @@
/area/medical/genetics)
"drh" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -85415,6 +89691,8 @@
/area/medical/genetics)
"dri" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -85426,6 +89704,7 @@
"drj" = (
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/item/weapon/clipboard,
@@ -85499,6 +89778,8 @@
/area/medical/genetics)
"drp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -85509,7 +89790,6 @@
/area/medical/genetics)
"drq" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -85533,6 +89813,7 @@
/area/medical/genetics)
"drs" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
@@ -85546,7 +89827,6 @@
/area/medical/genetics)
"drt" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -85555,9 +89835,13 @@
/area/medical/medbay/central)
"dru" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -85568,6 +89852,8 @@
/area/medical/medbay/central)
"drv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -85582,12 +89868,18 @@
req_access_txt = "40"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -85596,10 +89888,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/heads/cmo)
"drx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -85611,35 +89908,43 @@
/area/crew_quarters/heads/cmo)
"dry" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
"drz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
"drA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
"drB" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -85656,12 +89961,18 @@
req_access_txt = "40"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -85670,14 +89981,18 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/heads/cmo)
"drD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -85686,21 +90001,23 @@
/area/medical/medbay/central)
"drE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/lightsout,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/medical/medbay/central)
"drF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner,
@@ -85711,16 +90028,14 @@
},
/area/medical/surgery)
"drH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/medical/surgery)
"drI" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner,
/area/medical/surgery)
@@ -85744,6 +90059,8 @@
/area/medical/surgery)
"drL" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whiteblue/side,
@@ -85753,8 +90070,7 @@
/area/medical/surgery)
"drN" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
@@ -85764,6 +90080,8 @@
/area/medical/surgery)
"drO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -85823,7 +90141,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/delivery,
@@ -85838,9 +90155,8 @@
/area/maintenance/starboard/aft)
"drX" = (
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -85855,7 +90171,6 @@
/area/maintenance/starboard/aft)
"drZ" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 1
},
/obj/effect/decal/cleanable/dirt,
@@ -85938,7 +90253,6 @@
"dsn" = (
/obj/machinery/portable_atmospherics/scrubber,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/sign/nosmoking_2{
@@ -85954,7 +90268,6 @@
/area/science/mixing)
"dso" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -85976,12 +90289,10 @@
/area/science/mixing)
"dsr" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/extinguisher_cabinet{
@@ -85993,16 +90304,14 @@
/turf/open/floor/plasteel,
/area/science/mixing)
"dss" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plating,
/area/science/misc_lab/range)
"dst" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plating,
/area/science/misc_lab/range)
@@ -86012,6 +90321,8 @@
"dsv" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/grille,
@@ -86021,12 +90332,18 @@
"dsw" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/door/airlock/command{
@@ -86038,10 +90355,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hor)
"dsx" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -86052,12 +90373,17 @@
"dsy" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"dsz" = (
@@ -86071,6 +90397,9 @@
dir = 8;
pixel_x = 24
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"dsA" = (
@@ -86092,6 +90421,8 @@
"dsD" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_research{
@@ -86101,6 +90432,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"dsE" = (
@@ -86113,6 +90447,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dsG" = (
@@ -86122,7 +90459,6 @@
pixel_x = -23
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/weapon/folder/white,
@@ -86138,9 +90474,13 @@
/area/medical/genetics)
"dsH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -86152,10 +90492,11 @@
/area/medical/genetics)
"dsI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -86165,6 +90506,8 @@
/area/medical/genetics)
"dsJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -86184,9 +90527,13 @@
req_access_txt = "9"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -86198,10 +90545,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/genetics)
"dsL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -86216,6 +90568,8 @@
/area/medical/genetics)
"dsM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -86231,10 +90585,11 @@
/area/medical/genetics)
"dsN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/disposalpipe/segment{
@@ -86244,6 +90599,8 @@
/area/medical/genetics)
"dsO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -86256,12 +90613,13 @@
/area/medical/genetics)
"dsP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/holopad,
/obj/effect/landmark/start/geneticist,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/segment{
@@ -86270,9 +90628,8 @@
/turf/open/floor/plasteel/neutral,
/area/medical/genetics)
"dsQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -86297,10 +90654,12 @@
/area/medical/genetics)
"dsS" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -86313,10 +90672,11 @@
/area/medical/genetics)
"dsT" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -86325,14 +90685,17 @@
/area/medical/medbay/central)
"dsU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/blue,
@@ -86355,21 +90718,21 @@
/area/crew_quarters/heads/cmo)
"dsX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
"dsY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
"dsZ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/cmo,
@@ -86419,9 +90782,8 @@
/obj/machinery/ai_status_display{
pixel_y = -32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault,
/area/medical/surgery)
@@ -86477,6 +90839,7 @@
pixel_y = -26
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/turf_decal/bot,
@@ -86486,6 +90849,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/delivery,
@@ -86588,24 +90953,21 @@
/area/science/research/abandoned)
"dtB" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/neutral,
/area/science/research/abandoned)
"dtC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/science/research/abandoned)
"dtD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -86614,16 +90976,14 @@
/area/science/research/abandoned)
"dtE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/science/research/abandoned)
"dtF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/barricade/wooden,
/obj/machinery/door/airlock/maintenance_hatch{
@@ -86633,26 +90993,31 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/research/abandoned)
"dtG" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
/area/maintenance/port)
"dtH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -86661,11 +91026,12 @@
"dtI" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -86673,11 +91039,12 @@
/area/maintenance/port)
"dtJ" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -86686,7 +91053,6 @@
"dtK" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating,
@@ -86712,7 +91078,6 @@
/area/science/mixing)
"dtN" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -86728,7 +91093,6 @@
/area/science/mixing)
"dtP" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/structure/sign/fire{
@@ -86769,6 +91133,8 @@
/area/crew_quarters/heads/hor)
"dtU" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -86859,6 +91225,8 @@
/area/science/robotics/lab)
"dub" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -86927,29 +91295,27 @@
/obj/structure/chair/office/light{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 8
},
/area/medical/genetics)
"duh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/medical/genetics)
@@ -86984,9 +91350,8 @@
},
/area/medical/genetics)
"dun" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/whitepurple/side,
/area/medical/genetics)
@@ -87036,7 +91401,6 @@
pixel_x = -23
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/mob/living/simple_animal/pet/cat/Runtime,
@@ -87046,6 +91410,8 @@
/area/crew_quarters/heads/cmo)
"duu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/holopad,
@@ -87059,6 +91425,8 @@
"duw" = (
/obj/structure/chair/office/light,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -87067,11 +91435,11 @@
"dux" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/power/apc{
dir = 4;
@@ -87098,6 +91466,8 @@
/area/medical/medbay/central)
"duz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -87110,15 +91480,22 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/construction)
"duB" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/item/device/radio/intercom{
@@ -87133,6 +91510,7 @@
"duC" = (
/obj/machinery/power/smes,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/light/small{
@@ -87187,7 +91565,6 @@
/area/science/research/abandoned)
"duJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -87229,16 +91606,18 @@
"duP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/neutral,
/area/maintenance/port)
"duQ" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -87252,6 +91631,8 @@
/area/science/mixing)
"duR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -87261,6 +91642,8 @@
/area/science/mixing)
"duS" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -87276,7 +91659,6 @@
/area/science/mixing)
"duU" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister,
@@ -87295,6 +91677,8 @@
/obj/item/target/syndicate,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
@@ -87305,15 +91689,13 @@
/area/science/misc_lab/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/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -87328,25 +91710,24 @@
/area/crew_quarters/heads/hor)
"dva" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/start/research_director,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/purple,
/area/crew_quarters/heads/hor)
"dvb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/heads/hor)
"dvc" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/bed,
@@ -87364,7 +91745,6 @@
},
/obj/item/weapon/wrench,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/clothing/glasses/welding,
@@ -87378,6 +91758,8 @@
/area/science/robotics/lab)
"dve" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -87388,6 +91770,8 @@
"dvf" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -87397,6 +91781,8 @@
/area/science/robotics/lab)
"dvg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -87406,6 +91792,8 @@
/area/science/robotics/lab)
"dvh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -87443,6 +91831,7 @@
/area/science/robotics/lab)
"dvk" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -87456,6 +91845,8 @@
"dvl" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/button/door{
@@ -87467,24 +91858,25 @@
},
/obj/structure/noticeboard{
dir = 1;
- icon_state = "nboard00";
pixel_y = -32
},
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 8
},
/area/medical/genetics)
"dvm" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 8
},
/area/medical/genetics)
@@ -87595,10 +91987,11 @@
/area/medical/genetics)
"dvz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/disposalpipe/segment{
@@ -87617,6 +92010,7 @@
/area/medical/medbay/central)
"dvB" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -87636,6 +92030,8 @@
"dvC" = (
/obj/machinery/disposal/bin,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -87646,12 +92042,18 @@
/area/crew_quarters/heads/cmo)
"dvD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -87663,6 +92065,8 @@
"dvE" = (
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/paper_bin,
@@ -87674,9 +92078,13 @@
"dvF" = (
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/item/weapon/folder/blue{
@@ -87686,7 +92094,6 @@
/obj/item/weapon/folder/white,
/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/cmo,
@@ -87695,6 +92102,8 @@
/obj/machinery/computer/med_data/laptop,
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -87704,6 +92113,7 @@
/area/crew_quarters/heads/cmo)
"dvH" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -87745,13 +92155,14 @@
"dvN" = (
/obj/effect/decal/cleanable/cobweb,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"dvO" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -87765,6 +92176,8 @@
/area/maintenance/starboard/aft)
"dvP" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -87778,6 +92191,8 @@
/area/maintenance/starboard/aft)
"dvQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -87788,9 +92203,13 @@
/area/maintenance/starboard/aft)
"dvR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -87798,6 +92217,8 @@
/area/maintenance/starboard/aft)
"dvS" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -87808,6 +92229,8 @@
/area/maintenance/starboard/aft)
"dvT" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -87817,6 +92240,8 @@
/area/maintenance/starboard/aft)
"dvU" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -87831,9 +92256,13 @@
/area/maintenance/starboard/aft)
"dvV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -87846,9 +92275,13 @@
/area/maintenance/starboard/aft)
"dvW" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -87860,9 +92293,13 @@
/area/maintenance/starboard/aft)
"dvX" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -87876,22 +92313,24 @@
/area/maintenance/starboard/aft)
"dvY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"dvZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/delivery,
@@ -87903,6 +92342,8 @@
req_access_txt = "10"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -87911,6 +92352,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/solars/starboard/aft)
"dwb" = (
@@ -88016,6 +92460,8 @@
/area/science/mixing)
"dwq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -88044,6 +92490,8 @@
/area/science/misc_lab/range)
"dwu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -88077,6 +92525,8 @@
/area/crew_quarters/heads/hor)
"dwy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/camera{
@@ -88090,6 +92540,8 @@
/area/crew_quarters/heads/hor)
"dwz" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/whitepurple/corner,
@@ -88108,7 +92560,6 @@
/area/crew_quarters/heads/hor)
"dwB" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment,
@@ -88149,11 +92600,12 @@
/area/science/robotics/lab)
"dwE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -88162,9 +92614,8 @@
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"dwF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/science/robotics/lab)
@@ -88194,6 +92645,8 @@
"dwL" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/centcom{
@@ -88204,6 +92657,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/morgue)
"dwM" = (
@@ -88220,6 +92676,8 @@
"dwP" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -88230,6 +92688,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/morgue)
"dwQ" = (
@@ -88245,18 +92706,18 @@
/area/crew_quarters/heads/cmo)
"dwR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
"dwS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
@@ -88280,7 +92741,6 @@
/area/crew_quarters/heads/cmo)
"dwV" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/machinery/camera{
@@ -88303,6 +92763,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"dwX" = (
@@ -88332,18 +92795,18 @@
req_access_txt = "0";
use_power = 0
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/cmo,
/area/medical/medbay/central)
"dxa" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plating,
@@ -88408,12 +92871,13 @@
/area/maintenance/starboard/aft)
"dxi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/delivery,
@@ -88421,7 +92885,6 @@
/area/maintenance/starboard/aft)
"dxj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -88535,6 +92998,8 @@
/area/science/research/abandoned)
"dxw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -88588,6 +93053,8 @@
/area/science/mixing)
"dxz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -88595,7 +93062,6 @@
/area/science/mixing)
"dxA" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/whitepurple/corner,
@@ -88617,6 +93083,8 @@
"dxD" = (
/obj/machinery/door/firedoor/heavy,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -88631,6 +93099,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/misc_lab/range)
"dxE" = (
@@ -88649,11 +93120,9 @@
/area/crew_quarters/heads/hor)
"dxG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/device/radio/intercom{
@@ -88666,8 +93135,7 @@
/area/science/research)
"dxH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
@@ -88683,8 +93151,7 @@
req_access_txt = "29"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -88692,12 +93159,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"dxJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -88709,11 +93178,12 @@
"dxK" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
@@ -88723,14 +93193,12 @@
/area/science/robotics/lab)
"dxL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/science/robotics/lab)
"dxM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
@@ -88738,23 +93206,20 @@
"dxN" = (
/obj/effect/landmark/start/roboticist,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/science/robotics/lab)
"dxO" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/science/robotics/lab)
"dxP" = (
/obj/structure/noticeboard{
dir = 8;
- icon_state = "nboard00";
pixel_x = 32
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
@@ -88795,6 +93260,8 @@
/area/medical/morgue)
"dxT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/light_switch{
@@ -88811,10 +93278,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -88847,7 +93311,6 @@
/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,
@@ -88879,6 +93342,8 @@
/area/medical/morgue)
"dyd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -88901,6 +93366,8 @@
/area/crew_quarters/heads/cmo)
"dyf" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/vending/wallmed{
@@ -88965,9 +93432,8 @@
/obj/structure/mirror{
pixel_y = -28
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/cmo,
/area/medical/medbay/central)
@@ -89017,6 +93483,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -89024,6 +93492,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/detectives_office/private_investigators_office)
"dyu" = (
@@ -89085,7 +93556,6 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -89095,13 +93565,14 @@
/area/science/mixing)
"dyA" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/start/scientist,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/science/mixing)
@@ -89122,6 +93593,8 @@
/area/science/storage)
"dyE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -89180,9 +93653,8 @@
},
/area/science/server)
"dyK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -89224,6 +93696,8 @@
/area/science/robotics/lab)
"dyP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -89263,18 +93737,18 @@
/area/science/robotics/lab)
"dyV" = (
/obj/effect/landmark/lightsout,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/aft)
"dyW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -89298,6 +93772,8 @@
"dyZ" = (
/obj/effect/decal/cleanable/blood/old,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -89317,10 +93793,7 @@
/area/medical/morgue)
"dzd" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/neutral,
/area/medical/morgue)
@@ -89339,6 +93812,8 @@
"dzh" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -89357,6 +93832,8 @@
"dzk" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/grille,
@@ -89370,12 +93847,15 @@
req_access_txt = "40"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
"dzm" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -89390,7 +93870,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -89423,6 +93902,7 @@
/area/crew_quarters/theatre/abandoned)
"dzr" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/apc{
@@ -89490,6 +93970,8 @@
/area/security/detectives_office/private_investigators_office)
"dzz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -89598,6 +94080,8 @@
/area/science/mixing)
"dzL" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -89610,6 +94094,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/mixing)
"dzM" = (
@@ -89661,11 +94148,9 @@
/area/science/mixing)
"dzQ" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/camera{
@@ -89684,7 +94169,6 @@
pixel_x = -26
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/line{
@@ -89694,12 +94178,13 @@
/area/science/storage)
"dzS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -89727,6 +94212,7 @@
/area/science/storage)
"dzW" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/computer/rdservercontrol,
@@ -89744,14 +94230,17 @@
},
/area/science/server)
"dzX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/vault{
@@ -89764,6 +94253,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -89780,6 +94271,8 @@
req_access_txt = "30"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -89792,6 +94285,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -89803,17 +94298,20 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
/area/science/research)
"dAc" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner,
@@ -89821,6 +94319,7 @@
"dAd" = (
/obj/machinery/disposal/bin,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -89836,9 +94335,13 @@
/area/science/robotics/lab)
"dAe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -89880,7 +94383,6 @@
/area/science/robotics/lab)
"dAk" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/junction{
@@ -89904,6 +94406,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/morgue)
"dAm" = (
@@ -89922,7 +94427,6 @@
"dAn" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating{
@@ -89931,9 +94435,13 @@
/area/medical/morgue)
"dAo" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -89945,6 +94453,8 @@
"dAp" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -89955,6 +94465,8 @@
/area/medical/morgue)
"dAq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -89965,6 +94477,8 @@
"dAr" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/start/medical_doctor,
@@ -89977,6 +94491,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/old,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/blobstart,
@@ -89987,6 +94503,8 @@
/area/medical/morgue)
"dAt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -89994,6 +94512,8 @@
/area/medical/morgue)
"dAu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/light_switch{
@@ -90015,6 +94535,8 @@
"dAv" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/centcom{
@@ -90027,10 +94549,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/morgue)
"dAw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -90042,11 +94569,12 @@
/area/medical/morgue)
"dAx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/blobstart,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating,
@@ -90054,6 +94582,8 @@
"dAy" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -90064,16 +94594,21 @@
/area/medical/morgue)
"dAz" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -90115,11 +94650,12 @@
/area/crew_quarters/heads/cmo)
"dAF" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/central)
@@ -90135,6 +94671,8 @@
/area/maintenance/starboard/aft)
"dAH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -90151,6 +94689,8 @@
/area/crew_quarters/theatre/abandoned)
"dAK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -90199,6 +94739,8 @@
/area/security/detectives_office/private_investigators_office)
"dAR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -90311,10 +94853,7 @@
/turf/open/floor/plasteel,
/area/science/mixing)
"dBd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/neutral/side{
dir = 1;
@@ -90357,6 +94896,8 @@
/area/science/mixing)
"dBi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -90392,6 +94933,8 @@
/area/science/mixing)
"dBn" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -90402,10 +94945,11 @@
/area/science/storage)
"dBo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/line,
@@ -90413,16 +94957,14 @@
/area/science/storage)
"dBp" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
/area/science/storage)
"dBq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -90438,6 +94980,7 @@
/area/science/storage)
"dBs" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -90447,7 +94990,6 @@
"dBt" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 6
},
/obj/machinery/door/airlock/glass_command{
@@ -90455,9 +94997,13 @@
req_access_txt = "30"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/vault{
@@ -90466,22 +95012,23 @@
/area/science/server)
"dBu" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
/area/science/server)
"dBv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -90500,7 +95047,6 @@
/obj/item/device/multitool,
/obj/item/clothing/head/welding,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/newscaster{
@@ -90511,6 +95057,8 @@
/area/science/robotics/lab)
"dBx" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -90564,7 +95112,6 @@
/obj/item/weapon/retractor,
/obj/item/weapon/hemostat,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/ai_status_display{
@@ -90584,9 +95131,8 @@
},
/area/medical/morgue)
"dBF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/medical/morgue)
@@ -90594,10 +95140,11 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/neutral,
@@ -90626,7 +95173,6 @@
"dBK" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
@@ -90666,9 +95212,8 @@
/area/medical/morgue)
"dBP" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -90677,7 +95222,6 @@
/area/medical/morgue)
"dBQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -90685,6 +95229,8 @@
"dBR" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -90701,15 +95247,13 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -90718,7 +95262,6 @@
/area/crew_quarters/heads/cmo)
"dBU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -90728,9 +95271,8 @@
/turf/open/floor/plasteel/blue,
/area/crew_quarters/heads/cmo)
"dBW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/heads/cmo)
@@ -90738,8 +95280,7 @@
/obj/structure/bed,
/obj/item/weapon/bedsheet/cmo,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/status_display{
pixel_x = 32
@@ -90770,13 +95311,14 @@
/area/crew_quarters/theatre/abandoned)
"dCb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/wood,
/area/crew_quarters/theatre/abandoned)
"dCc" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/obj/effect/decal/cleanable/dirt,
@@ -90802,6 +95344,7 @@
/area/crew_quarters/theatre/abandoned)
"dCf" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -90814,12 +95357,13 @@
/area/security/detectives_office/private_investigators_office)
"dCg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/security/detectives_office/private_investigators_office)
@@ -90873,7 +95417,6 @@
/area/science/mixing)
"dCn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line{
@@ -90926,6 +95469,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/mixing)
"dCs" = (
@@ -90938,9 +95484,13 @@
/area/science/mixing)
"dCt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/blobstart,
@@ -90951,6 +95501,8 @@
/area/science/mixing)
"dCu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -90965,6 +95517,8 @@
"dCv" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -90982,10 +95536,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/mixing)
"dCw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -91001,6 +95560,8 @@
/area/science/mixing)
"dCx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -91013,12 +95574,18 @@
/area/science/mixing)
"dCy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -91026,6 +95593,8 @@
/area/science/mixing)
"dCz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -91035,6 +95604,8 @@
/area/science/mixing)
"dCA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -91055,26 +95626,33 @@
name = "Toxins Lab Shutters"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
/turf/open/floor/plasteel,
/area/science/mixing)
"dCC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -91084,6 +95662,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/bot,
@@ -91093,6 +95673,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -91103,6 +95685,8 @@
"dCF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -91110,17 +95694,18 @@
/area/science/storage)
"dCG" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/science/storage)
"dCH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 2;
external_pressure_bound = 140;
name = "server vent";
- on = 1;
pressure_checks = 0
},
/turf/open/floor/circuit/green{
@@ -91137,15 +95722,10 @@
},
/area/science/server)
"dCJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 2;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- name = "server vent";
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/obj/machinery/camera{
c_tag = "Science - Server Room";
@@ -91175,20 +95755,24 @@
/area/science/research)
"dCL" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/science/research)
"dCM" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -91197,7 +95781,6 @@
pixel_x = 26
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner,
@@ -91216,6 +95799,8 @@
/area/science/robotics/lab)
"dCO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -91309,9 +95894,8 @@
dir = 1;
pixel_y = -22
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plating{
icon_state = "platingdmg1"
@@ -91349,6 +95933,8 @@
/area/medical/morgue)
"dDg" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -91406,13 +95992,14 @@
/area/medical/medbay/central)
"dDn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/medbay/central)
"dDo" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whitegreen/corner,
@@ -91426,15 +96013,18 @@
/area/maintenance/starboard/aft)
"dDq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -91448,6 +96038,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -91457,10 +96049,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/crew_quarters/theatre/abandoned)
"dDs" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -91470,6 +96067,8 @@
/area/crew_quarters/theatre/abandoned)
"dDt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -91481,10 +96080,11 @@
"dDu" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/wood,
@@ -91497,7 +96097,6 @@
/area/crew_quarters/theatre/abandoned)
"dDw" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/obj/effect/decal/cleanable/dirt,
@@ -91527,9 +96126,8 @@
"dDz" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/crew_quarters/theatre/abandoned)
@@ -91592,9 +96190,8 @@
/area/science/mixing)
"dDK" = (
/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -91676,6 +96273,8 @@
/area/science/mixing)
"dDR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -91688,7 +96287,6 @@
/area/science/mixing)
"dDS" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -91710,7 +96308,6 @@
/obj/item/clothing/head/hardhat/red,
/obj/item/clothing/mask/gas,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/bot,
@@ -91718,12 +96315,13 @@
/area/science/mixing)
"dDV" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/delivery,
@@ -91737,8 +96335,7 @@
pixel_y = -32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -91746,8 +96343,7 @@
"dDY" = (
/obj/structure/sign/securearea,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall/r_wall,
/area/science/mixing)
@@ -91756,8 +96352,7 @@
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Science - Toxins Secure Storage";
@@ -91770,7 +96365,6 @@
/area/science/storage)
"dEa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/bot,
@@ -91803,7 +96397,6 @@
"dEe" = (
/obj/machinery/r_n_d/server/core,
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/circuit/green{
@@ -91822,7 +96415,6 @@
"dEg" = (
/obj/machinery/r_n_d/server/robotics,
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/circuit/green{
@@ -91839,6 +96431,8 @@
/area/science/research)
"dEi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -91846,6 +96440,8 @@
/area/science/research)
"dEj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -91857,6 +96453,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"dEk" = (
@@ -91886,6 +96485,8 @@
"dEm" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -91896,6 +96497,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/morgue)
"dEn" = (
@@ -91905,6 +96509,8 @@
"dEo" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/virology{
@@ -91914,13 +96520,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"dEp" = (
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood{
icon_state = "wood-broken6"
@@ -91928,7 +96536,6 @@
/area/crew_quarters/theatre/abandoned)
"dEq" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -92034,6 +96641,8 @@
/area/science/mixing)
"dED" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -92045,10 +96654,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/mixing)
"dEE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -92061,6 +96675,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/mixing)
"dEF" = (
@@ -92086,18 +96703,22 @@
req_access_txt = "47"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"dEJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral/side{
@@ -92106,6 +96727,8 @@
/area/maintenance/port/aft)
"dEK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -92141,7 +96764,6 @@
/area/maintenance/port/aft)
"dEO" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/side{
@@ -92176,18 +96798,24 @@
/area/hallway/primary/aft)
"dES" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/aft)
"dET" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -92199,6 +96827,8 @@
/area/hallway/primary/aft)
"dEU" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -92213,6 +96843,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -92221,10 +96853,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dEW" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -92236,6 +96873,8 @@
/area/maintenance/aft)
"dEX" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -92245,6 +96884,8 @@
/area/maintenance/aft)
"dEY" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -92255,6 +96896,8 @@
/area/maintenance/aft)
"dEZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -92268,6 +96911,8 @@
/area/maintenance/aft)
"dFa" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -92280,21 +96925,29 @@
/area/maintenance/aft)
"dFb" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plating,
/area/maintenance/aft)
"dFc" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -92322,6 +96975,8 @@
/area/maintenance/aft)
"dFe" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/rack,
@@ -92336,6 +96991,8 @@
/area/maintenance/aft)
"dFf" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/blobstart,
@@ -92347,9 +97004,13 @@
/area/maintenance/aft)
"dFg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -92361,6 +97022,8 @@
/area/maintenance/aft)
"dFh" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -92390,10 +97053,11 @@
/area/medical/medbay/central)
"dFk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whitegreen/side{
@@ -92450,7 +97114,6 @@
"dFq" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -92617,6 +97280,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/mixing)
"dFN" = (
@@ -92644,6 +97310,8 @@
/area/maintenance/port/aft)
"dFQ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -92688,6 +97356,8 @@
"dFV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -92723,10 +97393,7 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/neutral,
/area/science/research)
@@ -92756,6 +97423,8 @@
/area/science/research)
"dGf" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -92780,19 +97449,24 @@
/area/maintenance/port/aft)
"dGi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"dGj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -92803,6 +97477,8 @@
/area/maintenance/port/aft)
"dGk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -92812,17 +97488,22 @@
/area/maintenance/port/aft)
"dGl" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/delivery,
@@ -92830,6 +97511,8 @@
/area/maintenance/port/aft)
"dGm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -92840,6 +97523,8 @@
/area/maintenance/port/aft)
"dGn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -92855,6 +97540,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -92863,10 +97550,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dGp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -92878,6 +97570,8 @@
/area/hallway/primary/aft)
"dGq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -92891,6 +97585,8 @@
/area/hallway/primary/aft)
"dGr" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -92995,6 +97691,8 @@
/area/maintenance/aft)
"dGD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -93005,6 +97703,8 @@
/area/maintenance/aft)
"dGE" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -93014,6 +97714,8 @@
/area/maintenance/aft)
"dGF" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -93061,6 +97763,8 @@
/area/maintenance/aft)
"dGL" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -93071,6 +97775,8 @@
/area/maintenance/aft)
"dGM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -93082,6 +97788,8 @@
/area/maintenance/aft)
"dGN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -93094,10 +97802,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"dGO" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -93107,29 +97820,40 @@
/area/medical/medbay/central)
"dGP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/lightsout,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/turf_decal/bot,
@@ -93137,6 +97861,8 @@
/area/medical/medbay/central)
"dGQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -93151,6 +97877,8 @@
"dGR" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -93163,10 +97891,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"dGS" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -93177,6 +97910,8 @@
/area/maintenance/starboard/aft)
"dGT" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -93186,6 +97921,8 @@
/area/maintenance/starboard/aft)
"dGU" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -93196,6 +97933,8 @@
/area/maintenance/starboard/aft)
"dGV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -93206,6 +97945,8 @@
/area/maintenance/starboard/aft)
"dGW" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -93215,11 +97956,12 @@
/area/maintenance/starboard/aft)
"dGX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral/side{
@@ -93367,10 +98109,14 @@
"dHt" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -93378,16 +98124,19 @@
"dHu" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"dHv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -93398,6 +98147,8 @@
"dHw" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -93408,9 +98159,13 @@
"dHx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -93419,6 +98174,8 @@
"dHy" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -93430,10 +98187,11 @@
/area/maintenance/port/aft)
"dHz" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/neutral/side{
@@ -93442,9 +98200,8 @@
/area/maintenance/port/aft)
"dHA" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -93465,6 +98222,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/science/research)
"dHD" = (
@@ -93482,16 +98242,19 @@
icon_state = "pipe-c"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/redyellow,
/area/science/research)
"dHF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment{
@@ -93501,6 +98264,8 @@
/area/science/research)
"dHG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -93529,6 +98294,8 @@
/area/maintenance/port/aft)
"dHJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -93538,6 +98305,8 @@
"dHK" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_command{
@@ -93549,6 +98318,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/customs)
"dHL" = (
@@ -93565,6 +98337,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dHN" = (
@@ -93575,6 +98350,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dHO" = (
@@ -93587,6 +98365,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dHP" = (
@@ -93599,7 +98380,6 @@
/area/maintenance/aft)
"dHR" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whitegreen/side{
@@ -93608,11 +98388,12 @@
/area/medical/medbay/central)
"dHS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -93650,12 +98431,16 @@
/area/science/test_area)
"dHX" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "External Airlock";
req_access_txt = "13"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/aft)
"dHY" = (
@@ -93665,6 +98450,7 @@
/area/maintenance/port/aft)
"dHZ" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
name = "External Airlock";
req_access_txt = "13"
},
@@ -93672,6 +98458,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/aft)
"dIa" = (
@@ -93688,10 +98477,11 @@
/area/maintenance/port/aft)
"dIc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/turf_decal/delivery,
@@ -93704,6 +98494,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -93715,6 +98507,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -93724,6 +98518,8 @@
"dIf" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/side,
@@ -93759,6 +98555,8 @@
"dIk" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -93805,7 +98603,6 @@
/area/science/research)
"dIp" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/side{
@@ -93820,6 +98617,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -93835,7 +98634,6 @@
"dIs" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/redyellow,
@@ -93843,7 +98641,6 @@
"dIt" = (
/obj/structure/table/wood,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/item/weapon/reagent_containers/food/drinks/soda_cans/dr_gibb,
@@ -93868,6 +98665,8 @@
/area/maintenance/port/aft)
"dIv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -93883,7 +98682,6 @@
pixel_x = -23
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/device/radio/intercom{
@@ -93896,6 +98694,8 @@
/area/security/checkpoint/customs)
"dIx" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/light_switch{
@@ -93971,8 +98771,7 @@
pixel_y = 22
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/newscaster{
pixel_x = 32
@@ -94034,6 +98833,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/library/abandoned)
"dIN" = (
@@ -94044,12 +98846,17 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/barricade/wooden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/library/abandoned)
"dIO" = (
@@ -94074,6 +98881,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"dIS" = (
@@ -94085,12 +98895,13 @@
},
/area/science/research)
"dIT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -94102,9 +98913,8 @@
/area/science/research)
"dIV" = (
/obj/structure/chair/stool,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/redyellow,
/area/science/research)
@@ -94128,6 +98938,8 @@
/area/maintenance/port/aft)
"dIY" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/blobstart,
@@ -94147,11 +98959,12 @@
/area/security/checkpoint/customs)
"dJa" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/customs)
@@ -94187,9 +99000,8 @@
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/aft)
"dJg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
@@ -94208,7 +99020,6 @@
/area/hallway/primary/aft)
"dJj" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -94229,6 +99040,8 @@
"dJn" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -94252,6 +99065,9 @@
pixel_y = -2;
req_access_txt = "39"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/medbay/central)
"dJo" = (
@@ -94274,6 +99090,7 @@
"dJr" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/window/reinforced/fulltile,
@@ -94282,9 +99099,11 @@
"dJs" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/window/reinforced/fulltile,
@@ -94319,6 +99138,8 @@
"dJx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -94358,6 +99179,7 @@
"dJE" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plasteel/neutral/side{
@@ -94368,6 +99190,8 @@
"dJF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -94375,9 +99199,13 @@
/area/maintenance/port/aft)
"dJG" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -94415,6 +99243,7 @@
pixel_y = 24
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -94455,6 +99284,8 @@
icon_state = "pipe-c"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side,
@@ -94488,6 +99319,8 @@
/area/maintenance/port/aft)
"dJT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -94499,6 +99332,7 @@
"dJU" = (
/obj/machinery/computer/card,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -94516,12 +99350,18 @@
/area/security/checkpoint/customs)
"dJV" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral,
@@ -94531,6 +99371,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -94539,6 +99381,8 @@
"dJX" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/folder/blue,
@@ -94548,9 +99392,13 @@
"dJY" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/door/window/brigdoor/southright{
@@ -94587,7 +99435,6 @@
"dKd" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -94608,15 +99455,16 @@
dir = 8;
pixel_x = -24
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/medical/virology)
"dKf" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -94652,6 +99500,8 @@
/area/medical/virology)
"dKj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
@@ -94695,6 +99545,8 @@
/area/medical/virology)
"dKo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/filingcabinet/chestdrawer,
@@ -94746,6 +99598,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -94786,6 +99640,8 @@
"dKB" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -94816,6 +99672,8 @@
"dKF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -94841,6 +99699,8 @@
/area/maintenance/port/aft)
"dKI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -94849,11 +99709,16 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/science/research)
"dKJ" = (
@@ -94862,6 +99727,8 @@
/area/maintenance/port/aft)
"dKK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -94901,9 +99768,8 @@
/turf/open/floor/plating,
/area/security/checkpoint/customs)
"dKP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/closet/emcloset,
/obj/effect/turf_decal/bot,
@@ -94911,7 +99777,6 @@
/area/hallway/primary/aft)
"dKQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/segment,
@@ -94945,15 +99810,16 @@
dir = 8;
name = "emergency shower"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/medical/virology)
"dKW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -94966,10 +99832,11 @@
/area/medical/virology)
"dKX" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/stripes/line{
@@ -94980,6 +99847,8 @@
"dKY" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -95001,31 +99870,49 @@
pixel_y = 22;
req_access_txt = "39"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/virology)
"dKZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/virology)
"dLa" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/light/small{
@@ -95034,6 +99921,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/virology)
"dLb" = (
@@ -95043,15 +99933,22 @@
req_access_txt = "39"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/virology)
"dLc" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/light_switch{
@@ -95059,7 +99956,6 @@
pixel_y = 26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -95068,9 +99964,13 @@
/area/medical/virology)
"dLd" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -95117,10 +100017,11 @@
/area/medical/virology)
"dLi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/green,
@@ -95138,12 +100039,13 @@
/area/medical/virology)
"dLl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/bed,
/obj/item/weapon/bedsheet/medical,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/vault,
@@ -95242,19 +100144,24 @@
"dLz" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"dLA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -95265,6 +100172,8 @@
"dLB" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -95275,9 +100184,13 @@
"dLC" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -95288,22 +100201,29 @@
/area/maintenance/port/aft)
"dLD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"dLE" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -95313,6 +100233,8 @@
/area/maintenance/port/aft)
"dLF" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -95325,6 +100247,8 @@
/area/maintenance/port/aft)
"dLG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -95335,9 +100259,13 @@
/area/maintenance/port/aft)
"dLH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -95348,14 +100276,17 @@
/area/maintenance/port/aft)
"dLI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -95365,6 +100296,8 @@
/area/maintenance/port/aft)
"dLJ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -95375,6 +100308,8 @@
/area/maintenance/port/aft)
"dLK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -95385,6 +100320,8 @@
/area/maintenance/port/aft)
"dLL" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -95398,6 +100335,8 @@
/area/maintenance/port/aft)
"dLM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -95409,11 +100348,12 @@
/area/maintenance/port/aft)
"dLN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/side{
@@ -95422,9 +100362,13 @@
/area/maintenance/port/aft)
"dLO" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -95434,15 +100378,16 @@
"dLQ" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/storage/box/ids,
/turf/open/floor/plasteel/blue/side,
/area/security/checkpoint/customs)
"dLR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/blue/side,
/area/security/checkpoint/customs)
@@ -95634,7 +100579,6 @@
pixel_x = -24
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -95644,15 +100588,21 @@
/area/medical/virology)
"dMj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/green,
/area/medical/virology)
"dMk" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -95666,15 +100616,22 @@
req_access_txt = "39"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/virology)
"dMm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -95683,32 +100640,38 @@
/area/medical/virology)
"dMn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/green,
/area/medical/virology)
"dMo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/medical/virology)
"dMp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitegreen/corner,
@@ -95719,15 +100682,22 @@
req_access_txt = "39"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/virology)
"dMr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/light_switch{
@@ -95740,22 +100710,24 @@
/area/medical/virology)
"dMs" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/start/virologist,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/green,
/area/medical/virology)
"dMt" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/status_display{
pixel_x = 32
@@ -95775,9 +100747,8 @@
/area/library/abandoned)
"dMw" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -95790,10 +100761,11 @@
/area/library/abandoned)
"dMy" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/blood/splatter,
@@ -95816,7 +100788,6 @@
"dMC" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -95827,6 +100798,8 @@
"dMD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -95847,15 +100820,19 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/chapel/office)
"dMG" = (
@@ -95896,6 +100873,8 @@
/area/maintenance/port/aft)
"dML" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -95928,6 +100907,8 @@
/area/hallway/secondary/exit/departure_lounge)
"dMP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -95938,9 +100919,11 @@
dir = 2
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"dMQ" = (
@@ -95949,6 +100932,7 @@
"dMR" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -95957,6 +100941,7 @@
/area/hallway/secondary/exit/departure_lounge)
"dMS" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -95989,6 +100974,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"dMW" = (
@@ -95999,6 +100987,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"dMX" = (
@@ -96079,7 +101070,6 @@
},
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/cmo,
@@ -96113,17 +101103,17 @@
/area/medical/virology)
"dNi" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/medical/virology)
"dNj" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -96154,6 +101144,8 @@
/area/medical/virology)
"dNn" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -96175,10 +101167,11 @@
/area/medical/virology)
"dNq" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/neutral,
@@ -96197,6 +101190,7 @@
"dNt" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -96212,6 +101206,8 @@
"dNu" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/wood{
@@ -96220,12 +101216,16 @@
/area/library/abandoned)
"dNv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/wood,
/area/library/abandoned)
"dNw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
@@ -96233,6 +101233,8 @@
"dNx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/grimy,
@@ -96272,6 +101274,8 @@
/area/library/abandoned)
"dND" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -96288,6 +101292,8 @@
"dNG" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -96307,6 +101313,8 @@
/area/chapel/main)
"dNJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -96318,6 +101326,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/chapel/main)
"dNK" = (
@@ -96410,6 +101421,8 @@
/area/medical/virology)
"dOb" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/green,
@@ -96434,6 +101447,8 @@
/obj/item/clothing/neck/stethoscope,
/obj/structure/table,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/storage/box/donkpockets,
@@ -96465,11 +101480,12 @@
/area/medical/virology)
"dOj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -96508,6 +101524,8 @@
"dOq" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -96530,6 +101548,8 @@
/area/chapel/office)
"dOs" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -96540,7 +101560,6 @@
"dOt" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/firealarm{
@@ -96600,6 +101619,8 @@
/area/chapel/main)
"dOy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -96656,6 +101677,8 @@
/area/chapel/main)
"dOF" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -96666,12 +101689,11 @@
/area/hallway/secondary/exit/departure_lounge)
"dOG" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -96680,9 +101702,13 @@
/area/hallway/secondary/exit/departure_lounge)
"dOH" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
@@ -96692,6 +101718,8 @@
/area/hallway/secondary/exit/departure_lounge)
"dOI" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -96701,6 +101729,8 @@
/area/hallway/secondary/exit/departure_lounge)
"dOJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -96729,10 +101759,7 @@
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/exit/departure_lounge)
"dON" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/exit/departure_lounge)
@@ -96763,6 +101790,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/shuttle/escape)
"dOU" = (
@@ -96779,9 +101809,11 @@
"dOV" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/window/reinforced/fulltile,
@@ -96790,9 +101822,11 @@
"dOW" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/window/reinforced/fulltile,
@@ -96801,9 +101835,11 @@
"dOX" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/window/reinforced/fulltile,
@@ -96812,6 +101848,7 @@
"dOY" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/window/reinforced/fulltile,
@@ -96828,17 +101865,20 @@
/area/medical/virology)
"dPa" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral,
/area/medical/virology)
"dPb" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/power/apc{
dir = 4;
@@ -96847,6 +101887,7 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -96906,6 +101947,8 @@
/area/maintenance/port/aft)
"dPj" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side{
@@ -96914,10 +101957,11 @@
/area/maintenance/port/aft)
"dPk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -96925,9 +101969,8 @@
},
/area/chapel/office)
"dPl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/vault{
@@ -96948,6 +101991,8 @@
/area/chapel/main)
"dPo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -96981,11 +102026,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/chapel/main)
"dPt" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/structure/disposalpipe/segment{
@@ -97009,7 +102056,6 @@
/area/hallway/secondary/exit/departure_lounge)
"dPv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/segment{
@@ -97020,6 +102066,8 @@
/area/hallway/secondary/exit/departure_lounge)
"dPw" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -97078,6 +102126,8 @@
"dPE" = (
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/clothing/gloves/color/latex,
@@ -97105,6 +102155,8 @@
/area/medical/virology)
"dPG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/computer/pandemic,
@@ -97131,12 +102183,11 @@
/area/medical/virology)
"dPJ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/medical/virology)
@@ -97161,6 +102212,8 @@
/area/medical/virology)
"dPM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/lightsout,
@@ -97194,10 +102247,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/whitegreen/side{
dir = 1
},
@@ -97212,10 +102262,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/whitegreen/side{
dir = 1
@@ -97247,6 +102294,8 @@
/area/library/abandoned)
"dPW" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -97258,6 +102307,8 @@
"dPX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plating,
@@ -97277,6 +102328,8 @@
/area/chapel/office)
"dPZ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/start/chaplain,
@@ -97292,9 +102345,8 @@
},
/area/chapel/office)
"dQb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
@@ -97306,26 +102358,25 @@
/area/chapel/main)
"dQd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/lightsout,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
"dQe" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- 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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
@@ -97341,6 +102392,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/chapel/main)
"dQi" = (
@@ -97357,6 +102411,8 @@
/area/hallway/secondary/exit/departure_lounge)
"dQk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -97422,6 +102478,8 @@
},
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/reagentgrinder{
@@ -97443,6 +102501,8 @@
/area/medical/virology)
"dQv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -97461,10 +102521,11 @@
/area/medical/virology)
"dQy" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -97482,6 +102543,7 @@
"dQA" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/window/reinforced/fulltile,
@@ -97492,7 +102554,6 @@
/area/medical/virology)
"dQB" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -97501,15 +102562,21 @@
/area/medical/virology)
"dQC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral,
/area/medical/virology)
"dQD" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -97569,10 +102636,7 @@
"dQN" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/old,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/vault{
dir = 5
@@ -97588,6 +102652,8 @@
"dQP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -97604,6 +102670,8 @@
/area/maintenance/port/aft)
"dQR" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -97670,6 +102738,8 @@
/area/chapel/main)
"dQZ" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -97704,11 +102774,15 @@
/area/hallway/secondary/exit/departure_lounge)
"dRe" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "External Docking Port"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"dRf" = (
@@ -97724,6 +102798,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
"dRh" = (
@@ -97732,7 +102809,6 @@
/area/shuttle/escape)
"dRi" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/turf/open/floor/plasteel/cmo,
@@ -97742,19 +102818,24 @@
/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{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/smartfridge/chemistry/virology/preloaded,
@@ -97765,6 +102846,8 @@
/area/medical/virology)
"dRm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitegreen/side{
@@ -97773,12 +102856,18 @@
/area/medical/virology)
"dRn" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -97789,6 +102878,8 @@
/area/medical/virology)
"dRo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/holopad,
@@ -97800,6 +102891,8 @@
/area/medical/virology)
"dRp" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -97809,16 +102902,21 @@
/area/medical/virology)
"dRq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/obj/structure/disposalpipe/segment{
@@ -97831,6 +102929,8 @@
/area/medical/virology)
"dRr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -97849,12 +102949,18 @@
req_access_txt = "39"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -97866,10 +102972,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/virology)
"dRt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -97885,9 +102996,13 @@
/area/medical/virology)
"dRu" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -97901,7 +103016,6 @@
/area/medical/virology)
"dRv" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whitegreen/corner,
@@ -97913,6 +103027,7 @@
"dRx" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/window/reinforced/fulltile,
@@ -97926,19 +103041,27 @@
req_access_txt = "39"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/virology)
"dRz" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/window/reinforced/fulltile,
@@ -97969,7 +103092,6 @@
/obj/item/weapon/folder,
/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/wood,
@@ -98018,7 +103140,6 @@
/area/library/abandoned)
"dRJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/black,
@@ -98033,6 +103154,8 @@
/area/library/abandoned)
"dRL" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -98051,13 +103174,14 @@
/area/chapel/office)
"dRN" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/blobstart,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -98069,11 +103193,9 @@
pixel_x = 24
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -98126,7 +103248,6 @@
/area/chapel/main)
"dRU" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -98182,6 +103303,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/shuttle/escape)
"dSc" = (
@@ -98191,6 +103315,8 @@
pixel_x = -23
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/book/manual/wiki/infections,
@@ -98217,6 +103343,8 @@
/area/medical/virology)
"dSe" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -98232,6 +103360,8 @@
/area/medical/virology)
"dSh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -98244,7 +103374,6 @@
/area/medical/virology)
"dSj" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -98253,11 +103382,12 @@
/area/medical/virology)
"dSk" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral,
@@ -98286,6 +103416,8 @@
/area/medical/virology)
"dSo" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitegreen/side{
@@ -98294,7 +103426,6 @@
/area/medical/virology)
"dSp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -98313,7 +103444,6 @@
pixel_x = 26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -98400,6 +103530,8 @@
/area/maintenance/port/aft)
"dSE" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -98413,6 +103545,8 @@
pixel_y = -26
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -98468,7 +103602,6 @@
/area/hallway/secondary/exit/departure_lounge)
"dSM" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -98478,13 +103611,14 @@
/area/hallway/secondary/exit/departure_lounge)
"dSN" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/exit/departure_lounge)
"dSO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -98500,7 +103634,6 @@
/area/hallway/secondary/exit/departure_lounge)
"dSQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -98528,7 +103661,13 @@
turf_type = /turf/open/space;
width = 30
},
-/turf/open/floor/plating,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
/area/shuttle/escape)
"dSS" = (
/obj/structure/flora/ausbushes/grassybush,
@@ -98568,6 +103707,8 @@
"dSV" = (
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/storage/box/beakers{
@@ -98593,6 +103734,8 @@
/area/medical/virology)
"dSX" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/disposal/bin,
@@ -98620,11 +103763,12 @@
/area/medical/virology)
"dTa" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -98647,7 +103791,6 @@
/area/medical/virology)
"dTc" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -98657,9 +103800,13 @@
/area/medical/virology)
"dTd" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -98667,10 +103814,11 @@
/area/medical/virology)
"dTe" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/whitegreen/corner,
@@ -98682,12 +103830,18 @@
req_access_txt = "39"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -98696,13 +103850,20 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/medical/virology)
"dTg" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -98714,6 +103875,8 @@
/area/medical/virology)
"dTh" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -98721,9 +103884,13 @@
/area/medical/virology)
"dTi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/holopad,
@@ -98736,10 +103903,11 @@
/area/medical/virology)
"dTj" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/green,
@@ -98747,9 +103915,13 @@
"dTk" = (
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/folder/white,
@@ -98762,6 +103934,8 @@
/area/medical/virology)
"dTl" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -98786,6 +103960,8 @@
req_access_txt = "27"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -98796,7 +103972,6 @@
"dTp" = (
/obj/structure/chair/wood,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel{
@@ -98819,7 +103994,6 @@
"dTs" = (
/obj/structure/chair/wood,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/newscaster{
@@ -98890,6 +104064,7 @@
/obj/structure/grille,
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/window/reinforced/fulltile,
@@ -98898,6 +104073,7 @@
"dTA" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white,
@@ -98907,6 +104083,7 @@
"dTB" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white,
@@ -98915,6 +104092,8 @@
/area/medical/virology)
"dTC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -98940,6 +104119,8 @@
/area/medical/virology)
"dTF" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/sink{
@@ -98947,7 +104128,6 @@
pixel_x = -12
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -98984,6 +104164,8 @@
"dTJ" = (
/obj/structure/table/glass,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/newscaster{
@@ -98991,7 +104173,6 @@
},
/obj/item/weapon/paper_bin,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/machinery/camera{
@@ -99004,7 +104185,6 @@
"dTK" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plating,
@@ -99043,7 +104223,6 @@
/area/maintenance/port/aft)
"dTO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating,
@@ -99051,10 +104230,11 @@
"dTP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -99077,6 +104257,8 @@
pixel_y = 26
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -99092,6 +104274,7 @@
pixel_y = 3
},
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plasteel{
@@ -99101,6 +104284,8 @@
/area/chapel/main)
"dTU" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -99110,6 +104295,8 @@
/area/chapel/main)
"dTV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -99119,6 +104306,8 @@
/area/chapel/main)
"dTW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -99136,7 +104325,6 @@
/area/chapel/main)
"dTY" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -99209,7 +104397,6 @@
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/whitegreen/corner{
@@ -99218,6 +104405,8 @@
/area/medical/virology)
"dUh" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table,
@@ -99225,7 +104414,6 @@
/obj/item/weapon/wrench,
/obj/item/weapon/restraints/handcuffs,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/obj/structure/disposalpipe/segment,
@@ -99257,6 +104445,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/virology)
"dUl" = (
@@ -99270,6 +104461,8 @@
"dUn" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -99279,6 +104472,8 @@
/area/maintenance/port/aft)
"dUo" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -99286,6 +104481,8 @@
"dUp" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side,
@@ -99293,9 +104490,13 @@
"dUq" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/blue/side,
@@ -99303,6 +104504,8 @@
"dUr" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/blue/side,
@@ -99310,16 +104513,22 @@
"dUs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"dUt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/blue/side,
@@ -99327,13 +104536,14 @@
"dUu" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/side,
/area/maintenance/port/aft)
"dUv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/machinery/button/crematorium{
@@ -99351,11 +104561,12 @@
pixel_x = 26
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/vault{
@@ -99370,7 +104581,6 @@
/area/chapel/main)
"dUy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel{
@@ -99403,7 +104613,6 @@
/area/chapel/main)
"dUC" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel{
@@ -99431,8 +104640,7 @@
/area/hallway/secondary/exit/departure_lounge)
"dUG" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -99462,6 +104670,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/shuttle/escape)
"dUK" = (
@@ -99486,9 +104697,8 @@
},
/area/medical/virology)
"dUN" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/whitegreen/side{
icon_state = "whitegreen";
@@ -99500,9 +104710,8 @@
/turf/closed/wall,
/area/medical/virology)
"dUP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/whitegreen/side{
icon_state = "whitegreen";
@@ -99531,6 +104740,7 @@
"dUS" = (
/obj/machinery/power/smes,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/light/small{
@@ -99543,6 +104753,8 @@
/area/maintenance/solars/port/aft)
"dUT" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/camera{
@@ -99565,6 +104777,8 @@
"dUV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -99593,6 +104807,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/aft)
"dUZ" = (
@@ -99610,6 +104827,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/aft)
"dVa" = (
@@ -99621,12 +104841,17 @@
req_access_txt = "18"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/barricade/wooden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/aft)
"dVb" = (
@@ -99640,6 +104865,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/maintenance/port/aft)
"dVc" = (
@@ -99658,10 +104886,11 @@
/area/chapel/office)
"dVe" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -99725,7 +104954,6 @@
/area/hallway/secondary/exit/departure_lounge)
"dVm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/stripes/line{
@@ -99735,7 +104963,6 @@
/area/medical/virology)
"dVn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/obj/structure/disposalpipe/segment{
@@ -99756,9 +104983,8 @@
/area/medical/virology)
"dVp" = (
/obj/machinery/iv_drip,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/whitegreen/side{
icon_state = "whitegreen";
@@ -99792,9 +105018,8 @@
/area/medical/virology)
"dVt" = (
/obj/machinery/iv_drip,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/whitegreen/side{
icon_state = "whitegreen";
@@ -99829,12 +105054,16 @@
icon_state = "4-8"
},
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "External Solar Access";
req_access_txt = "10; 13"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/solars/port/aft)
"dVy" = (
@@ -99844,7 +105073,6 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/fans/tiny,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/maintenance/solars/port/aft)
@@ -99867,7 +105095,6 @@
"dVA" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -99879,14 +105106,17 @@
/area/maintenance/solars/port/aft)
"dVB" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/obj/effect/turf_decal/stripes/line{
@@ -99900,6 +105130,8 @@
req_access_txt = "10"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -99908,14 +105140,18 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/solars/port/aft)
"dVD" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -99949,6 +105185,8 @@
/area/maintenance/port/aft)
"dVI" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -99985,11 +105223,12 @@
/area/chapel/office)
"dVM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -99997,7 +105236,6 @@
/area/chapel/office)
"dVN" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/extinguisher_cabinet{
@@ -100009,9 +105247,8 @@
},
/area/chapel/main)
"dVO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
icon_state = "chapel"
@@ -100028,10 +105265,7 @@
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
"dVR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel{
dir = 8;
@@ -100041,7 +105275,6 @@
"dVS" = (
/obj/item/weapon/twohanded/required/kirbyplants/random,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/sign/nosmoking_2{
@@ -100053,7 +105286,6 @@
/area/chapel/main)
"dVT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/delivery,
@@ -100073,18 +105305,18 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/exit/departure_lounge)
"dVW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
@@ -100097,15 +105329,13 @@
/area/hallway/secondary/exit/departure_lounge)
"dVY" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/exit/departure_lounge)
"dVZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/exit/departure_lounge)
@@ -100117,7 +105347,6 @@
/obj/item/clothing/head/hardhat/red,
/obj/effect/turf_decal/bot,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -100231,23 +105460,25 @@
/area/maintenance/port/aft)
"dWo" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
/area/maintenance/port/aft)
"dWp" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/stripes/line,
@@ -100290,6 +105521,8 @@
/area/chapel/office)
"dWt" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -100314,14 +105547,12 @@
/obj/structure/noticeboard{
desc = "A board for remembering the fallen of the station.";
dir = 1;
- icon_state = "nboard00";
name = "memorial board";
pixel_y = -32
},
/obj/machinery/holopad,
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/machinery/camera{
@@ -100340,7 +105571,6 @@
/area/chapel/main)
"dWz" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment,
@@ -100348,7 +105578,6 @@
/area/chapel/main)
"dWA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line{
@@ -100365,6 +105594,8 @@
/area/hallway/secondary/exit/departure_lounge)
"dWC" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -100376,7 +105607,6 @@
/area/hallway/secondary/exit/departure_lounge)
"dWD" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/line,
@@ -100408,7 +105638,6 @@
/area/hallway/secondary/exit/departure_lounge)
"dWG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/stripes/line{
@@ -100481,6 +105710,8 @@
"dWR" = (
/obj/structure/rack,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -100519,6 +105750,8 @@
req_access_txt = "27"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -100558,11 +105791,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"dXa" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/glass_security{
@@ -100573,10 +105811,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/checkpoint2)
"dXb" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -100586,18 +105828,26 @@
"dXc" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/checkpoint2)
"dXd" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -100611,9 +105861,11 @@
/area/security/checkpoint/checkpoint2)
"dXf" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -100624,9 +105876,13 @@
"dXg" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/door/airlock/glass_security{
@@ -100636,13 +105892,18 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/checkpoint2)
"dXh" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -100652,9 +105913,11 @@
/area/security/checkpoint/checkpoint2)
"dXi" = (
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -100663,6 +105926,7 @@
/area/security/checkpoint/checkpoint2)
"dXj" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -100690,6 +105954,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/shuttle/escape)
"dXn" = (
@@ -100788,6 +106055,8 @@
"dXq" = (
/obj/structure/rack,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -100897,13 +106166,14 @@
/area/chapel/office)
"dXv" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
"dXw" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/obj/machinery/light/small,
@@ -100916,7 +106186,6 @@
/area/chapel/main)
"dXx" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/light/small,
@@ -100946,7 +106215,6 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/black,
@@ -100955,9 +106223,8 @@
/obj/machinery/airalarm{
pixel_y = 22
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -100988,6 +106255,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/chapel/office)
"dXF" = (
@@ -101018,6 +106288,8 @@
/area/security/checkpoint/checkpoint2)
"dXH" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -101036,6 +106308,8 @@
"dXJ" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/folder/red,
@@ -101071,6 +106345,8 @@
/area/security/checkpoint/checkpoint2)
"dXO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
@@ -101090,16 +106366,19 @@
/area/security/checkpoint/checkpoint2)
"dXR" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "External Docking Port";
req_access_txt = "63"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/checkpoint2)
"dXS" = (
-/obj/structure/fans/tiny,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/security/checkpoint/checkpoint2)
@@ -101111,6 +106390,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
"dXU" = (
@@ -101190,6 +106472,8 @@
/area/maintenance/port/aft)
"dYe" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -101200,9 +106484,13 @@
/area/maintenance/port/aft)
"dYf" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -101213,6 +106501,8 @@
"dYg" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -101223,9 +106513,13 @@
"dYh" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/delivery,
@@ -101233,6 +106527,8 @@
/area/maintenance/port/aft)
"dYi" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -101242,9 +106538,13 @@
/area/maintenance/port/aft)
"dYj" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -101255,6 +106555,8 @@
/area/maintenance/port/aft)
"dYk" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -101300,21 +106602,25 @@
"dYr" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
name = "External Airlock";
req_access_txt = "13"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"dYs" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/power/apc{
@@ -101332,23 +106638,30 @@
/area/security/checkpoint/checkpoint2)
"dYt" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/checkpoint2)
"dYu" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/bot,
@@ -101359,25 +106672,32 @@
dir = 1
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/checkpoint2)
"dYw" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/checkpoint2)
"dYx" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
@@ -101387,6 +106707,8 @@
"dYy" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -101396,15 +106718,19 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/security/checkpoint/checkpoint2)
"dYz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 8
@@ -101412,30 +106738,36 @@
/area/security/checkpoint/checkpoint2)
"dYA" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/checkpoint2)
"dYB" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/checkpoint2)
"dYC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/security/checkpoint/checkpoint2)
@@ -101502,6 +106834,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/shuttle/escape)
"dYN" = (
@@ -101515,6 +106850,8 @@
/area/maintenance/port/aft)
"dYO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/item/weapon/twohanded/required/kirbyplants/random,
@@ -101525,6 +106862,8 @@
/area/maintenance/port/aft)
"dYP" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -101552,6 +106891,8 @@
/area/maintenance/port/aft)
"dYS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -101560,6 +106901,8 @@
/area/maintenance/port/aft)
"dYT" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -101594,6 +106937,8 @@
/area/chapel/office)
"dYW" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/grimy,
@@ -101608,6 +106953,7 @@
pixel_y = 24
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/grimy,
@@ -101693,7 +107039,6 @@
/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";
@@ -101720,6 +107065,8 @@
"dZj" = (
/obj/machinery/computer/prisoner,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side{
@@ -101772,9 +107119,13 @@
"dZp" = (
/obj/structure/table,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/item/weapon/restraints/handcuffs,
@@ -101787,6 +107138,8 @@
dir = 1
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side,
@@ -101796,6 +107149,8 @@
dir = 1
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/firealarm{
@@ -101814,10 +107169,12 @@
/area/security/checkpoint/checkpoint2)
"dZs" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -101864,6 +107221,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/shuttle/escape)
"dZz" = (
@@ -101914,9 +107274,8 @@
/area/chapel/office)
"dZG" = (
/obj/effect/landmark/start/chaplain,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
@@ -101970,7 +107329,6 @@
/area/chapel/office)
"dZM" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/grimy,
@@ -101980,8 +107338,7 @@
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/carpet,
/area/chapel/office)
@@ -101991,7 +107348,6 @@
},
/obj/effect/landmark/start/chaplain,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/carpet,
@@ -102004,7 +107360,6 @@
},
/obj/item/weapon/storage/fancy/candle_box,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/newscaster{
@@ -102014,12 +107369,16 @@
/area/chapel/office)
"dZQ" = (
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
name = "External Airlock";
req_access_txt = "13"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"dZR" = (
@@ -102028,9 +107387,11 @@
"dZS" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -102039,6 +107400,7 @@
/area/security/checkpoint/checkpoint2)
"dZT" = (
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -102086,6 +107448,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/shuttle/escape)
"eaa" = (
@@ -102228,9 +107593,8 @@
},
/area/chapel/office)
"eao" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
@@ -102640,37 +108004,38 @@
/area/library)
"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"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/yellow,
/area/engine/atmospherics_engine)
"ebQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
+/obj/machinery/atmospherics/components/trinary/filter/critical{
+ dir = 4;
+ filter_type = "freon";
+ name = "gas filter (freon)"
+ },
/turf/open/floor/plasteel/neutral,
/area/engine/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"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel/neutral,
/area/engine/atmospherics_engine)
"ebS" = (
@@ -102682,6 +108047,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 10
+ },
/turf/open/floor/plasteel,
/area/engine/atmospherics_engine)
"ebT" = (
@@ -102705,6 +108073,8 @@
/area/hallway/primary/central)
"ebV" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/device/radio/beacon,
@@ -102720,7 +108090,6 @@
/area/maintenance/starboard/fore)
"ebX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/red,
@@ -102728,7 +108097,6 @@
"ebY" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
dir = 4
},
/obj/effect/turf_decal/delivery,
@@ -102736,6 +108104,8 @@
/area/maintenance/starboard/fore)
"ebZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/ai_slipper{
@@ -102746,9 +108116,8 @@
},
/area/ai_monitored/turret_protected/aisat_interior)
"ecb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood{
icon_state = "wood-broken"
@@ -102764,7 +108133,6 @@
/area/maintenance/port/fore)
"ece" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -102793,10 +108161,7 @@
req_access_txt = "0";
specialfunctions = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood,
/area/crew_quarters/dorms)
"eci" = (
@@ -102809,9 +108174,8 @@
req_access_txt = "0";
specialfunctions = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
@@ -102833,6 +108197,8 @@
/area/hydroponics/garden/abandoned)
"ecm" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -102870,9 +108236,8 @@
/area/engine/atmos)
"ecs" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood{
icon_state = "wood-broken"
@@ -102880,6 +108245,8 @@
/area/crew_quarters/abandoned_gambling_den)
"ecu" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -102892,10 +108259,11 @@
/area/maintenance/port/fore)
"ecv" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -102962,12 +108330,13 @@
/area/crew_quarters/abandoned_gambling_den)
"ecR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/vault{
@@ -102975,9 +108344,8 @@
},
/area/crew_quarters/abandoned_gambling_den)
"ecS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/abandoned_gambling_den)
@@ -103012,11 +108380,13 @@
dir = 2
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/surgery)
"ecX" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -103035,9 +108405,8 @@
/turf/open/floor/wood,
/area/crew_quarters/abandoned_gambling_den)
"eda" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/crew_quarters/abandoned_gambling_den)
@@ -103051,16 +108420,14 @@
/area/crew_quarters/electronic_marketing_den)
"edd" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics/garden/abandoned)
"ede" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/hydrofloor,
@@ -103081,8 +108448,14 @@
req_access_txt = "39"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
/area/medical/virology)
"edh" = (
@@ -103107,7 +108480,6 @@
/area/shuttle/auxillary_base)
"edl" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced,
@@ -103170,7 +108542,6 @@
/area/shuttle/transport)
"eeq" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 1
},
/turf/open/floor/plating/airless,
@@ -103180,7 +108551,6 @@
/area/shuttle/transport)
"ees" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced{
@@ -103190,7 +108560,6 @@
/area/shuttle/transport)
"eet" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced{
@@ -103597,7 +108966,6 @@
"efu" = (
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/microwave{
@@ -103740,6 +109108,8 @@
/area/security/transfer)
"efG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/security{
@@ -103763,7 +109133,6 @@
/area/security/detectives_office)
"efI" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/obj/structure/disposalpipe/segment{
@@ -103808,9 +109177,13 @@
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/window/brigdoor/northright{
@@ -103832,6 +109205,8 @@
/area/security/warden)
"efM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/table/reinforced,
@@ -103853,6 +109228,8 @@
/obj/item/clothing/under/rank/security/grey,
/obj/item/clothing/under/rank/security/grey,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/item/weapon/storage/backpack/satchel/sec,
@@ -103991,7 +109368,6 @@
pixel_x = -32
},
/turf/open/floor/plasteel/whitepurple/corner{
- icon_state = "whitepurplecorner";
dir = 1
},
/area/science/research)
@@ -104021,6 +109397,8 @@
req_access_txt = "5"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -104029,6 +109407,9 @@
/obj/structure/sign/poster/official/cleanliness{
pixel_x = -32
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/medical/storage)
"egb" = (
@@ -104195,7 +109576,6 @@
/area/crew_quarters/abandoned_gambling_den)
"egr" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -104249,8 +109629,7 @@
/obj/item/weapon/storage/toolbox/electrical,
/obj/structure/table/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/bot,
/obj/structure/sign/poster/official/report_crimes{
@@ -104278,7 +109657,6 @@
"egy" = (
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/weapon/crowbar,
@@ -104293,8 +109671,7 @@
"egz" = (
/obj/machinery/disposal/bin,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -104319,6 +109696,8 @@
dir = 9
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel,
@@ -104336,6 +109715,7 @@
name = "departures camera"
},
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -104394,6 +109774,8 @@
dir = 8
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel,
@@ -104415,6 +109797,8 @@
/area/hallway/secondary/exit/departure_lounge)
"egM" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -104487,6 +109871,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"egU" = (
@@ -104497,6 +109884,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"egV" = (
@@ -104508,6 +109898,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"egW" = (
@@ -104519,6 +109912,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"egX" = (
@@ -104569,7 +109965,6 @@
name = "tactical chair"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -104607,7 +110002,6 @@
/area/shuttle/syndicate)
"ehf" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -104658,7 +110052,6 @@
/area/shuttle/arrival)
"ehm" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/pod/light,
@@ -104700,7 +110093,6 @@
/area/shuttle/escape)
"ehr" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -104714,7 +110106,6 @@
"ehs" = (
/obj/effect/turf_decal/bot,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -104734,7 +110125,6 @@
icon_state = "plant-21"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -104826,6 +110216,8 @@
dir = 8
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -104954,14 +110346,17 @@
/area/maintenance/solars/starboard/aft)
"eip" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -104970,7 +110365,6 @@
/area/maintenance/solars/starboard/aft)
"eiq" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -105003,12 +110397,16 @@
icon_state = "4-8"
},
/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 4;
name = "External Solar Access";
req_access_txt = "10; 13"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/maintenance/solars/starboard/aft)
"eit" = (
@@ -105018,7 +110416,6 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/structure/fans/tiny,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/maintenance/solars/starboard/aft)
@@ -105082,6 +110479,7 @@
pixel_x = 26
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/yellow/corner{
@@ -105101,16 +110499,21 @@
pixel_y = -26
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/neutral/corner,
/area/hallway/primary/starboard)
"eiG" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral/side{
@@ -105120,6 +110523,7 @@
"eiH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -105131,6 +110535,8 @@
/area/maintenance/starboard/aft)
"eiI" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral,
@@ -105144,12 +110550,15 @@
pixel_x = 26
},
/obj/structure/cable/white{
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/neutral/corner,
/area/hallway/primary/aft)
"eiK" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -105191,7 +110600,6 @@
/area/hallway/secondary/command)
"eiQ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -105200,6 +110608,8 @@
/area/hallway/secondary/command)
"eiR" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -105215,14 +110625,15 @@
/area/hallway/secondary/command)
"eiS" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 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/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner,
/area/hallway/secondary/command)
@@ -105252,6 +110663,8 @@
/area/crew_quarters/dorms)
"eiZ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -105261,6 +110674,8 @@
/area/crew_quarters/dorms)
"eja" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -105282,6 +110697,8 @@
/area/crew_quarters/dorms)
"ejc" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -105305,9 +110722,8 @@
},
/area/crew_quarters/dorms)
"eje" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/dorms)
@@ -105320,15 +110736,13 @@
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/dorms)
"ejh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/dorms)
"eji" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -105401,9 +110815,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/science/research)
@@ -105452,6 +110865,8 @@
dir = 4
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/airalarm{
@@ -105496,7 +110911,7 @@
dir = 8;
icon_state = "diagonalWall3"
},
-/area/space)
+/area/shuttle/syndicate)
"ejD" = (
/turf/closed/wall/mineral/plastitanium,
/area/space)
@@ -105562,17 +110977,13 @@
/turf/closed/wall/mineral/plastitanium,
/area/space)
"ejM" = (
-/obj/machinery/computer/med_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/med_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/space)
"ejN" = (
-/obj/machinery/computer/crew{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/crew/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -105597,17 +111008,13 @@
},
/area/space)
"ejR" = (
-/obj/machinery/computer/camera_advanced{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/camera_advanced/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/space)
"ejS" = (
-/obj/machinery/computer/secure_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/secure_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -105626,7 +111033,6 @@
/obj/item/weapon/clipboard,
/obj/item/toy/figure/syndie,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -105859,7 +111265,6 @@
name = "tactical chair"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -105945,7 +111350,6 @@
"elc" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 4
},
/area/space)
@@ -106031,7 +111435,6 @@
},
/obj/structure/fans/tiny,
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 1
},
/area/space)
@@ -106060,7 +111463,6 @@
"elq" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 4
},
/area/space)
@@ -106103,7 +111505,6 @@
/obj/item/weapon/crowbar/red,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/podhatch{
@@ -106118,7 +111519,6 @@
name = "tactical chair"
},
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 6
},
/area/space)
@@ -106131,7 +111531,6 @@
"elC" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 4
},
/area/space)
@@ -106204,7 +111603,6 @@
"elQ" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 6
},
/area/space)
@@ -106522,7 +111920,6 @@
/area/space)
"emR" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -106584,13 +111981,11 @@
/area/space)
"enf" = (
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 1
},
/area/space)
"eng" = (
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 1
},
/area/space)
@@ -106604,19 +111999,16 @@
/area/space)
"eni" = (
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 1
},
/area/space)
"enj" = (
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 1
},
/area/space)
"enk" = (
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 1
},
/area/space)
@@ -106630,13 +112022,11 @@
/area/space)
"enm" = (
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 1
},
/area/space)
"enn" = (
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 1
},
/area/space)
@@ -106704,7 +112094,6 @@
/area/space)
"enD" = (
/turf/open/floor/plasteel/podhatch{
- icon_state = "podhatch";
dir = 6
},
/area/space)
@@ -106856,7 +112245,6 @@
/obj/item/weapon/circular_saw,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -107044,9 +112432,7 @@
},
/area/space)
"eoI" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/space)
@@ -107056,9 +112442,7 @@
/turf/open/floor/plating/airless,
/area/space)
"eoK" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/space)
@@ -107106,9 +112490,7 @@
},
/area/space)
"eoS" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/space)
@@ -107118,9 +112500,7 @@
/turf/open/floor/plating/airless,
/area/space)
"eoU" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/space)
@@ -107144,9 +112524,7 @@
},
/area/space)
"eoX" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/space)
@@ -107156,9 +112534,7 @@
/turf/open/floor/plating/airless,
/area/space)
"eoZ" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/space)
@@ -107169,6 +112545,587 @@
icon_state = "diagonalWall3"
},
/area/space)
+"epb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"epc" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 2;
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"epd" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"epe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"epf" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"epg" = (
+/obj/machinery/door/airlock/external{
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"eph" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "12"
+ },
+/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 2
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/port/fore)
+"epi" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/port)
+"epj" = (
+/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
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
+"epk" = (
+/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
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
+"epl" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/science/xenobiology)
+"epm" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/science/xenobiology)
+"epn" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/science/xenobiology)
+"epo" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/highpressure/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/atmospherics_engine)
+"epp" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/highpressure/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/atmospherics_engine)
+"epq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/highpressure/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/atmospherics_engine)
+"epr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/highpressure/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/atmospherics_engine)
+"eps" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/highpressure/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/engine/atmospherics_engine)
+"ept" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmospherics_engine)
+"epu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/engine/atmospherics_engine)
+"epv" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmospherics_engine)
+"epw" = (
+/obj/machinery/light,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
+/turf/open/floor/plasteel,
+/area/engine/atmospherics_engine)
+"epx" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/neutral,
+/area/engine/atmospherics_engine)
+"epy" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/yellow,
+/area/engine/atmospherics_engine)
+"epz" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/plasteel/neutral,
+/area/engine/atmospherics_engine)
+"epA" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/closed/wall/r_wall,
+/area/engine/supermatter)
+"epB" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Solar Access";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/solars/starboard/fore)
+"epC" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 1;
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"epD" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Solar Access";
+ req_access_txt = "10";
+ req_one_access = null;
+ req_one_access_txt = "13; 24"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/solars/port/fore)
+"epE" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/glass_command{
+ cyclelinkeddir = 8;
+ 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)
+"epF" = (
+/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/hatch{
+ cyclelinkeddir = 8;
+ 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/transit_tube)
+"epG" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 8;
+ 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
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"epH" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass_security{
+ cyclelinkeddir = 8;
+ name = "Brig";
+ req_access_txt = "63"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"epI" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Containment Access";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"epJ" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Containment Access";
+ req_access_txt = "10; 13"
+ },
+/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"epK" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Airlock";
+ req_access_txt = "13"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/port)
+"epL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 1;
+ 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
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/science/research)
+"epM" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research{
+ cyclelinkeddir = 1;
+ 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
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/science/research)
+"epN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Solar Access";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/solars/starboard/aft)
+"epO" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
+"epP" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
+"epQ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Solar Access";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/solars/port/aft)
+"epR" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Docking Port"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
+"epS" = (
+/obj/machinery/door/airlock/external{
+ cyclelinkeddir = 8;
+ name = "External Docking Port";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/checkpoint2)
(1,1,1) = {"
aaa
@@ -109783,16 +115740,19 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -110031,22 +115991,22 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -110288,22 +116248,22 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -110545,22 +116505,22 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -110795,29 +116755,29 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -111055,26 +117015,23 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -111312,28 +117269,28 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -111569,28 +117526,28 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -111826,28 +117783,28 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -112083,28 +118040,28 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -112340,28 +118297,28 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -112597,26 +118554,26 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -112854,29 +118811,29 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -113120,20 +119077,20 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -113377,20 +119334,20 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -113637,17 +119594,17 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -113895,16 +119852,16 @@ aaa
aaa
aaa
aaa
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
-adm
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -116216,19 +122173,19 @@ aaa
aaa
aaa
aaa
-emc
-emt
-emK
-enb
-ens
-enH
-enY
-eon
-eoC
-eoR
aaa
aaa
aaa
+ejC
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+aes
aaa
aaa
aaa
@@ -116467,25 +122424,25 @@ aaa
aaa
aaa
aaa
-ekH
-ekR
-elb
-elp
-elB
-elP
-emd
-emu
-emL
-enc
-ent
-enI
-enZ
-eoo
-eoD
-eoS
aaa
aaa
aaa
+ejC
+adn
+adn
+adn
+adn
+adn
+adn
+aiN
+ajI
+aiN
+alK
+amN
+anW
+aoz
+aoC
+apA
aaa
aaa
aaa
@@ -116724,25 +122681,25 @@ aaa
aaa
aaa
aaa
-ekI
-ekS
-elc
-elq
-elC
-elQ
-eme
-emv
-emM
-end
-enu
-enJ
-eoa
-eop
-eoE
-eoT
aaa
aaa
aaa
+adn
+afv
+afK
+afK
+afK
+aho
+adn
+agG
+aeh
+aeG
+aeG
+amO
+aeG
+aoA
+aoC
+apB
aaa
aaa
aaa
@@ -116981,25 +122938,25 @@ aaa
aaa
aaa
aaa
-ekJ
-ekT
-eld
-elr
-elD
-elR
-emf
-emw
-emN
-ene
-env
-enK
-eob
-eoq
-eoF
-eoU
aaa
aaa
aaa
+adn
+aeG
+aeG
+aeG
+aeG
+aeG
+aia
+ehe
+aeh
+akK
+alL
+amP
+anX
+aoB
+aoC
+apC
aaa
aaa
aaa
@@ -117231,32 +123188,32 @@ aaa
aaa
aaa
aaa
+aaa
+aaa
+aaa
ejC
-ejL
-ejU
-ekd
-ekm
-aaa
-aaa
-ekK
-ekU
-ele
-els
-elE
-elS
-emg
-emx
-emO
-enf
-enw
-enL
-eoc
-eor
-eoG
-eoV
-aaa
+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
@@ -117488,29 +123445,29 @@ aaa
aaa
aaa
aaa
-ejD
-ejM
-ejV
-eke
-ekn
-ekv
-aaa
-ekL
-ekV
-elf
-elt
-elF
-elT
-emh
-emy
-emP
-eng
-enx
-enM
-eod
aaa
aaa
aaa
+adn
+adA
+adT
+aeh
+adn
+aeE
+aaa
+adn
+afw
+afL
+ehd
+agG
+ahp
+adn
+aiP
+aeh
+akL
+age
+amR
+adn
aaa
aaa
aaa
@@ -117745,31 +123702,31 @@ aaa
aaa
aaa
aaa
-ejE
-ejN
-ejW
-ekf
-eko
-ekw
-ekC
-ekM
-ekW
-elg
-elu
-elG
-brL
-emi
-emz
-emQ
-enh
-brL
-enN
-eoe
-eos
-eoH
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
@@ -118002,31 +123959,31 @@ aaa
aaa
aaa
aaa
-ejF
-ejO
-ejX
-ekg
-ekp
-ekx
-ekD
-ekN
-ekX
-elh
-brL
-elH
-elU
-emj
-emA
-emR
-eni
-eny
-enO
-brL
-eot
-eoI
aaa
aaa
aaa
+ado
+adC
+adV
+aeh
+aet
+aeF
+aeT
+ehb
+aeT
+aeT
+agb
+aeG
+aeG
+aeG
+aeG
+ehf
+akL
+age
+aeh
+agb
+aoC
+apA
aaa
aaa
aaa
@@ -118259,31 +124216,31 @@ aaa
aaa
aaa
aaa
-ejG
-ejP
-ejY
-ekh
-ekq
-eky
-ekE
-ekO
-ekY
-eli
-elv
-elI
-elV
-emk
-emB
-emS
-enj
-enz
-enP
-eof
-eou
-eoJ
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
@@ -118516,31 +124473,31 @@ aaa
aaa
aaa
aaa
-ejH
-ejQ
-ejZ
-eki
-ekr
-ekz
-ekF
-ekP
-ekZ
-elj
-brL
-elJ
-elW
-eml
-emC
-emT
-enk
-enA
-enQ
-brL
-eov
-eoK
aaa
aaa
aaa
+ado
+adE
+adV
+aeh
+adn
+aeH
+aeU
+ehc
+aeU
+aeU
+agb
+aeG
+aeG
+aeG
+aeG
+ehg
+akL
+age
+aeh
+agb
+aoC
+apC
aaa
aaa
aaa
@@ -118773,31 +124730,31 @@ aaa
aaa
aaa
aaa
-ejI
-ejR
-eka
-ekj
-eks
-ekA
-ekG
-ekQ
-ela
-elk
-elw
-elK
-brL
-emm
-emD
-emU
-enl
-brL
-enR
-eog
-eow
-eoL
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
@@ -119030,29 +124987,29 @@ aaa
aaa
aaa
aaa
-ejJ
-ejS
-ekb
-ekk
-ekt
-ekB
aaa
aaa
aaa
-ell
-elx
-elL
-elX
-emn
-emE
-emV
-enm
-enB
-enS
-eoh
+adn
+adG
+adY
+aeh
+adn
+aeI
aaa
aaa
aaa
+adn
+agd
+aeG
+ahq
+adn
+aiQ
+aeh
+akL
+age
+amS
+adn
aaa
aaa
aaa
@@ -119287,32 +125244,32 @@ aaa
aaa
aaa
aaa
-ejK
-ejT
-ekc
-ekl
-eku
+aaa
+aaa
+aaa
+adp
+adn
+adn
+adn
+aev
aaa
aaa
aaa
aaa
-elm
-ely
-elM
-elY
-emo
-emF
-emW
-enn
-enC
-enT
-eoi
-eox
-eoM
-eoW
-aaa
-aaa
-aaa
+afM
+age
+aeG
+ahq
+adn
+aiR
+aeh
+akL
+age
+amT
+adn
+adn
+adn
+aeE
aaa
aaa
aaa
@@ -119553,23 +125510,23 @@ aaa
aaa
aaa
aaa
-eln
-elz
-elN
-elZ
-emp
-emG
-emX
-eno
-enD
-enU
-eoj
-eoy
-eoN
-eoX
aaa
aaa
aaa
+afN
+agf
+aeG
+ahr
+aet
+aiS
+aeh
+akN
+alM
+amP
+aeG
+aoE
+aoC
+apA
aaa
aaa
aaa
@@ -119810,23 +125767,23 @@ aaa
aaa
aaa
aaa
-elo
-elA
-elO
-ema
-emq
-emH
-emY
-enp
-enE
-enV
-eok
-eoz
-eoO
-eoY
aaa
aaa
aaa
+adp
+adn
+adn
+adn
+adn
+aiT
+aeh
+aeG
+aeG
+amU
+aeG
+aoF
+aoC
+apB
aaa
aaa
aaa
@@ -120070,20 +126027,20 @@ aaa
aaa
aaa
aaa
-emb
-emr
-emI
-emZ
-enq
-enF
-enW
-eol
-eoA
-eoP
-eoZ
aaa
aaa
aaa
+ahs
+adn
+aiU
+aeh
+akO
+alN
+amV
+ehg
+aoE
+aoC
+apC
aaa
aaa
aaa
@@ -120328,19 +126285,19 @@ aaa
aaa
aaa
aaa
-ems
-emJ
-ena
-enr
-enG
-enX
-eom
-eoB
-eoQ
-epa
aaa
aaa
aaa
+adp
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+adn
+aev
aaa
aaa
aaa
@@ -122808,6 +128765,9 @@ aaa
aaa
aaa
aaa
+aaa
+aaa
+aaa
eaT
aaa
aaa
@@ -122843,9 +128803,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
"}
(62,1,1) = {"
aaa
@@ -126853,7 +132810,7 @@ aaf
bVT
bVT
bVT
-cEM
+epK
bWg
bWg
chF
@@ -127303,7 +133260,7 @@ aaf
aaf
aBX
aBX
-aEN
+epD
aBX
aBZ
aBZ
@@ -127368,7 +133325,7 @@ bZf
cCm
bVT
cyh
-cGq
+duO
ceO
cJg
cdj
@@ -127378,7 +133335,7 @@ bZC
bZD
cdj
cMq
-cGq
+duO
bZC
cJc
aaf
@@ -127625,7 +133582,7 @@ cAU
cCn
bVT
bZD
-cGq
+duO
cHJ
cHJ
cHJ
@@ -127882,7 +133839,7 @@ bZf
cAW
bVT
bZC
-cGr
+duK
cHJ
efW
cKW
@@ -128109,7 +134066,7 @@ bBV
bDJ
btD
bHx
-bJy
+epF
bLz
bHv
bPy
@@ -128139,7 +134096,7 @@ cAV
cCo
bVT
cEN
-cGs
+duM
cHK
cJi
cKX
@@ -128910,7 +134867,7 @@ cAW
bVT
bVT
cEP
-cGq
+duO
cHJ
cJl
cLa
@@ -129125,7 +135082,7 @@ aWd
aNU
aWd
aNU
-bpP
+aSL
aNU
aaH
btD
@@ -129167,7 +135124,7 @@ cAX
cCp
bVT
cEQ
-cGs
+duM
cHJ
cHJ
cLb
@@ -129382,7 +135339,7 @@ aWe
aIZ
aWe
aIU
-bjm
+aSM
aIZ
aIZ
btF
@@ -129423,8 +135380,8 @@ czk
bZf
cAW
bVT
-cyf
-cGv
+cJA
+duL
cHJ
cJm
cLc
@@ -129434,7 +135391,7 @@ cQj
cRz
cTn
cHJ
-cWI
+chI
cYu
bWg
daR
@@ -129681,7 +135638,7 @@ cAU
cCq
bVT
cER
-cGs
+duM
cHJ
cJn
cLd
@@ -129938,7 +135895,7 @@ bZf
cAW
bVT
cES
-cGq
+duO
cHJ
cJo
cLe
@@ -130195,7 +136152,7 @@ cAY
cCr
bVT
cER
-cGw
+duN
cHN
cJp
cLf
@@ -130657,7 +136614,7 @@ aSR
aUo
aWi
aXO
-aZp
+aUo
baL
bcg
aSR
@@ -130944,7 +136901,7 @@ bRV
bDM
bVT
bXw
-bZk
+epI
bVT
ccU
ceE
@@ -130962,7 +136919,7 @@ cuM
cht
ccU
bVT
-cAZ
+epJ
bXw
bVT
cEV
@@ -131145,8 +137102,8 @@ aiW
aiW
aiW
aiW
-apG
-aqZ
+ept
+epv
ase
aqZ
auy
@@ -131222,7 +137179,7 @@ czm
bZm
cCt
bVT
-cEW
+cYz
cGA
cHJ
cJt
@@ -131407,11 +137364,11 @@ ara
asf
atj
auz
-ato
+epx
awT
axN
aza
-ato
+epx
aAW
aCd
aDD
@@ -131737,7 +137694,7 @@ cBb
cCu
bVT
cEY
-cGq
+duO
cHJ
cHJ
cHJ
@@ -131747,7 +137704,7 @@ cHJ
cHJ
cHJ
cHJ
-cGq
+duO
cYz
bWg
bWg
@@ -131949,10 +137906,10 @@ bds
bfl
bgZ
bjb
-aXW
-aXW
+aUz
+aUz
bof
-aXW
+aUz
bri
aIZ
btM
@@ -132264,7 +138221,7 @@ cMH
cMH
cYC
cZK
-daZ
+cFn
dcE
ddX
dfO
@@ -132520,7 +138477,7 @@ cHS
cHS
cHS
cHS
-cyf
+cJA
dba
dcF
ddY
@@ -132686,7 +138643,7 @@ ajL
ajL
ajL
ajL
-aoK
+epo
apM
arf
ask
@@ -132766,7 +138723,7 @@ cCy
bVT
cFc
bZC
-cGq
+duO
cJx
cHS
cMI
@@ -132777,8 +138734,8 @@ cMI
cMI
cMI
cHS
-cyf
-dbb
+cJA
+cFm
dcE
ddZ
dfQ
@@ -132943,7 +138900,7 @@ ajL
akR
anb
ajL
-aoK
+epo
apN
arg
asl
@@ -133200,7 +139157,7 @@ ajL
ajL
ajL
ajL
-aoK
+epo
apO
arh
asm
@@ -133210,7 +139167,7 @@ auF
auF
axS
azf
-aAd
+epA
aBc
arj
aDK
@@ -133458,7 +139415,7 @@ alR
anc
anc
aoL
-apP
+apG
ari
asn
ehy
@@ -133549,7 +139506,7 @@ cOs
cHS
cHS
cZM
-dbd
+cFo
dcE
dec
dfQ
@@ -133740,8 +139697,8 @@ aRc
aTb
aUz
aWs
-aXW
-aXW
+aUz
+aUz
baS
bck
bdz
@@ -133805,8 +139762,8 @@ cTw
cVb
cWP
cHS
-cZN
-dbb
+cJw
+cFm
dcE
ded
dfS
@@ -133971,10 +139928,10 @@ ajL
ajL
ajL
ajL
-aoK
+epo
apQ
ebQ
-ash
+epw
atm
auI
avS
@@ -134228,8 +140185,8 @@ akR
ajL
akQ
ajL
-aoK
-apQ
+eps
+epu
arl
asp
atn
@@ -134492,7 +140449,7 @@ asq
ato
auK
avU
-auK
+epy
axV
azj
aAg
@@ -134773,9 +140730,9 @@ aWe
aIZ
aSM
aIU
-bfv
+aWe
aIZ
-bjm
+aSM
aIZ
bmq
bop
@@ -134875,7 +140832,7 @@ aaa
aaf
dUl
dUl
-dVx
+epQ
dUl
dUl
aaf
@@ -135030,7 +140987,7 @@ aWd
aNU
aSL
aNU
-bfw
+aWd
bhj
aJg
aIZ
@@ -135617,7 +141574,7 @@ dej
dej
dej
dej
-cEW
+cYz
duL
cJc
aaa
@@ -136080,7 +142037,7 @@ bou
bou
bOd
bPY
-bSm
+epi
bUq
bWg
bWg
@@ -137416,7 +143373,7 @@ dnG
dpc
dqB
dej
-cEW
+cYz
duN
dwm
bZC
@@ -138168,9 +144125,9 @@ cHW
cHW
cHW
cOH
-cQx
-cRP
-cTA
+epl
+epm
+epn
cOH
cHW
cHW
@@ -138391,7 +144348,7 @@ akm
ajl
bKc
aip
-aol
+eph
bQf
bSn
bUr
@@ -138413,7 +144370,7 @@ crL
cts
cuZ
cww
-cyb
+cgp
czH
bWi
cCK
@@ -138829,14 +144786,14 @@ aaf
aaf
aaf
aax
-ach
+egV
aax
aaf
aaa
aaa
aaf
aax
-ach
+egV
aax
aaf
aaf
@@ -139086,14 +145043,14 @@ aaa
aaf
aaa
aax
-aci
+ack
aax
aax
aax
aax
aax
aax
-aci
+ack
aax
aaa
aaf
@@ -139343,14 +145300,14 @@ aax
aaD
abT
aax
-acj
+egU
aax
acC
acT
ack
adq
aax
-ach
+egW
aax
abR
aaD
@@ -139441,7 +145398,7 @@ bWi
bWi
bWi
bWi
-cye
+cji
czL
bWi
cCK
@@ -139462,7 +145419,7 @@ cYI
cHS
dbm
dcL
-dex
+cPe
dgh
dhu
djj
@@ -139698,7 +145655,7 @@ crP
ctw
cvd
bWi
-cyf
+cJA
czM
cBo
cCO
@@ -139719,7 +145676,7 @@ cYJ
cHS
dbn
cLI
-dex
+cPe
cJL
cJL
djn
@@ -139881,7 +145838,7 @@ akc
alc
amd
anm
-aol
+eph
aip
aqf
aib
@@ -139976,7 +145933,7 @@ cHS
cHS
dbo
cLH
-dex
+cPe
dgi
dhv
djo
@@ -141668,9 +147625,9 @@ edp
edp
edp
een
-acj
-aci
-acj
+epc
+ack
+epC
agl
agN
ahu
@@ -141835,6 +147792,9 @@ aaa
aaa
aaa
aaa
+aaa
+aaa
+aaa
eaY
aaa
aaa
@@ -141861,9 +147821,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
"}
(136,1,1) = {"
aaa
@@ -142543,7 +148500,7 @@ cTR
cVw
cXn
cYN
-cTR
+epL
dbv
dcR
deC
@@ -142684,14 +148641,14 @@ aaf
aaf
aaf
aax
-ach
+egV
aax
aaf
aaf
aaf
aaf
aax
-acj
+egT
aax
aaf
aaf
@@ -142941,14 +148898,14 @@ aaa
aaf
aaa
aax
-aci
+ack
aax
aax
aax
aax
aax
aax
-aci
+ack
aax
aaa
aaf
@@ -143057,7 +149014,7 @@ cTT
cVy
cXp
cYP
-cTT
+epM
dbx
dcS
deE
@@ -143198,14 +149155,14 @@ aax
aaD
abR
aax
-acj
+egU
aax
acE
acV
adg
adr
aax
-ach
+egW
aax
abT
aaD
@@ -144483,14 +150440,14 @@ aaa
aaf
aaa
aax
-aci
+ack
aax
aax
aax
aax
aax
aax
-aci
+ack
aax
aaa
aaf
@@ -145396,7 +151353,7 @@ dEQ
dGo
ahA
ahA
-dJd
+ahC
dJY
dKO
ahA
@@ -147217,7 +153174,7 @@ dMY
dRe
dXj
dXR
-dYE
+ahM
dZs
dZU
aaf
@@ -147463,15 +153420,15 @@ aaf
aaa
aaa
dMY
-dRf
+dPA
dMY
-dRf
+dPA
dMY
aaf
aaf
aaf
dMY
-dRf
+dPA
dXk
dXS
dXk
@@ -147567,14 +153524,14 @@ aaa
aaf
aaa
aax
-aci
+ack
aax
aax
aax
aax
aax
aax
-aci
+ack
aax
aaa
aaf
@@ -147720,17 +153677,17 @@ aaa
aaa
aaa
dMY
-dRe
+epO
dMY
-dRe
+epP
dMY
aaa
aaa
aaa
dMY
-dRe
+epR
dXk
-dXR
+epS
dXk
aaa
aaa
@@ -149897,7 +155854,7 @@ afE
afU
agB
ahg
-ahP
+afE
aiD
ajG
aeX
@@ -150206,7 +156163,7 @@ brK
bsV
bxw
bzN
-bBc
+epE
bCL
bEL
bEL
@@ -150485,16 +156442,16 @@ cim
brN
brN
bqq
-coe
+bkT
cpL
-cqZ
+brH
csr
-cub
+bmI
cvE
cwY
-cqZ
-cqZ
-cqZ
+brH
+brH
+brH
brH
bkT
cFG
@@ -150520,10 +156477,10 @@ djZ
dlM
dnc
doh
-dpQ
+dnc
drt
dsT
-dpQ
+dnc
ego
dwO
dyc
@@ -151418,7 +157375,7 @@ aaa
aaa
aaa
abg
-aby
+epB
abg
aaf
aaf
@@ -152860,7 +158817,7 @@ dMh
dJp
dJr
dJp
-dKq
+dJq
dTz
aaa
aaa
@@ -154397,7 +160354,7 @@ dLa
dMh
aaf
aaf
-dKq
+dJq
dPJ
dQy
dRq
@@ -155943,7 +161900,7 @@ dKl
dKl
dOY
dRw
-dKq
+dJq
dTf
dTE
dKl
@@ -157733,7 +163690,7 @@ dHd
dyq
aaf
aaf
-dKq
+dJq
dLl
dMs
dNq
@@ -157925,9 +163882,9 @@ bDq
bNb
bOP
bIZ
-bTh
+epG
bVq
-bWY
+epH
bIZ
beF
cct
@@ -161177,6 +167134,9 @@ aaa
aaa
aaa
aaa
+aaa
+aaa
+aaa
aab
aaa
aaa
@@ -161219,9 +167179,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
agg
aaf
aBU
@@ -161575,7 +167532,7 @@ agg
agg
aaf
eik
-eis
+epN
eik
aaf
aaf
@@ -162832,10 +168789,10 @@ cqf
cqf
cqf
cqf
-cEE
+epj
cqf
cqf
-cIU
+epk
cqf
cqf
cqf
@@ -163665,6 +169622,9 @@ aaa
aaa
aaa
aaa
+aaa
+aaa
+aaa
eaU
aaa
aaa
@@ -163706,9 +169666,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
"}
(221,1,1) = {"
aaa
@@ -165402,10 +171359,10 @@ cqf
cqf
cqf
cqf
-cEE
+epj
cqf
cqf
-cIU
+epk
cqf
cqf
cqf
diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm
index 1deccbd657..8490a0d503 100644
--- a/_maps/map_files/MetaStation/MetaStation.dmm
+++ b/_maps/map_files/MetaStation/MetaStation.dmm
@@ -289,9 +289,7 @@
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"aaI" = (
@@ -314,9 +312,7 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"aaK" = (
@@ -639,10 +635,7 @@
/turf/open/space,
/area/solar/starboard/fore)
"abx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 9
},
@@ -658,9 +651,8 @@
/turf/open/floor/plasteel/black,
/area/prison/execution_room)
"abz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -947,9 +939,7 @@
/area/security/prison)
"acf" = (
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/security/prison)
"acg" = (
/obj/machinery/light/small,
@@ -999,9 +989,8 @@
/turf/open/floor/plasteel/airless/solarpanel,
/area/solar/starboard/fore)
"acm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
@@ -1011,8 +1000,7 @@
/area/prison/execution_room)
"acn" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 2
@@ -1160,8 +1148,7 @@
},
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/darkred{
dir = 4
@@ -1174,9 +1161,8 @@
req_access_txt = "3"
},
/obj/machinery/atmospherics/pipe/simple/general/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/window/reinforced{
dir = 8
@@ -1215,17 +1201,15 @@
},
/area/security/prison)
"acF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/light,
/turf/open/floor/plasteel,
/area/security/prison)
"acG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-13"
@@ -1274,9 +1258,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"acL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/light,
/turf/open/floor/plasteel/floorgrime,
@@ -1632,9 +1615,8 @@
/obj/structure/chair/office/dark{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/prison/execution_room)
@@ -1643,10 +1625,7 @@
/turf/open/floor/plasteel/black,
/area/prison/execution_room)
"adp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/prison/execution_room)
"adq" = (
@@ -1754,10 +1733,7 @@
},
/area/security/prison)
"adA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/light{
dir = 8
},
@@ -1780,10 +1756,7 @@
id = "insaneflash";
pixel_x = 26
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/security/prison)
"adD" = (
@@ -1847,10 +1820,7 @@
pixel_x = -28
},
/obj/structure/table,
-/obj/item/weapon/storage/backpack/duffelbag/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 duffelbag for holding extra supplies - this one has a material inlay with space for various sharp-looking tools.";
- name = "duffelbag";
+/obj/item/weapon/storage/backpack/duffelbag/sec/surgery{
pixel_y = 5
},
/obj/item/clothing/mask/balaclava,
@@ -1888,8 +1858,7 @@
specialfunctions = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/darkred/side{
dir = 2
@@ -1912,9 +1881,7 @@
},
/area/prison/execution_room)
"adO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/flasher{
id = "PCell 3";
pixel_x = -28
@@ -1927,23 +1894,20 @@
/obj/structure/table,
/obj/item/weapon/paper,
/obj/item/weapon/pen,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"adQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/closed/wall,
/area/security/prison)
"adR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/flasher{
id = "PCell 2";
@@ -1966,15 +1930,11 @@
/obj/structure/table,
/obj/item/weapon/paper,
/obj/item/weapon/pen,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"adU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/flasher{
id = "PCell 1";
pixel_x = -28
@@ -2768,10 +2728,7 @@
/turf/open/floor/plasteel/black,
/area/crew_quarters/heads/hos)
"aff" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/item/weapon/storage/secure/safe{
name = "armory safe A";
pixel_x = 6;
@@ -2816,11 +2773,8 @@
pixel_x = -32;
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/heads/hos)
@@ -2852,9 +2806,8 @@
pixel_x = 32;
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 2;
@@ -3029,9 +2982,8 @@
},
/area/security/prison)
"afI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -3054,8 +3006,7 @@
/area/security/prison)
"afK" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/red/corner{
dir = 1
@@ -3076,8 +3027,7 @@
/area/security/prison)
"afM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/machinery/firealarm{
dir = 1;
@@ -3126,8 +3076,7 @@
/area/security/prison)
"afQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/effect/landmark/lightsout,
/turf/open/floor/plasteel/red/corner{
@@ -3136,8 +3085,7 @@
/area/security/prison)
"afR" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -3159,8 +3107,7 @@
/area/security/prison)
"afT" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/machinery/light,
/turf/open/floor/plasteel/red/corner{
@@ -3168,9 +3115,8 @@
},
/area/security/prison)
"afU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/corner{
dir = 1
@@ -3188,9 +3134,8 @@
/turf/open/floor/plating,
/area/security/prison)
"afX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/item/weapon/storage/secure/safe{
name = "armory safe B";
@@ -3846,10 +3791,7 @@
},
/area/crew_quarters/fitness/recreation)
"ahm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"ahn" = (
@@ -3890,10 +3832,7 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/maintenance/solars/port/fore)
@@ -3953,9 +3892,7 @@
opacity = 0
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"ahz" = (
/obj/machinery/door/poddoor{
@@ -3966,9 +3903,7 @@
opacity = 0
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"ahA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -3980,9 +3915,7 @@
opacity = 0
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"ahB" = (
/turf/closed/wall,
@@ -4320,9 +4253,8 @@
/obj/machinery/airalarm{
pixel_y = 24
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
@@ -4524,10 +4456,7 @@
},
/area/security/warden)
"aiy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/light/small{
dir = 1
},
@@ -4747,10 +4676,7 @@
},
/area/crew_quarters/fitness/recreation)
"aiU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -4829,10 +4755,7 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"ajf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plating,
/area/maintenance/disposal)
"ajg" = (
@@ -4979,9 +4902,8 @@
},
/area/security/warden)
"ajv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
@@ -4994,8 +4916,7 @@
"ajw" = (
/obj/structure/closet/bombcloset,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -5049,12 +4970,7 @@
/turf/closed/wall,
/area/security/main)
"ajE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/secequipment,
/turf/open/floor/plasteel/vault,
/area/security/main)
@@ -5078,10 +4994,7 @@
/turf/open/floor/plasteel/vault,
/area/security/main)
"ajI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/landmark/secequipment,
/turf/open/floor/plasteel/vault,
/area/security/main)
@@ -5123,12 +5036,7 @@
/turf/open/floor/plasteel,
/area/security/range)
"ajM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/security/range)
"ajN" = (
@@ -5424,10 +5332,7 @@
/area/maintenance/port/fore)
"akq" = (
/obj/item/weapon/vending_refill/cola,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/maintenance/port/fore)
@@ -5612,17 +5517,13 @@
/turf/open/floor/plating,
/area/security/warden)
"akH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/closet/secure_closet/security/sec,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"akI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
@@ -5759,8 +5660,7 @@
/area/security/main)
"akS" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -5897,9 +5797,8 @@
},
/area/maintenance/fore)
"alc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -5943,10 +5842,7 @@
},
/area/crew_quarters/fitness/recreation)
"ali" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -6011,9 +5907,8 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"alp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
@@ -6027,7 +5922,6 @@
/area/maintenance/starboard)
"als" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -6230,9 +6124,8 @@
},
/area/security/brig)
"alN" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/whitered/corner{
dir = 8
@@ -6482,10 +6375,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -6536,8 +6426,7 @@
/area/security/main)
"aml" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -6623,9 +6512,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -7012,7 +6900,6 @@
"anj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/extinguisher_cabinet{
@@ -7036,10 +6923,7 @@
},
/area/security/warden)
"anl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault,
/area/security/warden)
"anm" = (
@@ -7078,9 +6962,8 @@
/turf/open/floor/plasteel,
/area/security/warden)
"anp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -7201,7 +7084,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
-/area/security/range)
+/area/maintenance/fore)
"anE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/maintenance{
@@ -7225,10 +7108,7 @@
},
/area/crew_quarters/fitness/recreation)
"anG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"anH" = (
@@ -7282,9 +7162,8 @@
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
"anO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
@@ -7297,9 +7176,8 @@
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
"anR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/engine/gravity_generator)
@@ -7343,10 +7221,7 @@
dir = 8;
id = "garbage"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plating,
/area/maintenance/disposal)
"anX" = (
@@ -7405,9 +7280,8 @@
/turf/open/floor/plating,
/area/maintenance/port)
"aof" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -7503,7 +7377,7 @@
req_one_access_txt = "0"
},
/turf/open/floor/plating,
-/area/security/brig)
+/area/maintenance/port/fore)
"aon" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -7571,9 +7445,8 @@
/obj/item/clothing/under/rank/medical/purple{
pixel_y = -4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -7589,8 +7462,7 @@
/area/security/brig)
"aor" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -7931,8 +7803,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8
@@ -7945,8 +7816,7 @@
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=14.8-Dorms-Lockers";
@@ -8200,9 +8070,8 @@
/turf/open/floor/plating,
/area/maintenance/port/fore)
"apw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -8630,8 +8499,7 @@
/area/engine/gravity_generator)
"aqu" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
@@ -8669,8 +8537,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -8710,10 +8577,7 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/maintenance/solars/starboard/fore)
@@ -8871,9 +8735,7 @@
"aqT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/maintenance/port/fore)
"aqU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -8889,9 +8751,7 @@
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/maintenance/port/fore)
"aqV" = (
/obj/structure/reagent_dispensers/watertank,
@@ -8946,8 +8806,7 @@
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -8967,9 +8826,8 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
@@ -9006,10 +8864,7 @@
d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"arg" = (
@@ -9085,8 +8940,7 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 2;
@@ -9118,8 +8972,7 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/effect/landmark/start/security_officer,
/turf/open/floor/plasteel/red/side,
@@ -9265,10 +9118,7 @@
},
/area/maintenance/starboard/fore)
"arL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
@@ -9289,9 +9139,7 @@
/turf/closed/wall/r_wall,
/area/engine/gravity_generator)
"arO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -9301,9 +9149,8 @@
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"arP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -9328,9 +9175,8 @@
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"arR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/power/terminal,
/obj/effect/turf_decal/stripes/line{
@@ -9410,9 +9256,8 @@
/turf/open/floor/plating,
/area/maintenance/port/fore)
"arX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/light,
/obj/structure/cable/yellow{
@@ -9496,9 +9341,8 @@
/turf/open/floor/plating,
/area/maintenance/port/fore)
"asd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/light,
/obj/effect/landmark/xeno_spawn,
@@ -9624,11 +9468,8 @@
/turf/open/floor/plating,
/area/maintenance/port/fore)
"asn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Labor Shuttle Control Desk";
@@ -9814,11 +9655,8 @@
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"asy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/vehicle/secway,
/obj/item/key/security,
@@ -9997,9 +9835,8 @@
/turf/open/floor/plasteel/red/side,
/area/security/main)
"asL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/red/side{
dir = 6
@@ -10109,9 +9946,8 @@
specialfunctions = 4
},
/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
@@ -10166,10 +10002,7 @@
req_access_txt = "0";
specialfunctions = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/bed,
/obj/item/weapon/bedsheet,
/turf/open/floor/carpet,
@@ -10210,13 +10043,9 @@
name = "Gravity Generator Room";
req_access_txt = "19;23"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"ath" = (
/obj/machinery/power/smes{
@@ -10227,9 +10056,7 @@
d2 = 4
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"ati" = (
/obj/structure/cable{
@@ -10243,9 +10070,7 @@
},
/obj/item/weapon/pen/blue,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"atj" = (
/obj/machinery/space_heater,
@@ -10568,9 +10393,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
@@ -10712,9 +10536,8 @@
},
/area/maintenance/fore)
"aub" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plating,
/area/maintenance/fore)
@@ -10730,9 +10553,8 @@
/turf/open/floor/wood,
/area/crew_quarters/dorms)
"aue" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
@@ -10756,8 +10578,7 @@
"auh" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
dir = 1
@@ -10770,8 +10591,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/effect/landmark/lightsout,
/turf/open/floor/plasteel,
@@ -10803,9 +10623,8 @@
/area/crew_quarters/dorms)
"aum" = (
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -10826,9 +10645,8 @@
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
"auq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -11295,12 +11113,7 @@
},
/area/security/brig)
"avj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/security/brig)
"avk" = (
@@ -11329,12 +11142,10 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
@@ -11597,8 +11408,7 @@
/area/maintenance/starboard/fore)
"avH" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8
@@ -11898,10 +11708,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -11913,9 +11720,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -11972,9 +11777,8 @@
/turf/open/floor/plasteel,
/area/security/brig)
"awl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -12039,10 +11843,7 @@
/turf/open/floor/plasteel,
/area/security/brig)
"awq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -12056,9 +11857,7 @@
d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/security/brig)
"aws" = (
@@ -12130,9 +11929,8 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"awC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/light/small{
dir = 1
@@ -12162,9 +11960,8 @@
req_access_txt = "0";
specialfunctions = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -12191,10 +11988,7 @@
req_access_txt = "0";
specialfunctions = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood,
/area/crew_quarters/dorms)
"awH" = (
@@ -12237,9 +12031,7 @@
req_access_txt = "10"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"awL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -12348,8 +12140,7 @@
/area/shuttle/labor)
"awZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -12400,8 +12191,7 @@
/area/security/brig)
"axd" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/red/corner{
dir = 8
@@ -12414,8 +12204,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel,
/area/security/brig)
@@ -12441,8 +12230,7 @@
/area/security/brig)
"axh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/machinery/door_timer{
id = "Cell 3";
@@ -12457,9 +12245,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/side{
dir = 9
},
@@ -12514,8 +12300,7 @@
/area/security/brig)
"axn" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/security/brig)
@@ -12541,8 +12326,7 @@
/area/security/brig)
"axq" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/red/corner{
dir = 2
@@ -12585,9 +12369,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -12597,8 +12379,7 @@
/area/security/brig)
"axu" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/red/corner{
dir = 2
@@ -12664,9 +12445,8 @@
/turf/open/floor/plasteel/black,
/area/security/brig)
"axB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/security/brig)
@@ -12674,9 +12454,8 @@
/turf/closed/wall,
/area/crew_quarters/toilet/restrooms)
"axD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -12713,8 +12492,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
@@ -12737,9 +12515,8 @@
/area/crew_quarters/dorms)
"axK" = (
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/light/small,
/turf/open/floor/wood,
@@ -12875,9 +12652,7 @@
req_one_access_txt = "0"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"axV" = (
/obj/structure/sign/securearea{
@@ -12988,7 +12763,7 @@
icon_state = "1-2"
},
/turf/open/floor/plating,
-/area/quartermaster/miningoffice)
+/area/maintenance/port/fore)
"ayl" = (
/turf/closed/wall,
/area/quartermaster/warehouse)
@@ -13005,7 +12780,7 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
-/area/quartermaster/warehouse)
+/area/maintenance/port/fore)
"ayn" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -13167,9 +12942,7 @@
/turf/open/floor/plasteel/red/side,
/area/security/brig)
"ayB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
cyclelinkeddir = 2;
@@ -13258,9 +13031,7 @@
req_access = null;
req_access_txt = "4"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/security/detectives_office)
"ayI" = (
@@ -13293,9 +13064,8 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/airalarm{
pixel_y = 26
@@ -13329,8 +13099,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
@@ -13370,9 +13139,7 @@
dir = 1;
pixel_y = 2
},
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"ayT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -13386,8 +13153,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -13403,16 +13169,14 @@
/turf/open/floor/plating,
/area/engine/engineering)
"ayX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/engine/engineering)
"aza" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/engine/engineering)
@@ -13628,9 +13392,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/warehouse)
"azv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 1
@@ -13664,9 +13427,8 @@
},
/area/security/nuke_storage)
"azz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 4
@@ -13698,9 +13460,8 @@
id = "Cell 1";
pixel_x = -28
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
@@ -13713,11 +13474,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
"azF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/light/small{
dir = 4
@@ -13729,16 +13487,14 @@
id = "Cell 2";
pixel_x = -28
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
"azH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/flasher{
id = "Cell 3";
@@ -13747,9 +13503,7 @@
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
"azI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light/small{
dir = 8
},
@@ -13864,9 +13618,7 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/carpet,
/area/security/detectives_office)
"azT" = (
@@ -14161,17 +13913,13 @@
"aAo" = (
/obj/structure/closet/secure_closet/engineering_personal,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aAp" = (
/obj/structure/closet/secure_closet/engineering_personal,
/obj/item/clothing/suit/hooded/wintercoat/engineering,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aAr" = (
/obj/item/device/radio/intercom{
@@ -14188,17 +13936,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aAt" = (
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -14226,8 +13971,7 @@
/area/engine/engineering)
"aAw" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel/black,
/area/engine/engineering)
@@ -14297,9 +14041,8 @@
},
/area/quartermaster/miningoffice)
"aAF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/miningoffice)
@@ -14336,9 +14079,7 @@
name = "Warehouse Shutters"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/miningoffice)
"aAK" = (
/obj/structure/disposalpipe/segment,
@@ -14548,9 +14289,7 @@
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
"aBc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/firealarm{
dir = 8;
pixel_x = -26
@@ -14577,9 +14316,8 @@
},
/area/security/brig)
"aBf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/light/small{
dir = 8
@@ -14588,8 +14326,7 @@
/area/security/brig)
"aBg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
@@ -14615,11 +14352,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
"aBj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/light/small{
dir = 4
@@ -14646,9 +14380,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/carpet,
/area/security/detectives_office)
"aBn" = (
@@ -14724,10 +14456,7 @@
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet/restrooms)
"aBu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet/restrooms)
"aBv" = (
@@ -14810,8 +14539,7 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
@@ -15038,9 +14766,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/warehouse)
"aBZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/warehouse)
@@ -15125,12 +14852,7 @@
/obj/item/weapon/storage/secure/briefcase{
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/duffelbag{
- contents = newlist(/obj/item/clothing/under/lawyer/blacksuit,/obj/item/clothing/accessory/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);
- desc = "A large duffelbag for holding extra things. There is a NanoTrasen logo on the back.";
- icon_state = "duffle-syndieammo";
- item_state = "duffle-syndieammo"
- },
+/obj/item/weapon/storage/backpack/duffelbag/syndie/hitman,
/obj/item/weapon/card/id/silver{
access = list(12);
assignment = "Reaper";
@@ -15212,9 +14934,7 @@
/turf/open/floor/plating,
/area/security/brig)
"aCn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_security{
cyclelinkeddir = 1;
@@ -15291,9 +15011,8 @@
/area/security/brig)
"aCs" = (
/obj/structure/table/wood,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/power/apc{
dir = 8;
@@ -15437,8 +15156,7 @@
/area/crew_quarters/dorms)
"aCH" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
@@ -15466,9 +15184,8 @@
specialfunctions = 4
},
/obj/effect/decal/cleanable/cobweb,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -15535,10 +15252,7 @@
/turf/open/floor/plating,
/area/engine/engineering)
"aCS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aCT" = (
@@ -15677,9 +15391,7 @@
/area/quartermaster/miningoffice)
"aDk" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/warehouse)
"aDl" = (
@@ -15713,9 +15425,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/warehouse)
"aDo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/light_construct/small{
dir = 4
@@ -15774,9 +15485,7 @@
req_access_txt = "2"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"aDw" = (
/turf/open/floor/plasteel/red/corner{
@@ -15830,9 +15539,7 @@
},
/area/hallway/primary/fore)
"aDB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/corner{
dir = 1
},
@@ -15925,11 +15632,8 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/button/flasher{
id = "holdingflash";
@@ -15966,9 +15670,8 @@
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
"aDJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
@@ -16002,9 +15705,8 @@
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
"aDM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 2;
@@ -16103,8 +15805,7 @@
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/structure/urinal{
pixel_y = 29
@@ -16144,7 +15845,6 @@
icon_state = "1-2"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -16201,9 +15901,8 @@
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
"aEf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -16232,17 +15931,13 @@
/area/engine/engineering)
"aEj" = (
/obj/effect/landmark/start/station_engineer,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/engineering)
"aEk" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -16331,12 +16026,16 @@
icon_state = "2-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel,
/area/engine/engineering)
"aEq" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -16349,6 +16048,8 @@
/area/engine/engineering)
"aEr" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -16393,9 +16094,8 @@
/turf/open/floor/plasteel,
/area/quartermaster/miningoffice)
"aEx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
@@ -16428,9 +16128,7 @@
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/loadingarea{
dir = 1
},
@@ -16539,9 +16237,8 @@
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"aEL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
@@ -16601,8 +16298,7 @@
/area/hallway/primary/fore)
"aEQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -16643,10 +16339,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=1-BrigCells";
location = "0-SecurityDesk"
@@ -16712,9 +16405,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/security/brig)
@@ -16763,7 +16455,7 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
-/area/security/detectives_office)
+/area/maintenance/fore)
"aFc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/firealarm{
@@ -16812,9 +16504,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/freezer,
@@ -16981,8 +16672,7 @@
/area/engine/engineering)
"aFv" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -16991,8 +16681,7 @@
/area/engine/engineering)
"aFw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -17004,8 +16693,7 @@
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -17029,38 +16717,39 @@
/turf/open/floor/engine,
/area/engine/engineering)
"aFB" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 6
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/corner,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 6
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"aFC" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"aFD" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line,
/obj/machinery/meter,
/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"aFE" = (
@@ -17119,9 +16808,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/brown{
dir = 2
},
@@ -17142,14 +16829,10 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
"aFL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -17289,9 +16972,8 @@
/turf/open/floor/plasteel/black,
/area/hallway/primary/fore)
"aFX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -17768,9 +17450,8 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
@@ -17899,9 +17580,8 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aGX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -17909,12 +17589,12 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aGY" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"aGZ" = (
@@ -17965,9 +17645,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 9
},
@@ -18025,9 +17703,7 @@
req_one_access_txt = "48;50"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/construction/storage/wing)
"aHk" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -18072,9 +17748,7 @@
dir = 4
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/construction/storage/wing)
"aHn" = (
/obj/structure/cable/yellow{
@@ -18131,9 +17805,8 @@
},
/area/construction/storage/wing)
"aHs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/brown/corner{
dir = 8
@@ -18151,10 +17824,7 @@
/turf/open/floor/plasteel,
/area/construction/storage/wing)
"aHu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -18195,9 +17865,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"aHB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/corner{
dir = 2
},
@@ -18240,11 +17908,10 @@
icon_state = "1-2"
},
/turf/open/floor/plating,
-/area/lawoffice)
+/area/maintenance/fore)
"aHI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/light_switch{
pixel_x = -26
@@ -18294,9 +17961,8 @@
/area/crew_quarters/dorms)
"aHN" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
@@ -18341,9 +18007,8 @@
},
/obj/structure/bed,
/obj/item/weapon/bedsheet,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
@@ -18409,17 +18074,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aIc" = (
/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/window/reinforced/highpressure/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/plating,
/area/engine/engineering)
"aIe" = (
@@ -18628,9 +18291,7 @@
req_one_access_txt = "48;50"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/construction/storage/wing)
"aIs" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -18662,9 +18323,8 @@
/turf/open/floor/plasteel,
/area/construction/storage/wing)
"aIu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/power/apc{
dir = 2;
@@ -18720,8 +18380,7 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/item/device/radio/intercom{
freerange = 0;
@@ -18781,8 +18440,7 @@
/area/construction/storage/wing)
"aIA" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -18902,9 +18560,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 2;
@@ -19192,9 +18849,7 @@
/obj/structure/table,
/obj/item/weapon/airlock_painter,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aJp" = (
/obj/structure/table,
@@ -19203,8 +18858,7 @@
/obj/item/clothing/glasses/meson/engine,
/obj/item/clothing/glasses/meson/engine,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -19236,7 +18890,6 @@
/area/quartermaster/storage)
"aJC" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/conveyor{
@@ -19267,9 +18920,7 @@
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aJF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -19287,8 +18938,7 @@
/area/quartermaster/storage)
"aJI" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/corner{
@@ -19333,9 +18983,7 @@
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aJL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -19394,8 +19042,7 @@
/area/ai_monitored/turret_protected/ai_upload)
"aJT" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/red/corner{
dir = 8
@@ -19413,9 +19060,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"aJV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -19732,17 +19377,16 @@
pixel_x = 24;
req_access_txt = "10"
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"aKG" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
/turf/closed/wall/r_wall,
@@ -19750,7 +19394,8 @@
"aKH" = (
/obj/machinery/atmospherics/components/binary/pump/on{
dir = 4;
- name = "Gas to Chamber"
+ name = "Gas to Chamber";
+ on = 0
},
/turf/open/floor/engine,
/area/engine/supermatter)
@@ -19762,16 +19407,17 @@
/turf/closed/wall/r_wall,
/area/engine/supermatter)
"aKL" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
/obj/structure/cable{
d1 = 2;
d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 8;
+ name = "Mix Bypass";
+ on = 0
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"aKN" = (
@@ -19813,9 +19459,8 @@
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aKR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -19824,9 +19469,7 @@
dir = 4
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aKT" = (
/obj/structure/closet/crate,
@@ -19857,8 +19500,7 @@
/area/quartermaster/storage)
"aKW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
@@ -20068,9 +19710,8 @@
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai_upload)
"aLr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/flasher{
pixel_y = 24;
@@ -20095,9 +19736,8 @@
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai_upload)
"aLt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/airalarm{
pixel_y = 23
@@ -20162,11 +19802,8 @@
},
/area/security/courtroom)
"aLD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/wood,
@@ -20180,10 +19817,7 @@
/turf/open/floor/wood,
/area/lawoffice)
"aLF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -20328,9 +19962,8 @@
},
/area/hydroponics/garden)
"aLW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side{
dir = 5
@@ -20413,6 +20046,8 @@
icon_state = "2-8"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -20441,8 +20076,8 @@
/turf/open/floor/engine,
/area/engine/supermatter)
"aMm" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel/black,
/area/engine/engineering)
"aMo" = (
@@ -20474,17 +20109,13 @@
/area/quartermaster/storage)
"aMu" = (
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aMv" = (
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aMw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aMx" = (
@@ -20494,9 +20125,8 @@
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aMy" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/loadingarea{
dir = 8
@@ -20546,8 +20176,7 @@
/area/storage/primary)
"aMD" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/storage/primary)
@@ -20829,10 +20458,7 @@
},
/area/crew_quarters/locker)
"aNe" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 8;
icon_state = "pipe-c"
@@ -20926,9 +20552,7 @@
maxcharge = 15000
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aNr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -20942,15 +20566,13 @@
"aNu" = (
/obj/machinery/atmospherics/components/binary/pump/on{
dir = 8;
- name = "Gas to Filter"
+ name = "Gas to Filter";
+ on = 0
},
/turf/open/floor/engine,
/area/engine/supermatter)
"aNv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/engine,
/area/engine/supermatter)
"aNw" = (
@@ -21049,9 +20671,7 @@
"aNG" = (
/obj/effect/spawner/lootdrop/maintenance,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aNH" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -21125,9 +20745,7 @@
/area/quartermaster/qm)
"aNO" = (
/obj/structure/closet/secure_closet/quartermaster,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -21199,9 +20817,8 @@
/turf/open/floor/plasteel,
/area/storage/primary)
"aNU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/storage/primary)
@@ -21306,9 +20923,8 @@
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai_upload)
"aOf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/security/courtroom)
@@ -21354,9 +20970,8 @@
},
/area/security/courtroom)
"aOm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/extinguisher_cabinet{
pixel_x = 27
@@ -21476,8 +21091,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
@@ -21514,8 +21128,7 @@
/area/crew_quarters/locker)
"aOE" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -21529,8 +21142,7 @@
/area/crew_quarters/locker)
"aOF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -22000,7 +21612,6 @@
pixel_x = 30
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/camera{
@@ -22097,9 +21708,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"aPA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/firealarm{
dir = 4;
pixel_x = 24
@@ -22129,9 +21738,7 @@
"aPD" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/security/courtroom)
"aPE" = (
@@ -22204,8 +21811,7 @@
/area/crew_quarters/locker)
"aPL" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
@@ -22348,16 +21954,12 @@
icon_state = "2-8"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aPZ" = (
/obj/machinery/vending/tool,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aQa" = (
/obj/structure/table,
@@ -22373,13 +21975,12 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aQd" = (
-/obj/machinery/atmospherics/components/trinary/filter/flipped{
- dir = 1;
- on = 1
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 1
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"aQe" = (
@@ -22437,18 +22038,14 @@
"aQj" = (
/obj/effect/landmark/start/cargo_technician,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aQk" = (
/obj/structure/closet/crate{
icon_state = "crateopen";
opened = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/spawner/lootdrop/maintenance{
lootcount = 2;
name = "2maintenance loot spawner"
@@ -22547,7 +22144,6 @@
opened = 1
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/effect/turf_decal/delivery,
@@ -22594,7 +22190,6 @@
/obj/structure/table,
/obj/item/weapon/aiModule/reset,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/ai_status_display{
@@ -22669,15 +22264,13 @@
/area/ai_monitored/turret_protected/ai_upload)
"aQE" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/extinguisher_cabinet{
pixel_x = -27
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/red/corner{
dir = 8
@@ -22719,7 +22312,6 @@
/area/security/courtroom)
"aQK" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/extinguisher_cabinet{
@@ -22955,9 +22547,8 @@
},
/area/hydroponics/garden)
"aRc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side,
/area/hydroponics/garden)
@@ -23188,7 +22779,6 @@
/area/construction/mining/aux_base)
"aRF" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/computer/camera_advanced/base_construction,
@@ -23246,9 +22836,8 @@
/obj/structure/chair/office/dark{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -23326,10 +22915,7 @@
/turf/open/floor/plasteel,
/area/storage/primary)
"aRS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/brown{
dir = 4
},
@@ -23364,9 +22950,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
@@ -23403,8 +22988,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
@@ -23427,9 +23011,8 @@
/turf/open/floor/plating,
/area/crew_quarters/locker)
"aSf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
@@ -23590,9 +23173,8 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aSu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -23626,8 +23208,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -23657,10 +23238,6 @@
/turf/open/floor/engine,
/area/engine/engineering)
"aSA" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 5
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -23669,6 +23246,9 @@
/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 5
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"aSB" = (
@@ -24011,7 +23591,6 @@
/area/storage/primary)
"aTi" = (
/obj/machinery/door/airlock/highsecurity{
- icon_state = "door_closed";
locked = 0;
name = "AI Upload";
req_access_txt = "16"
@@ -24042,9 +23621,8 @@
/turf/open/floor/plating,
/area/security/courtroom)
"aTl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/security/courtroom)
@@ -24082,9 +23660,8 @@
/turf/open/floor/plasteel/black,
/area/security/courtroom)
"aTq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
@@ -24224,7 +23801,7 @@
icon_state = "1-2"
},
/turf/open/floor/plating,
-/area/hydroponics/garden)
+/area/maintenance/starboard/fore)
"aTD" = (
/obj/structure/cable/yellow{
d2 = 4;
@@ -24312,12 +23889,16 @@
dir = 10
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel,
/area/engine/engineering)
"aTK" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -24327,6 +23908,8 @@
/area/engine/engineering)
"aTM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -24336,6 +23919,8 @@
/area/engine/engineering)
"aTN" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -24483,7 +24068,6 @@
/area/quartermaster/storage)
"aUf" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/camera{
@@ -24500,16 +24084,14 @@
/area/quartermaster/storage)
"aUg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aUh" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -24664,9 +24246,7 @@
/turf/closed/wall/r_wall,
/area/ai_monitored/turret_protected/ai_upload_foyer)
"aUy" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/turretid{
control_area = "AI Upload Chamber";
icon_state = "control_stun";
@@ -24718,10 +24298,7 @@
/turf/open/floor/plasteel/vault,
/area/ai_monitored/turret_protected/ai_upload_foyer)
"aUA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/start/cyborg,
/obj/machinery/light/small{
dir = 4
@@ -24788,9 +24365,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"aUE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Fore Primary Hallway"
@@ -24841,9 +24416,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/courtroom)
@@ -24977,8 +24551,7 @@
/obj/structure/closet/secure_closet/personal,
/obj/item/clothing/under/assistantformal,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/item/clothing/suit/hooded/wintercoat,
/obj/item/clothing/shoes/winterboots,
@@ -24987,9 +24560,7 @@
"aUY" = (
/obj/structure/closet/firecloset,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aUZ" = (
/obj/structure/disposalpipe/segment,
@@ -25019,9 +24590,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/delivery,
/obj/structure/closet/secure_closet/engineering_welding,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aVc" = (
/obj/structure/disposalpipe/segment,
@@ -25044,9 +24613,7 @@
dir = 4
},
/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aVe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -25095,10 +24662,7 @@
layer = 4;
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai)
"aVn" = (
@@ -25142,10 +24706,7 @@
layer = 4;
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai)
"aVr" = (
@@ -25208,9 +24769,8 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"aVy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/status_display{
density = 0;
@@ -25324,14 +24884,10 @@
/turf/closed/wall,
/area/quartermaster/storage)
"aVH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/weapon/storage/firstaid/regular,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aVI" = (
/obj/effect/landmark/lightsout,
@@ -25404,10 +24960,7 @@
/area/security/checkpoint/supply)
"aVP" = (
/obj/structure/chair/office/dark,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/start/depsec/supply,
/turf/open/floor/plasteel,
/area/security/checkpoint/supply)
@@ -25552,9 +25105,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aWg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/corner{
dir = 4
},
@@ -25809,7 +25360,6 @@
pixel_x = -32
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/circuit,
@@ -25851,7 +25401,6 @@
/area/ai_monitored/turret_protected/ai)
"aWR" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/ai_status_display{
@@ -25899,8 +25448,7 @@
/area/hallway/secondary/entry)
"aWY" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/effect/turf_decal/stripes/corner{
dir = 2
@@ -25935,9 +25483,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"aXd" = (
@@ -25950,8 +25496,7 @@
network = list("SS13")
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/arrival{
dir = 4
@@ -25991,9 +25536,7 @@
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aXi" = (
/obj/structure/disposalpipe/segment,
@@ -26425,8 +25968,7 @@
dir = 4
},
/turf/open/floor/plasteel{
- icon_state = "L13";
- name = "floor"
+ icon_state = "L13"
},
/area/hallway/primary/central)
"aXR" = (
@@ -26557,9 +26099,7 @@
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/maintenance/starboard/fore)
"aYd" = (
/obj/structure/window/reinforced{
@@ -26604,9 +26144,7 @@
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/maintenance/starboard/fore)
"aYh" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -26759,9 +26297,8 @@
d2 = 2;
icon_state = "0-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/light_switch{
pixel_x = 26;
@@ -26779,9 +26316,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/delivery,
/obj/item/clothing/glasses/meson/engine,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aYt" = (
/obj/item/device/radio/intercom{
@@ -26793,9 +26328,7 @@
/obj/effect/turf_decal/delivery,
/obj/structure/closet/firecloset,
/obj/item/clothing/glasses/meson/engine,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aYu" = (
/turf/closed/wall,
@@ -26868,9 +26401,8 @@
/turf/closed/wall,
/area/hallway/secondary/entry)
"aYE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -26910,9 +26442,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
@@ -26999,9 +26529,7 @@
/area/quartermaster/storage)
"aYQ" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
@@ -27053,9 +26581,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/junction{
dir = 1;
@@ -27137,10 +26664,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aZd" = (
@@ -27255,9 +26779,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -27306,10 +26829,7 @@
d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
d1 = 2;
@@ -27319,12 +26839,9 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aZs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -27386,10 +26903,7 @@
},
/area/storage/tech)
"aZz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -27494,9 +27008,8 @@
},
/area/crew_quarters/heads/chief)
"aZI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/shower{
@@ -27527,10 +27040,7 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aZK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/shower{
dir = 8
},
@@ -27756,9 +27266,7 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
@@ -27845,7 +27353,7 @@
icon_state = "4-8"
},
/turf/open/floor/plating,
-/area/quartermaster/storage)
+/area/maintenance/port/fore)
"bal" = (
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -27859,9 +27367,7 @@
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"bam" = (
/obj/structure/cable/yellow{
@@ -27870,9 +27376,7 @@
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"ban" = (
/obj/structure/cable/yellow{
@@ -27969,9 +27473,7 @@
/area/quartermaster/office)
"bau" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_mining{
glass = 0;
@@ -27981,9 +27483,7 @@
req_one_access_txt = "48;50"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/office)
"bav" = (
/obj/structure/cable/yellow{
@@ -28001,9 +27501,7 @@
req_one_access_txt = "48;50"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/office)
"baw" = (
/obj/item/weapon/stamp{
@@ -28053,10 +27551,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/port)
"baA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/status_display{
density = 0;
pixel_y = 32;
@@ -28151,8 +27646,7 @@
/area/hallway/primary/central)
"baJ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -28181,8 +27675,7 @@
/area/hallway/primary/central)
"baL" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/machinery/light,
/obj/structure/disposalpipe/segment{
@@ -28215,8 +27708,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/neutral/corner{
dir = 2
@@ -28246,8 +27738,7 @@
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/neutral/corner{
dir = 2
@@ -28263,8 +27754,7 @@
/area/hallway/primary/central)
"baR" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/neutral/corner{
dir = 2
@@ -28312,8 +27802,7 @@
/area/hallway/primary/central)
"baW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/machinery/light,
/turf/open/floor/plasteel/neutral/corner{
@@ -28335,8 +27824,7 @@
/area/hallway/primary/central)
"baY" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/structure/extinguisher_cabinet{
pixel_y = -30
@@ -28347,8 +27835,7 @@
/area/hallway/primary/central)
"baZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/item/device/radio/intercom{
freerange = 0;
@@ -28374,9 +27861,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bbb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/camera{
c_tag = "Central Primary Hallway - Fore - Starboard Corner";
dir = 8;
@@ -28633,8 +28118,7 @@
icon_state = "1-2"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/obj/machinery/computer/security/telescreen{
@@ -28668,8 +28152,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -28779,9 +28262,7 @@
},
/area/ai_monitored/turret_protected/ai)
"bbI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
@@ -28837,9 +28318,7 @@
/area/quartermaster/sorting)
"bbQ" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/power/apc{
dir = 8;
name = "Cargo Office APC";
@@ -28870,10 +28349,7 @@
},
/area/quartermaster/office)
"bbS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/status_display{
density = 0;
pixel_y = 32;
@@ -29020,9 +28496,7 @@
},
/area/hallway/primary/central)
"bcm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 4
},
@@ -29045,10 +28519,7 @@
},
/area/storage/tools)
"bco" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/storage/tools)
"bcp" = (
@@ -29056,10 +28527,7 @@
/turf/open/floor/plasteel,
/area/storage/tools)
"bcq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/storage/tools)
"bcr" = (
@@ -29084,9 +28552,8 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"bct" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
@@ -29140,9 +28607,8 @@
},
/area/storage/tech)
"bcz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/vault{
@@ -29199,9 +28665,8 @@
dir = 4;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -29260,9 +28725,7 @@
"bcJ" = (
/obj/structure/closet/toolcloset,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"bcK" = (
/obj/structure/disposalpipe/segment,
@@ -29354,9 +28817,8 @@
/turf/open/floor/plating,
/area/shuttle/arrival)
"bcV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/firealarm{
@@ -29380,8 +28842,7 @@
/area/security/checkpoint/customs)
"bcX" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/table/reinforced,
/obj/item/weapon/book/manual/wiki/security_space_law{
@@ -29402,9 +28863,8 @@
d2 = 2;
icon_state = "0-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 1
@@ -29540,9 +29000,7 @@
dir = 1;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = -27
},
@@ -29567,8 +29025,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -29608,15 +29065,13 @@
/area/hallway/primary/port)
"bds" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
"bdt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
@@ -29811,9 +29266,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bdQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
dir = 4
@@ -29878,9 +29331,7 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/maintenance/starboard/fore)
"bdX" = (
/obj/structure/rack{
@@ -30071,9 +29522,7 @@
},
/area/engine/engineering)
"bem" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/camera/autoname{
dir = 4;
network = list("SS13")
@@ -30103,10 +29552,7 @@
},
/area/security/checkpoint/engineering)
"ben" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -30168,9 +29614,8 @@
/turf/open/floor/plasteel/black,
/area/aisat)
"bet" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
@@ -30303,11 +29748,10 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
"beJ" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "burst_r"
+/obj/structure/shuttle/engine/propulsion/burst/right{
+ dir = 4
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"beK" = (
/obj/structure/grille,
@@ -30368,9 +29812,8 @@
/turf/open/floor/plasteel,
/area/security/checkpoint/customs)
"beP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -30411,7 +29854,7 @@
icon_state = "4-8"
},
/turf/open/floor/plating,
-/area/security/checkpoint/customs)
+/area/maintenance/port/fore)
"beS" = (
/obj/structure/cable/yellow{
d1 = 1;
@@ -30445,7 +29888,7 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
-/area/quartermaster/sorting)
+/area/maintenance/port/fore)
"beV" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -30466,7 +29909,6 @@
pixel_y = 12
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -30479,9 +29921,7 @@
dir = 4;
pixel_x = -22
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
dir = 8
},
@@ -30574,9 +30014,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
"bfk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/janitor)
@@ -30787,7 +30226,6 @@
/obj/effect/landmark/start/captain,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/carpet,
@@ -30825,9 +30263,7 @@
},
/area/hallway/primary/central)
"bfF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/yellow/corner{
dir = 4
},
@@ -30955,10 +30391,7 @@
/turf/open/floor/plating,
/area/crew_quarters/heads/chief)
"bfS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/aisat)
"bfT" = (
@@ -30977,9 +30410,7 @@
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/break_room)
"bfU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -31039,7 +30470,6 @@
/area/shuttle/pod_4)
"bgc" = (
/obj/machinery/door/airlock/hatch{
- icon_state = "door_closed";
name = "MiniSat Space Access Airlock";
req_one_access_txt = "32;19"
},
@@ -31054,9 +30484,8 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -31165,25 +30594,22 @@
/area/shuttle/arrival)
"bgt" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"bgu" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"bgv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/cable/yellow{
@@ -31349,10 +30775,7 @@
},
/area/quartermaster/sorting)
"bgI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
"bgJ" = (
@@ -31417,9 +30840,7 @@
d1 = 4;
d2 = 8
},
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/sorting)
"bgO" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -31510,9 +30931,7 @@
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/office)
"bgU" = (
/obj/structure/disposalpipe/segment{
@@ -31815,9 +31234,8 @@
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain/private)
"bhv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain/private)
@@ -31829,9 +31247,8 @@
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain/private)
"bhx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain/private)
@@ -32287,10 +31704,7 @@
dir = 1;
network = list("RD")
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai)
"bip" = (
@@ -32333,9 +31747,7 @@
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai)
"biu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -32439,9 +31851,8 @@
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
"biH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -32508,8 +31919,7 @@
/area/hallway/primary/port)
"biO" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
@@ -32522,9 +31932,8 @@
"biQ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -32556,9 +31965,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
"biU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/light/small,
/obj/item/device/radio/intercom{
@@ -32750,9 +32158,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
@@ -32819,9 +32225,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -32886,10 +32291,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -32957,9 +32359,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
@@ -32987,8 +32388,7 @@
/area/hallway/primary/starboard)
"bjF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 2;
@@ -33032,8 +32432,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -33071,8 +32470,7 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/holopad,
/turf/open/floor/plasteel,
@@ -33121,7 +32519,6 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bjS" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/machinery/flasher{
@@ -33653,9 +33050,8 @@
"bkJ" = (
/obj/effect/landmark/xeno_spawn,
/obj/item/weapon/soap/deluxe,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/shower{
pixel_y = 12
@@ -33681,8 +33077,7 @@
pixel_y = 13
},
/obj/machinery/light{
- dir = 2;
- icon_state = "tube1"
+ dir = 2
},
/obj/effect/landmark/start/captain,
/obj/machinery/light_switch{
@@ -33722,8 +33117,7 @@
/area/crew_quarters/heads/captain/private)
"bkQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
@@ -33746,9 +33140,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bkS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -33779,8 +33171,7 @@
/area/hallway/primary/starboard)
"bkV" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -33793,8 +33184,7 @@
/area/hallway/primary/starboard)
"bkW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/caution/corner{
dir = 8
@@ -33844,8 +33234,7 @@
/area/hallway/primary/starboard)
"blb" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/machinery/firealarm{
dir = 1;
@@ -33862,8 +33251,7 @@
/area/hallway/primary/starboard)
"blc" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/caution/corner{
dir = 8
@@ -33908,8 +33296,7 @@
/area/hallway/primary/starboard)
"blg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=13.2-Tcommstore";
@@ -33960,10 +33347,7 @@
/turf/open/floor/plasteel,
/area/engine/break_room)
"bll" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/engine/break_room)
"blm" = (
@@ -34001,8 +33385,7 @@
/area/engine/break_room)
"blr" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/break_room)
@@ -34060,10 +33443,7 @@
/area/aisat)
"blB" = (
/obj/machinery/computer/teleporter,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/firealarm{
dir = 8;
pixel_x = -26
@@ -34090,9 +33470,8 @@
},
/area/ai_monitored/turret_protected/aisat/foyer)
"blE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai)
@@ -34133,7 +33512,6 @@
/area/ai_monitored/turret_protected/aisat_interior)
"blI" = (
/obj/machinery/door/airlock/highsecurity{
- icon_state = "door_closed";
locked = 0;
name = "AI Chamber";
req_access_txt = "16"
@@ -34246,11 +33624,10 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
"blS" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "burst_l"
+/obj/structure/shuttle/engine/propulsion/burst/left{
+ dir = 4
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"blT" = (
/obj/structure/cable/yellow{
@@ -34264,9 +33641,8 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
@@ -34330,9 +33706,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/side,
/area/hallway/primary/port)
@@ -34598,9 +33973,8 @@
/turf/open/floor/plasteel/black,
/area/bridge)
"bmy" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -34683,9 +34057,8 @@
},
/area/bridge)
"bmF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -34755,9 +34128,7 @@
/obj/machinery/light{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/yellow/corner{
dir = 2
@@ -35255,7 +34626,6 @@
/area/ai_monitored/turret_protected/aisat_interior)
"bnF" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -35338,9 +34708,7 @@
dir = 8;
pixel_x = -24
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/camera{
c_tag = "Arrivals - Station Entrance";
dir = 4;
@@ -35863,9 +35231,8 @@
/turf/open/floor/plasteel,
/area/storage/art)
"boN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -35999,9 +35366,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -36074,8 +35439,7 @@
/area/engine/break_room)
"bpk" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 2;
@@ -36112,9 +35476,7 @@
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/break_room)
"bpn" = (
/obj/structure/window/reinforced{
@@ -36287,10 +35649,7 @@
/turf/open/floor/plasteel/black,
/area/aisat)
"bpE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -36313,9 +35672,8 @@
/turf/open/floor/plasteel/black,
/area/aisat)
"bpG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
icon_state = "4-8";
@@ -36343,17 +35701,13 @@
},
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/hatch{
- icon_state = "door_closed";
name = "MiniSat Foyer";
req_one_access_txt = "32;19"
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat/foyer)
"bpJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/yellow{
icon_state = "4-8";
d1 = 4;
@@ -36377,9 +35731,8 @@
d1 = 4;
d2 = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 2;
@@ -36396,7 +35749,6 @@
},
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/hatch{
- icon_state = "door_closed";
name = "MiniSat Antechamber";
req_one_access_txt = "32;19"
},
@@ -36419,9 +35771,8 @@
d1 = 4;
d2 = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
@@ -36452,10 +35803,7 @@
d1 = 4;
d2 = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat_interior)
"bpR" = (
@@ -36503,10 +35851,7 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -36515,9 +35860,8 @@
/turf/open/floor/plasteel/black,
/area/ai_monitored/storage/satellite)
"bpV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 2;
@@ -36570,16 +35914,13 @@
/obj/structure/window/reinforced{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/aisat)
"bqb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23
@@ -36794,9 +36135,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
@@ -36806,9 +36146,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/sortjunction{
dir = 8;
icon_state = "pipe-j1s";
@@ -36834,10 +36172,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -36889,17 +36224,15 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bqA" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
dir = 2
@@ -37183,9 +36516,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -37218,9 +36550,8 @@
/turf/open/floor/plasteel,
/area/storage/art)
"bre" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -37267,9 +36598,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/item/device/radio/intercom{
freerange = 0;
@@ -37291,7 +36621,7 @@
dir = 4
},
/turf/open/floor/plating,
-/area/crew_quarters/bar)
+/area/maintenance/starboard)
"brm" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -37325,8 +36655,7 @@
sortType = 19
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -37383,8 +36712,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -37571,9 +36899,8 @@
/turf/open/floor/plasteel,
/area/engine/break_room)
"brI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -37615,9 +36942,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/engine/break_room)
@@ -37988,8 +37314,7 @@
pixel_y = 1
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/arrival{
dir = 4
@@ -38014,8 +37339,7 @@
dir = 8
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/landmark/start/assistant,
/turf/open/floor/plasteel/grimy,
@@ -38026,8 +37350,7 @@
/area/hallway/primary/port)
"bsu" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -38080,8 +37403,7 @@
/area/hallway/primary/port)
"bsz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8
@@ -38181,8 +37503,7 @@
/area/hallway/primary/port)
"bsI" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/structure/extinguisher_cabinet{
pixel_y = -30
@@ -38243,10 +37564,7 @@
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
"bsN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -38276,10 +37594,7 @@
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
"bsR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
"bsS" = (
@@ -38324,9 +37639,7 @@
pixel_y = -24;
req_access_txt = "19"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/button/door{
id = "council blast";
name = "Council Chamber Blast Door Control";
@@ -38346,10 +37659,7 @@
/turf/open/floor/carpet,
/area/bridge)
"bsY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/button/door{
id = "evashutter";
name = "E.V.A. Storage Shutter Control";
@@ -38441,9 +37751,7 @@
name = "Captain's Desk";
req_access_txt = "20"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/item/weapon/stamp/captain,
/turf/open/floor/wood,
@@ -38562,10 +37870,7 @@
/turf/open/floor/wood,
/area/crew_quarters/bar)
"btp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -38637,9 +37942,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating{
icon_state = "platingdmg3"
},
@@ -38725,7 +38028,6 @@
pixel_x = -22
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -38811,10 +38113,7 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"btP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -38850,9 +38149,7 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"btT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
@@ -38907,8 +38204,7 @@
/area/hallway/primary/port)
"btZ" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 4
@@ -38956,9 +38252,7 @@
/turf/open/floor/wood,
/area/library)
"buh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Library"
@@ -39016,8 +38310,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -39157,8 +38450,7 @@
/area/bridge)
"buw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/bridge)
@@ -39237,9 +38529,7 @@
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain/private)
"buI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain/private)
@@ -39279,9 +38569,7 @@
},
/area/hallway/primary/central)
"buM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = 27
},
@@ -39368,9 +38656,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -39391,8 +38677,7 @@
/area/maintenance/starboard)
"buZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/caution{
dir = 8
@@ -39400,9 +38685,8 @@
/area/hallway/primary/starboard)
"bva" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -39512,9 +38796,7 @@
opacity = 0
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/break_room)
"bvk" = (
/obj/machinery/door/poddoor{
@@ -39533,9 +38815,7 @@
dir = 8
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/break_room)
"bvl" = (
/obj/machinery/door/poddoor{
@@ -39550,9 +38830,7 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/break_room)
"bvm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -39577,10 +38855,7 @@
/turf/open/floor/plasteel/black,
/area/engine/break_room)
"bvp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/camera{
c_tag = "Engineering - Transit Tube Access";
dir = 8;
@@ -39614,7 +38889,6 @@
/area/engine/break_room)
"bvs" = (
/obj/machinery/door/airlock/hatch{
- icon_state = "door_closed";
name = "MiniSat Space Access Airlock";
req_one_access_txt = "32;19"
},
@@ -39803,9 +39077,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bvL" = (
@@ -39815,8 +39087,7 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -39850,8 +39121,7 @@
/area/hallway/primary/port)
"bvP" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -39863,8 +39133,7 @@
location = "5-Customs"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -39902,8 +39171,7 @@
/area/maintenance/department/science/xenobiology)
"bvU" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -39962,9 +39230,7 @@
/turf/open/floor/carpet,
/area/library)
"bwd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/carpet,
/area/library)
"bwe" = (
@@ -40030,7 +39296,6 @@
/area/crew_quarters/heads/hop)
"bwl" = (
/obj/machinery/door/airlock/hatch{
- icon_state = "door_closed";
name = "MiniSat Space Access Airlock";
req_one_access_txt = "32;19"
},
@@ -40157,10 +39422,7 @@
/obj/machinery/ai_status_display{
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/bridge)
"bww" = (
@@ -40198,8 +39460,7 @@
/area/bridge)
"bwz" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/firealarm{
@@ -40233,7 +39494,6 @@
icon_state = "1-4"
},
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 4
},
/turf/open/floor/carpet,
@@ -40265,7 +39525,6 @@
icon_state = "pipe-c"
},
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/carpet,
@@ -40336,9 +39595,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bwJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
@@ -40490,10 +39747,7 @@
/turf/open/floor/wood,
/area/crew_quarters/bar)
"bwW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood,
/area/crew_quarters/bar)
@@ -40509,9 +39763,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard)
"bwZ" = (
@@ -40546,8 +39798,7 @@
dir = 9
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/caution{
dir = 4
@@ -40587,15 +39838,13 @@
/area/engine/atmos)
"bxh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
"bxi" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
@@ -40637,9 +39886,8 @@
/turf/open/floor/plasteel/black,
/area/engine/break_room)
"bxn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/chair/office/dark{
dir = 1
@@ -40705,9 +39953,8 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bxv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -40839,9 +40086,8 @@
/turf/open/floor/plasteel/neutral/side,
/area/hallway/primary/port)
"bxH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -40954,9 +40200,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/crew_quarters/toilet/auxiliary)
"bxQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/sink/kitchen{
desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
@@ -41190,7 +40435,6 @@
/area/crew_quarters/heads/captain/private)
"byq" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 4
},
/turf/open/floor/carpet,
@@ -41202,7 +40446,6 @@
/area/crew_quarters/heads/captain/private)
"bys" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/carpet,
@@ -41213,7 +40456,6 @@
pixel_x = 24
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/carpet,
@@ -41244,9 +40486,7 @@
},
/area/hallway/primary/central)
"byw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/neutral/corner{
dir = 4
@@ -41320,8 +40560,7 @@
/area/crew_quarters/bar)
"byG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j2";
@@ -41363,9 +40602,7 @@
opacity = 0
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/break_room)
"byL" = (
/obj/machinery/power/apc{
@@ -41597,9 +40834,8 @@
/obj/machinery/light{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
@@ -41650,8 +40886,7 @@
/area/engine/atmos)
"bzg" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel/caution{
dir = 1
@@ -41713,9 +40948,8 @@
dir = 8;
network = list("MiniSat")
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/aisat)
@@ -41769,9 +41003,8 @@
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
"bzs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -41901,9 +41134,7 @@
dir = 8;
network = list("SS13")
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/carpet,
/area/library)
"bzG" = (
@@ -42008,8 +41239,7 @@
/area/hallway/secondary/command)
"bzS" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/machinery/button/door{
id = "bridge blast";
@@ -42023,9 +41253,8 @@
},
/area/bridge)
"bzT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/vending/coffee{
pixel_x = -3
@@ -42040,7 +41269,6 @@
/area/bridge)
"bzU" = (
/obj/structure/chair/comfy/teal{
- icon_state = "comfychair";
dir = 4
},
/obj/structure/chair/comfy/black{
@@ -42105,9 +41333,8 @@
},
/area/bridge)
"bAc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/firealarm{
dir = 8;
@@ -42141,10 +41368,7 @@
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain/private)
"bAg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/extinguisher_cabinet{
pixel_x = 27
},
@@ -42249,8 +41473,7 @@
/area/crew_quarters/theatre)
"bAt" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
@@ -42266,9 +41489,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
@@ -42335,9 +41557,8 @@
},
/area/engine/atmos)
"bAC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -42368,7 +41589,6 @@
/area/engine/atmos)
"bAG" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/table,
@@ -42437,16 +41657,14 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"bAO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bAP" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
@@ -43137,9 +42355,7 @@
opacity = 0
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"bCh" = (
/obj/structure/chair{
@@ -43155,8 +42371,7 @@
/area/engine/atmos)
"bCj" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -43235,21 +42450,17 @@
/area/engine/atmos)
"bCt" = (
/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/manifold/purple/visible{
dir = 1
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bCu" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- color = "purple"
- },
+/obj/machinery/atmospherics/pipe/manifold/purple/visible,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bCv" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 4
},
/turf/open/floor/plasteel,
@@ -43260,16 +42471,14 @@
name = "Air to Mix";
on = 0
},
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bCx" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 4
},
/turf/open/floor/plasteel/green/side{
@@ -43279,16 +42488,14 @@
"bCy" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 4
},
/turf/open/floor/plating,
/area/engine/atmos)
"bCz" = (
/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/orange/visible,
@@ -43303,16 +42510,11 @@
/turf/closed/wall/r_wall,
/area/engine/atmos)
"bCB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "mix in"
},
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
@@ -43354,9 +42556,8 @@
/turf/open/floor/plating,
/area/hallway/secondary/entry)
"bCH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -43398,9 +42599,8 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"bCL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/security/vacantoffice)
@@ -43623,10 +42823,7 @@
layer = 4;
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral/corner{
dir = 1
},
@@ -43769,10 +42966,7 @@
layer = 4;
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral/corner{
dir = 4
},
@@ -43867,10 +43061,7 @@
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
"bDD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
"bDE" = (
@@ -44005,8 +43196,7 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"bDY" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/manifold/purple/visible{
dir = 4
},
/turf/open/floor/plasteel,
@@ -44229,8 +43419,7 @@
/area/library)
"bEx" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/carpet,
/area/library)
@@ -44238,9 +43427,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/carpet,
/area/library)
"bEz" = (
@@ -44275,8 +43462,7 @@
/area/hallway/primary/central)
"bEC" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -44343,8 +43529,7 @@
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8
@@ -44365,9 +43550,8 @@
},
/area/hallway/secondary/command)
"bEI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -44434,8 +43618,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8
@@ -44448,8 +43631,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/machinery/newscaster{
pixel_y = -29
@@ -44484,8 +43666,7 @@
},
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8
@@ -44634,9 +43815,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
@@ -44653,8 +43832,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
dir = 2
@@ -44709,8 +43887,7 @@
/area/hallway/secondary/command)
"bFc" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -44728,8 +43905,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/neutral/corner{
dir = 2
@@ -44782,8 +43958,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8
@@ -44960,10 +44135,7 @@
/turf/open/floor/wood,
/area/crew_quarters/bar)
"bFt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood,
/area/crew_quarters/bar)
"bFu" = (
@@ -45057,7 +44229,7 @@
dir = 4
},
/turf/open/floor/plating,
-/area/crew_quarters/theatre)
+/area/maintenance/starboard)
"bFB" = (
/obj/structure/cable/yellow{
d1 = 1;
@@ -45102,8 +44274,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -45141,9 +44312,7 @@
opacity = 0
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"bFG" = (
/obj/structure/disposalpipe/segment{
@@ -45170,10 +44339,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black/corner{
dir = 2
},
@@ -45246,15 +44412,13 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"bFR" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 6
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bFS" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 9
},
/turf/open/floor/plasteel,
@@ -45269,8 +44433,7 @@
/area/engine/atmos)
"bFU" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 5;
- initialize_directions = 12
+ dir = 5
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -45421,9 +44584,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -45442,9 +44603,8 @@
/turf/open/floor/carpet,
/area/library)
"bGs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/library)
@@ -45454,9 +44614,8 @@
},
/area/library)
"bGu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/library)
@@ -45644,9 +44803,7 @@
name = "Gateway Atrium";
req_access_txt = "62"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/gateway)
@@ -45703,8 +44860,7 @@
/area/maintenance/central)
"bGV" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
dir = 1
@@ -45722,9 +44878,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bGX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -45748,8 +44902,7 @@
/area/crew_quarters/bar)
"bHa" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
@@ -45760,9 +44913,8 @@
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
"bHc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/bar,
/area/crew_quarters/bar)
@@ -45845,9 +44997,8 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
@@ -45858,9 +45009,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard)
"bHm" = (
@@ -45964,17 +45113,14 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6;
- initialize_directions = 6
+ dir = 6
},
/turf/open/floor/plating,
/area/engine/atmos)
"bHx" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple"
- },
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
@@ -46010,8 +45156,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/atmos)
@@ -46135,9 +45280,8 @@
/obj/machinery/shower{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plating,
/area/crew_quarters/toilet/auxiliary)
@@ -46204,9 +45348,8 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -46349,9 +45492,8 @@
},
/area/hallway/secondary/command)
"bIj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -46410,9 +45552,7 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 9
},
@@ -46480,16 +45620,13 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bIs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 2
},
@@ -46517,8 +45654,7 @@
/area/crew_quarters/bar)
"bIv" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -46576,9 +45712,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
@@ -46596,8 +45730,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/yellow/side{
dir = 2
@@ -46633,8 +45766,7 @@
"bIK" = (
/obj/machinery/portable_atmospherics/canister/nitrogen,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -46701,8 +45833,7 @@
/area/engine/atmos)
"bIQ" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -46721,16 +45852,13 @@
/area/engine/atmos)
"bIT" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bIU" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple"
- },
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -46791,16 +45919,11 @@
/turf/open/space,
/area/space)
"bJc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ id_tag = "n2o_out"
+ name = "n2o out"
},
/turf/open/floor/engine/n2o,
/area/engine/atmos)
@@ -46943,9 +46066,8 @@
/turf/open/floor/plating,
/area/maintenance/port)
"bJt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/item/device/radio/intercom{
freerange = 0;
@@ -47034,9 +46156,8 @@
},
/area/ai_monitored/storage/eva)
"bJE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -47249,9 +46370,8 @@
/turf/open/floor/plasteel,
/area/gateway)
"bJV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/yellow{
@@ -47343,9 +46463,7 @@
},
/area/hallway/primary/central)
"bKd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/neutral/corner{
dir = 2
@@ -47530,15 +46648,13 @@
"bKy" = (
/obj/item/device/radio/beacon,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bKz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -47714,10 +46830,7 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bKU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -47846,9 +46959,7 @@
/turf/open/floor/wood,
/area/library)
"bLj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/landmark/lightsout,
/turf/open/floor/carpet,
/area/library)
@@ -47964,9 +47075,8 @@
/turf/open/floor/plating,
/area/teleporter)
"bLs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -48250,9 +47360,8 @@
/obj/structure/rack,
/obj/item/weapon/circuitboard/machine/telecomms/bus,
/obj/item/weapon/circuitboard/machine/telecomms/broadcaster,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Telecoms - Storage";
@@ -48306,8 +47415,7 @@
/area/engine/atmos)
"bMb" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/arrival{
dir = 8
@@ -48584,9 +47692,8 @@
},
/area/hallway/secondary/entry)
"bMB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -48683,9 +47790,7 @@
/turf/open/floor/carpet,
/area/library)
"bMK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -48788,8 +47893,7 @@
pixel_x = 32
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/stripes/line{
@@ -49140,9 +48244,8 @@
},
/area/crew_quarters/kitchen)
"bNy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/cafeteria{
dir = 5
@@ -49150,8 +48253,7 @@
/area/crew_quarters/kitchen)
"bNz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/cafeteria{
dir = 5
@@ -49256,9 +48358,8 @@
/turf/open/floor/plasteel/black,
/area/storage/tcom)
"bNM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -49433,9 +48534,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port)
"bOf" = (
@@ -49493,9 +48592,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/wood,
/area/library)
"bOm" = (
@@ -49789,7 +48886,6 @@
/area/gateway)
"bOM" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault,
@@ -49810,7 +48906,6 @@
"bOO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -49925,17 +49020,15 @@
/turf/open/floor/wood,
/area/crew_quarters/theatre)
"bPd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/start/clown,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
"bPe" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -49958,7 +49051,7 @@
dir = 4
},
/turf/open/floor/plating,
-/area/crew_quarters/theatre)
+/area/maintenance/starboard)
"bPg" = (
/obj/structure/cable/yellow{
d1 = 1;
@@ -50022,9 +49115,8 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"bPl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -50088,8 +49180,7 @@
/area/engine/atmos)
"bPt" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
@@ -50129,16 +49220,11 @@
/turf/open/floor/plasteel/purple,
/area/engine/atmos)
"bPx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ id_tag = "tox_out"
+ name = "toxin out"
},
/turf/open/floor/engine/plasma,
/area/engine/atmos)
@@ -50227,7 +49313,7 @@
req_one_access_txt = "0"
},
/turf/open/floor/plating,
-/area/security/vacantoffice)
+/area/maintenance/port)
"bPJ" = (
/obj/structure/rack{
dir = 8;
@@ -50237,13 +49323,9 @@
/turf/open/floor/plating,
/area/maintenance/port)
"bPK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/maintenance/port)
"bPL" = (
/obj/structure/rack,
@@ -50344,12 +49426,7 @@
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 30
},
-/obj/structure/closet/crate,
-/obj/item/clothing/shoes/workboots/mining,
-/obj/item/clothing/under/rank/curator/treasure_hunter,
-/obj/item/clothing/suit/curator,
-/obj/item/clothing/head/curator,
-/obj/item/weapon/storage/backpack/satchel/explorer,
+/obj/structure/closet/wardrobe/curator,
/turf/open/floor/engine/cult,
/area/library)
"bPY" = (
@@ -50376,9 +49453,8 @@
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"bQa" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -50400,9 +49476,8 @@
},
/area/teleporter)
"bQc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -50426,7 +49501,6 @@
pixel_y = 2
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -50461,10 +49535,7 @@
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
"bQh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
@@ -50505,10 +49576,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
"bQn" = (
@@ -50542,9 +49610,8 @@
},
/area/gateway)
"bQq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -50563,8 +49630,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/effect/turf_decal/stripes/line{
dir = 2
@@ -50611,9 +49677,8 @@
/turf/open/floor/plasteel,
/area/gateway)
"bQu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -50636,9 +49701,8 @@
/turf/open/floor/plasteel,
/area/gateway)
"bQw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -50725,9 +49789,8 @@
},
/area/crew_quarters/kitchen)
"bQD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -50800,9 +49863,8 @@
/area/crew_quarters/kitchen)
"bQJ" = (
/obj/effect/landmark/start/cook,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/showroomfloor,
@@ -50894,9 +49956,7 @@
/turf/closed/wall,
/area/aisat)
"bRb" = (
-/obj/machinery/computer/crew{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/crew/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -50924,9 +49984,7 @@
name = "Storage Room";
req_access_txt = "12"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port)
"bRg" = (
@@ -50963,8 +50021,7 @@
},
/obj/machinery/photocopier,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/wood,
/area/library)
@@ -51076,9 +50133,7 @@
/turf/open/floor/carpet,
/area/bridge/showroom/corporate)
"bRy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
"bRz" = (
@@ -51565,9 +50620,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
@@ -51621,8 +50674,7 @@
/area/engine/atmos)
"bSi" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/obj/item/weapon/wrench,
@@ -51658,9 +50710,7 @@
/turf/open/floor/engine/plasma,
/area/engine/atmos)
"bSm" = (
-/obj/machinery/computer/med_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/med_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -51678,9 +50728,7 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/maintenance/port)
"bSo" = (
/obj/structure/cable/yellow{
@@ -51714,9 +50762,7 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/maintenance/port)
"bSr" = (
/obj/structure/cable/yellow{
@@ -51908,9 +50954,7 @@
/turf/open/floor/plating,
/area/bridge/showroom/corporate)
"bSK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/command{
name = "Corporate Showroom";
@@ -51956,9 +51000,7 @@
},
/area/hallway/primary/central)
"bSR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/green/corner{
dir = 2
},
@@ -51975,7 +51017,6 @@
name = "Service Shutter"
},
/obj/machinery/door/airlock/glass_medical{
- id_tag = "";
name = "Service Door";
req_access_txt = "0";
req_one_access_txt = "35;28"
@@ -52002,9 +51043,7 @@
req_one_access_txt = "30;35"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/hydroponics)
"bSW" = (
/obj/machinery/smartfridge,
@@ -52012,8 +51051,7 @@
/area/hydroponics)
"bSX" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -52025,9 +51063,8 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -52120,9 +51157,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -52235,7 +51270,6 @@
/area/maintenance/solars/port/aft)
"bTq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- icon_state = "intact";
dir = 10
},
/turf/closed/wall/r_wall,
@@ -52273,9 +51307,8 @@
/turf/open/floor/plating,
/area/maintenance/port)
"bTw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/library)
@@ -52323,9 +51356,8 @@
/turf/open/floor/wood,
/area/library)
"bTA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -52391,8 +51423,7 @@
/area/hallway/primary/central)
"bTF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
dir = 4
@@ -52478,8 +51509,7 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/machinery/status_display{
density = 0;
@@ -52494,9 +51524,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/side{
dir = 1
},
@@ -52511,8 +51539,7 @@
/area/hallway/primary/central)
"bTQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -52520,8 +51547,7 @@
/area/hallway/primary/central)
"bTR" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/neutral/side{
dir = 1
@@ -52553,8 +51579,7 @@
/area/hallway/primary/central)
"bTU" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/machinery/power/apc{
cell_type = 10000;
@@ -52572,8 +51597,7 @@
/area/hallway/primary/central)
"bTV" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/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).";
@@ -52661,9 +51685,7 @@
},
/area/hallway/primary/central)
"bUc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/sign/botany{
pixel_x = 32;
pixel_y = 32
@@ -52832,9 +51854,7 @@
dir = 2;
sortType = 20
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -52964,8 +51984,7 @@
"bUE" = (
/obj/item/weapon/cigbutt,
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -52997,16 +52016,11 @@
/turf/open/floor/plasteel/vault,
/area/engine/atmos)
"bUI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ id_tag = "co2_out"
+ name = "co2 out"
},
/turf/open/floor/engine/co2,
/area/engine/atmos)
@@ -53159,9 +52173,8 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -53193,9 +52206,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -53218,9 +52230,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel{
icon_state = "L1"
},
@@ -53296,8 +52306,7 @@
icon_state = "4-8"
},
/turf/open/floor/plasteel{
- icon_state = "L13";
- name = "floor"
+ icon_state = "L13"
},
/area/hallway/primary/central)
"bVl" = (
@@ -53325,9 +52334,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -53351,9 +52359,8 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -53367,9 +52374,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bVp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -53452,9 +52457,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -53615,15 +52618,13 @@
icon_state = "4-8"
},
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plating,
/area/maintenance/solars/port/aft)
"bVS" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -53641,9 +52642,8 @@
/turf/open/floor/plating,
/area/maintenance/solars/port/aft)
"bVT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -54195,9 +53195,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating{
icon_state = "platingdmg1"
@@ -54313,7 +53311,7 @@
dir = 4
},
/turf/open/floor/plating,
-/area/engine/atmos)
+/area/maintenance/starboard)
"bXf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/structure/cable/yellow{
@@ -54371,8 +53369,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/manifold/dark/visible{
dir = 1
},
/turf/open/floor/plasteel,
@@ -54383,42 +53380,35 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bXk" = (
/obj/effect/landmark/start/atmospheric_technician,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bXl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bXm" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bXn" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- color = "#330000"
- },
+/obj/machinery/atmospherics/pipe/manifold/dark/visible,
/obj/machinery/meter{
color = ""
},
@@ -54533,9 +53523,8 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bXC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -54561,9 +53550,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line{
dir = 2
@@ -54619,9 +53606,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/blue/corner{
dir = 8
},
@@ -54649,9 +53634,7 @@
},
/area/hallway/primary/central)
"bXS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/blue/corner{
dir = 8
},
@@ -54729,9 +53712,7 @@
req_access_txt = "0";
req_one_access_txt = "12;35;47"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"bYc" = (
@@ -54783,16 +53764,14 @@
/turf/open/floor/plasteel,
/area/hydroponics)
"bYh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hydroponics)
"bYi" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hydroponics)
@@ -54820,7 +53799,6 @@
pixel_x = 27
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/camera/autoname{
@@ -54956,9 +53934,7 @@
},
/area/engine/atmos)
"bYw" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000"
- },
+/obj/machinery/atmospherics/pipe/simple/dark/visible,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bYx" = (
@@ -54987,16 +53963,14 @@
/area/engine/atmos)
"bYA" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bYB" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/engine/atmos)
@@ -55111,9 +54085,7 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/maintenance{
req_access_txt = "0";
req_one_access_txt = "12;5;39;25;28"
@@ -55277,9 +54249,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white/side{
dir = 2
@@ -55314,9 +54284,7 @@
/turf/closed/wall,
/area/medical/medbay/central)
"bZf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Aft Primary Hallway"
@@ -55633,9 +54601,7 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -55710,10 +54676,7 @@
/turf/open/floor/plasteel/white,
/area/medical/storage)
"caa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -55772,9 +54735,8 @@
/obj/machinery/light_switch{
pixel_y = -25
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 8
@@ -55784,9 +54746,8 @@
/turf/open/floor/plasteel,
/area/security/checkpoint/medical)
"cag" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 4
@@ -55849,9 +54810,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cam" = (
@@ -55885,9 +54844,7 @@
},
/area/medical/medbay/central)
"caq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/blue/corner{
dir = 8
},
@@ -56103,7 +55060,6 @@
"caJ" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_medical{
- id_tag = "";
name = "Hydroponics";
req_access_txt = "35"
},
@@ -56227,10 +55183,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -56270,7 +55223,7 @@
icon_state = "4-8"
},
/turf/open/floor/plating,
-/area/hydroponics)
+/area/maintenance/starboard)
"caU" = (
/obj/structure/cable/yellow{
d1 = 1;
@@ -56395,9 +55348,7 @@
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000"
- },
+/obj/machinery/atmospherics/pipe/simple/dark/visible,
/turf/open/floor/plasteel/red,
/area/engine/atmos)
"cbf" = (
@@ -56680,9 +55631,7 @@
icon_state = "pipe-j1s";
sortType = 9
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cbC" = (
@@ -56817,8 +55766,7 @@
announcementConsole = 0;
department = "Medbay";
departmentType = 1;
- name = "Medbay RC";
- pixel_z = 0
+ name = "Medbay RC"
},
/turf/closed/wall,
/area/security/checkpoint/medical)
@@ -56879,10 +55827,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cbV" = (
@@ -56946,9 +55891,8 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"cce" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -56985,8 +55929,7 @@
/area/science/research)
"ccj" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -57011,9 +55954,7 @@
},
/area/security/checkpoint/science/research)
"ccm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/chair/office/dark{
dir = 1
},
@@ -57223,9 +56164,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -57301,9 +56240,8 @@
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/disposal/incinerator)
@@ -57313,40 +56251,34 @@
icon_state = "0-8"
},
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 6
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/disposal/incinerator)
"ccL" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 4
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
"ccM" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/engine/atmos)
"ccN" = (
/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 4
},
/turf/open/floor/plasteel/black,
/area/engine/atmos)
"ccO" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 9
},
/turf/open/floor/plasteel/black,
@@ -57368,8 +56300,7 @@
/area/engine/atmos)
"ccT" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/engine/atmos)
@@ -57510,9 +56441,8 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cdh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -57531,9 +56461,7 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cdk" = (
@@ -57653,9 +56581,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/shower{
dir = 4;
name = "emergency shower"
@@ -57668,8 +56594,7 @@
/area/medical/medbay/central)
"cdz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -57697,9 +56622,8 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cdD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -57720,9 +56644,7 @@
},
/area/medical/medbay/central)
"cdG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -57736,9 +56658,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -57748,8 +56669,7 @@
/area/hallway/primary/aft)
"cdI" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/purple/corner{
dir = 2
@@ -57811,9 +56731,8 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -57903,9 +56822,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating{
icon_state = "panelscorched"
@@ -57958,8 +56875,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel/floorgrime,
@@ -57968,9 +56884,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/disposal/incinerator)
@@ -58160,9 +57075,8 @@
},
/area/medical/storage)
"cex" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -58173,8 +57087,7 @@
/area/medical/storage)
"cey" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/storage)
@@ -58203,10 +57116,7 @@
pixel_x = -12;
pixel_y = 2
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/firealarm{
dir = 8;
pixel_x = -26;
@@ -58252,9 +57162,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whiteblue/side{
dir = 2
},
@@ -58451,9 +57359,8 @@
},
/area/security/checkpoint/science/research)
"ceW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/security/checkpoint/science/research)
@@ -58730,7 +57637,7 @@
"cfs" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4;
- initialize_directions = 11
+
},
/obj/machinery/meter,
/turf/open/floor/plasteel/floorgrime,
@@ -58983,10 +57890,7 @@
/obj/structure/chair/office/light{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/whiteblue/side{
dir = 6
},
@@ -59003,9 +57907,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whiteblue,
/area/medical/medbay/central)
"cfU" = (
@@ -59067,11 +57969,8 @@
/turf/closed/wall,
/area/medical/chemistry)
"cgb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -59206,9 +58105,7 @@
req_access_txt = "47";
req_one_access_txt = "0"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/science/research)
"cgq" = (
@@ -59463,7 +58360,7 @@
dir = 4
},
/turf/open/floor/plating,
-/area/medical/sleeper)
+/area/maintenance/port/aft)
"cgP" = (
/obj/structure/cable/yellow{
d1 = 4;
@@ -59598,9 +58495,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_medical{
id_tag = "MedbayFoyer";
@@ -59678,9 +58573,7 @@
},
/area/medical/chemistry)
"chg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 8
},
@@ -59821,9 +58714,7 @@
},
/area/science/research)
"chv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
@@ -59992,16 +58883,11 @@
/turf/open/floor/engine/n2,
/area/engine/atmos)
"chP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ id_tag = "n2_out"
+ name = "n2 out"
},
/turf/open/floor/engine/n2,
/area/engine/atmos)
@@ -60021,16 +58907,11 @@
/turf/open/floor/engine/o2,
/area/engine/atmos)
"chS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "o2 out"
},
/turf/open/floor/engine/o2,
/area/engine/atmos)
@@ -60050,16 +58931,11 @@
/turf/open/floor/engine/air,
/area/engine/atmos)
"chV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/on{
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
+ name = "air out"
},
/turf/open/floor/engine/air,
/area/engine/atmos)
@@ -60088,9 +58964,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -60115,11 +58989,10 @@
req_access_txt = "5"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plating,
-/area/medical/surgery)
+/area/maintenance/port/aft)
"cie" = (
/obj/machinery/firealarm{
dir = 8;
@@ -60133,20 +59006,14 @@
},
/area/medical/sleeper)
"cif" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cig" = (
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cih" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 4;
@@ -60320,8 +59187,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 1
@@ -60395,7 +59261,6 @@
pixel_x = -2
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/noticeboard{
@@ -60445,10 +59310,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/science/lab)
"ciG" = (
@@ -60488,9 +59350,8 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -60560,19 +59421,14 @@
},
/area/science/research)
"ciP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
/area/science/research)
"ciQ" = (
/obj/item/weapon/cigbutt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
@@ -60588,9 +59444,8 @@
},
/area/science/research)
"ciS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/mob/living/simple_animal/pet/dog/pug{
desc = "It's Pugley IV, the research department's lovable pug clone. Hopefully nothing happens to this one - fourth time lucky!";
@@ -60611,9 +59466,8 @@
/turf/open/floor/engine,
/area/science/explab)
"ciV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/engine,
/area/science/explab)
@@ -60629,9 +59483,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
@@ -60811,9 +59663,8 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cjw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/landmark/revenantspawn,
/turf/open/floor/plasteel/black,
@@ -60821,8 +59672,7 @@
"cjx" = (
/obj/structure/chair,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
@@ -60845,9 +59695,8 @@
/turf/open/floor/plasteel/black,
/area/medical/surgery)
"cjA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
@@ -60891,8 +59740,7 @@
/area/medical/sleeper)
"cjF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner{
dir = 8
@@ -60951,9 +59799,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cjM" = (
@@ -60963,8 +59809,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -60980,8 +59825,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -61021,9 +59865,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -61064,9 +59907,8 @@
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"cjU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -61199,8 +60041,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -61219,8 +60060,7 @@
/area/science/research)
"ckh" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/closet/firecloset,
/obj/machinery/airalarm{
@@ -61335,10 +60175,7 @@
/area/maintenance/starboard/aft)
"ckv" = (
/obj/structure/closet/crate,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/item/device/assembly/infra,
/obj/effect/spawner/lootdrop/maintenance,
/obj/effect/turf_decal/stripes/line,
@@ -61450,9 +60287,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/engine,
/area/maintenance/disposal/incinerator)
@@ -61494,9 +60330,8 @@
},
/area/engine/atmos)
"ckL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/engine{
name = "vacuum floor";
@@ -61541,9 +60376,8 @@
},
/area/maintenance/port/aft)
"ckT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/aisat)
@@ -61566,8 +60400,7 @@
"ckX" = (
/obj/structure/chair,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
@@ -61594,9 +60427,8 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/medical/surgery)
@@ -61608,9 +60440,8 @@
/area/medical/surgery)
"clc" = (
/obj/item/weapon/cigbutt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/sign/nosmoking_2{
pixel_x = 28
@@ -61620,24 +60451,20 @@
/area/medical/surgery)
"cld" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/turf/open/floor/plasteel/whiteblue,
/area/medical/sleeper)
"cle" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 10
},
/area/medical/sleeper)
"clf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -61655,7 +60482,6 @@
/area/medical/sleeper)
"clh" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -61687,19 +60513,15 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cll" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -61826,9 +60648,7 @@
},
/area/medical/chemistry)
"clx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = -27
},
@@ -61895,8 +60715,7 @@
/obj/item/weapon/stock_parts/scanning_module,
/obj/item/weapon/stock_parts/scanning_module,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/sign/nosmoking_2{
pixel_x = 30
@@ -61923,9 +60742,8 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 2
@@ -62024,9 +60842,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/noticeboard{
pixel_y = -32
@@ -62098,7 +60915,6 @@
/area/maintenance/starboard/aft)
"clX" = (
/obj/machinery/door/airlock/maintenance{
- icon_state = "door_closed";
locked = 0;
name = "Storage Room";
req_access_txt = "0";
@@ -62224,9 +61040,7 @@
name = "Observation";
req_access_txt = "0"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/medical/surgery)
"cmo" = (
@@ -62237,9 +61051,7 @@
/area/medical/sleeper)
"cmp" = (
/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/medical/sleeper)
@@ -62256,9 +61068,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -62368,9 +61178,7 @@
},
/area/medical/chemistry)
"cmD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/sign/chemistry{
pixel_x = -32
},
@@ -62381,8 +61189,7 @@
"cmE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/sign/science{
pixel_x = 32
@@ -62398,7 +61205,6 @@
pixel_x = -28
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -62484,7 +61290,6 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/glass_medical{
glass = 0;
- id_tag = "";
name = "Research Break Room";
opacity = 1;
req_access_txt = "0";
@@ -62645,15 +61450,9 @@
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"cnd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon{
dir = 1;
- external_pressure_bound = 0;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- name = "incinerator output intake";
- on = 0;
- pressure_checks = 2;
- pump_direction = 0
+ name = "incinerator output intake"
},
/turf/open/floor/engine/vacuum,
/area/maintenance/disposal/incinerator)
@@ -62773,9 +61572,7 @@
},
/area/medical/surgery)
"cns" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white/side{
dir = 2
},
@@ -62847,8 +61644,7 @@
/area/medical/cryo)
"cnv" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/closet/secure_closet/medical1{
pixel_x = -3
@@ -62859,9 +61655,7 @@
/turf/open/floor/plasteel/white,
/area/medical/cryo)
"cnw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 9
},
@@ -62910,7 +61704,6 @@
pixel_y = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/barber{
@@ -63065,17 +61858,15 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"cnP" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/purple/side{
dir = 4
@@ -63123,9 +61914,8 @@
/turf/open/floor/plasteel/white,
/area/science/lab)
"cnV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -63469,12 +62259,9 @@
/turf/open/floor/plasteel/white,
/area/medical/surgery)
"coE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
@@ -63508,9 +62295,8 @@
},
/area/medical/cryo)
"coI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -63570,10 +62356,7 @@
},
/area/crew_quarters/heads/cmo)
"coP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/barber{
dir = 8
},
@@ -63655,9 +62438,8 @@
},
/area/medical/chemistry)
"coV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
@@ -63701,9 +62483,7 @@
},
/area/hallway/primary/aft)
"coZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/yellow/side{
dir = 8
},
@@ -63969,10 +62749,7 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"cpv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -64094,8 +62871,7 @@
/area/science/explab)
"cpD" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -64132,7 +62908,7 @@
icon_state = "4-8"
},
/turf/open/floor/plating,
-/area/science/explab)
+/area/maintenance/starboard/aft)
"cpG" = (
/obj/structure/cable/yellow{
d1 = 1;
@@ -64217,9 +62993,6 @@
},
/area/maintenance/port/aft)
"cpR" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
@@ -64236,6 +63009,9 @@
req_access = null;
req_one_access_txt = "24;10"
},
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 8
+ },
/turf/open/floor/engine,
/area/engine/supermatter)
"cpS" = (
@@ -64244,9 +63020,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -64259,7 +63033,7 @@
req_access_txt = "45"
},
/turf/open/floor/plating,
-/area/medical/surgery)
+/area/maintenance/port/aft)
"cpU" = (
/turf/open/floor/plasteel/white,
/area/medical/surgery)
@@ -64333,7 +63107,6 @@
},
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass_medical{
- id_tag = "";
name = "Surgery Observation";
req_access_txt = "0"
},
@@ -64436,9 +63209,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -64739,9 +63510,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -64751,8 +63521,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -64804,8 +63573,7 @@
"cqL" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -64821,8 +63589,7 @@
/area/science/research)
"cqN" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/whitepurple/corner{
dir = 2
@@ -64835,8 +63602,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/whitepurple/side{
@@ -64861,9 +63627,8 @@
},
/area/science/explab)
"cqR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -64905,9 +63670,8 @@
/turf/open/floor/plasteel/white,
/area/science/explab)
"cqV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/explab)
@@ -64945,9 +63709,8 @@
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"cra" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -64998,9 +63761,8 @@
},
/area/maintenance/port/aft)
"crj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/sink{
dir = 8;
@@ -65031,9 +63793,8 @@
/turf/open/floor/plasteel/white,
/area/medical/surgery)
"crn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/firealarm{
dir = 4;
@@ -65069,9 +63830,8 @@
dir = 4;
pixel_x = -22
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 8
@@ -65149,8 +63909,7 @@
/area/medical/medbay/central)
"crx" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whiteblue/corner{
@@ -65176,9 +63935,7 @@
/area/crew_quarters/heads/cmo)
"crz" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -65198,9 +63955,8 @@
},
/area/crew_quarters/heads/cmo)
"crB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -65213,8 +63969,7 @@
/area/crew_quarters/heads/cmo)
"crC" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/keycard_auth{
pixel_x = 26;
@@ -65234,9 +63989,7 @@
/area/crew_quarters/heads/cmo)
"crD" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/aft)
"crE" = (
@@ -65245,15 +63998,11 @@
req_access_txt = "5; 33"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/medical/chemistry)
"crF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -65308,9 +64057,7 @@
/turf/open/floor/plasteel,
/area/science/lab)
"crJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
@@ -65498,16 +64245,13 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"csf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating{
icon_state = "platingdmg1"
@@ -65612,9 +64356,8 @@
},
/area/medical/surgery)
"csp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 2
@@ -65645,7 +64388,7 @@
req_access_txt = "5"
},
/turf/open/floor/plating,
-/area/medical/cryo)
+/area/maintenance/port/aft)
"css" = (
/turf/closed/wall,
/area/medical/cryo)
@@ -66151,9 +64894,7 @@
pixel_x = -23
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/storage)
"ctg" = (
/obj/structure/cable/yellow{
@@ -66198,9 +64939,7 @@
"ctj" = (
/obj/machinery/portable_atmospherics/scrubber/huge,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/storage)
"ctk" = (
/obj/structure/cable/yellow{
@@ -66208,9 +64947,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
@@ -66259,9 +64996,7 @@
"ctr" = (
/obj/structure/bed,
/obj/item/weapon/bedsheet/medical,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/airalarm{
dir = 4;
pixel_x = -23
@@ -66271,9 +65006,8 @@
},
/area/medical/patients_rooms/room_a)
"cts" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 2;
@@ -66319,9 +65053,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
@@ -66389,9 +65121,7 @@
/turf/closed/wall,
/area/medical/genetics)
"ctE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/blue/corner{
dir = 8
@@ -66452,7 +65182,6 @@
"ctN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white/side{
@@ -66786,8 +65515,7 @@
pixel_x = 27
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -66920,9 +65648,7 @@
/turf/open/floor/plasteel/blue,
/area/medical/genetics)
"cuA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/blue/side{
dir = 8
},
@@ -66933,9 +65659,7 @@
dir = 5
},
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/maintenance/aft)
"cuC" = (
/obj/machinery/portable_atmospherics/canister/air,
@@ -66996,9 +65720,8 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -67097,9 +65820,7 @@
"cuV" = (
/obj/machinery/portable_atmospherics/canister/nitrogen,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/storage)
"cuW" = (
/obj/machinery/portable_atmospherics/canister/nitrogen,
@@ -67112,15 +65833,12 @@
network = list("SS13","RD")
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/storage)
"cuX" = (
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
@@ -67166,9 +65884,8 @@
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"cvc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -67329,9 +66046,7 @@
/area/medical/patients_rooms/room_a)
"cvq" = (
/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/sign/examroom{
pixel_x = -32
},
@@ -67569,8 +66284,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 4
@@ -67615,9 +66329,8 @@
},
/area/crew_quarters/heads/hor)
"cvR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -67641,9 +66354,8 @@
},
/area/crew_quarters/heads/hor)
"cvT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -67679,9 +66391,7 @@
"cvX" = (
/obj/machinery/portable_atmospherics/canister/toxins,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/storage)
"cvY" = (
/obj/machinery/portable_atmospherics/canister/toxins,
@@ -67692,9 +66402,7 @@
pixel_x = 29
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/storage)
"cvZ" = (
/obj/structure/closet/crate,
@@ -67713,9 +66421,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating{
icon_state = "panelscorched"
},
@@ -67784,9 +66490,7 @@
/area/maintenance/port/aft)
"cwm" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -67875,9 +66579,7 @@
/turf/open/floor/plating,
/area/medical/patients_rooms/room_b)
"cws" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -67903,8 +66605,7 @@
pixel_x = 11
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/aft)
@@ -67956,10 +66657,7 @@
},
/area/medical/genetics)
"cwA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"cwB" = (
@@ -68013,9 +66711,7 @@
},
/area/medical/genetics)
"cwF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/firealarm{
dir = 8;
pixel_x = -24
@@ -68237,9 +66933,7 @@
},
/obj/machinery/light/small,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/storage)
"cwZ" = (
/obj/machinery/door/airlock/maintenance{
@@ -68292,16 +66986,14 @@
d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/patients_rooms/room_b)
"cxg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -68356,8 +67048,7 @@
/area/medical/medbay/aft)
"cxk" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/whiteblue/corner{
@@ -68381,9 +67072,8 @@
},
/area/medical/genetics/cloning)
"cxn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -68392,8 +67082,7 @@
/area/medical/genetics/cloning)
"cxo" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/machinery/dna_scannernew,
/turf/open/floor/plasteel/whiteblue/side{
@@ -68445,9 +67134,8 @@
},
/area/medical/genetics)
"cxu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 5
@@ -68493,11 +67181,8 @@
},
/area/medical/genetics)
"cxz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/navbeacon{
@@ -68514,16 +67199,14 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"cxB" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=9.1-Escape-1";
@@ -68554,9 +67237,8 @@
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"cxE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/circuit/green,
/area/science/robotics/mechbay)
@@ -68697,9 +67379,7 @@
/turf/closed/wall,
/area/medical/medbay/aft)
"cxV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = -27
},
@@ -68757,10 +67437,7 @@
},
/area/medical/genetics/cloning)
"cya" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
@@ -68854,7 +67531,6 @@
"cyi" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
- icon_state = "door_closed";
id_tag = "AuxGenetics";
locked = 0;
name = "Genetics Lab";
@@ -68869,9 +67545,8 @@
},
/area/medical/genetics)
"cyk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/medical/genetics)
@@ -68889,7 +67564,6 @@
},
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research{
- icon_state = "door_closed";
id_tag = "AuxGenetics";
locked = 0;
name = "Genetics Access";
@@ -68908,8 +67582,7 @@
/area/hallway/primary/aft)
"cyo" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
dir = 2
@@ -68948,16 +67621,12 @@
},
/obj/effect/landmark/start/roboticist,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/circuit,
/area/science/robotics/mechbay)
"cyt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
/area/science/misc_lab/range)
@@ -68978,16 +67647,14 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/science/research)
"cyx" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -69214,9 +67881,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/aft)
@@ -69328,9 +67994,7 @@
/turf/closed/wall,
/area/medical/genetics)
"czf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -69357,8 +68021,7 @@
/area/hallway/primary/aft)
"czh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/button/door{
dir = 2;
@@ -69489,6 +68152,10 @@
"czr" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/preopen{
+ id = "toxins_blastdoor";
+ name = "biohazard containment door"
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -69692,9 +68359,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/cafeteria{
dir = 5
@@ -69751,9 +68417,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whiteblue/side{
dir = 8
},
@@ -69794,8 +68458,7 @@
},
/obj/structure/disposalpipe/junction,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/aft)
@@ -69887,9 +68550,8 @@
/turf/open/floor/plasteel/freezer,
/area/medical/genetics)
"cAf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/airalarm{
dir = 4;
@@ -69994,9 +68656,8 @@
dir = 2;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
@@ -70032,9 +68693,8 @@
/turf/open/floor/plasteel,
/area/science/misc_lab/range)
"cAq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -70144,9 +68804,8 @@
/turf/open/floor/plasteel/white,
/area/science/mixing)
"cAy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -70227,8 +68886,7 @@
/area/science/mixing)
"cAF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -70443,9 +69101,7 @@
/area/hallway/primary/aft)
"cBe" = (
/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 8
},
@@ -70564,8 +69220,7 @@
/area/science/research)
"cBp" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
dir = 4
@@ -70586,9 +69241,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
@@ -70655,16 +69308,14 @@
/turf/open/floor/plasteel/white,
/area/science/mixing)
"cBz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/science/mixing)
"cBA" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/white,
/area/science/mixing)
@@ -70741,9 +69392,8 @@
/turf/open/floor/plasteel,
/area/science/mixing)
"cBI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -70858,9 +69508,8 @@
},
/area/medical/medbay/aft)
"cBW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/light/small,
/obj/structure/extinguisher_cabinet{
@@ -70895,9 +69544,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white,
/area/medical/medbay/aft)
@@ -71251,15 +69898,11 @@
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
"cCL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
"cCM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/light/small{
dir = 1
},
@@ -71344,8 +69987,7 @@
/area/medical/medbay/aft)
"cCT" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -71368,17 +70010,13 @@
/turf/open/floor/plasteel/black,
/area/medical/morgue)
"cCV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/black,
/area/medical/morgue)
"cCW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
@@ -71531,7 +70169,6 @@
"cDj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -71652,10 +70289,8 @@
/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
+/turf/open/floor/plating/airless{
+ luminosity = 2
},
/area/science/test_area)
"cDz" = (
@@ -71823,9 +70458,7 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
+/turf/open/floor/plating,
/area/maintenance/port/aft)
"cDO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -71845,7 +70478,7 @@
req_access_txt = "5"
},
/turf/open/floor/plating,
-/area/medical/medbay/aft)
+/area/maintenance/port/aft)
"cDQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -72036,9 +70669,7 @@
/turf/closed/wall,
/area/hallway/primary/aft)
"cEg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -72052,8 +70683,7 @@
/area/hallway/primary/aft)
"cEh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/purple/side{
dir = 4
@@ -72207,14 +70837,8 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
+ dir = 4
},
/turf/open/floor/engine/vacuum,
/area/science/mixing)
@@ -72381,9 +71005,7 @@
},
/area/medical/virology)
"cEK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/whitegreen/side{
dir = 1
},
@@ -72438,9 +71060,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cEO" = (
@@ -72508,9 +71128,7 @@
icon_state = "pipe-j2";
dir = 2
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
/area/medical/morgue)
"cEW" = (
@@ -72550,9 +71168,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
@@ -72615,7 +71232,6 @@
pixel_y = 5
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/structure/table,
@@ -72642,9 +71258,8 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"cFl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -72882,8 +71497,7 @@
pixel_x = -4
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -72973,9 +71587,7 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/device/radio/intercom{
freerange = 0;
frequency = 1459;
@@ -73056,9 +71668,7 @@
/turf/open/floor/plasteel/black,
/area/hallway/primary/aft)
"cFZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner{
dir = 1
},
@@ -73082,17 +71692,13 @@
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"cGc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"cGd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"cGe" = (
@@ -73369,9 +71975,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white,
/area/medical/virology)
"cGA" = (
@@ -73474,9 +72078,8 @@
/turf/open/floor/plasteel/whitegreen,
/area/medical/virology)
"cGG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -73497,9 +72100,8 @@
/turf/open/floor/plasteel/white,
/area/medical/virology)
"cGH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -73563,9 +72165,7 @@
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitegreen/side{
dir = 4
},
@@ -73597,9 +72197,8 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/aft)
@@ -73653,9 +72252,7 @@
/turf/open/floor/plating,
/area/medical/morgue)
"cGU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/extinguisher_cabinet{
pixel_x = -27
},
@@ -73669,7 +72266,6 @@
pixel_x = -22
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/r_n_d/circuit_imprinter,
@@ -73778,8 +72374,7 @@
/area/science/research)
"cHc" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/whiteblue/corner{
dir = 2
@@ -73803,8 +72398,7 @@
/area/science/server)
"cHf" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/closed/wall/r_wall,
/area/science/server)
@@ -73830,7 +72424,7 @@
dir = 1
},
/turf/open/floor/plating,
-/area/science/mixing)
+/area/maintenance/starboard/aft)
"cHi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
@@ -73917,8 +72511,7 @@
/obj/structure/grille,
/obj/structure/window/fulltile,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plating,
/area/medical/virology)
@@ -73946,8 +72539,7 @@
/area/medical/virology)
"cHu" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel/whitegreen/side,
/area/medical/virology)
@@ -74028,9 +72620,7 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whitegreen/side{
dir = 4
},
@@ -74311,8 +72901,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 4
@@ -74389,10 +72978,9 @@
},
/area/science/server)
"cIf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
external_pressure_bound = 140;
- on = 1;
+ name = "server vent";
pressure_checks = 0
},
/turf/open/floor/circuit{
@@ -74444,9 +73032,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
@@ -74593,9 +73179,7 @@
/area/space)
"cIz" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -74619,10 +73203,7 @@
/turf/open/floor/plasteel/floorgrime,
/area/maintenance/aft)
"cIB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plating,
/area/maintenance/aft)
"cIC" = (
@@ -74650,9 +73231,7 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"cIE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/escape{
dir = 2
},
@@ -74776,9 +73355,8 @@
},
/area/science/research)
"cIR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -74799,7 +73377,6 @@
pixel_x = 29
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -74935,9 +73512,8 @@
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
"cJh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
@@ -75149,9 +73725,7 @@
/turf/open/floor/plasteel/vault,
/area/hallway/secondary/exit/departure_lounge)
"cJE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass{
name = "Departure Lounge"
@@ -75345,14 +73919,10 @@
},
/area/science/server)
"cJW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 1;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/turf/open/floor/circuit{
name = "Server Base";
@@ -75418,9 +73988,8 @@
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"cKe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
@@ -75438,9 +74007,8 @@
/area/medical/virology)
"cKh" = (
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
@@ -75730,7 +74298,7 @@
req_access_txt = "29"
},
/turf/open/floor/plating,
-/area/science/robotics/lab)
+/area/maintenance/aft)
"cKI" = (
/obj/structure/sign/securearea,
/turf/closed/wall/r_wall,
@@ -75761,7 +74329,6 @@
dir = 4
},
/obj/machinery/door/airlock/maintenance{
- icon_state = "door_closed";
locked = 0;
name = "Storage Room";
req_access_txt = "0";
@@ -75854,9 +74421,8 @@
},
/area/medical/virology)
"cKW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
@@ -75867,9 +74433,8 @@
/turf/open/floor/plasteel/white,
/area/medical/virology)
"cKY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
@@ -75889,8 +74454,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/airlock/maintenance{
name = "Crematorium Maintenance";
- req_access_txt = "12;27";
- req_one_access_txt = "0"
+ req_access_txt = "0";
+ req_one_access_txt = "27"
},
/turf/open/floor/plating,
/area/maintenance/aft)
@@ -75904,8 +74469,8 @@
},
/obj/machinery/door/airlock/maintenance{
name = "Chapel Office Maintenance";
- req_access_txt = "12;22";
- req_one_access_txt = "0"
+ req_access_txt = "0";
+ req_one_access_txt = "22"
},
/turf/open/floor/plating,
/area/maintenance/aft)
@@ -76063,9 +74628,8 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"cLq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -76446,8 +75010,7 @@
/area/chapel/office)
"cLX" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -76461,9 +75024,8 @@
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
"cLY" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
@@ -76499,8 +75061,8 @@
"cMb" = (
/obj/machinery/door/airlock/maintenance{
name = "Chapel Maintenance";
- req_access_txt = "12";
- req_one_access_txt = "0"
+ req_access_txt = "0";
+ req_one_access_txt = "12;22"
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -76625,7 +75187,6 @@
/area/maintenance/starboard/aft)
"cMq" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -76641,9 +75202,8 @@
/area/maintenance/solars/starboard/aft)
"cMr" = (
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plating{
icon_state = "platingdmg3"
@@ -76726,9 +75286,8 @@
/turf/open/floor/plasteel/vault,
/area/medical/virology)
"cMC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/button/crematorium{
pixel_x = -25
@@ -76989,9 +75548,8 @@
},
/area/hallway/secondary/exit/departure_lounge)
"cNb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/reagent_dispensers/peppertank{
pixel_y = 28
@@ -77065,7 +75623,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -77270,9 +75827,8 @@
/turf/open/floor/plasteel/black,
/area/chapel/main)
"cNB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/chapel/main)
@@ -77432,7 +75988,6 @@
},
/obj/item/weapon/restraints/handcuffs,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/item/device/radio/off,
@@ -77454,9 +76009,7 @@
/area/maintenance/aft)
"cNU" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -77507,11 +76060,8 @@
/turf/open/floor/engine/vacuum,
/area/maintenance/disposal/incinerator)
"cOb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/black,
@@ -77601,8 +76151,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/effect/landmark/xmastree,
/turf/open/floor/carpet,
@@ -77676,8 +76225,7 @@
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
@@ -77717,9 +76265,8 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -77794,9 +76341,8 @@
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"cOC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -77840,9 +76386,8 @@
pixel_y = -25
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/yellow,
/turf/open/floor/plasteel/grimy,
@@ -77913,16 +76458,14 @@
},
/area/chapel/main)
"cOT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"cOU" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
@@ -77970,8 +76513,7 @@
/area/hallway/secondary/exit/departure_lounge)
"cOZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
@@ -78089,7 +76631,6 @@
pixel_x = -23
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/chapel,
@@ -78118,17 +76659,15 @@
/area/chapel/main)
"cPr" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/chapel{
dir = 8
},
/area/chapel/main)
"cPs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
@@ -78325,7 +76864,6 @@
network = list("SS13")
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/extinguisher_cabinet{
@@ -78688,9 +77226,8 @@
},
/area/science/mixing)
"cQC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/light/small{
dir = 8
@@ -78784,9 +77321,8 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"cQL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -78804,9 +77340,8 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"cQO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -78857,9 +77392,8 @@
/turf/open/floor/plasteel/black,
/area/chapel/main)
"cQX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/chapel{
dir = 8
@@ -79115,16 +77649,14 @@
},
/area/science/xenobiology)
"cRA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"cRB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -79133,8 +77665,7 @@
/area/science/xenobiology)
"cRC" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -79170,9 +77701,8 @@
/area/chapel/main)
"cRG" = (
/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/button/door{
id = "chapel_shutters_parlour";
@@ -79210,9 +77740,8 @@
/turf/open/floor/plasteel/vault,
/area/chapel/main)
"cRK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 2
@@ -79268,9 +77797,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"cRS" = (
/turf/open/floor/plasteel/whitepurple/side{
@@ -79401,9 +77928,7 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"cSf" = (
/obj/structure/disposalpipe/segment,
@@ -79415,9 +77940,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"cSg" = (
/obj/structure/disposalpipe/segment{
@@ -80142,8 +78665,6 @@
},
/obj/structure/fans/tiny,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -80187,7 +78708,6 @@
dir = 4
},
/obj/machinery/door/airlock/hatch{
- icon_state = "door_closed";
name = "Test Chamber Maintenance";
req_access_txt = "47";
req_one_access_txt = "0"
@@ -80306,9 +78826,7 @@
},
/area/shuttle/syndicate)
"cTF" = (
-/obj/machinery/computer/camera_advanced{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/camera_advanced/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -80327,7 +78845,6 @@
/obj/item/weapon/clipboard,
/obj/item/toy/figure/syndie,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -80786,7 +79303,6 @@
/obj/item/weapon/circular_saw,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -80877,22 +79393,17 @@
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"cUP" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"cUQ" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"cUR" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 4
},
/obj/machinery/atmospherics/components/binary/valve/digital{
@@ -80956,8 +79467,7 @@
pixel_y = -8
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/supply)
@@ -81051,7 +79561,7 @@
dir = 1
},
/obj/structure/shuttle/engine/heater,
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/supply)
"cVh" = (
/obj/structure/closet/emcloset,
@@ -81066,26 +79576,21 @@
/area/library)
"cVj" = (
/obj/structure/shuttle/engine/propulsion,
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/supply)
"cVk" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_l"
- },
-/turf/open/floor/plating,
+/obj/structure/shuttle/engine/propulsion/burst/left,
+/turf/open/floor/plating/airless,
/area/shuttle/supply)
"cVl" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_r"
- },
-/turf/open/floor/plating,
+/obj/structure/shuttle/engine/propulsion/burst/right,
+/turf/open/floor/plating/airless,
/area/shuttle/supply)
"cVm" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 8
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/transport)
"cVn" = (
/turf/closed/wall/mineral/titanium,
@@ -81097,11 +79602,10 @@
/area/shuttle/transport)
"cVr" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced,
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/transport)
"cVu" = (
/obj/structure/chair,
@@ -81112,13 +79616,12 @@
/area/shuttle/transport)
"cVw" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
dir = 4
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/transport)
"cVx" = (
/obj/machinery/door/airlock/titanium,
@@ -81156,7 +79659,7 @@
frequency = 1441;
id = "n2_in"
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/engine/atmos)
"cVB" = (
/obj/structure/chair{
@@ -81232,15 +79735,11 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plating{
- luminosity = 2;
- initial_gas_mix = "o2=0.01;n2=0.01"
- },
+/turf/open/floor/plating,
/area/shuttle/auxillary_base)
"cVN" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
@@ -81262,7 +79761,6 @@
/area/shuttle/abandoned)
"cVQ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plating,
@@ -81470,7 +79968,6 @@
/area/shuttle/abandoned)
"cWe" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
@@ -81480,8 +79977,7 @@
/area/shuttle/abandoned)
"cWf" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion"
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
@@ -82254,6 +80750,8 @@
/area/shuttle/abandoned)
"cXz" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -82311,9 +80809,8 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
"cXE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/yellow/side{
dir = 1
@@ -82407,7 +80904,6 @@
/area/shuttle/abandoned)
"cXQ" = (
/obj/machinery/door/airlock/titanium{
- icon_state = "door_closed";
name = "medbay";
welded = 0
},
@@ -82701,9 +81197,8 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
"cYq" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_r"
+/obj/structure/shuttle/engine/propulsion/right{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
@@ -82857,18 +81352,13 @@
/area/shuttle/abandoned)
"cYD" = (
/obj/structure/table,
-/obj/item/weapon/storage/backpack/duffelbag/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 duffelbag for holding extra medical supplies - this one seems to be designed for holding surgical tools.";
- name = "surgical duffelbag";
+/obj/item/weapon/storage/backpack/duffelbag/med/surgery{
pixel_y = 4
},
/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"cYE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/yellow/side{
dir = 1
},
@@ -82950,7 +81440,6 @@
pixel_y = 2
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/mineral/titanium,
@@ -83508,7 +81997,6 @@
pixel_y = 3
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/mineral/titanium/blue,
@@ -83885,8 +82373,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6;
- initialize_directions = 6
+ dir = 6
},
/obj/machinery/light/small{
dir = 1
@@ -83904,10 +82391,10 @@
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"daR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1;
external_pressure_bound = 140;
- on = 1;
+ name = "server vent";
pressure_checks = 0
},
/turf/open/floor/circuit{
@@ -83933,13 +82420,13 @@
},
/area/shuttle/syndicate)
"daW" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"daX" = (
@@ -83968,11 +82455,8 @@
/turf/open/floor/plating,
/area/engine/supermatter)
"dbb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/engine,
/area/engine/supermatter)
@@ -83989,26 +82473,31 @@
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
"dbg" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 1
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"dbh" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"dbj" = (
@@ -84285,6 +82774,8 @@
icon_state = "2-8"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/space,
@@ -84339,6 +82830,7 @@
"dbT" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/space,
@@ -84385,9 +82877,7 @@
/turf/open/space,
/area/solar/starboard/aft)
"dbX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/sink{
dir = 8;
pixel_x = -12;
@@ -84422,10 +82912,7 @@
dir = 2;
pixel_y = 24
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/light{
dir = 4
},
@@ -84585,8 +83072,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -84639,8 +83125,7 @@
/area/science/xenobiology)
"dcl" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -84805,9 +83290,8 @@
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"dcB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -85097,9 +83581,8 @@
/turf/open/floor/plating,
/area/science/xenobiology)
"ddc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -85107,9 +83590,8 @@
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"ddd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/light{
dir = 4
@@ -85254,7 +83736,6 @@
/area/science/xenobiology)
"ddp" = (
/obj/machinery/door/airlock/hatch{
- icon_state = "door_closed";
name = "Test Chamber Maintenance";
req_access_txt = "47";
req_one_access_txt = "0"
@@ -85342,8 +83823,7 @@
/obj/structure/chair,
/obj/item/weapon/cigbutt,
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -85369,14 +83849,10 @@
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"ddB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 1;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/turf/open/floor/circuit{
name = "Killroom Floor";
@@ -85393,7 +83869,7 @@
"ddD" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8;
- initialize_directions = 11
+
},
/obj/machinery/deepfryer,
/turf/open/floor/plasteel/cafeteria{
@@ -85406,8 +83882,7 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/kitchen)
"ddF" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- color = "purple";
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 5
},
/turf/open/floor/plasteel,
@@ -85431,14 +83906,13 @@
/area/shuttle/transport)
"ddL" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/transport)
"ddM" = (
/obj/machinery/door/airlock/external,
@@ -85546,7 +84020,9 @@
/turf/open/floor/plasteel/black,
/area/engine/engineering)
"dea" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on,
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ volume_rate = 200
+ },
/turf/open/floor/plating/airless,
/area/engine/engineering)
"deb" = (
@@ -85561,8 +84037,7 @@
"ded" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/structure/window/reinforced/highpressure/fulltile,
/turf/open/floor/plating,
@@ -85584,6 +84059,8 @@
"deh" = (
/obj/structure/grille,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/window/reinforced/highpressure/fulltile,
@@ -85591,6 +84068,8 @@
/area/engine/engineering)
"dei" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -85600,6 +84079,8 @@
/area/engine/engineering)
"dej" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -85616,6 +84097,8 @@
name = "Mix to Gas"
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -85625,14 +84108,15 @@
/area/engine/engineering)
"del" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/engine,
/area/engine/engineering)
@@ -85642,6 +84126,8 @@
name = "Gas to Mix"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -85650,19 +84136,19 @@
/turf/open/floor/engine,
/area/engine/engineering)
"den" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"dep" = (
/obj/machinery/firealarm{
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/engine/engineering)
@@ -85676,7 +84162,6 @@
/turf/open/floor/plasteel/black,
/area/engine/engineering)
"der" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -85684,13 +84169,10 @@
},
/obj/effect/turf_decal/stripes/line,
/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"des" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -85702,6 +84184,9 @@
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"det" = (
@@ -85723,31 +84208,36 @@
/turf/open/floor/engine,
/area/engine/engineering)
"deu" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
- },
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"dev" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"dew" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_engineering{
@@ -85758,21 +84248,29 @@
/area/engine/engineering)
"dex" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
/area/engine/engineering)
"dey" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plating,
/area/engine/engineering)
"deA" = (
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plating,
@@ -85793,7 +84291,6 @@
dir = 1
},
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister/nitrogen,
@@ -85804,23 +84301,22 @@
/turf/closed/wall/r_wall,
/area/engine/supermatter)
"deI" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- on = 1
- },
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"deJ" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 4
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ filter_type = "freon";
+ name = "gas filter (freon)"
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"deK" = (
@@ -85835,8 +84331,7 @@
"deL" = (
/obj/structure/cable/white,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/engineering)
@@ -85845,51 +84340,45 @@
/turf/closed/wall/r_wall,
/area/engine/engineering)
"deN" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"deO" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"deS" = (
/obj/structure/grille,
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/obj/structure/window/reinforced/highpressure/fulltile,
/turf/open/floor/plating,
/area/engine/supermatter)
"deT" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- filter_type = "plasma";
- on = 1
- },
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/components/trinary/filter/critical{
+ dir = 1;
+ filter_type = "plasma"
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"deU" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 4
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical,
/turf/open/floor/engine,
/area/engine/engineering)
"deV" = (
@@ -85897,7 +84386,6 @@
/turf/closed/wall/r_wall,
/area/engine/supermatter)
"deW" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/turf_decal/stripes/line{
dir = 10
},
@@ -85906,13 +84394,14 @@
dir = 4;
network = list("SS13","Engine")
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"deX" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/turf_decal/stripes/line{
dir = 6
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"deY" = (
@@ -85933,8 +84422,7 @@
/area/engine/supermatter)
"dfb" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/obj/machinery/meter,
/turf/closed/wall/r_wall,
@@ -85944,24 +84432,19 @@
/turf/closed/wall/r_wall,
/area/engine/supermatter)
"dfd" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- filter_type = "o2";
- on = 1
- },
/obj/effect/turf_decal/stripes/line{
dir = 9
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 8
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"dfe" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 4
- },
/obj/effect/turf_decal/stripes/line{
dir = 5
},
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical,
/turf/open/floor/engine,
/area/engine/engineering)
"dff" = (
@@ -85985,19 +84468,17 @@
/turf/closed/wall/r_wall,
/area/engine/engineering)
"dfi" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/effect/turf_decal/stripes/line{
dir = 4
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"dfj" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 5
},
/turf/closed/wall/r_wall,
@@ -86021,7 +84502,6 @@
dir = 1
},
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
dir = 8
},
/obj/machinery/portable_atmospherics/canister,
@@ -86043,39 +84523,41 @@
/turf/open/floor/engine,
/area/engine/supermatter)
"dft" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 1;
- filter_type = "co2";
- on = 1
- },
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 5
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"dfu" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ filter_type = "n2"
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"dfz" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/orange/visible,
/turf/open/floor/engine,
/area/engine/engineering)
"dfA" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plating,
/area/engine/engineering)
"dfB" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/emitter{
@@ -86087,6 +84569,7 @@
/area/engine/engineering)
"dfC" = (
/obj/structure/cable/white{
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/emitter{
@@ -86095,16 +84578,11 @@
state = 2
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/engineering)
"dfD" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -86113,6 +84591,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"dfE" = (
@@ -86124,16 +84605,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
dir = 1
},
/turf/open/floor/engine,
/area/engine/engineering)
"dfF" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 4
- },
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -86146,24 +84623,28 @@
/obj/machinery/light{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"dfG" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- 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/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"dfI" = (
@@ -86172,6 +84653,8 @@
name = "Cooling Loop Bypass"
},
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -86183,35 +84666,44 @@
/turf/open/floor/engine,
/area/engine/engineering)
"dfJ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
- },
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/orange/visible{
+ dir = 4
+ },
/turf/open/floor/engine,
/area/engine/engineering)
"dfM" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plating,
/area/engine/engineering)
"dfO" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plating,
/area/engine/engineering)
"dfP" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -86223,6 +84715,8 @@
/area/engine/engineering)
"dfQ" = (
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -86230,17 +84724,17 @@
dir = 1;
pixel_y = -24
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/engine,
/area/engine/engineering)
"dfR" = (
/obj/machinery/atmospherics/components/binary/pump{
- name = "Gas to Cold Loop"
+ name = "Gas to Cold Loop";
+ on = 1
},
/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -86248,6 +84742,8 @@
/area/engine/engineering)
"dfS" = (
/obj/structure/cable/white{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -86260,7 +84756,8 @@
"dfU" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
- name = "Cold Loop to Gas"
+ name = "Cold Loop to Gas";
+ on = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -86272,10 +84769,7 @@
dir = 1;
pixel_y = -22
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/engine/engineering)
"dfW" = (
@@ -86293,8 +84787,7 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel{
dir = 1
@@ -86437,9 +84930,7 @@
/obj/structure/closet/toolcloset,
/obj/effect/turf_decal/delivery,
/obj/item/clothing/glasses/meson/engine,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"dgA" = (
/obj/structure/lattice/catwalk,
@@ -86520,8 +85011,7 @@
/area/space)
"dhe" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -86605,7 +85095,6 @@
/area/maintenance/port/fore)
"dhp" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/cable/yellow{
@@ -86948,9 +85437,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
@@ -87057,8 +85544,7 @@
icon_state = "1-2"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/sign/poster/official/random{
pixel_x = 32
@@ -87272,10 +85758,7 @@
/turf/open/floor/plating,
/area/maintenance/port)
"diw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/firealarm{
pixel_y = 29
},
@@ -87311,9 +85794,7 @@
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
"diA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- req_access_txt = 1
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/sign/poster/contraband/random{
pixel_x = 32
},
@@ -87576,7 +86057,6 @@
/area/maintenance/starboard/aft)
"diV" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/camera{
@@ -87644,10 +86124,7 @@
dir = 8;
network = list("SS13")
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/chapel/main)
"djk" = (
@@ -87829,8 +86306,7 @@
/area/shuttle/arrival)
"djM" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
/obj/docking_port/mobile/arrivals,
/obj/docking_port/stationary{
@@ -87841,7 +86317,7 @@
name = "arrivals";
width = 7
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"djN" = (
/obj/structure/chair{
@@ -87919,9 +86395,7 @@
/turf/open/floor/plating,
/area/chapel/main)
"djY" = (
-/obj/machinery/computer/secure_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/secure_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -87986,7 +86460,6 @@
name = "tactical chair"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -88033,8 +86506,6 @@
"dkp" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -88055,8 +86526,6 @@
"dks" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -88065,7 +86534,6 @@
/obj/item/weapon/crowbar/red,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/podhatch{
@@ -88080,16 +86548,12 @@
name = "tactical chair"
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
"dkw" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -88101,8 +86565,6 @@
"dky" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -88157,7 +86619,6 @@
/area/shuttle/syndicate)
"dkI" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -88182,50 +86643,36 @@
/area/shuttle/syndicate)
"dkM" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"dkN" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"dkO" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"dkP" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"dkQ" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"dkR" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"dkS" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -88277,8 +86724,6 @@
/area/shuttle/syndicate)
"dle" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -88397,7 +86842,6 @@
/area/shuttle/escape)
"dlt" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/mineral/titanium/blue,
@@ -88418,7 +86862,6 @@
pixel_x = 32
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/mineral/titanium,
@@ -88438,7 +86881,6 @@
/area/shuttle/escape)
"dly" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
@@ -88448,7 +86890,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/mineral/plastitanium/brig,
@@ -88461,7 +86902,6 @@
/area/shuttle/labor)
"dlB" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -88474,7 +86914,6 @@
/area/shuttle/supply)
"dlD" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -88732,9 +87171,8 @@
/turf/closed/wall,
/area/quartermaster/sorting)
"dmT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/sorting)
@@ -88917,9 +87355,8 @@
/turf/open/floor/plating,
/area/maintenance/port/fore)
"dnP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -91657,6 +90094,61 @@
"dBt" = (
/turf/closed/wall,
/area/maintenance/starboard/aft)
+"dBu" = (
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"dBv" = (
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"dBw" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/engine,
+/area/engine/engineering)
+"dBx" = (
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel/black,
+/area/engine/engineering)
+"dBy" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/supermatter)
+"dBz" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/engine,
+/area/engine/engineering)
+"dBA" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible,
+/turf/open/floor/engine,
+/area/engine/engineering)
+"dBB" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
+"dBC" = (
+/obj/machinery/meter,
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/atmos)
(1,1,1) = {"
aaa
@@ -109270,7 +107762,7 @@ bHP
bvW
bLf
bJs
-bOj
+aLd
bPK
bRf
bSv
@@ -109789,7 +108281,7 @@ alK
alK
alC
bSs
-bTu
+bzC
bWb
dux
bYL
@@ -111570,7 +110062,7 @@ bkq
bmi
boc
bqt
-bsF
+bsy
buh
bwd
bwd
@@ -111862,7 +110354,7 @@ cmn
cns
coE
cpZ
-crp
+coB
csp
ctp
duH
@@ -121576,7 +120068,7 @@ aIR
aMP
aOl
aPD
-aQI
+aSa
aSa
aTp
aIT
@@ -121648,7 +120140,7 @@ cGY
cHU
cIO
cJN
-clK
+cCq
cgN
cMl
bTs
@@ -121905,7 +120397,7 @@ cGZ
cHV
cIP
cCq
-clK
+cCq
cLA
bTs
bTs
@@ -123413,10 +121905,10 @@ bTS
aYX
bWF
bYb
-bZp
+cmZ
diA
crJ
-cdT
+cJb
ceY
cgm
chr
@@ -125180,7 +123672,7 @@ aTt
aUN
aUM
aYc
-aZu
+aTC
bbe
bcp
bdT
@@ -126438,7 +124930,7 @@ alf
amv
acP
aoS
-agq
+acP
arB
arB
arB
@@ -126518,7 +125010,7 @@ cuX
cvZ
dvY
cub
-cyL
+cKc
czC
cAJ
cBE
@@ -127787,16 +126279,16 @@ caQ
bST
bST
cfg
-cgr
-cgr
+cJa
+cJa
ciX
-cgr
+cJa
clW
cIk
-cgr
+cJa
cpG
-cgr
-cgr
+cJa
+cJa
ctk
cuc
cvb
@@ -131831,8 +130323,8 @@ acP
acQ
acQ
acQ
-dnh
-dnh
+acP
+acP
dnh
dnh
dnh
@@ -131898,7 +130390,7 @@ bZE
cba
ccK
cef
-cfs
+chK
czH
cLC
cjb
@@ -133122,8 +131614,8 @@ dnh
apg
aqs
arM
-dnh
-dnh
+dBu
+dBu
avv
axY
axU
@@ -133649,13 +132141,13 @@ aEr
aFB
aGY
daW
-deO
+dBw
aKF
aMi
cpR
dfi
aQd
-deO
+dBA
aSA
aTN
aVf
@@ -133909,7 +132401,7 @@ aGZ
dlI
aKG
aMj
-aKG
+dBy
dlI
aQe
aRv
@@ -134156,7 +132648,7 @@ avz
axY
axY
ayW
-ddR
+bTq
aBO
aCX
dej
@@ -134931,7 +133423,7 @@ ddU
aBQ
dee
aEr
-det
+des
djt
daY
daZ
@@ -135705,13 +134197,13 @@ aOS
deu
deI
deN
-deT
+deI
deW
aMm
dfd
deN
dft
-deN
+dBB
dbh
dfT
aVh
@@ -135964,9 +134456,9 @@ deJ
deO
deU
deX
-aMm
+dBx
dfe
-dfi
+dBz
dfu
dfz
dfJ
@@ -136761,7 +135253,7 @@ aaf
aaa
aaf
bAR
-bCA
+dBC
bza
bFZ
bAR
diff --git a/_maps/map_files/Mining/Lavaland.dmm b/_maps/map_files/Mining/Lavaland.dmm
index 009c5e3be0..c1eb2f589a 100644
--- a/_maps/map_files/Mining/Lavaland.dmm
+++ b/_maps/map_files/Mining/Lavaland.dmm
@@ -1,31 +1,62 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"aa" = (
-/turf/closed/indestructible/necropolis,
+/turf/closed/indestructible/riveted/boss,
/area/lavaland/surface/outdoors)
"ab" = (
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
"ac" = (
-/obj/structure/necropolis_gate,
-/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
/area/lavaland/surface/outdoors)
"ad" = (
/turf/closed/mineral/random/high_chance/volcanic,
/area/lavaland/surface/outdoors)
"ae" = (
-/turf/open/indestructible/necropolis,
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
"af" = (
-/obj/effect/light_emitter,
-/turf/open/indestructible/necropolis,
+/obj/structure/necropolis_gate/legion_gate,
+/obj/structure/necropolis_arch{
+ pixel_y = -40
+ },
+/obj/structure/stone_tile/slab,
+/turf/open/indestructible/boss,
/area/lavaland/surface/outdoors)
"ag" = (
-/obj/structure/fluff/drake_statue,
-/turf/open/indestructible/necropolis,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
"ah" = (
-/obj/structure/fluff/drake_statue/falling,
-/turf/open/indestructible/necropolis,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
"ai" = (
/turf/closed/mineral/random/volcanic,
@@ -171,7 +202,6 @@
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
},
@@ -294,9 +324,7 @@
/area/lavaland/surface/outdoors/explored)
"aU" = (
/obj/machinery/flasher{
- id = "Labor";
- pixel_x = 0;
- pixel_y = 0
+ id = "Labor"
},
/turf/closed/wall{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -306,8 +334,7 @@
/obj/structure/sink/kitchen{
dir = 4;
icon_state = "sink_alt";
- pixel_x = -13;
- tag = "icon-sink_alt (EAST)"
+ pixel_x = -13
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -342,7 +369,6 @@
/obj/machinery/button/door{
id = "Labor";
name = "Labor Camp Lockdown";
- pixel_x = 0;
pixel_y = 28;
req_access_txt = "2"
},
@@ -421,7 +447,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel{
@@ -446,7 +471,6 @@
"bm" = (
/obj/machinery/conveyor{
dir = 10;
- icon_state = "conveyor0";
id = "gulag"
},
/turf/open/floor/plating{
@@ -498,11 +522,9 @@
},
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/structure/table,
@@ -571,8 +593,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -586,8 +607,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -657,10 +677,7 @@
},
/area/mine/eva)
"bH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
},
@@ -712,9 +729,9 @@
req_access_txt = "2"
},
/obj/structure/cable{
- icon_state = "1-10";
- d1 = 2;
- d2 = 4
+ d1 = 1;
+ d2 = 10;
+ icon_state = "1-10"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -723,8 +740,7 @@
"bN" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
- name = "KEEP CLEAR: DOCKING AREA";
- pixel_y = 0
+ name = "KEEP CLEAR: DOCKING AREA"
},
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating{
@@ -763,8 +779,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
@@ -775,8 +790,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_mining{
name = "Mining Station EVA";
@@ -801,8 +815,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
@@ -896,8 +909,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Labor Camp Security APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/machinery/camera{
c_tag = "Labor Camp Monitoring";
@@ -918,9 +930,9 @@
icon_state = "2-4"
},
/obj/structure/cable{
- icon_state = "5-6";
- d1 = 2;
- d2 = 4
+ d1 = 5;
+ d2 = 6;
+ icon_state = "5-6"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -980,10 +992,8 @@
},
/area/mine/production)
"cl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -996,8 +1006,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -1103,9 +1112,9 @@
d2 = 4
},
/obj/structure/cable{
- icon_state = "0-9";
- d1 = 2;
- d2 = 4
+ d1 = 0;
+ d2 = 9;
+ icon_state = "0-9"
},
/turf/open/floor/plating{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -1134,8 +1143,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -1216,8 +1224,7 @@
/area/mine/production)
"cP" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
@@ -1251,8 +1258,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small{
dir = 1
@@ -1296,7 +1302,6 @@
d2 = 4
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/purple/side{
@@ -1309,8 +1314,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -1416,9 +1420,7 @@
},
/area/mine/maintenance)
"dj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
},
@@ -1464,7 +1466,6 @@
/area/mine/living_quarters)
"do" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -1479,8 +1480,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -1622,9 +1622,7 @@
},
/area/mine/living_quarters)
"dD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
},
@@ -1667,8 +1665,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
@@ -1720,10 +1717,7 @@
},
/area/mine/production)
"dM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
},
@@ -1794,8 +1788,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance{
name = "Mining Station Maintenance";
@@ -1804,8 +1797,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating{
@@ -1873,8 +1865,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
@@ -1941,8 +1932,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/brown{
@@ -2002,9 +1992,8 @@
},
/area/mine/production)
"ep" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -2028,8 +2017,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -2040,8 +2028,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -2054,8 +2041,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -2086,8 +2072,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -2103,8 +2088,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
@@ -2115,8 +2099,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_mining{
name = "Mining Station Bridge";
@@ -2136,8 +2119,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/brown{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
@@ -2151,8 +2133,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -2162,8 +2143,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_mining{
name = "Mining Station Bridge";
@@ -2180,8 +2160,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -2294,9 +2273,8 @@
},
/area/mine/living_quarters)
"eP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -2395,7 +2373,6 @@
/area/mine/production)
"eZ" = (
/obj/machinery/conveyor{
- icon_state = "conveyor0";
dir = 10;
id = "mining_internal"
},
@@ -2463,9 +2440,8 @@
},
/area/mine/living_quarters)
"ff" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -2543,9 +2519,8 @@
},
/area/mine/living_quarters)
"fp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -2577,7 +2552,6 @@
name = "Door Bolt Control";
normaldoorcontrol = 1;
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -2677,8 +2651,7 @@
pixel_y = 9
},
/obj/item/weapon/reagent_containers/food/drinks/beer{
- pixel_x = -8;
- pixel_y = 0
+ pixel_x = -8
},
/turf/open/floor/plasteel/bar{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -2696,10 +2669,8 @@
},
/area/mine/living_quarters)
"fF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/bar{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -2741,7 +2712,6 @@
network = list("MINE")
},
/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 0;
pixel_y = -32
},
/obj/machinery/light,
@@ -2761,9 +2731,7 @@
"fL" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- tag = "icon-sink (EAST)"
+ pixel_x = 11
},
/turf/open/floor/plasteel/bar{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
@@ -2778,7 +2746,6 @@
name = "Door Bolt Control";
normaldoorcontrol = 1;
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -2789,7 +2756,6 @@
"fN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel{
@@ -2817,7 +2783,6 @@
name = "Door Bolt Control";
normaldoorcontrol = 1;
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -2834,6 +2799,3322 @@
"fS" = (
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors/unexplored)
+"fT" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"fU" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"fV" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/lavaland/surface/outdoors)
+"fW" = (
+/obj/structure/necropolis_gate/locked,
+/obj/structure/stone_tile/slab,
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"fX" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/lavaland/surface/outdoors)
+"fY" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"fZ" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ga" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gb" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gc" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gd" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/mob/living/simple_animal/hostile/asteroid/goliath/beast,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ge" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gf" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gg" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gh" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gi" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gj" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/center,
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"gk" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/center,
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"gl" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gm" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gn" = (
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"go" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gp" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gq" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gr" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gs" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gt" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gu" = (
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gv" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gw" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gx" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gy" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gz" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gA" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gB" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gC" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"gD" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gE" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gF" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gG" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gH" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gI" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gJ" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gK" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gL" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gM" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gN" = (
+/mob/living/simple_animal/hostile/spawner/lavaland,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gO" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gP" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gQ" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gR" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gS" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gT" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gU" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gV" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gW" = (
+/mob/living/simple_animal/hostile/spawner/lavaland,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gX" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gY" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"gZ" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ha" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hb" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hc" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hd" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"he" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hf" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hg" = (
+/obj/structure/stone_tile/surrounding,
+/obj/structure/stone_tile/center/cracked,
+/mob/living/simple_animal/hostile/megafauna/legion,
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"hh" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hi" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hj" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hk" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hl" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hm" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hn" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ho" = (
+/obj/structure/stone_tile/surrounding,
+/obj/structure/closet/crate/necropolis/tendril{
+ anchored = 1;
+ max_integrity = 500;
+ obj_integrity = 500
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hp" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/mob/living/simple_animal/hostile/asteroid/basilisk/watcher,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hq" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hr" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hs" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ht" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hu" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hv" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hw" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hx" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hy" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hz" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hA" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hB" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hC" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hD" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hE" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hF" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hG" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hH" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hI" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hJ" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"hK" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hL" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hM" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hN" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/mob/living/simple_animal/hostile/asteroid/goliath/beast,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hO" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hP" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hQ" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hR" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hS" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hT" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/mob/living/simple_animal/hostile/asteroid/goliath/beast,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hU" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hV" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hW" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hX" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hY" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"hZ" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ia" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ib" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ic" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"id" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"ie" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"if" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ig" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ih" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ii" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ij" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ik" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"il" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"im" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"in" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/lavaland/surface/outdoors)
+"io" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/lavaland/surface/outdoors)
+"ip" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/lavaland/surface/outdoors)
+"iq" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/lavaland/surface/outdoors)
+"ir" = (
+/obj/structure/stone_tile/slab/cracked{
+ dir = 5
+ },
+/obj/structure/stone_tile/slab/cracked{
+ dir = 10
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"is" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"it" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iu" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iv" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iw" = (
+/obj/structure/stone_tile/slab/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/slab/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ix" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iy" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iz" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/closed/mineral/volcanic/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iA" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iB" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iC" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iD" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iE" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/lavaland/surface/outdoors)
+"iF" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/lavaland/surface/outdoors)
+"iG" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/lavaland/surface/outdoors)
+"iH" = (
+/turf/closed/indestructible/riveted/boss/see_through,
+/area/lavaland/surface/outdoors)
+"iI" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iJ" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iK" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iL" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iM" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iN" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iO" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iP" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iQ" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iR" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iS" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iT" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iU" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iV" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iW" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iX" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iY" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"iZ" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ja" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jb" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jc" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jd" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"je" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jf" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jg" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jh" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ji" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jj" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jk" = (
+/obj/structure/stone_tile/center,
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jl" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/center/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jm" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jn" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jo" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jp" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jq" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jr" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"js" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jt" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ju" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jv" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jw" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jx" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jy" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jz" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jA" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/mob/living/simple_animal/hostile/asteroid/goliath/beast,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jB" = (
+/obj/structure/stone_tile/surrounding,
+/obj/structure/closet/crate/necropolis/tendril{
+ anchored = 1;
+ max_integrity = 500;
+ obj_integrity = 500
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jC" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/mob/living/simple_animal/hostile/asteroid/basilisk/watcher,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jD" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jE" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jF" = (
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/center/cracked,
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jG" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jH" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/center/cracked,
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jI" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jJ" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jK" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jL" = (
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/center,
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jM" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jN" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/center/cracked,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jO" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jP" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jQ" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jR" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jS" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jT" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jU" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jV" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jW" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jX" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jY" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"jZ" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ka" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kb" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kc" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kd" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ke" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kf" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kg" = (
+/obj/structure/fluff/drake_statue,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kh" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ki" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kj" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kk" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kl" = (
+/obj/structure/fluff/drake_statue/falling,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"km" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kn" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ko" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kp" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kq" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kr" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ks" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kt" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ku" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kv" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kw" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kx" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ky" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kz" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kA" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kB" = (
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/center/cracked,
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kC" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kD" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/center,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kE" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kF" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kG" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kH" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/surrounding_tile,
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/center/cracked,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kI" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kJ" = (
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/surrounding_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/surrounding_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/center,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kK" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kL" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kM" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kN" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kO" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kP" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kQ" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kR" = (
+/obj/structure/stone_tile/slab/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kS" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kT" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kU" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kV" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kW" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kX" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kY" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"kZ" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"la" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lb" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lc" = (
+/obj/structure/stone_tile/block/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ld" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"le" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lf" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lg" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lh" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"li" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lj" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lk" = (
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ll" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lm" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ln" = (
+/obj/structure/stone_tile/slab,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lo" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lp" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lq" = (
+/obj/structure/stone_tile/block/cracked,
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lr" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ls" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lt" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lu" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lv" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lw" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lx" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ly" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lz" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lA" = (
+/obj/structure/stone_tile/block/cracked,
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lB" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lC" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lD" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lE" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lF" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lG" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/block,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lH" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lI" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lJ" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lK" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lL" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lM" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lN" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lO" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lP" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lQ" = (
+/obj/structure/stone_tile/surrounding/cracked{
+ dir = 6
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lR" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lS" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lT" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lU" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lV" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lW" = (
+/obj/structure/stone_tile/block/cracked,
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lX" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lY" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"lZ" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ma" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mb" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mc" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"md" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"me" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mf" = (
+/obj/structure/stone_tile/block/cracked,
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mg" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mh" = (
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mi" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mj" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mk" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"ml" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mm" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mn" = (
+/obj/structure/stone_tile/block/cracked,
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mo" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mp" = (
+/obj/structure/stone_tile/slab/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mq" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mr" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"ms" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mt" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mu" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mv" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mw" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mx" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"my" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mz" = (
+/obj/structure/stone_tile,
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mA" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mB" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mC" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/lava/smooth/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mD" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mE" = (
+/obj/structure/stone_tile/block,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mF" = (
+/obj/structure/stone_tile/block/cracked,
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mG" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mH" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mI" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mJ" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mK" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mL" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mM" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mN" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mO" = (
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mP" = (
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
+/area/lavaland/surface/outdoors)
+"mQ" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mR" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mS" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mT" = (
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mU" = (
+/obj/structure/stone_tile/cracked{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mV" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mW" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile/block{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mX" = (
+/obj/structure/stone_tile/cracked,
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mY" = (
+/obj/structure/stone_tile/block/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"mZ" = (
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"na" = (
+/obj/structure/stone_tile/block{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"nb" = (
+/obj/structure/stone_tile/cracked{
+ dir = 8
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile{
+ dir = 4
+ },
+/obj/structure/stone_tile,
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"nc" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"nd" = (
+/obj/structure/stone_tile/cracked{
+ dir = 4
+ },
+/obj/structure/stone_tile{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"ne" = (
+/obj/structure/stone_tile/block{
+ dir = 1
+ },
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"nf" = (
+/obj/structure/stone_tile/slab/cracked,
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
+"ng" = (
+/obj/structure/stone_tile,
+/obj/structure/stone_tile{
+ dir = 8
+ },
+/obj/structure/stone_tile/block/cracked{
+ dir = 1
+ },
+/turf/open/indestructible/boss,
+/area/lavaland/surface/outdoors)
(1,1,1) = {"
aa
@@ -3877,7 +7158,7 @@ aa
aa
aa
aa
-ab
+ix
ab
aj
aj
@@ -5161,7 +8442,7 @@ aa
aa
aa
aa
-ab
+ix
ab
ab
ab
@@ -5675,7 +8956,7 @@ aa
aa
aa
aa
-ab
+iX
ab
ab
ab
@@ -5932,7 +9213,7 @@ aa
aa
aa
aa
-ab
+iY
ab
ab
ab
@@ -6702,7 +9983,7 @@ aa
aa
aa
aa
-ab
+ir
ab
ab
ab
@@ -6959,7 +10240,7 @@ aa
aa
aa
aa
-ab
+is
ad
ad
ab
@@ -7219,7 +10500,7 @@ aa
aa
aa
aa
-ab
+it
ab
aj
aj
@@ -8245,7 +11526,7 @@ aa
aa
aa
ad
-ab
+ix
ab
ab
ab
@@ -9017,7 +12298,7 @@ aa
aa
aa
aa
-ab
+ix
ab
ab
ab
@@ -9532,7 +12813,7 @@ aa
aa
aa
ad
-ab
+jq
ab
aj
aj
@@ -10043,7 +13324,7 @@ aa
aa
aa
aa
-ab
+it
ab
ab
ab
@@ -11330,7 +14611,7 @@ aa
aa
ad
ad
-ab
+ja
ab
ab
ab
@@ -11846,7 +15127,7 @@ aa
aa
aa
aa
-ab
+it
ab
aj
aj
@@ -13131,7 +16412,7 @@ aa
aa
aa
aa
-ab
+jq
ab
aj
aj
@@ -13384,7 +16665,7 @@ aa
aa
aa
aa
-ab
+iu
ab
ab
ab
@@ -14413,7 +17694,7 @@ aa
aa
aa
ad
-ab
+ja
ab
ab
ab
@@ -15440,7 +18721,7 @@ aa
aa
aa
aa
-ab
+it
ab
ab
ab
@@ -16727,7 +20008,7 @@ aa
aa
ab
ab
-ab
+jx
ad
ad
ab
@@ -17757,7 +21038,7 @@ ab
ad
ad
ad
-ab
+jq
ab
ab
aj
@@ -20068,7 +23349,7 @@ aa
aa
ad
ad
-ab
+jb
ab
ab
ab
@@ -21351,7 +24632,7 @@ aa
aa
aa
aa
-ab
+iw
ad
ad
ab
@@ -23926,7 +27207,7 @@ ab
ab
ad
ad
-ab
+ix
ab
aj
aj
@@ -24949,7 +28230,7 @@ aa
aa
aa
aa
-ab
+ix
ab
ab
ab
@@ -25207,7 +28488,7 @@ aa
aa
aa
ad
-ab
+jb
ab
ab
ab
@@ -26236,7 +29517,7 @@ aa
aa
aa
aa
-ab
+iy
ab
ab
ab
@@ -27006,7 +30287,7 @@ aa
aa
aa
ad
-ab
+ix
ab
ab
ab
@@ -27519,7 +30800,7 @@ aa
aa
aa
aa
-ab
+iy
ab
ab
ab
@@ -29578,8 +32859,8 @@ aa
ad
ad
ad
-ab
-ab
+jb
+jb
ab
ab
ab
@@ -30608,7 +33889,7 @@ aa
aa
aa
aa
-ab
+ix
ab
ab
ab
@@ -31374,7 +34655,7 @@ aa
aa
aa
aa
-ab
+ix
ad
ab
ab
@@ -32402,7 +35683,7 @@ aa
aa
aa
aa
-ab
+it
ab
ab
ab
@@ -32918,9 +36199,9 @@ aa
aa
aa
aa
-ab
-ab
-ab
+aa
+it
+ky
ad
ai
ai
@@ -33175,13 +36456,13 @@ aa
aa
aa
aa
-ad
+aa
ab
ab
ad
ai
ai
-ab
+jq
aj
aj
aj
@@ -33432,7 +36713,7 @@ aa
aa
aa
aa
-ad
+aa
ab
ab
ab
@@ -33443,14 +36724,14 @@ aj
aj
aj
aj
-ab
+kN
aj
aj
aj
aj
aj
aj
-ab
+mD
ab
ak
ak
@@ -33688,22 +36969,22 @@ aa
aa
aa
ae
-ae
-ab
-ab
-ab
+jg
+gB
+gB
+js
ab
ab
ab
ab
aj
aj
-ab
+mu
aj
aj
aj
ab
-ab
+mA
aj
aj
aj
@@ -33944,12 +37225,12 @@ aa
aa
aa
aa
-ae
-ae
-ae
-ab
-ab
-ab
+iC
+gr
+gs
+gr
+gr
+kR
ab
ab
ab
@@ -33965,16 +37246,16 @@ aj
aj
aj
ab
-ab
+jQ
ak
ak
ak
ak
al
+iy
ab
ab
-ab
-ab
+mK
al
ak
ak
@@ -34201,20 +37482,20 @@ aa
aa
aa
aa
-ae
+iD
ag
-ae
-ae
-ab
-ab
-ab
-ab
+jF
+gM
+kB
+jm
+ix
ab
+jS
aj
aj
aj
aj
-aj
+lI
aj
aj
aj
@@ -34229,10 +37510,10 @@ ak
ak
ab
ab
+jx
ab
ab
-ab
-ab
+mM
al
ak
ak
@@ -34458,41 +37739,41 @@ aa
aa
aa
aa
-ae
-ae
-ae
-ae
-ab
-ab
-ab
+aa
+ji
+go
+kg
+hs
+gr
+ia
ab
ab
aj
+ly
+aj
aj
aj
+lw
aj
aj
+ls
aj
aj
-aj
-aj
-aj
-aj
-ab
-ab
-ab
+jx
+jS
+iy
al
ak
al
+jq
+ab
+kN
ab
ab
+jx
ab
ab
-ab
-ab
-ab
-ab
-ab
+mN
al
ak
ak
@@ -34707,25 +37988,24 @@ aj
aa
aa
aa
+mS
+mV
+mq
+na
+nd
aa
aa
+fV
+fV
+gr
+jH
+gO
+kD
+ag
+le
aa
aa
-aa
-aa
-aa
-aa
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-aj
-aj
+ls
aj
aj
aj
@@ -34735,22 +38015,23 @@ aj
aj
aj
aj
+lI
aa
aa
+jS
+ab
+ab
+ja
+ab
+jx
+ab
+jq
+ab
+kN
ab
ab
ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
+mO
ak
ak
ak
@@ -34963,49 +38244,49 @@ aj
(126,1,1) = {"
aa
aa
+fV
+gj
+gC
+mr
+nb
+ne
aa
aa
+fV
+fV
+jk
+gr
+gr
+gr
+gr
+gs
aa
+lp
+lp
+lz
+lp
+lF
+lp
+lP
+lS
+lp
+lZ
+lS
+lS
+lp
aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
+mE
+ab
+ab
+ab
+ab
+kN
ab
ab
ab
ab
ab
+jS
ab
ab
al
@@ -35218,53 +38499,53 @@ aj
aj
"}
(127,1,1) = {"
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
+mQ
+mR
+fW
+mT
+mW
+hg
+ac
+nf
+ac
+ac
ac
af
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
+lg
+fT
+kj
+fT
+fT
+lg
+is
+lq
+lu
+lq
+lD
+lG
+lu
+lQ
+lu
+lW
+ma
+lq
+mk
+mn
+kR
+mF
+ab
+mG
+ab
+ja
+ab
+jx
ab
ab
+kN
ab
ab
+jq
+jR
ab
ab
ak
@@ -35477,53 +38758,53 @@ aj
(128,1,1) = {"
aa
aa
+fV
+gk
+mX
+mZ
+nc
+ng
aa
aa
+fV
+fV
+jl
+gr
+ah
+ji
+gs
+gy
aa
+lr
+lv
+lv
+lE
+lv
+lE
+lR
+lv
+lv
+mb
+lR
+ml
+lR
aa
-aa
-aa
-aa
-aa
-aa
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-aa
-ab
-ab
-ab
-ab
-ab
-ab
+it
+ab
+ab
+jx
+jR
ab
ab
ab
+mL
al
+iY
ab
ab
+jQ
ab
-ab
-ab
-ab
+jx
ak
ak
ak
@@ -35735,43 +39016,43 @@ aj
aa
aa
aa
+mU
+mY
+ms
+hJ
+id
aa
aa
+fV
+fV
+jm
+jL
+gM
+kH
+gr
+ia
aa
aa
-aa
-aa
-aa
-aa
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-aj
-aj
-aj
-aj
-aj
-aj
+lw
+aj
+aj
+aj
+lI
aj
aj
aj
aj
+lw
aj
aa
aa
+jq
ab
ab
ab
+jQ
ab
-ab
-ab
-ab
+mI
ab
ab
al
@@ -36000,44 +39281,44 @@ aa
aa
aa
aa
-ae
-ae
-ae
-ae
-ab
-ab
-ab
+aa
+gr
+go
+kl
+hs
+ji
+lj
ab
ab
aj
aj
-aj
-ab
-aj
-aj
+mv
+my
+lw
aj
aj
aj
+lI
aj
aj
+kN
+jq
+jS
+jx
+jS
ab
ab
ab
ab
ab
ab
-ab
-ab
-ab
-ab
-ab
-ab
+jR
ak
+jS
+kN
ab
ab
-ab
-ab
-ab
+jR
ak
ak
ak
@@ -36257,43 +39538,43 @@ aa
aa
aa
aa
-ae
+iD
ah
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aj
-aj
-aj
+jN
+gO
+kJ
+gr
+it
ab
ab
aj
-ab
-ab
aj
aj
+ab
+jQ
+aj
+jx
+ab
+ly
+aj
aj
ab
ab
ak
al
+ja
+ab
+mH
ab
ab
-ab
-ab
-ab
-ab
+mJ
al
ak
ak
al
ab
ab
-ab
+mP
al
ak
ak
@@ -36514,12 +39795,12 @@ aa
aa
aa
aa
-ae
-ae
-ae
-ab
-ab
-ab
+iD
+gr
+gr
+gr
+jm
+is
ab
ab
ab
@@ -36530,12 +39811,12 @@ aj
aj
aj
ab
-ab
+mB
aj
aj
aj
ab
-ab
+ja
ak
ak
ak
@@ -36772,10 +40053,10 @@ aa
aa
aa
ae
-ae
-ab
-ab
-ab
+gr
+jm
+ko
+iu
ab
ab
ab
@@ -36787,11 +40068,11 @@ aj
aj
aj
aj
-ab
+iy
aj
aj
aj
-ab
+kN
ab
ak
ak
@@ -37031,13 +40312,13 @@ aa
aa
aa
aa
-aa
-aa
+jq
ab
ab
ab
ab
ab
+kN
aj
aj
aj
@@ -37288,12 +40569,12 @@ aa
aa
aa
aa
-aa
-aa
-ad
ab
ab
ab
+jR
+mt
+ab
aj
aj
aj
@@ -37542,14 +40823,14 @@ aa
aa
aa
aa
+aa
+aa
+aa
ab
ab
ab
-ad
-ad
-ab
-ab
ab
+jq
ab
aj
aj
@@ -37560,7 +40841,7 @@ aj
aj
aj
aj
-aj
+mC
ab
ab
ab
@@ -37799,10 +41080,10 @@ aa
aa
aa
aa
+iK
ab
-ab
-ab
-ab
+jQ
+jq
ab
ab
ab
@@ -38581,7 +41862,7 @@ ab
ab
aj
aj
-aj
+lI
aj
aj
aj
@@ -38839,7 +42120,7 @@ ab
aj
aj
aj
-ab
+iy
aj
aj
aj
@@ -39599,7 +42880,7 @@ aa
aa
aa
ad
-ab
+jq
ab
ab
ab
@@ -39609,9 +42890,9 @@ ab
ab
aj
aj
-aj
+mw
ab
-aj
+lI
aj
aj
aj
@@ -39855,7 +43136,7 @@ aa
aa
aa
aa
-ab
+iy
ab
ab
ab
@@ -39866,10 +43147,10 @@ ab
ab
aj
aj
-aj
+mx
ab
ab
-aj
+mx
aj
aj
aj
@@ -40628,11 +43909,11 @@ aa
aa
ad
ad
-ab
+jR
ad
ab
ab
-ab
+ll
ab
ab
aj
@@ -41397,7 +44678,7 @@ aa
aa
aa
aa
-ab
+ix
ab
ab
ab
@@ -42170,7 +45451,7 @@ aa
aa
ad
ad
-ab
+jS
ab
ab
ab
@@ -42941,7 +46222,7 @@ aa
aa
aa
aa
-ab
+iy
ab
ab
ab
@@ -43967,7 +47248,7 @@ aa
aa
aa
aa
-ab
+iy
ab
ab
ab
@@ -45257,7 +48538,7 @@ ab
ab
ab
ab
-ab
+jS
ad
ad
ab
@@ -45770,7 +49051,7 @@ ab
ab
ab
ab
-ab
+kM
ai
ai
ai
@@ -47051,7 +50332,7 @@ aa
aa
aa
aa
-ab
+it
ab
ab
ab
@@ -47569,12 +50850,12 @@ ad
ad
ab
ab
-ab
+kN
ai
ai
ai
ai
-ab
+jq
ab
ab
ab
@@ -47825,7 +51106,7 @@ aa
aa
aa
aa
-ab
+it
ab
ai
ai
@@ -48850,7 +52131,7 @@ aa
aa
aa
aa
-ab
+iy
ab
ad
ab
@@ -50138,7 +53419,7 @@ aa
ad
ad
ai
-ab
+jS
ab
ab
ab
@@ -51164,7 +54445,7 @@ aa
aa
aa
ad
-ab
+iy
ab
ab
ab
@@ -51420,7 +54701,7 @@ aa
aa
aa
aa
-ab
+iy
ab
ab
ab
@@ -53478,7 +56759,7 @@ aa
aa
ad
ad
-ab
+iy
ab
ad
ad
@@ -53739,7 +57020,7 @@ aa
aa
aa
aa
-ab
+iy
ab
ab
ab
@@ -54764,7 +58045,7 @@ aa
ad
ad
ad
-ab
+iy
ab
ab
ab
@@ -55275,7 +58556,7 @@ aa
aa
aa
aa
-ab
+it
ab
ab
ab
@@ -55532,7 +58813,7 @@ aa
aa
aa
aa
-ab
+it
ab
ab
ab
@@ -56819,7 +60100,7 @@ aa
aa
aa
aa
-ab
+it
ab
ab
ab
@@ -58617,7 +61898,7 @@ aa
aa
aa
ad
-ab
+js
ab
ab
ab
@@ -60415,7 +63696,7 @@ aa
aa
aa
aa
-ab
+is
ai
ai
ai
@@ -62214,7 +65495,7 @@ aa
aa
aa
aa
-ab
+it
ab
ab
ab
@@ -63499,8 +66780,8 @@ aa
aa
aa
aa
-ab
-ab
+is
+js
ab
ad
ad
@@ -67615,7 +70896,7 @@ ad
ad
ad
ad
-ab
+js
ab
ab
ab
@@ -67875,7 +71156,7 @@ aa
aa
aa
aa
-ab
+js
ab
ab
ab
diff --git a/_maps/map_files/OmegaStation/OmegaStation.dmm b/_maps/map_files/OmegaStation/OmegaStation.dmm
index 4d378e7ac5..b0c5311525 100644
--- a/_maps/map_files/OmegaStation/OmegaStation.dmm
+++ b/_maps/map_files/OmegaStation/OmegaStation.dmm
@@ -41,11 +41,11 @@
})
"aai" = (
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -58,7 +58,7 @@
/area/bridge)
"aaj" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -74,7 +74,7 @@
/area/bridge)
"aal" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -87,7 +87,7 @@
/area/bridge)
"aam" = (
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -100,11 +100,11 @@
/area/bridge)
"aan" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -117,11 +117,11 @@
/area/bridge)
"aao" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -134,7 +134,7 @@
/area/bridge)
"aap" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
@@ -149,7 +149,6 @@
"aaq" = (
/obj/machinery/computer/med_data,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1
},
@@ -160,7 +159,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
icon_state = "darkblue";
dir = 1
},
@@ -170,7 +168,8 @@
/obj/item/weapon/wrench,
/obj/item/device/multitool,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table/reinforced,
@@ -181,7 +180,8 @@
"aat" = (
/obj/machinery/computer/communications,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -192,7 +192,8 @@
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table/reinforced,
@@ -206,7 +207,6 @@
pixel_y = 32
},
/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTH)";
icon_state = "darkyellow";
dir = 1
},
@@ -214,18 +214,17 @@
"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";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -249,7 +248,6 @@
"aaz" = (
/obj/machinery/computer/card,
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
icon_state = "darkred";
dir = 9
},
@@ -274,7 +272,8 @@
"aaB" = (
/obj/machinery/computer/security,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/darkred/side{
@@ -305,7 +304,8 @@
/obj/item/weapon/book/manual/wiki/security_space_law,
/obj/item/device/taperecorder,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table/reinforced,
@@ -319,7 +319,8 @@
dir = 1
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -331,7 +332,8 @@
/obj/item/weapon/folder/blue,
/obj/item/weapon/pen,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table/reinforced,
@@ -359,11 +361,11 @@
"aaJ" = (
/obj/machinery/computer/station_alert,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTH)";
icon_state = "darkyellow";
dir = 1
},
@@ -375,11 +377,9 @@
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
},
@@ -387,7 +387,6 @@
"aaL" = (
/obj/machinery/computer/monitor,
/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTHEAST)";
icon_state = "darkyellow";
dir = 5
},
@@ -399,12 +398,9 @@
/obj/item/device/assembly/flash/handheld,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/obj/machinery/camera{
@@ -432,7 +428,8 @@
dir = 1
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -444,12 +441,7 @@
/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/atmospherics/components/unary/vent_scrubber/on,
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-21";
layer = 4.1;
@@ -466,7 +458,8 @@
/area/bridge)
"aaR" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -476,8 +469,6 @@
/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{
@@ -502,8 +493,7 @@
/obj/item/weapon/storage/secure/briefcase,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/machinery/camera{
c_tag = "Bridge - Fore Starboard";
@@ -528,11 +518,13 @@
})
"aaX" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -542,7 +534,8 @@
/area/bridge)
"aaY" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -554,11 +547,13 @@
/area/bridge)
"aaZ" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/power/apc{
@@ -568,9 +563,7 @@
},
/obj/structure/cable/white,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -578,7 +571,8 @@
/area/bridge)
"aba" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -588,12 +582,9 @@
/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{
@@ -602,17 +593,17 @@
/area/bridge)
"abc" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -620,21 +611,22 @@
/area/bridge)
"abd" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -642,17 +634,15 @@
/area/bridge)
"abe" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -660,20 +650,20 @@
/area/bridge)
"abf" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 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
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -681,13 +671,12 @@
/area/bridge)
"abg" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/vault{
@@ -696,16 +685,16 @@
/area/bridge)
"abh" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 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{
@@ -735,20 +724,17 @@
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"
+ pixel_x = -32
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"abl" = (
/obj/machinery/door/firedoor,
@@ -761,9 +747,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"abm" = (
/obj/machinery/status_display,
@@ -771,7 +755,7 @@
/area/bridge)
"abn" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/modular_computer/console/preset/command,
@@ -786,7 +770,8 @@
/area/bridge)
"abp" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -804,9 +789,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"abr" = (
/obj/machinery/door/firedoor,
@@ -817,23 +800,20 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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"
+ pixel_x = 32
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"abs" = (
/turf/closed/wall/r_wall,
@@ -856,7 +836,7 @@
/area/crew_quarters/heads/captain/private)
"abx" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -870,7 +850,8 @@
"aby" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -895,8 +876,7 @@
/obj/item/weapon/pen,
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/light{
dir = 1
@@ -909,11 +889,13 @@
/obj/structure/table/wood,
/obj/item/weapon/paper_bin,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -922,18 +904,21 @@
/area/bridge)
"abD" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault,
/area/bridge)
"abE" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/holopad,
@@ -944,11 +929,13 @@
/obj/structure/table/wood,
/obj/item/weapon/lighter,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -964,7 +951,6 @@
/obj/item/weapon/storage/lockbox/medal,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/light{
@@ -986,7 +972,8 @@
"abI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/extinguisher_cabinet{
@@ -998,7 +985,7 @@
/area/bridge)
"abJ" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -1017,10 +1004,7 @@
name = "Shower"
},
/obj/item/weapon/soap/deluxe,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/hop)
"abL" = (
@@ -1113,10 +1097,7 @@
name = "Shower"
},
/obj/item/weapon/soap/deluxe,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/security/detectives_office)
"abW" = (
@@ -1142,10 +1123,7 @@
name = "Shower"
},
/obj/item/weapon/soap/deluxe,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/captain/private)
"abY" = (
@@ -1161,8 +1139,6 @@
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,
@@ -1170,7 +1146,8 @@
"aca" = (
/obj/structure/dresser,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -1181,7 +1158,8 @@
"acb" = (
/obj/structure/bed,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -1215,20 +1193,17 @@
/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/heads/captain/private)
"acd" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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,
@@ -1242,7 +1217,7 @@
/area/bridge)
"acf" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -1263,12 +1238,11 @@
/area/bridge)
"ach" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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,
@@ -1289,18 +1263,14 @@
/area/bridge)
"ack" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/grimy,
/area/bridge)
"acl" = (
@@ -1314,8 +1284,6 @@
/area/bridge)
"acm" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/vault,
@@ -1323,7 +1291,8 @@
"acn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault,
@@ -1335,8 +1304,6 @@
pixel_x = -32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/obj/item/toy/figure/hop{
@@ -1356,13 +1323,12 @@
"acp" = (
/obj/structure/bed,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/item/weapon/bedsheet/hop,
/obj/effect/landmark/start/head_of_personnel,
@@ -1371,12 +1337,11 @@
"acq" = (
/obj/structure/dresser,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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,
@@ -1389,10 +1354,7 @@
/obj/structure/sign/vacuum{
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/item/weapon/storage/secure/safe{
pixel_x = 32;
pixel_y = 24
@@ -1419,8 +1381,6 @@
/area/crew_quarters/heads/hop)
"acu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/delivery,
@@ -1458,9 +1418,8 @@
/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/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/landmark/xeno_spawn,
/obj/effect/turf_decal/delivery,
@@ -1486,9 +1445,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 9
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn (NORTHWEST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/supply)
"acA" = (
/obj/effect/turf_decal/stripes/line{
@@ -1507,9 +1464,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn (NORTHEAST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/supply)
"acD" = (
/obj/item/weapon/pickaxe/emergency,
@@ -1563,10 +1518,7 @@
/area/security/detectives_office)
"acJ" = (
/obj/structure/bed,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/start/detective,
/obj/item/weapon/bedsheet/brown,
/turf/open/floor/wood,
@@ -1574,18 +1526,12 @@
"acK" = (
/obj/structure/closet/crate/bin,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/light_switch{
pixel_y = 24
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 1;
- scrub_Toxins = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood,
/area/security/detectives_office)
"acL" = (
@@ -1622,7 +1568,6 @@
},
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -1648,24 +1593,22 @@
/area/crew_quarters/heads/captain/private)
"acR" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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/heads/captain/private)
"acS" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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,
@@ -1673,7 +1616,6 @@
"acT" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/holopad,
@@ -1682,17 +1624,17 @@
/area/crew_quarters/heads/captain/private)
"acU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/vault{
@@ -1701,7 +1643,8 @@
/area/bridge)
"acV" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
@@ -1711,11 +1654,13 @@
/area/bridge)
"acW" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/command{
@@ -1733,7 +1678,8 @@
/area/bridge)
"acX" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -1745,18 +1691,19 @@
/area/bridge)
"acY" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 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/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -1806,23 +1753,27 @@
/area/bridge)
"adc" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
/area/bridge)
"add" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/command{
@@ -1841,7 +1792,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -1850,16 +1802,16 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/vault{
@@ -1870,11 +1822,11 @@
/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";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -1884,50 +1836,53 @@
/area/crew_quarters/heads/hop)
"adh" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 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/hop)
"adi" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ 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_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
"adj" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -1949,12 +1904,9 @@
},
/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,
@@ -1981,8 +1933,6 @@
/obj/machinery/status_display{
density = 0;
name = "cargo display";
- pixel_x = 0;
- pixel_y = 0;
supply_display = 1
},
/turf/closed/wall,
@@ -2064,8 +2014,6 @@
/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,
@@ -2093,22 +2041,16 @@
},
/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/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/hallway/primary/central{
@@ -2125,7 +2067,6 @@
/obj/machinery/vending/wallmed{
name = "Emergency NanoMed";
pixel_x = -26;
- pixel_y = 0;
req_access_txt = "0";
use_power = 0
},
@@ -2138,13 +2079,12 @@
"adI" = (
/obj/structure/filingcabinet,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Bridge - Captain's Quarters";
@@ -2155,23 +2095,25 @@
/area/crew_quarters/heads/captain/private)
"adJ" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Captain's Quarters";
@@ -2183,15 +2125,18 @@
/area/crew_quarters/heads/captain/private)
"adK" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -2202,7 +2147,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/sign/goldenplaque{
@@ -2216,7 +2162,8 @@
"adM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -2227,8 +2174,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -2246,7 +2192,7 @@
name = "AI Core Shutters"
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/cable/white,
@@ -2263,17 +2209,15 @@
name = "AI Core Shutters"
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/sign/nanotrasen{
pixel_x = -32
@@ -2284,12 +2228,11 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -2309,7 +2252,8 @@
"adV" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -2322,9 +2266,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/heads/hop)
"adW" = (
/obj/structure/cable/white,
@@ -2349,8 +2291,7 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/machinery/camera{
c_tag = "Cargo Bay North"
@@ -2421,9 +2362,7 @@
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"
+ pixel_y = 32
},
/obj/effect/turf_decal/stripes/line{
dir = 2
@@ -2462,7 +2401,8 @@
id = "cargounload"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/poddoor{
@@ -2559,9 +2499,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/security/detectives_office)
"aes" = (
/obj/structure/grille,
@@ -2597,16 +2535,15 @@
req_access_txt = "20"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/heads/captain/private)
"aex" = (
/obj/structure/cable/white,
@@ -2652,7 +2589,8 @@
/area/ai_monitored/turret_protected/ai)
"aeA" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault,
@@ -2687,7 +2625,6 @@
freerange = 1;
listening = 0;
name = "Custom Channel";
- pixel_x = 0;
pixel_y = -27
},
/obj/item/device/radio/intercom{
@@ -2715,7 +2652,8 @@
},
/obj/effect/landmark/start/ai,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/ai_slipper{
@@ -2739,7 +2677,8 @@
req_access_txt = "16"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -2748,11 +2687,13 @@
/area/ai_monitored/turret_protected/ai)
"aeE" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/vault,
@@ -2790,12 +2731,11 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -2809,7 +2749,7 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plating,
@@ -2829,7 +2769,8 @@
/area/crew_quarters/heads/hop)
"aeK" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -2842,10 +2783,8 @@
/area/crew_quarters/heads/hop)
"aeL" = (
/obj/machinery/photocopier,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -2866,14 +2805,13 @@
},
/obj/item/weapon/storage/box/ids,
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 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{
@@ -2904,7 +2842,6 @@
density = 0;
name = "cargo display";
pixel_x = -32;
- pixel_y = 0;
supply_display = 1
},
/obj/effect/decal/cleanable/dirt,
@@ -2932,7 +2869,6 @@
"aeU" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
icon_state = "brown";
dir = 4
},
@@ -2960,13 +2896,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aeY" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -3000,9 +2935,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/ruin/unpowered{
name = "Asteroid"
})
@@ -3024,12 +2957,11 @@
/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";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/wood,
@@ -3040,7 +2972,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/wood,
@@ -3049,12 +2982,12 @@
/obj/machinery/newscaster{
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/wood,
@@ -3064,11 +2997,10 @@
cell_type = 5000;
dir = 1;
name = "Detective's Office APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/wood,
@@ -3103,22 +3035,20 @@
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-15";
pixel_x = -6;
- pixel_y = 12;
- tag = "icon-plant-15"
+ pixel_y = 12
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
"afm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
"afn" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -3139,8 +3069,6 @@
pixel_x = 26
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/obj/machinery/camera{
@@ -3148,7 +3076,6 @@
dir = 8
},
/turf/open/floor/wood{
- tag = "icon-wood-broken2";
icon_state = "wood-broken2"
},
/area/crew_quarters/heads/captain/private)
@@ -3157,9 +3084,7 @@
/obj/machinery/firealarm{
dir = 4;
icon_state = "fire0";
- pixel_x = 24;
- pixel_y = 0;
- tag = "icon-fire0 (EAST)"
+ pixel_x = 24
},
/obj/machinery/camera{
c_tag = "Bridge - Port Access";
@@ -3188,8 +3113,6 @@
dir = 4;
name = "ai camera";
network = list("Sat");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/turf/open/floor/plasteel/vault{
@@ -3198,7 +3121,8 @@
/area/ai_monitored/turret_protected/ai)
"afr" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/circuit/green,
@@ -3226,14 +3150,11 @@
/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
+ pixel_x = -24
},
/obj/machinery/camera{
c_tag = "Bridge - Starboard Access";
@@ -3250,11 +3171,13 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -3264,11 +3187,13 @@
"afv" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/door/airlock/command{
@@ -3286,7 +3211,8 @@
/area/crew_quarters/heads/hop)
"afw" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -3298,15 +3224,18 @@
/area/crew_quarters/heads/hop)
"afx" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -3316,11 +3245,13 @@
/area/crew_quarters/heads/hop)
"afy" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/holopad,
@@ -3333,7 +3264,8 @@
/area/crew_quarters/heads/hop)
"afz" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/requests_console{
@@ -3344,9 +3276,8 @@
pixel_x = 64;
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -3376,11 +3307,9 @@
"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
},
@@ -3397,12 +3326,7 @@
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/quartermaster/storage)
"afH" = (
@@ -3411,7 +3335,6 @@
id = "cargounload"
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
icon_state = "brown";
dir = 4
},
@@ -3439,8 +3362,7 @@
"afJ" = (
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
},
/obj/structure/cable/white,
/obj/structure/grille,
@@ -3465,7 +3387,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -3506,8 +3427,7 @@
/obj/item/device/camera/detective,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -3516,7 +3436,8 @@
"afQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -3543,8 +3464,7 @@
department = "Detective's Office";
departmentType = 0;
name = "Detective RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/machinery/camera{
c_tag = "Detective's Office - Desk";
@@ -3558,7 +3478,8 @@
/area/security/detectives_office)
"afV" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -3576,7 +3497,8 @@
req_access_txt = "20"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -3586,7 +3508,8 @@
/area/crew_quarters/heads/captain/private)
"afX" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -3598,11 +3521,11 @@
department = "Captain's Desk";
departmentType = 5;
name = "Captain RC";
- pixel_x = 0;
pixel_y = 32
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/camera{
@@ -3624,7 +3547,8 @@
/area/crew_quarters/heads/captain/private)
"agb" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -3632,8 +3556,6 @@
/area/crew_quarters/heads/captain/private)
"agc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/wood,
@@ -3645,7 +3567,7 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/door/poddoor/preopen{
@@ -3660,7 +3582,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -3669,8 +3592,6 @@
/area/bridge)
"agf" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -3680,7 +3601,6 @@
"agg" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/light{
@@ -3716,7 +3636,7 @@
"agi" = (
/obj/machinery/doomsday_device,
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/power/apc{
@@ -3754,7 +3674,8 @@
"agm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -3771,7 +3692,6 @@
/obj/structure/table/wood,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/extinguisher_cabinet{
@@ -3789,7 +3709,8 @@
"agp" = (
/obj/machinery/pdapainter,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -3809,7 +3730,8 @@
/obj/item/weapon/pen,
/obj/item/weapon/stamp/hop,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/camera{
@@ -3874,15 +3796,13 @@
},
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/quartermaster/storage)
@@ -3911,7 +3831,6 @@
dir = 10
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
icon_state = "brown";
dir = 4
},
@@ -3934,9 +3853,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"agD" = (
/obj/docking_port/mobile/supply{
@@ -3990,11 +3907,9 @@
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -4005,7 +3920,8 @@
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -4015,8 +3931,6 @@
/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,
@@ -4026,17 +3940,14 @@
dir = 8
},
/obj/effect/landmark/start/detective,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/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{
@@ -4046,7 +3957,8 @@
/area/security/detectives_office)
"agN" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -4067,7 +3979,7 @@
pixel_y = 3
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/turf_decal/delivery,
@@ -4075,15 +3987,16 @@
/area/crew_quarters/heads/captain/private)
"agP" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/carpet,
@@ -4095,12 +4008,11 @@
icon_state = "comfychair"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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/captain,
@@ -4109,14 +4021,13 @@
"agR" = (
/obj/structure/table/wood,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -4125,15 +4036,16 @@
/area/crew_quarters/heads/captain/private)
"agS" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -4141,12 +4053,11 @@
/area/crew_quarters/heads/captain/private)
"agT" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -4159,20 +4070,21 @@
req_access_txt = "20"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 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{
@@ -4183,11 +4095,13 @@
"agV" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -4196,9 +4110,8 @@
/area/bridge)
"agW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -4209,8 +4122,7 @@
/obj/item/weapon/aiModule/reset,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -4218,40 +4130,40 @@
/area/ai_monitored/turret_protected/ai)
"agY" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/circuit/green,
/area/ai_monitored/turret_protected/ai)
"agZ" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 1;
- scrub_Toxins = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
/area/ai_monitored/turret_protected/ai)
"aha" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/ai_slipper{
uses = 10
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/landmark/start/cyborg,
@@ -4261,19 +4173,19 @@
/area/ai_monitored/turret_protected/ai)
"ahb" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
/area/ai_monitored/turret_protected/ai)
"ahc" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/circuit/green,
@@ -4286,16 +4198,13 @@
frequency = 1447;
listening = 0;
name = "AI Intercom";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/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{
@@ -4304,8 +4213,6 @@
/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{
@@ -4314,12 +4221,12 @@
/area/bridge)
"ahf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -4371,8 +4278,7 @@
"ahk" = (
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/light_switch{
pixel_x = -24;
@@ -4478,7 +4384,8 @@
id = "cargoload"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -4519,10 +4426,8 @@
pixel_y = 32
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -4558,10 +4463,8 @@
dir = 4;
pixel_x = 24
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -4596,11 +4499,11 @@
/obj/machinery/photocopier,
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/vault,
@@ -4608,15 +4511,18 @@
"ahC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/grimy,
@@ -4627,7 +4533,8 @@
/obj/item/weapon/pen,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/grimy,
@@ -4649,7 +4556,8 @@
pixel_y = -26
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/grimy,
@@ -4669,7 +4577,8 @@
/area/security/detectives_office)
"ahG" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -4687,9 +4596,7 @@
/obj/effect/turf_decal/stripes/end{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/heads/captain/private)
"ahI" = (
/obj/machinery/computer/communications,
@@ -4717,7 +4624,6 @@
/obj/machinery/button/door{
id = "captainhall";
name = "Captain's Hall Shutters Control";
- pixel_x = 0;
pixel_y = -24;
req_access_txt = "20"
},
@@ -4725,7 +4631,6 @@
/area/crew_quarters/heads/captain/private)
"ahL" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/obj/machinery/newscaster{
@@ -4736,7 +4641,6 @@
"ahM" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/table/wood,
@@ -4757,7 +4661,6 @@
"ahO" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -4785,7 +4688,8 @@
/area/ai_monitored/turret_protected/ai)
"ahS" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -4799,7 +4703,6 @@
"ahU" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/circuit/green,
@@ -4828,12 +4731,12 @@
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -4890,9 +4793,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aie" = (
/obj/machinery/conveyor{
@@ -4980,9 +4881,7 @@
/obj/machinery/firealarm{
pixel_y = 26
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/camera{
c_tag = "Armoury - Internal";
network = list("Labor")
@@ -4998,9 +4897,7 @@
pixel_x = -3;
pixel_y = 3
},
-/obj/item/clothing/suit/armor/bulletproof{
- pixel_y = 0
- },
+/obj/item/clothing/suit/armor/bulletproof,
/obj/item/clothing/suit/armor/bulletproof{
pixel_x = 3;
pixel_y = -3
@@ -5031,7 +4928,7 @@
/area/security/brig)
"aiq" = (
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -5041,7 +4938,8 @@
"air" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -5052,18 +4950,18 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"ais" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/door/airlock/glass_security{
@@ -5074,13 +4972,11 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"ait" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -5107,15 +5003,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/security/detectives_office)
"aiw" = (
/obj/structure/cable/white,
@@ -5135,16 +5030,15 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -5157,15 +5051,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"aiz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -5191,11 +5084,11 @@
frequency = 1447;
listening = 0;
name = "AI Intercom";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -5215,15 +5108,14 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/bridge)
"aiD" = (
/obj/machinery/door/poddoor/shutters/preopen{
@@ -5231,7 +5123,6 @@
name = "Queue Shutters"
},
/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (NORTH)";
icon_state = "loadingarea";
dir = 1
},
@@ -5240,7 +5131,7 @@
})
"aiE" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -5273,9 +5164,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -5283,11 +5172,9 @@
/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
},
@@ -5295,7 +5182,6 @@
"aiJ" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
icon_state = "brown";
dir = 1
},
@@ -5305,7 +5191,6 @@
icon_state = "plant-22"
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
icon_state = "brown";
dir = 1
},
@@ -5319,7 +5204,6 @@
dir = 1
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHEAST)";
icon_state = "brown";
dir = 5
},
@@ -5343,7 +5227,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
},
@@ -5355,7 +5238,6 @@
},
/obj/item/weapon/paper_bin,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHEAST)";
icon_state = "brown";
dir = 5
},
@@ -5377,7 +5259,6 @@
},
/obj/item/weapon/gun/energy/e_gun/advtaser,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/status_display{
@@ -5399,12 +5280,7 @@
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -5412,8 +5288,7 @@
"aiU" = (
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -5433,12 +5308,11 @@
/area/security/brig)
"aiX" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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{
@@ -5466,7 +5340,7 @@
/area/security/brig)
"aiZ" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/structure/grille,
@@ -5501,13 +5375,12 @@
},
/obj/structure/chair,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/camera{
c_tag = "Security - Cell 1";
@@ -5519,7 +5392,7 @@
/area/security/brig)
"ajc" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -5550,7 +5423,8 @@
})
"aje" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -5575,9 +5449,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/red/corner{
dir = 1
},
@@ -5596,8 +5468,6 @@
})
"aji" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -5608,7 +5478,8 @@
})
"ajj" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -5640,7 +5511,6 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel/neutral/corner{
@@ -5682,7 +5552,8 @@
})
"ajo" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -5690,7 +5561,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
icon_state = "bluecorner";
dir = 1
},
@@ -5700,7 +5570,6 @@
"ajp" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
icon_state = "bluecorner";
dir = 1
},
@@ -5748,7 +5617,8 @@
})
"ajt" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -5792,7 +5662,6 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel/neutral/corner{
@@ -5830,7 +5699,8 @@
})
"ajz" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -5845,9 +5715,7 @@
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"
+ pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -5872,7 +5740,8 @@
})
"ajC" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -5886,12 +5755,11 @@
})
"ajD" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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{
@@ -5912,8 +5780,6 @@
})
"ajF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -5933,8 +5799,6 @@
"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{
@@ -5958,7 +5822,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
icon_state = "brown";
dir = 4
},
@@ -5977,8 +5840,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/obj/effect/landmark/start/cargo_technician,
@@ -5991,11 +5852,9 @@
department = "Cargo Office";
departmentType = 0;
name = "Cargo Office RC";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
icon_state = "brown";
dir = 4
},
@@ -6006,7 +5865,7 @@
},
/obj/structure/shuttle/engine/heater,
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/supply)
"ajO" = (
/obj/structure/window/reinforced{
@@ -6015,7 +5874,7 @@
/obj/structure/shuttle/engine/heater,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/supply)
"ajP" = (
/obj/structure/barricade/wooden,
@@ -6043,8 +5902,7 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -6052,7 +5910,8 @@
/area/security/brig)
"ajS" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -6091,7 +5950,8 @@
pixel_y = -3
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -6102,7 +5962,7 @@
"ajU" = (
/obj/structure/cable/white,
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -6122,8 +5982,6 @@
/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{
@@ -6132,11 +5990,13 @@
/area/security/brig)
"ajX" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -6149,7 +6009,8 @@
/area/security/brig)
"ajY" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6161,15 +6022,18 @@
/area/security/brig)
"ajZ" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/window/brigdoor/westright{
@@ -6186,23 +6050,24 @@
/area/security/brig)
"aka" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/corner,
/area/security/brig)
"akb" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/red/side{
@@ -6220,16 +6085,16 @@
"akd" = (
/obj/effect/landmark/lightsout,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 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,
@@ -6238,7 +6103,8 @@
})
"ake" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6253,7 +6119,8 @@
})
"akf" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -6267,11 +6134,11 @@
})
"akg" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -6283,7 +6150,8 @@
})
"akh" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6299,11 +6167,13 @@
})
"aki" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -6316,7 +6186,8 @@
})
"akj" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6324,7 +6195,6 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/neutral/corner{
@@ -6342,7 +6212,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -6354,11 +6225,13 @@
})
"akl" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6371,7 +6244,8 @@
})
"akm" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6385,11 +6259,13 @@
})
"akn" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6402,16 +6278,16 @@
})
"ako" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 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,
@@ -6421,11 +6297,13 @@
})
"akp" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6440,7 +6318,8 @@
})
"akq" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6456,20 +6335,24 @@
})
"akr" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -6481,11 +6364,13 @@
})
"aks" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6500,14 +6385,16 @@
})
"akt" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel{
@@ -6518,7 +6405,8 @@
})
"aku" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6533,7 +6421,8 @@
})
"akv" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6541,7 +6430,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel{
@@ -6552,11 +6442,13 @@
})
"akw" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6564,7 +6456,8 @@
},
/obj/effect/landmark/lightsout,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel{
@@ -6575,7 +6468,8 @@
})
"akx" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -6587,12 +6481,11 @@
})
"aky" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -6603,27 +6496,29 @@
})
"akz" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel{
desc = "";
- icon_state = "L13";
- name = "floor"
+ icon_state = "L13"
},
/area/hallway/primary/central{
name = "Primary Hallway"
})
"akA" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6635,11 +6530,13 @@
})
"akB" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -6649,22 +6546,26 @@
})
"akC" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -6673,11 +6574,13 @@
})
"akD" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6690,20 +6593,21 @@
})
"akE" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 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,
@@ -6713,15 +6617,18 @@
})
"akF" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6734,11 +6641,13 @@
})
"akG" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -6752,14 +6661,16 @@
})
"akH" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/corner{
@@ -6777,7 +6688,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -6790,7 +6702,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -6802,12 +6715,11 @@
})
"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";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/delivery,
@@ -6818,22 +6730,18 @@
"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
},
@@ -6841,7 +6749,6 @@
"akO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
icon_state = "brown";
dir = 1
},
@@ -6849,36 +6756,31 @@
"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/structure/shuttle/engine/propulsion/burst/left,
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/supply)
"akR" = (
/obj/structure/shuttle/engine/propulsion,
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/supply)
"akS" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_r"
- },
+/obj/structure/shuttle/engine/propulsion/burst/right,
/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/supply)
"akT" = (
/obj/structure/sign/electricshock{
pixel_x = -32
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -6888,15 +6790,18 @@
"akU" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/airlock/security{
@@ -6907,13 +6812,11 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"akV" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -6924,14 +6827,12 @@
"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
+ pixel_x = -26
},
/turf/open/floor/plasteel/red/side{
dir = 8
@@ -6939,21 +6840,18 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/corner,
/area/security/brig)
"akY" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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{
@@ -6970,8 +6868,7 @@
dir = 8
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/red/corner,
/area/security/brig)
@@ -6991,7 +6888,8 @@
})
"alc" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -7016,9 +6914,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -7046,15 +6942,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/teleporter)
"alj" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/command{
@@ -7064,9 +6959,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/teleporter)
"alk" = (
/obj/structure/cable/white,
@@ -7100,7 +6993,8 @@
dir = 8
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel{
@@ -7110,10 +7004,8 @@
name = "Primary Hallway"
})
"aln" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel{
icon_state = "L4"
@@ -7124,7 +7016,8 @@
"alo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel{
@@ -7149,9 +7042,8 @@
name = "Primary Hallway"
})
"alr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel{
icon_state = "L12"
@@ -7164,11 +7056,11 @@
icon_state = "plant-22"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel{
@@ -7182,17 +7074,14 @@
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"
+ name = "supply department"
},
/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"
+ pixel_y = 8
},
/obj/structure/sign/directions/science{
pixel_y = -8
@@ -7216,7 +7105,8 @@
})
"alw" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -7229,9 +7119,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
@@ -7245,9 +7133,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
@@ -7262,12 +7148,11 @@
"alz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/central{
@@ -7277,10 +7162,7 @@
/obj/structure/table/reinforced,
/obj/structure/noticeboard{
dir = 4;
- icon_state = "nboard00";
- pixel_x = -32;
- pixel_y = 0;
- tag = "icon-nboard00 (EAST)"
+ pixel_x = -32
},
/obj/item/weapon/clipboard,
/obj/item/weapon/folder/yellow,
@@ -7296,7 +7178,6 @@
network = list("SS13")
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
icon_state = "brown";
dir = 8
},
@@ -7308,17 +7189,13 @@
/area/quartermaster/storage)
"alC" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/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,
@@ -7326,7 +7203,8 @@
"alE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/landmark/lightsout,
@@ -7337,15 +7215,13 @@
/obj/machinery/power/apc{
dir = 4;
name = "Cargo Bay APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
icon_state = "brown";
dir = 4
},
@@ -7387,12 +7263,11 @@
/area/security/brig)
"alI" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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{
@@ -7401,14 +7276,10 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/corner{
dir = 4
@@ -7448,7 +7319,8 @@
/area/security/brig)
"alN" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
@@ -7489,13 +7361,12 @@
},
/obj/structure/chair,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/camera{
c_tag = "Security - Cell 2";
@@ -7507,8 +7378,6 @@
/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{
@@ -7519,17 +7388,16 @@
})
"alS" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
dir = 4
@@ -7565,10 +7433,8 @@
/obj/structure/urinal{
pixel_y = 28
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -7601,7 +7467,6 @@
id = "teleportershutters";
name = "Teleporter Shutters";
pixel_x = -26;
- pixel_y = 0;
req_access_txt = "19"
},
/obj/effect/turf_decal/delivery,
@@ -7609,10 +7474,8 @@
/area/teleporter)
"alZ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -7627,11 +7490,13 @@
/area/teleporter)
"amb" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -7643,7 +7508,8 @@
"amc" = (
/obj/machinery/shieldwallgen,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/camera{
@@ -7654,7 +7520,7 @@
/area/teleporter)
"amd" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -7663,7 +7529,7 @@
/area/teleporter)
"ame" = (
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -7675,11 +7541,13 @@
"amf" = (
/obj/structure/closet/crate/bin,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -7698,7 +7566,8 @@
"amh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -7726,11 +7595,13 @@
"aml" = (
/obj/structure/closet/emcloset,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -7740,7 +7611,7 @@
})
"amm" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -7751,7 +7622,7 @@
})
"amn" = (
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -7774,7 +7645,8 @@
/obj/item/weapon/stock_parts/cell/high,
/obj/item/weapon/stock_parts/cell/high,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -7786,11 +7658,13 @@
"amp" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -7842,15 +7716,12 @@
})
"amt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/neutral/corner{
dir = 1
@@ -7860,17 +7731,14 @@
})
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/central{
@@ -7880,7 +7748,6 @@
/obj/machinery/computer/stockexchange,
/obj/structure/table/reinforced,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHWEST)";
icon_state = "brown";
dir = 10
},
@@ -7897,7 +7764,6 @@
"amy" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/light,
@@ -7914,7 +7780,8 @@
"amA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/brown,
@@ -7927,14 +7794,12 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/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
},
@@ -7985,8 +7850,7 @@
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/camera{
c_tag = "Security - Office";
@@ -8000,7 +7864,8 @@
"amI" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -8026,19 +7891,19 @@
/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";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -8051,15 +7916,18 @@
/area/security/brig)
"amN" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/window/brigdoor/westright{
@@ -8081,7 +7949,6 @@
},
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12
},
/obj/effect/turf_decal/bot,
@@ -8092,13 +7959,11 @@
"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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/side,
/area/hallway/primary/central{
@@ -8113,7 +7978,6 @@
"amR" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/light/small,
@@ -8139,8 +8003,7 @@
/obj/item/weapon/hand_labeler,
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/camera{
c_tag = "Bridge - Teleporter";
@@ -8169,16 +8032,15 @@
/area/teleporter)
"amW" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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)"
- },
+/turf/open/floor/plasteel,
/area/teleporter)
"amX" = (
/obj/machinery/teleport/hub,
@@ -8196,7 +8058,8 @@
pixel_y = -32
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/delivery,
@@ -8207,7 +8070,8 @@
"ana" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -8234,7 +8098,8 @@
pixel_y = -32
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/delivery,
@@ -8253,21 +8118,19 @@
/obj/effect/turf_decal/stripes/end{
dir = 8
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (WEST)"
- },
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
"ang" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -8293,9 +8156,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (EAST)"
- },
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
@@ -8305,16 +8166,12 @@
/obj/machinery/firealarm{
dir = 4;
icon_state = "fire0";
- pixel_x = 24;
- pixel_y = 0;
- tag = "icon-fire0 (EAST)"
+ pixel_x = 24
},
/obj/effect/turf_decal/stripes/end{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (EAST)"
- },
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
@@ -8324,9 +8181,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -8334,15 +8189,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -8373,15 +8227,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"anp" = (
/obj/structure/sign/nosmoking_1,
@@ -8391,7 +8244,6 @@
/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,
@@ -8411,8 +8263,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Mining Dock APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/extinguisher_cabinet{
pixel_y = 26
@@ -8420,7 +8271,7 @@
/obj/structure/closet/secure_closet/miner,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -8443,9 +8294,7 @@
/obj/machinery/light/small{
dir = 8
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn (NORTHWEST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/mining)
"anv" = (
/obj/machinery/computer/shuttle/mining,
@@ -8479,15 +8328,13 @@
/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
+ pixel_x = -32
},
/obj/item/weapon/gun/energy/e_gun/dragnet,
/obj/item/weapon/gun/energy/e_gun/dragnet,
@@ -8497,7 +8344,8 @@
/area/security/brig)
"anz" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -8569,7 +8417,8 @@
/area/security/brig)
"anE" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -8602,8 +8451,7 @@
dir = 1;
icon_state = "direction_bridge";
name = "command department";
- pixel_y = 8;
- tag = "icon-direction_bridge"
+ pixel_y = 8
},
/turf/closed/wall,
/area/security/brig)
@@ -8613,25 +8461,22 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
"anI" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -8642,9 +8487,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -8656,9 +8499,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -8667,7 +8508,6 @@
dir = 4;
name = "RCD Storage";
pixel_x = 1;
- pixel_y = 0;
req_access_txt = "19"
},
/obj/structure/window/reinforced,
@@ -8695,7 +8535,8 @@
"anO" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -8730,15 +8571,14 @@
name = "Atrium"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -8750,9 +8590,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -8765,9 +8603,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -8779,7 +8615,6 @@
dir = 4;
name = "RCD Storage";
pixel_x = 1;
- pixel_y = 0;
req_access_txt = "19"
},
/obj/structure/window/reinforced,
@@ -8791,8 +8626,7 @@
dir = 8
},
/obj/machinery/status_display{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -8802,7 +8636,8 @@
})
"anV" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -8824,8 +8659,7 @@
department = "E.V.A. Storage";
departmentType = 0;
name = "E.V.A. RC";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -8860,17 +8694,14 @@
})
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/central{
@@ -8893,8 +8724,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (NORTH)";
- icon_state = "browncorner";
dir = 1
},
/area/hallway/primary/central{
@@ -8904,15 +8733,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/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (NORTH)";
- icon_state = "browncorner";
dir = 1
},
/area/hallway/primary/central{
@@ -8927,7 +8749,6 @@
dir = 2
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
icon_state = "brown";
dir = 1
},
@@ -8940,8 +8761,6 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/central{
@@ -8950,12 +8769,11 @@
"aog" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (EAST)";
- icon_state = "browncorner";
dir = 4
},
/area/hallway/primary/central{
@@ -8995,12 +8813,10 @@
/area/quartermaster/miningdock)
"aoj" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (NORTHWEST)";
icon_state = "purple";
dir = 9
},
@@ -9008,12 +8824,12 @@
"aok" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/start/shaft_miner,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHEAST)";
icon_state = "brown";
dir = 5
},
@@ -9079,8 +8895,7 @@
/obj/structure/table/reinforced,
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/red/corner{
dir = 8
@@ -9088,17 +8903,17 @@
/area/security/brig)
"aot" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/red/side,
@@ -9106,12 +8921,11 @@
"aou" = (
/obj/machinery/computer/security,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -9186,8 +9000,6 @@
/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{
@@ -9200,8 +9012,6 @@
/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{
@@ -9216,8 +9026,6 @@
"aoD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/toilet{
- tag = "icon-toilet00 (WEST)";
- icon_state = "toilet00";
dir = 8
},
/obj/machinery/newscaster{
@@ -9233,8 +9041,6 @@
"aoE" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/toilet{
- tag = "icon-toilet00 (WEST)";
- icon_state = "toilet00";
dir = 8
},
/obj/machinery/newscaster{
@@ -9254,7 +9060,6 @@
/obj/machinery/cell_charger,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/vault{
@@ -9268,19 +9073,17 @@
/area/teleporter)
"aoH" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (EAST)"
- },
+/turf/open/floor/plasteel,
/area/teleporter)
"aoI" = (
/obj/machinery/computer/teleporter,
@@ -9324,9 +9127,7 @@
/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
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -9341,8 +9142,6 @@
/area/maintenance/port/central)
"aoN" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/delivery,
@@ -9353,15 +9152,18 @@
"aoO" = (
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -9375,7 +9177,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -9388,7 +9191,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -9401,11 +9205,10 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/bot,
@@ -9423,7 +9226,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -9437,7 +9241,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -9445,12 +9250,11 @@
/area/maintenance/starboard/central)
"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";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/caution{
@@ -9471,15 +9275,12 @@
/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)"
- },
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva{
name = "E.V.A. Storage"
})
@@ -9498,16 +9299,12 @@
/obj/effect/turf_decal/stripes/end{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (EAST)"
- },
+/turf/open/floor/plasteel,
/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{
@@ -9527,15 +9324,18 @@
},
/obj/effect/landmark/lightsout,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/brown/corner,
@@ -9548,7 +9348,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -9563,12 +9364,11 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- icon_state = "browncorner";
dir = 8
},
/area/hallway/primary/central{
@@ -9577,12 +9377,11 @@
"apd" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown/corner{
- tag = "icon-browncorner (WEST)";
- icon_state = "browncorner";
dir = 8
},
/area/hallway/primary/central{
@@ -9593,7 +9392,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown,
@@ -9603,7 +9403,8 @@
"apf" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown/corner,
@@ -9614,16 +9415,17 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/brown/corner,
@@ -9636,7 +9438,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/bot,
@@ -9654,7 +9457,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -9667,7 +9471,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -9675,16 +9480,14 @@
/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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
icon_state = "brown";
dir = 8
},
@@ -9692,11 +9495,11 @@
"apl" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (EAST)";
icon_state = "purple";
dir = 4
},
@@ -9719,17 +9522,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
"apo" = (
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
"app" = (
/obj/machinery/door/airlock/shuttle{
@@ -9801,32 +9600,29 @@
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
"apw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "distro vent"
},
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
"apx" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/airlock/glass_security{
@@ -9837,20 +9633,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"apy" = (
/obj/machinery/vending/security,
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -9861,8 +9653,6 @@
"apz" = (
/obj/effect/landmark/start/security_officer,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -9871,11 +9661,13 @@
/area/security/brig)
"apA" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -9888,7 +9680,8 @@
/area/security/brig)
"apB" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -9904,7 +9697,8 @@
req_access_txt = "63"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -9917,12 +9711,11 @@
/area/security/brig)
"apD" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -9930,7 +9723,8 @@
/area/security/brig)
"apE" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -9949,7 +9743,8 @@
req_access_txt = "63"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -9962,7 +9757,8 @@
/area/security/brig)
"apG" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -9977,22 +9773,21 @@
})
"apH" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 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
+ pixel_x = 26
},
/turf/open/floor/plasteel/neutral/corner{
dir = 4
@@ -10036,7 +9831,7 @@
pixel_y = -26
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/line,
@@ -10047,7 +9842,8 @@
pixel_y = -32
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -10060,8 +9856,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/structure/sign/nosmoking_2{
pixel_y = -32
@@ -10080,7 +9875,8 @@
/area/maintenance/port/central)
"apQ" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -10095,7 +9891,8 @@
"apR" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -10114,7 +9911,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -10127,13 +9925,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/bot,
@@ -10147,15 +9944,18 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -10207,7 +10007,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/caution,
@@ -10234,8 +10035,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/structure/sign/nosmoking_2{
pixel_y = -32
@@ -10252,7 +10052,8 @@
pixel_y = -32
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -10269,7 +10070,7 @@
pixel_y = -26
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -10281,10 +10082,8 @@
/obj/machinery/status_display{
pixel_y = -32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -10332,7 +10131,8 @@
"aqi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/brown/corner,
@@ -10385,7 +10185,6 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/effect/turf_decal/bot,
@@ -10440,13 +10239,10 @@
/obj/structure/chair/office/dark{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (WEST)";
icon_state = "purple";
dir = 8
},
@@ -10454,7 +10250,6 @@
"aqs" = (
/obj/machinery/computer/shuttle/mining,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
icon_state = "brown";
dir = 4
},
@@ -10463,8 +10258,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/sign/pods{
- name = "MINING POD";
- pixel_x = 0
+ name = "MINING POD"
},
/turf/open/floor/plating,
/area/quartermaster/miningdock)
@@ -10494,9 +10288,7 @@
/obj/effect/turf_decal/stripes/end{
dir = 8
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (WEST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/mining)
"aqx" = (
/obj/structure/chair{
@@ -10506,9 +10298,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/mining)
"aqy" = (
/obj/structure/chair{
@@ -10518,34 +10308,26 @@
/obj/effect/turf_decal/stripes/end{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (EAST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/mining)
"aqz" = (
/turf/closed/wall/r_wall,
/area/engine/atmos)
"aqA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
"aqB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
dir = 8
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
"aqC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/grille,
/turf/closed/wall/r_wall,
@@ -10555,9 +10337,7 @@
/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
+ dir = 4
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
@@ -10565,9 +10345,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/atmos)
@@ -10576,9 +10354,7 @@
/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
+ dir = 4
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
@@ -10587,9 +10363,7 @@
/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
+ dir = 4
},
/turf/open/floor/plating/astplate,
/area/hallway/primary/central{
@@ -10597,8 +10371,6 @@
})
"aqH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/closed/wall/r_wall,
@@ -10607,21 +10379,20 @@
/obj/structure/closet/secure_closet/security/sec,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -10636,7 +10407,6 @@
dir = 4
},
/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
icon_state = "vault";
dir = 8
},
@@ -10644,8 +10414,7 @@
"aqL" = (
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -10658,8 +10427,6 @@
/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{
@@ -10673,14 +10440,13 @@
/area/security/brig)
"aqO" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral/side{
dir = 8
@@ -10696,8 +10462,7 @@
pixel_x = 24
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Security - Brig Aft";
@@ -10726,13 +10491,13 @@
/area/security/brig)
"aqS" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
dir = 4
@@ -10753,7 +10518,7 @@
pixel_y = 3
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/effect/turf_decal/bot,
@@ -10783,7 +10548,6 @@
department = "Primary Tool Storage";
departmentType = 0;
name = "Primary Tool Storage RC";
- pixel_x = 0;
pixel_y = 32
},
/obj/effect/turf_decal/bot,
@@ -10814,7 +10578,8 @@
/area/maintenance/port/central)
"aqZ" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -10841,15 +10606,14 @@
name = "Atrium"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/bar{
name = "Atrium"
})
@@ -10861,9 +10625,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/bar{
name = "Atrium"
})
@@ -10876,9 +10638,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/bar{
name = "Atrium"
})
@@ -10889,9 +10649,7 @@
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"
+ pixel_x = 32
},
/turf/open/floor/plating,
/area/crew_quarters/bar{
@@ -10901,15 +10659,14 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/starboard/central)
"arh" = (
/obj/structure/girder,
@@ -10931,7 +10688,8 @@
"arj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -10942,13 +10700,11 @@
/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
+ pixel_x = -24
},
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
@@ -10962,13 +10718,11 @@
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
},
@@ -10982,7 +10736,6 @@
pixel_y = -32
},
/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (SOUTHEAST)";
icon_state = "purple";
dir = 6
},
@@ -11098,8 +10851,6 @@
/area/shuttle/mining)
"arq" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/obj/structure/grille,
@@ -11189,7 +10940,6 @@
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/green/side{
- tag = "icon-green (NORTH)";
icon_state = "green";
dir = 1
},
@@ -11205,8 +10955,7 @@
/area/engine/atmos)
"arz" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/delivery,
@@ -11235,15 +10984,13 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -11251,14 +10998,13 @@
/area/security/brig)
"arE" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/landmark/start/security_officer,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -11266,7 +11012,8 @@
/area/security/brig)
"arF" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -11277,7 +11024,8 @@
"arG" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -11294,11 +11042,13 @@
/area/security/brig)
"arH" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -11311,12 +11061,11 @@
/area/security/brig)
"arI" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -11325,11 +11074,13 @@
/area/security/brig)
"arJ" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/landmark/start/security_officer,
@@ -11340,7 +11091,8 @@
/area/security/brig)
"arK" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -11353,11 +11105,13 @@
"arL" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/door/airlock/glass_security{
@@ -11375,7 +11129,8 @@
"arM" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/extinguisher_cabinet{
@@ -11422,13 +11177,12 @@
pixel_y = 38
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/start/security_officer,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/vault{
@@ -11463,7 +11217,8 @@
"arQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/yellow/side{
@@ -11477,9 +11232,7 @@
},
/area/storage/primary)
"arS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/yellow/side{
dir = 1
},
@@ -11502,7 +11255,8 @@
/area/storage/primary)
"arV" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -11519,7 +11273,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -11532,27 +11287,29 @@
/area/maintenance/port/central)
"arX" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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/port/central)
"arY" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -11562,7 +11319,8 @@
/area/maintenance/port/central)
"arZ" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -11573,7 +11331,8 @@
"asa" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -11585,20 +11344,21 @@
/area/maintenance/port/central)
"asb" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -11606,7 +11366,8 @@
"asc" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -11643,7 +11404,8 @@
"asf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -11683,7 +11445,8 @@
"ask" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plating,
@@ -11693,7 +11456,8 @@
dir = 5
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -11704,7 +11468,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -11716,7 +11481,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -11727,7 +11493,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -11737,7 +11504,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -11748,7 +11516,8 @@
dir = 10
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -11802,11 +11571,7 @@
"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/cyan/visible,
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 4
},
@@ -11858,9 +11623,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (EAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"asD" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
@@ -11877,8 +11640,6 @@
/area/engine/atmos)
"asE" = (
/obj/machinery/atmospherics/pipe/manifold/green/visible{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/obj/effect/decal/cleanable/dirt,
@@ -11895,8 +11656,7 @@
/area/engine/atmos)
"asG" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 2;
- initialize_directions = 11
+ dir = 2
},
/obj/machinery/meter,
/obj/effect/decal/cleanable/dirt,
@@ -11904,8 +11664,7 @@
/area/engine/atmos)
"asH" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/caution{
@@ -11943,9 +11702,7 @@
pixel_x = -3;
pixel_y = 3
},
-/obj/item/clothing/suit/armor/vest{
- pixel_y = 0
- },
+/obj/item/clothing/suit/armor/vest,
/obj/item/clothing/suit/armor/vest{
pixel_x = 3;
pixel_y = -3
@@ -11965,7 +11722,6 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/camera{
@@ -11981,7 +11737,6 @@
/obj/structure/closet/secure_closet/security/sec,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/turf/open/floor/plasteel/vault{
@@ -12000,7 +11755,8 @@
pixel_y = -32
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12014,7 +11770,6 @@
/obj/item/device/assembly/flash/handheld,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -12065,9 +11820,8 @@
/obj/machinery/status_display{
pixel_y = -32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Security - Front Desk";
@@ -12085,13 +11839,12 @@
pixel_y = -32
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -12099,16 +11852,16 @@
/area/security/brig)
"asT" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -12127,7 +11880,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -12140,11 +11894,13 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/corner{
@@ -12160,7 +11916,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -12171,7 +11928,8 @@
/obj/item/device/flashlight,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -12181,7 +11939,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
@@ -12195,7 +11954,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -12211,7 +11971,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -12222,7 +11983,8 @@
"atb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -12239,7 +12001,8 @@
"atd" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12265,7 +12028,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -12274,14 +12038,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/theatre)
"ath" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/closed/wall,
@@ -12302,9 +12062,7 @@
/obj/machinery/firealarm{
dir = 4;
icon_state = "fire0";
- pixel_x = 24;
- pixel_y = 0;
- tag = "icon-fire0 (EAST)"
+ pixel_x = 24
},
/obj/machinery/light{
dir = 4
@@ -12320,8 +12078,6 @@
/area/crew_quarters/bar)
"atl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/closed/wall,
@@ -12334,8 +12090,6 @@
/area/crew_quarters/bar)
"atn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/closed/wall,
@@ -12343,7 +12097,8 @@
"ato" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -12352,12 +12107,11 @@
/area/maintenance/starboard/central)
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -12431,9 +12185,8 @@
"atv" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/landmark/xeno_spawn,
/obj/effect/decal/cleanable/dirt,
@@ -12459,11 +12212,7 @@
"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
- },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plating,
/area/engine/atmos)
"atz" = (
@@ -12510,14 +12259,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (EAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"atE" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/caution{
@@ -12526,8 +12271,6 @@
/area/engine/atmos)
"atF" = (
/obj/machinery/atmospherics/pipe/manifold/green/visible{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -12538,10 +12281,8 @@
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"atH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -12555,13 +12296,11 @@
/obj/machinery/power/apc{
dir = 4;
name = "Atmospherics Engine APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -12586,7 +12325,6 @@
pixel_x = 32
},
/turf/open/floor/plasteel/caution/corner{
- tag = "icon-cautioncorner (NORTH)";
icon_state = "cautioncorner";
dir = 1
},
@@ -12599,7 +12337,8 @@
req_access_txt = "63"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -12607,17 +12346,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/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{
@@ -12628,7 +12363,8 @@
})
"atN" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -12677,8 +12413,6 @@
/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,
@@ -12799,7 +12533,8 @@
"atW" = (
/obj/effect/landmark/blobstart,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12821,7 +12556,6 @@
/area/crew_quarters/theatre)
"atY" = (
/obj/structure/piano{
- tag = "icon-piano";
icon_state = "piano"
},
/obj/machinery/light{
@@ -12832,15 +12566,15 @@
"atZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/theatre)
"aua" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-21";
@@ -12904,9 +12638,7 @@
/obj/structure/sign/barsign{
pixel_y = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/crew_quarters/bar)
"auh" = (
@@ -12949,9 +12681,7 @@
name = "sink";
pixel_y = 28
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/vault,
/area/crew_quarters/bar)
"aul" = (
@@ -12967,8 +12697,7 @@
/obj/item/stack/cable_coil/random,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/turf/open/floor/plasteel/vault,
/area/crew_quarters/bar)
@@ -12980,7 +12709,8 @@
/obj/effect/landmark/blobstart,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -13001,11 +12731,11 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -13013,28 +12743,18 @@
name = "Primary Hallway"
})
"auq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "n2 vent"
},
/turf/open/floor/engine/n2,
/area/engine/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,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
@@ -13076,8 +12796,7 @@
/area/engine/atmos)
"auv" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -13086,9 +12805,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (EAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"aux" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
@@ -13100,8 +12817,6 @@
/area/engine/atmos)
"auy" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -13123,17 +12838,15 @@
/area/engine/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/caution{
@@ -13188,13 +12901,12 @@
})
"auH" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 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,
@@ -13203,7 +12915,8 @@
})
"auI" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -13217,11 +12930,13 @@
})
"auJ" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/blood/splatter,
@@ -13232,7 +12947,8 @@
})
"auK" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -13249,14 +12965,16 @@
"auL" = (
/obj/effect/landmark/blobstart,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/red/corner,
@@ -13265,7 +12983,8 @@
})
"auM" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -13285,7 +13004,8 @@
})
"auN" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -13299,20 +13019,21 @@
})
"auO" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/camera{
@@ -13327,12 +13048,11 @@
})
"auP" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -13343,7 +13063,8 @@
})
"auQ" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -13357,7 +13078,8 @@
})
"auR" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -13372,7 +13094,8 @@
})
"auS" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -13395,10 +13118,8 @@
/area/storage/primary)
"auV" = (
/obj/effect/landmark/start/assistant,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/yellow/side,
/area/storage/primary)
@@ -13433,10 +13154,8 @@
},
/area/crew_quarters/theatre)
"avb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
@@ -13446,22 +13165,20 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
"avd" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/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,
@@ -13479,12 +13196,11 @@
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -13585,12 +13301,9 @@
},
/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{
@@ -13599,8 +13312,6 @@
/area/crew_quarters/bar)
"avr" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/closed/wall,
@@ -13609,15 +13320,14 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
/area/maintenance/starboard/central)
"avt" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -13629,13 +13339,12 @@
})
"avu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -13661,11 +13370,7 @@
})
"avx" = (
/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,
/turf/closed/wall/r_wall,
/area/engine/atmos)
"avy" = (
@@ -13692,7 +13397,6 @@
/area/engine/atmos)
"avA" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- icon_state = "intact";
dir = 10
},
/obj/effect/decal/cleanable/dirt,
@@ -13725,8 +13429,6 @@
/area/engine/atmos)
"avE" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -13746,14 +13448,14 @@
name = "Distribution Loop"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/extinguisher_cabinet{
pixel_x = 26
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/caution{
@@ -13768,7 +13470,8 @@
/area/engine/atmos)
"avI" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -13783,7 +13486,8 @@
"avJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -13795,7 +13499,8 @@
})
"avK" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -13815,7 +13520,8 @@
})
"avL" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -13828,16 +13534,16 @@
})
"avM" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/hallway/primary/central{
@@ -13937,7 +13643,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -13948,13 +13655,10 @@
})
"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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner,
/area/hallway/primary/central{
@@ -13971,12 +13675,9 @@
"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,
@@ -14004,8 +13705,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/light_switch{
pixel_x = -24;
@@ -14028,7 +13728,6 @@
/obj/machinery/vending/assist,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/light,
@@ -14058,7 +13757,7 @@
},
/obj/item/stack/cable_coil/white,
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -14094,22 +13793,21 @@
/obj/effect/landmark/start/clown,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
"awi" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/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{
@@ -14123,7 +13821,8 @@
/obj/effect/landmark/start/assistant,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -14140,8 +13839,6 @@
"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,
@@ -14182,7 +13879,8 @@
/obj/effect/landmark/start/bartender,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/black,
@@ -14193,7 +13891,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -14210,7 +13909,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -14223,7 +13923,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -14233,7 +13934,8 @@
"awu" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -14244,13 +13946,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -14268,7 +13969,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -14278,20 +13980,21 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plating,
@@ -14300,8 +14003,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8;
@@ -14317,9 +14019,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -14388,10 +14088,8 @@
/area/engine/atmos)
"awI" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
@@ -14414,7 +14112,8 @@
on = 0
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -14437,7 +14136,8 @@
/area/engine/atmos)
"awM" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance_hatch{
@@ -14445,16 +14145,12 @@
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)"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"awN" = (
/obj/effect/decal/cleanable/dirt,
@@ -14473,15 +14169,14 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -14503,16 +14198,15 @@
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/redyellow,
/area/crew_quarters/bar{
@@ -14525,7 +14219,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -14544,8 +14239,6 @@
})
"awW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/redyellow,
@@ -14560,7 +14253,8 @@
/area/crew_quarters/bar)
"awY" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -14589,7 +14283,6 @@
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plasteel/vault{
@@ -14626,7 +14319,8 @@
"axe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -14700,7 +14394,6 @@
"axm" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 8;
- icon_state = "manifold";
name = "scrubbers pipe"
},
/obj/machinery/meter,
@@ -14716,23 +14409,18 @@
/area/engine/atmos)
"axo" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 2;
- icon_state = "manifold";
- name = "scrubbers pipe";
- tag = "icon-manifold (NORTH)"
+ dir = 2
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"axp" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- dir = 2;
- icon_state = "manifold";
- name = "scrubbers pipe";
- tag = "icon-manifold (NORTH)"
+ dir = 2
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/caution{
@@ -14759,13 +14447,12 @@
/area/engine/atmos)
"axr" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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,
@@ -14884,7 +14571,8 @@
dir = 8
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -14980,7 +14668,8 @@
/area/crew_quarters/dorms)
"axL" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -15008,7 +14697,8 @@
/obj/effect/landmark/start/mime,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/carpet,
@@ -15016,15 +14706,18 @@
"axO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/redyellow,
@@ -15033,7 +14726,8 @@
})
"axP" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/redyellow,
@@ -15043,7 +14737,8 @@
"axQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/redyellow,
@@ -15052,7 +14747,8 @@
})
"axR" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -15060,13 +14756,12 @@
},
/area/crew_quarters/bar)
"axS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/black,
@@ -15083,12 +14778,9 @@
departmentType = 0;
name = "Bar RC";
pixel_x = 32;
- pixel_y = 0;
receive_ore_updates = 1
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -15099,7 +14791,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -15134,17 +14827,11 @@
/turf/closed/wall/mineral/titanium,
/area/shuttle/escape)
"aya" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "oxygen vent"
},
/turf/open/floor/engine/o2,
/area/engine/atmos)
@@ -15188,8 +14875,6 @@
node1_concentration = 0.8;
node2_concentration = 0.2;
on = 1;
- pixel_x = 0;
- pixel_y = 0;
target_pressure = 4500
},
/obj/effect/decal/cleanable/dirt,
@@ -15239,13 +14924,11 @@
/area/engine/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -15258,7 +14941,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -15285,8 +14969,7 @@
/obj/machinery/portable_atmospherics/canister/nitrogen,
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/delivery,
@@ -15321,7 +15004,8 @@
/obj/item/weapon/storage/belt/utility,
/obj/item/device/t_scanner,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -15337,7 +15021,7 @@
name = "Atmospherics Lockdown Blast door"
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plating,
@@ -15345,7 +15029,8 @@
"ayt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -15371,12 +15056,7 @@
},
/area/crew_quarters/dorms)
"ayx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 1;
- scrub_Toxins = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral/corner{
dir = 4
},
@@ -15384,12 +15064,10 @@
"ayy" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/neutral/side{
dir = 4
@@ -15419,7 +15097,8 @@
/area/crew_quarters/dorms)
"ayD" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -15435,33 +15114,27 @@
},
/area/crew_quarters/theatre)
"ayF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
"ayH" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/grimy,
@@ -15486,7 +15159,8 @@
"ayJ" = (
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -15503,10 +15177,8 @@
name = "Atrium"
})
"ayL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/redyellow,
/area/crew_quarters/bar{
@@ -15563,14 +15235,13 @@
dir = 1
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 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,
@@ -15610,7 +15281,7 @@
"ayW" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/power/apc{
@@ -15626,7 +15297,7 @@
pixel_y = 23
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plasteel/red/side{
@@ -15643,7 +15314,8 @@
pixel_y = 32
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
@@ -15659,11 +15331,11 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
@@ -15678,7 +15350,8 @@
pixel_y = 32
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/red/side{
@@ -15727,7 +15400,6 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/mineral/plastitanium/brig,
@@ -15805,7 +15477,8 @@
"azp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -15815,7 +15488,8 @@
/area/engine/atmos)
"azq" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -15826,8 +15500,6 @@
"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{
@@ -15839,7 +15511,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -15855,7 +15527,8 @@
/area/engine/atmos)
"azu" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -15865,7 +15538,8 @@
/area/engine/atmos)
"azv" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -15875,23 +15549,24 @@
/area/engine/atmos)
"azw" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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/engine/atmos)
"azx" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -15903,28 +15578,30 @@
/area/engine/atmos)
"azy" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"azz" = (
/obj/machinery/computer/atmos_alert,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/caution{
@@ -15955,9 +15632,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"azE" = (
/obj/structure/table/wood,
@@ -15973,7 +15648,6 @@
/obj/item/weapon/canvas/twentythreeXtwentythree,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/light,
@@ -15981,12 +15655,11 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -15998,7 +15671,6 @@
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -16023,7 +15695,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -16046,8 +15719,6 @@
pixel_x = 26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/redyellow,
@@ -16075,7 +15746,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side,
@@ -16101,7 +15773,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -16124,8 +15797,6 @@
})
"azT" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
@@ -16152,10 +15823,8 @@
name = "\improper Departure Lounge"
})
"azW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/exit{
@@ -16164,8 +15833,6 @@
"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,
@@ -16174,11 +15841,10 @@
name = "\improper Departure Lounge"
})
"azY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -16219,9 +15885,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/escape)
"aAd" = (
/turf/open/floor/plasteel/vault{
@@ -16263,11 +15927,7 @@
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,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
@@ -16275,9 +15935,7 @@
/area/engine/atmos)
"aAj" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/vault{
@@ -16287,9 +15945,7 @@
"aAk" = (
/obj/machinery/atmospherics/pipe/simple/green/visible,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 8
@@ -16300,7 +15956,6 @@
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/arrival{
- tag = "icon-arrival (NORTHWEST)";
icon_state = "arrival";
dir = 9
},
@@ -16308,8 +15963,6 @@
"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{
@@ -16319,8 +15972,6 @@
/area/engine/atmos)
"aAm" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/obj/effect/decal/cleanable/dirt,
@@ -16328,16 +15979,13 @@
/area/engine/atmos)
"aAn" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aAo" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/machinery/meter,
/turf/open/floor/plasteel/neutral,
@@ -16355,7 +16003,8 @@
},
/obj/effect/landmark/start/atmospheric_technician,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral,
@@ -16365,41 +16014,47 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aAs" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aAt" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -16415,15 +16070,18 @@
req_access_txt = "24"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -16433,7 +16091,8 @@
/area/engine/atmos)
"aAv" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/caution/corner{
@@ -16442,22 +16101,19 @@
/area/engine/atmos)
"aAw" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aAx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 1;
- scrub_Toxins = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/engine/atmos)
"aAy" = (
@@ -16467,7 +16123,8 @@
"aAz" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
@@ -16485,7 +16142,8 @@
density = 0
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/caution{
@@ -16494,8 +16152,6 @@
/area/engine/atmos)
"aAC" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner{
@@ -16535,8 +16191,6 @@
/area/crew_quarters/dorms)
"aAG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/neutral,
@@ -16581,15 +16235,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/theatre)
"aAN" = (
/obj/machinery/power/apc{
@@ -16599,7 +16252,7 @@
pixel_y = 3
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plasteel/redyellow,
@@ -16609,23 +16262,28 @@
"aAO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/redyellow,
@@ -16644,7 +16302,8 @@
/obj/item/weapon/kitchen/fork,
/obj/effect/landmark/lightsout,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/redyellow,
@@ -16653,12 +16312,11 @@
})
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/redyellow,
@@ -16670,7 +16328,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/redyellow,
@@ -16679,12 +16338,11 @@
})
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/redyellow,
@@ -16700,7 +16358,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -16714,7 +16373,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -16725,11 +16385,13 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral/side{
@@ -16744,7 +16406,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -16755,15 +16418,18 @@
"aAX" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plating,
@@ -16790,12 +16456,11 @@
})
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -16837,7 +16502,8 @@
"aBf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/red/side,
@@ -16942,24 +16608,19 @@
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/engine/atmos)
"aBr" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/obj/effect/turf_decal/stripes/line{
@@ -16976,8 +16637,6 @@
/area/engine/atmos)
"aBt" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/stripes/line,
@@ -16995,16 +16654,14 @@
/area/engine/atmos)
"aBw" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
/area/engine/atmos)
"aBx" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -17012,7 +16669,6 @@
"aBy" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 8;
- icon_state = "manifold";
name = "scrubbers pipe"
},
/obj/effect/turf_decal/stripes/line,
@@ -17020,9 +16676,6 @@
/area/engine/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,
@@ -17034,7 +16687,8 @@
},
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line,
@@ -17072,19 +16726,17 @@
/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/engine/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/caution,
@@ -17103,7 +16755,8 @@
/obj/structure/chair/office/dark,
/obj/effect/landmark/start/atmospheric_technician,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/caution,
@@ -17130,8 +16783,7 @@
department = "Atmospherics Office";
departmentType = 0;
name = "Atmospherics RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/structure/extinguisher_cabinet{
pixel_x = 26;
@@ -17143,16 +16795,16 @@
/area/engine/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -17168,7 +16820,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -17184,7 +16837,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -17197,7 +16851,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -17210,7 +16865,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -17220,14 +16876,16 @@
dir = 10
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
/area/crew_quarters/dorms)
"aBQ" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -17240,7 +16898,7 @@
pixel_y = -26
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -17256,7 +16914,8 @@
/area/crew_quarters/dorms)
"aBU" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -17274,8 +16933,7 @@
department = "Theatre Backstage";
departmentType = 0;
name = "Theatre RC";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/camera{
c_tag = "Theatre Storage"
@@ -17291,14 +16949,12 @@
/obj/machinery/vending/autodrobe,
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "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{
@@ -17306,7 +16962,7 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plasteel/vault{
@@ -17316,7 +16972,6 @@
"aBY" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/machinery/light{
@@ -17363,9 +17018,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
"aCe" = (
/turf/closed/wall,
@@ -17376,10 +17029,8 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8;
@@ -17393,9 +17044,7 @@
/obj/machinery/firealarm{
dir = 4;
icon_state = "fire0";
- pixel_x = 24;
- pixel_y = 0;
- tag = "icon-fire0 (EAST)"
+ pixel_x = 24
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -17407,7 +17056,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
@@ -17417,11 +17066,13 @@
"aCj" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/window/brigdoor/southright{
@@ -17431,7 +17082,8 @@
},
/obj/structure/table/reinforced,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/weapon/folder/red,
@@ -17439,9 +17091,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (WEST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
@@ -17449,11 +17099,11 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -17464,11 +17114,13 @@
"aCl" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/door/airlock/glass_security{
@@ -17477,15 +17129,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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 (WEST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
@@ -17493,7 +17144,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plating,
@@ -17527,21 +17178,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/escape)
"aCr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/on{
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
+ name = "air out"
},
/turf/open/floor/engine/air,
/area/engine/atmos)
@@ -17550,11 +17194,7 @@
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,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
@@ -17562,8 +17202,7 @@
/area/engine/atmos)
"aCt" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/vault{
@@ -17591,9 +17230,7 @@
/area/engine/atmos)
"aCw" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/closet/wardrobe/atmospherics_yellow,
/obj/machinery/status_display{
@@ -17617,8 +17254,6 @@
/area/engine/atmos)
"aCy" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/obj/structure/closet/secure_closet/atmospherics,
@@ -17637,7 +17272,6 @@
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/light,
@@ -17673,7 +17307,6 @@
/obj/machinery/portable_atmospherics/scrubber,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/obj/effect/decal/cleanable/dirt,
@@ -17690,12 +17323,11 @@
/area/engine/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
@@ -17732,7 +17364,7 @@
pixel_x = -32
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
@@ -17749,19 +17381,19 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"aCJ" = (
/obj/structure/grille,
@@ -17771,7 +17403,7 @@
name = "Atmospherics Lockdown Blast door"
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -17787,11 +17419,13 @@
},
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/window/westright{
@@ -17806,12 +17440,12 @@
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/camera{
@@ -17861,10 +17495,8 @@
/area/crew_quarters/theatre)
"aCQ" = (
/obj/effect/landmark/start/clown,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/theatre)
@@ -17874,7 +17506,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -17886,7 +17519,8 @@
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -17902,8 +17536,6 @@
/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,
@@ -17916,8 +17548,7 @@
/obj/item/toy/figure/chef,
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/camera{
c_tag = "Kitchen";
@@ -17946,7 +17577,6 @@
department = "Kitchen";
departmentType = 0;
name = "Kitchen RC";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/vault,
@@ -17976,7 +17606,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -17995,8 +17626,7 @@
/obj/item/weapon/pen,
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/light{
dir = 8
@@ -18008,11 +17638,11 @@
})
"aDe" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/escape{
- tag = "icon-escape (NORTH)";
icon_state = "escape";
dir = 1
},
@@ -18021,12 +17651,12 @@
})
"aDg" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 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
},
@@ -18092,16 +17722,13 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/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,
@@ -18112,16 +17739,12 @@
/area/engine/atmos)
"aDp" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
dir = 8
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
"aDq" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/closed/wall/r_wall,
@@ -18141,15 +17764,14 @@
req_access_txt = "24"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"aDu" = (
/obj/structure/sign/securearea,
@@ -18165,8 +17787,7 @@
"aDw" = (
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
@@ -18181,12 +17802,11 @@
})
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/caution{
@@ -18205,8 +17825,6 @@
})
"aDz" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/caution{
@@ -18216,10 +17834,8 @@
name = "Primary Hallway"
})
"aDA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/caution{
dir = 1
@@ -18254,16 +17870,14 @@
/area/crew_quarters/dorms)
"aDE" = (
/obj/effect/landmark/start/assistant,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner,
/area/crew_quarters/dorms)
"aDF" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/newscaster{
pixel_x = 32
@@ -18316,12 +17930,11 @@
/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";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/grimy,
@@ -18331,11 +17944,13 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -18352,7 +17967,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -18366,15 +17982,18 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/redyellow,
@@ -18393,8 +18012,6 @@
"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,
@@ -18438,8 +18055,6 @@
"aDU" = (
/obj/effect/landmark/start/cook,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/white,
@@ -18451,9 +18066,7 @@
/turf/open/floor/plasteel/red,
/area/crew_quarters/kitchen)
"aDW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
@@ -18462,8 +18075,7 @@
"aDX" = (
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -18472,8 +18084,6 @@
/area/crew_quarters/kitchen)
"aDY" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/closed/wall,
@@ -18481,7 +18091,8 @@
"aDZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -18508,9 +18119,7 @@
name = "\improper Departure Lounge"
})
"aEc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
@@ -18723,16 +18332,15 @@
name = "Engineering Power Monitoring Console"
},
/obj/machinery/status_display{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/light/small{
@@ -18742,21 +18350,21 @@
/area/engine/engineering)
"aEv" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/smes{
charge = 5e+006
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/circuit/green,
/area/engine/engineering)
"aEw" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/smes{
@@ -18767,7 +18375,7 @@
pixel_x = 26
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/circuit/green,
@@ -18787,13 +18395,12 @@
"aEy" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/landmark/lightsout,
/obj/effect/turf_decal/delivery,
@@ -18831,12 +18438,11 @@
})
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -18845,8 +18451,6 @@
})
"aED" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral,
@@ -18864,8 +18468,6 @@
})
"aEF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral,
@@ -18903,7 +18505,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -18914,8 +18517,6 @@
})
"aEJ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/obj/structure/extinguisher_cabinet{
@@ -18929,8 +18530,7 @@
/obj/machinery/vending/clothing,
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -19035,7 +18635,6 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = -26
},
/turf/open/floor/plasteel/vault{
@@ -19043,9 +18642,8 @@
},
/area/crew_quarters/theatre)
"aEU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/sign/poster/contraband/random{
pixel_y = -32
@@ -19062,7 +18660,6 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/vault{
@@ -19073,7 +18670,8 @@
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -19108,8 +18706,6 @@
/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,
@@ -19125,7 +18721,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/red,
@@ -19144,7 +18741,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/white,
@@ -19152,7 +18750,8 @@
"aFd" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/deepfryer,
@@ -19163,7 +18762,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/white,
@@ -19179,7 +18779,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -19189,20 +18790,21 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/landmark/blobstart,
@@ -19210,12 +18812,11 @@
/area/maintenance/starboard/central)
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -19264,8 +18865,6 @@
})
"aFn" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral,
@@ -19279,8 +18878,6 @@
"aFp" = (
/obj/machinery/vending/wallmed{
name = "Emergency NanoMed";
- pixel_x = 0;
- pixel_y = 0;
req_access_txt = "0";
use_power = 0
},
@@ -19299,7 +18896,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/obj/effect/turf_decal/bot,
@@ -19343,26 +18939,22 @@
/area/engine/engineering)
"aFw" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aFx" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable{
@@ -19379,13 +18971,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aFy" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/machinery/firealarm{
@@ -19400,16 +18989,12 @@
/obj/machinery/camera{
c_tag = "SMES Access";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aFz" = (
/obj/structure/closet/radiation,
@@ -19426,14 +19011,13 @@
/area/engine/engineering)
"aFA" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -19447,8 +19031,6 @@
/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{
@@ -19470,7 +19052,6 @@
pixel_x = -32
},
/turf/open/floor/plasteel/arrival{
- tag = "icon-arrival (WEST)";
icon_state = "arrival";
dir = 8
},
@@ -19482,15 +19063,18 @@
dir = 10
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral,
@@ -19500,7 +19084,8 @@
"aFE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -19509,12 +19094,11 @@
})
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -19527,7 +19111,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -19539,7 +19124,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/corner,
@@ -19555,7 +19141,8 @@
name = "Engineering Foyer"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -19570,7 +19157,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -19582,16 +19170,16 @@
})
"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";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -19618,7 +19206,8 @@
"aFM" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -19653,8 +19242,6 @@
"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,
@@ -19678,21 +19265,18 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/white,
@@ -19714,8 +19298,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/neutral/corner{
dir = 1
@@ -19728,7 +19311,8 @@
/obj/effect/landmark/lightsout,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
@@ -19767,8 +19351,7 @@
/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"
+ name = "WARNING: EXTERNAL AIRLOCK"
},
/turf/open/floor/plating,
/area/hallway/secondary/exit{
@@ -19810,9 +19393,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aGi" = (
/obj/structure/sign/securearea,
@@ -19824,8 +19405,6 @@
"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,
@@ -19837,11 +19416,13 @@
req_access_txt = "32"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -19853,9 +19434,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aGl" = (
/obj/structure/grille,
@@ -19863,11 +19442,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -19878,8 +19456,6 @@
"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,
@@ -19891,16 +19467,15 @@
req_access_txt = "10"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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)"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aGo" = (
/obj/structure/sign/fire,
@@ -19917,7 +19492,6 @@
pixel_x = -24
},
/turf/open/floor/plasteel/arrival{
- tag = "icon-arrival (WEST)";
icon_state = "arrival";
dir = 8
},
@@ -19926,12 +19500,11 @@
})
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/yellow/corner{
@@ -19962,10 +19535,8 @@
name = "Primary Hallway"
})
"aGt" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/yellow/corner,
/area/hallway/primary/central{
@@ -19991,13 +19562,12 @@
})
"aGw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -20009,8 +19579,6 @@
})
"aGx" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner,
@@ -20057,14 +19625,13 @@
/area/maintenance/port/central)
"aGD" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 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{
@@ -20077,7 +19644,8 @@
dir = 6
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plating,
@@ -20085,7 +19653,8 @@
"aGF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -20096,7 +19665,8 @@
"aGG" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -20107,11 +19677,13 @@
"aGH" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -20125,7 +19697,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -20139,11 +19712,13 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/delivery,
@@ -20154,7 +19729,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -20168,7 +19744,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -20183,7 +19760,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -20196,15 +19774,18 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/redyellow,
@@ -20232,8 +19813,6 @@
/obj/structure/chair/stool,
/obj/effect/landmark/start/assistant,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/redyellow,
@@ -20244,8 +19823,7 @@
/obj/machinery/holopad,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/turf/open/floor/plasteel/redyellow,
/area/crew_quarters/bar{
@@ -20266,9 +19844,7 @@
},
/obj/structure/noticeboard{
dir = 1;
- icon_state = "nboard00";
- pixel_y = -32;
- tag = "icon-nboard00 (NORTH)"
+ pixel_y = -32
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -20280,14 +19856,13 @@
/obj/effect/turf_decal/stripes/end{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
"aGT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -20319,7 +19894,6 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/vault{
@@ -20339,8 +19913,6 @@
/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{
@@ -20355,7 +19927,6 @@
},
/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{
@@ -20379,9 +19950,7 @@
/obj/machinery/camera{
c_tag = "Gravity Generator Room";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
/turf/open/floor/plasteel/vault{
dir = 4
@@ -20393,13 +19962,13 @@
/area/engine/engineering)
"aHi" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 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"
},
@@ -20414,13 +19983,12 @@
/area/engine/engineering)
"aHj" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -20430,13 +19998,12 @@
/area/engine/engineering)
"aHk" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -20446,12 +20013,11 @@
/area/engine/engineering)
"aHl" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -20461,15 +20027,14 @@
/area/engine/engineering)
"aHm" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -20480,15 +20045,14 @@
/area/engine/engineering)
"aHn" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -20504,11 +20068,13 @@
/area/engine/engineering)
"aHo" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -20522,16 +20088,14 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -20541,7 +20105,8 @@
/area/engine/engineering)
"aHq" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/light{
@@ -20551,8 +20116,6 @@
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{
@@ -20562,7 +20125,8 @@
/area/engine/engineering)
"aHr" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/firealarm{
@@ -20570,8 +20134,6 @@
},
/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{
@@ -20581,13 +20143,12 @@
/area/engine/engineering)
"aHs" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -20596,18 +20157,18 @@
/area/engine/engineering)
"aHt" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 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{
@@ -20616,7 +20177,8 @@
/area/engine/engineering)
"aHu" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -20624,8 +20186,6 @@
},
/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{
@@ -20649,12 +20209,10 @@
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";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
@@ -20670,25 +20228,23 @@
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";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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)"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"aHy" = (
/obj/structure/grille,
@@ -20698,7 +20254,7 @@
name = "Engineering Lockdown Shutters"
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
@@ -20713,11 +20269,13 @@
},
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/door/window/westright{
@@ -20736,7 +20294,7 @@
name = "Engineering Lockdown Shutters"
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plating,
@@ -20756,16 +20314,16 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -20781,7 +20339,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -20794,7 +20353,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/bot,
@@ -20812,7 +20372,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -20825,15 +20386,14 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port/central)
"aHH" = (
/obj/effect/decal/cleanable/dirt,
@@ -20841,41 +20401,39 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port/central)
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port/central)
"aHJ" = (
/obj/effect/decal/cleanable/dirt,
@@ -20883,7 +20441,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -20897,27 +20456,29 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plating,
/area/maintenance/port/central)
"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";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -20927,8 +20488,6 @@
/area/hydroponics)
"aHN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/closed/wall,
@@ -20944,20 +20503,17 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/hydroponics)
"aHP" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/closed/wall,
@@ -20981,12 +20537,11 @@
})
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -21025,20 +20580,20 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/kitchen)
"aHX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -21063,10 +20618,8 @@
name = "\improper Departure Lounge"
})
"aIa" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral,
/area/hallway/secondary/exit{
@@ -21089,12 +20642,15 @@
},
/area/engine/gravity_generator)
"aIe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
/turf/closed/wall/r_wall,
/area/engine/gravity_generator)
"aIf" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/sign/nosmoking_2{
@@ -21107,9 +20663,6 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aIg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 6
- },
/obj/structure/cable{
d1 = 2;
d2 = 4;
@@ -21117,79 +20670,67 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/corner,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
+ },
+/obj/machinery/meter,
/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 = ""
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aIi" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/trinary/filter/flipped{
- tag = "icon-filter_off_f (EAST)";
- icon_state = "filter_off_f";
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
dir = 4
},
/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 = ""
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
/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 = ""
+ icon_state = "4-8"
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aIl" = (
@@ -21201,16 +20742,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/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";
@@ -21220,68 +20757,61 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
/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 = ""
+ icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/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 = ""
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
/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 = ""
+ icon_state = "4-8"
},
/obj/effect/landmark/start/station_engineer,
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aIq" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
- },
/obj/structure/cable{
d1 = 2;
d2 = 8;
@@ -21290,11 +20820,15 @@
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aIr" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -21325,7 +20859,8 @@
/area/engine/engineering)
"aIt" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -21355,11 +20890,14 @@
},
/obj/effect/landmark/start/station_engineer,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
/obj/structure/cable/white{
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel,
@@ -21387,8 +20925,7 @@
department = "Engineering";
departmentType = 0;
name = "Engineering RC";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -21396,7 +20933,8 @@
"aIz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -21409,12 +20947,10 @@
"aIA" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/neutral/corner,
@@ -21430,15 +20966,14 @@
req_access_txt = "26"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/janitor)
"aID" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -21459,7 +20994,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -21483,7 +21019,6 @@
"aIH" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
pixel_x = 12
},
/obj/effect/turf_decal/delivery,
@@ -21515,7 +21050,6 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 26
},
/obj/effect/turf_decal/stripes/line{
@@ -21526,7 +21060,8 @@
"aIL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -21540,7 +21075,6 @@
department = "Hydroponics";
departmentType = 0;
name = "Hydroponics RC";
- pixel_x = 0;
pixel_y = 32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -21606,16 +21140,16 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/delivery,
@@ -21631,7 +21165,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -21667,15 +21202,12 @@
"aIX" = (
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/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{
@@ -21686,13 +21218,12 @@
})
"aIY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -21777,8 +21308,7 @@
"aJj" = (
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -21793,12 +21323,7 @@
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/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/camera{
c_tag = "Gravity Generator Entry";
dir = 2;
@@ -21814,7 +21339,6 @@
cell_type = 5000;
dir = 1;
name = "Gravity Generator APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -21827,23 +21351,20 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/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"
+ icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -21871,34 +21392,37 @@
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/engine/gravity_generator)
"aJp" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
/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
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aJr" = (
@@ -21911,9 +21435,6 @@
/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,
@@ -21925,7 +21446,7 @@
/turf/closed/wall/r_wall,
/area/engine/supermatter)
"aJu" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
"aJv" = (
@@ -21956,22 +21477,22 @@
/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
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aJz" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -21987,12 +21508,9 @@
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -22015,8 +21533,6 @@
/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{
@@ -22025,20 +21541,17 @@
/area/engine/engineering)
"aJC" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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,
@@ -22047,8 +21560,6 @@
"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,
@@ -22056,15 +21567,11 @@
/area/engine/engineering)
"aJF" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 1;
- scrub_Toxins = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/neutral,
/area/engine/engineering)
"aJG" = (
@@ -22076,7 +21583,8 @@
/area/engine/engineering)
"aJH" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/computer/apc_control,
@@ -22092,15 +21600,12 @@
},
/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,
@@ -22108,7 +21613,6 @@
department = "Custodial Closet";
departmentType = 0;
name = "Custodial RC";
- pixel_x = 0;
pixel_y = 32
},
/obj/item/device/radio/intercom{
@@ -22130,11 +21634,10 @@
cell_type = 5000;
dir = 1;
name = "Custodial Closet APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/effect/turf_decal/bot,
@@ -22144,7 +21647,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -22168,15 +21672,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port/central)
"aJN" = (
/obj/machinery/seed_extractor,
@@ -22190,14 +21693,12 @@
/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
},
@@ -22205,36 +21706,30 @@
"aJQ" = (
/obj/effect/landmark/start/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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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
},
@@ -22264,12 +21759,11 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/redyellow,
@@ -22289,10 +21783,8 @@
/turf/closed/wall,
/area/crew_quarters/kitchen)
"aJZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Kitchen Coldroom";
@@ -22305,7 +21797,6 @@
"aKa" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -22320,10 +21811,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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/white,
/turf/open/floor/plasteel/freezer,
@@ -22333,7 +21822,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/freezer,
@@ -22343,7 +21833,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/mob/living/simple_animal/hostile/retaliate/goat{
@@ -22356,7 +21847,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -22366,15 +21858,18 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plating,
@@ -22421,7 +21916,7 @@
})
"aKl" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -22438,9 +21933,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/escape)
"aKn" = (
/obj/machinery/status_display,
@@ -22455,15 +21948,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/escape)
"aKp" = (
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/vault,
/area/engine/gravity_generator)
@@ -22477,11 +21967,13 @@
"aKs" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/door/airlock/glass_command{
@@ -22498,8 +21990,6 @@
/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{
@@ -22511,19 +22001,18 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/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"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
/turf/open/floor/plasteel/neutral,
/area/engine/gravity_generator)
"aKv" = (
@@ -22531,17 +22020,12 @@
/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
+ icon_state = "4-8"
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -22556,11 +22040,9 @@
d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -22573,42 +22055,48 @@
req_access_txt = "10"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"aKy" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 6
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aKz" = (
@@ -22626,8 +22114,7 @@
},
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/engine,
@@ -22659,25 +22146,26 @@
/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
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aKG" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -22692,15 +22180,18 @@
req_access_txt = "10"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -22710,7 +22201,8 @@
/area/engine/engineering)
"aKI" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
@@ -22719,11 +22211,13 @@
/area/engine/engineering)
"aKJ" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -22731,7 +22225,8 @@
"aKK" = (
/obj/structure/table/reinforced,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/item/clothing/gloves/color/yellow,
@@ -22752,7 +22247,8 @@
/obj/item/weapon/electronics/airlock,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -22766,23 +22262,24 @@
/obj/item/weapon/folder/yellow,
/obj/item/device/lightreplacer,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -22790,15 +22287,18 @@
"aKO" = (
/obj/machinery/computer/station_alert,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow/side{
@@ -22824,11 +22324,13 @@
"aKQ" = (
/obj/effect/landmark/start/janitor,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/green/side{
@@ -22836,15 +22338,13 @@
},
/area/janitor)
"aKR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/purple/side{
- tag = "icon-purple (NORTHEAST)";
icon_state = "purple";
dir = 5
},
@@ -22869,7 +22369,8 @@
"aKU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -22886,7 +22387,6 @@
/area/hydroponics)
"aKW" = (
/turf/open/floor/plasteel/greenblue/side{
- tag = "icon-greenblue (WEST)";
icon_state = "greenblue";
dir = 8
},
@@ -22933,7 +22433,8 @@
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
@@ -22942,7 +22443,6 @@
"aLb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/greenblue/side{
- tag = "icon-greenblue (EAST)";
icon_state = "greenblue";
dir = 4
},
@@ -22994,9 +22494,7 @@
/obj/machinery/firealarm{
dir = 4;
icon_state = "fire0";
- pixel_x = 24;
- pixel_y = 0;
- tag = "icon-fire0 (EAST)"
+ pixel_x = 24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -23036,8 +22534,6 @@
/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,
@@ -23045,8 +22541,6 @@
/area/crew_quarters/kitchen)
"aLl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/closed/wall,
@@ -23073,7 +22567,6 @@
})
"aLt" = (
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHEAST)";
icon_state = "brown";
dir = 5
},
@@ -23144,13 +22637,11 @@
/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
},
@@ -23161,13 +22652,11 @@
/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
+ pixel_x = 26
},
/turf/open/floor/plasteel/cmo,
/area/shuttle/escape)
@@ -23185,10 +22674,8 @@
pixel_y = -32
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -23258,7 +22745,6 @@
/obj/item/clothing/glasses/meson,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/effect/decal/cleanable/dirt,
@@ -23273,42 +22759,41 @@
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
- dir = 1
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/gravity_generator)
"aLM" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 1;
+ filter_type = "n2"
},
/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
+ icon_state = "1-2"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 10
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aLO" = (
@@ -23317,7 +22802,6 @@
/area/engine/supermatter)
"aLP" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 6
},
/turf/closed/wall/r_wall,
@@ -23354,12 +22838,10 @@
/turf/closed/wall/r_wall,
/area/engine/supermatter)
"aLV" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/light{
dir = 8
@@ -23368,11 +22850,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aLW" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -23398,9 +22882,8 @@
/turf/open/floor/plasteel/neutral,
/area/engine/engineering)
"aMb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/yellow,
/area/engine/engineering)
@@ -23410,7 +22893,8 @@
/area/engine/engineering)
"aMd" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -23434,20 +22918,15 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/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/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/purple/side{
@@ -23457,8 +22936,6 @@
"aMg" = (
/obj/effect/landmark/start/janitor,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/green/side{
@@ -23468,7 +22945,6 @@
"aMh" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
pixel_x = 12
},
/obj/item/weapon/reagent_containers/glass/bucket,
@@ -23494,15 +22970,14 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port/central)
"aMk" = (
/obj/machinery/plantgenes,
@@ -23517,27 +22992,26 @@
/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";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/greenblue/side,
/area/hydroponics)
"aMn" = (
/obj/effect/landmark/start/botanist,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/greenblue/side,
@@ -23547,19 +23021,19 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/greenblue/side,
@@ -23567,7 +23041,6 @@
"aMq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/greenblue/side{
- tag = "icon-greenblue (SOUTHEAST)";
icon_state = "greenblue";
dir = 6
},
@@ -23605,11 +23078,13 @@
"aMu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/redyellow,
@@ -23626,7 +23101,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -23641,7 +23117,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -23652,7 +23129,8 @@
dir = 10
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plating,
@@ -23672,7 +23150,6 @@
layer = 4.1
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
icon_state = "brown";
dir = 8
},
@@ -23687,9 +23164,8 @@
name = "\improper Departure Lounge"
})
"aMB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/landmark/lightsout,
/turf/open/floor/plasteel/neutral,
@@ -23699,7 +23175,6 @@
"aMC" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (EAST)";
icon_state = "brown";
dir = 4
},
@@ -23783,7 +23258,9 @@
"aMK" = (
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/tcommsat/server)
"aML" = (
@@ -23801,9 +23278,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/tcommsat/server)
"aMM" = (
/obj/structure/grille,
@@ -23817,7 +23292,8 @@
/area/tcommsat/server)
"aMO" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/newscaster{
@@ -23832,33 +23308,31 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 1
+ },
/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
},
+/obj/machinery/atmospherics/pipe/manifold/orange/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aMQ" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/poddoor/shutters/preopen{
id = "engsm";
@@ -23895,10 +23369,8 @@
/turf/open/floor/plating,
/area/engine/supermatter)
"aMT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/engine,
/area/engine/supermatter)
@@ -23906,9 +23378,8 @@
/turf/open/floor/engine,
/area/engine/supermatter)
"aMV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/engine,
/area/engine/supermatter)
@@ -23916,7 +23387,6 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -23935,8 +23405,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/poddoor/shutters/preopen{
id = "engsm";
@@ -23949,20 +23418,21 @@
/turf/open/floor/plating,
/area/engine/supermatter)
"aMZ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/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
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aNa" = (
@@ -23977,8 +23447,7 @@
desc = "A handy sign praising the engineering department.";
icon_state = "safety";
name = "engineering plaque";
- pixel_y = -32;
- tag = "icon-safety"
+ pixel_y = -32
},
/obj/item/clothing/glasses/meson/engine,
/obj/effect/turf_decal/stripes/line{
@@ -24045,7 +23514,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/light,
@@ -24069,11 +23537,11 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/camera{
@@ -24104,7 +23572,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/obj/effect/turf_decal/bot,
@@ -24113,7 +23580,8 @@
"aNk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -24152,7 +23620,8 @@
/obj/effect/decal/cleanable/blood/splatter,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -24197,7 +23666,6 @@
/obj/machinery/hydroponics/constructable,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/light,
@@ -24247,15 +23715,14 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/bar{
name = "Atrium"
})
@@ -24268,9 +23735,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/crew_quarters/bar{
name = "Atrium"
})
@@ -24280,7 +23745,8 @@
dir = 5
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plating,
@@ -24291,7 +23757,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -24303,7 +23770,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -24311,16 +23779,16 @@
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plating,
@@ -24330,7 +23798,8 @@
dir = 9
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plating,
@@ -24360,11 +23829,9 @@
/obj/item/weapon/stamp,
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (WEST)";
icon_state = "brown";
dir = 8
},
@@ -24386,7 +23853,6 @@
/obj/structure/closet/crate,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/light,
@@ -24410,7 +23876,6 @@
/obj/structure/closet/crate,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/obj/effect/turf_decal/delivery,
@@ -24429,7 +23894,6 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = -26
},
/obj/effect/decal/cleanable/dirt,
@@ -24449,7 +23913,6 @@
pixel_y = 1
},
/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 0;
pixel_y = -1
},
/obj/item/weapon/storage/toolbox/emergency{
@@ -24548,7 +24011,6 @@
/obj/machinery/computer/telecomms/monitor,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel/vault{
@@ -24557,22 +24019,23 @@
/area/tcommsat/server)
"aNY" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aNZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/structure/cable{
d1 = 1;
d2 = 4;
@@ -24581,12 +24044,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/orange/visible,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aOa" = (
@@ -24604,8 +24067,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/poddoor/shutters/preopen{
id = "engsm";
@@ -24619,27 +24081,27 @@
/turf/open/floor/plating,
/area/engine/supermatter)
"aOc" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/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
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aOd" = (
/obj/machinery/power/apc{
dir = 4;
name = "Engine Room APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable/white,
/obj/effect/decal/cleanable/dirt,
@@ -24659,15 +24121,14 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/janitor)
"aOg" = (
/obj/machinery/door/airlock/maintenance_hatch{
@@ -24676,15 +24137,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port/central)
"aOh" = (
/obj/structure/grille,
@@ -24701,9 +24161,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hydroponics)
"aOj" = (
/obj/structure/grille,
@@ -24734,7 +24192,6 @@
layer = 4.1
},
/turf/open/floor/plasteel/redyellow/side{
- tag = "icon-redyellow (NORTHWEST)";
icon_state = "redyellow";
dir = 9
},
@@ -24742,18 +24199,17 @@
"aOn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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
},
@@ -24761,7 +24217,6 @@
"aOp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/redyellow/side{
- tag = "icon-redyellow (NORTH)";
icon_state = "redyellow";
dir = 1
},
@@ -24771,7 +24226,6 @@
icon_state = "plant-22"
},
/turf/open/floor/plasteel/redyellow/side{
- tag = "icon-redyellow (NORTHEAST)";
icon_state = "redyellow";
dir = 5
},
@@ -24781,8 +24235,7 @@
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"
+ name = "supply department"
},
/obj/structure/sign/directions/science{
pixel_y = -8
@@ -24811,15 +24264,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/starboard/central)
"aOv" = (
/obj/machinery/computer/message_monitor,
@@ -24835,18 +24287,15 @@
/obj/structure/chair/office/dark{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/server)
@@ -24865,13 +24314,17 @@
/area/tcommsat/server)
"aOz" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aOA" = (
@@ -24891,8 +24344,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/poddoor/shutters/preopen{
id = "engsm";
@@ -24923,8 +24375,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/poddoor/shutters/preopen{
id = "engsm";
@@ -24936,14 +24387,16 @@
/turf/open/floor/plating,
/area/engine/supermatter)
"aOF" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aOG" = (
@@ -24961,7 +24414,8 @@
/area/maintenance/port)
"aOI" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -24972,7 +24426,8 @@
/area/maintenance/port)
"aOJ" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -24983,7 +24438,8 @@
"aOK" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -24996,7 +24452,8 @@
/area/maintenance/port)
"aOL" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -25005,9 +24462,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port)
"aOM" = (
/obj/effect/decal/cleanable/dirt,
@@ -25015,15 +24470,14 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port)
"aON" = (
/obj/effect/decal/cleanable/dirt,
@@ -25036,7 +24490,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -25053,7 +24508,8 @@
pixel_y = 32
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -25065,11 +24521,13 @@
"aOP" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25085,7 +24543,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25096,16 +24555,16 @@
})
"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";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25116,12 +24575,11 @@
})
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25136,11 +24594,13 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25154,7 +24614,8 @@
/obj/effect/landmark/lightsout,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -25172,7 +24633,8 @@
pixel_y = 26
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/camera{
@@ -25180,7 +24642,6 @@
network = list("SS13","Prison")
},
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (NORTH)";
icon_state = "greencorner";
dir = 1
},
@@ -25192,25 +24653,23 @@
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";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (NORTH)";
icon_state = "purplecorner";
dir = 1
},
@@ -25228,15 +24687,15 @@
pixel_y = 24
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (NORTH)";
icon_state = "greencorner";
dir = 1
},
@@ -25246,11 +24705,13 @@
"aOY" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25267,7 +24728,8 @@
pixel_y = 32
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25280,21 +24742,16 @@
/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/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/newscaster{
pixel_y = 32
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (NORTH)";
icon_state = "greencorner";
dir = 1
},
@@ -25306,11 +24763,11 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
icon_state = "bluecorner";
dir = 1
},
@@ -25322,7 +24779,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/camera{
@@ -25330,7 +24788,6 @@
network = list("SS13","Prison")
},
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (NORTH)";
icon_state = "greencorner";
dir = 1
},
@@ -25343,7 +24800,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -25354,11 +24812,11 @@
"aPe" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
icon_state = "bluecorner";
dir = 1
},
@@ -25369,11 +24827,11 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/green/corner{
- tag = "icon-greencorner (NORTH)";
icon_state = "greencorner";
dir = 1
},
@@ -25383,11 +24841,11 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
icon_state = "bluecorner";
dir = 1
},
@@ -25400,31 +24858,32 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel{
@@ -25433,12 +24892,11 @@
/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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -25451,11 +24909,13 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel{
@@ -25467,7 +24927,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -25477,7 +24938,8 @@
"aPm" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -25488,14 +24950,10 @@
/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/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -25507,22 +24965,21 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
- icon_state = "L13";
- name = "floor"
+ icon_state = "L13"
},
/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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25537,7 +24994,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25550,11 +25008,11 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25569,7 +25027,8 @@
pixel_y = 32
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25584,7 +25043,8 @@
pixel_y = 32
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25594,11 +25054,13 @@
"aPu" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25609,12 +25071,11 @@
})
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25629,7 +25090,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25640,16 +25102,16 @@
})
"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";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -25743,13 +25205,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/tcommsat/server)
"aPI" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/extinguisher_cabinet{
@@ -25759,17 +25220,23 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
+ dir = 1;
+ filter_type = "freon";
+ name = "gas filter (freon)"
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aPJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/orange/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aPK" = (
@@ -25782,18 +25249,16 @@
/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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aPN" = (
@@ -25818,14 +25283,13 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -25839,9 +25303,7 @@
/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
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -25849,9 +25311,7 @@
"aPR" = (
/obj/structure/girder,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/port)
@@ -25861,9 +25321,7 @@
/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
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -25875,9 +25333,7 @@
/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
+ dir = 4
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -25951,7 +25407,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -25965,9 +25422,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8;
@@ -26010,8 +25466,6 @@
})
"aQe" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
@@ -26024,7 +25478,6 @@
"aQf" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -26074,7 +25527,6 @@
"aQk" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -26086,8 +25538,6 @@
/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{
@@ -26100,7 +25550,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel{
@@ -26111,9 +25562,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel{
icon_state = "L4"
@@ -26151,8 +25601,6 @@
/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{
@@ -26170,7 +25618,6 @@
"aQu" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -26193,7 +25640,6 @@
"aQx" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -26209,7 +25655,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -26222,8 +25669,6 @@
},
/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,
@@ -26272,9 +25717,7 @@
"aQD" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood{
icon_state = "wood-broken"
},
@@ -26299,7 +25742,6 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -26318,11 +25760,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel/grimy,
/area/tcommsat/server)
"aQI" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -26330,22 +25774,20 @@
},
/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
},
+/obj/machinery/atmospherics/pipe/manifold/orange/visible{
+ dir = 8
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aQK" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple{
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
dir = 4
},
/turf/open/floor/plasteel,
@@ -26363,24 +25805,21 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/components/trinary/filter{
+/obj/machinery/atmospherics/components/trinary/filter/critical{
dir = 4
},
/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
},
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
/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 Aft";
@@ -26388,27 +25827,30 @@
network = list("SS13","Engine");
pixel_x = 23
},
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
/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
},
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
/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
},
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aQR" = (
@@ -26416,21 +25858,20 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/manifold/orange/visible{
dir = 1
},
-/obj/machinery/meter,
/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
},
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aQT" = (
@@ -26446,7 +25887,8 @@
/area/maintenance/port)
"aQV" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -26471,9 +25913,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/library)
"aQZ" = (
/obj/machinery/door/firedoor,
@@ -26482,22 +25922,19 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/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
+ name = "Library Rules Sign"
},
/turf/closed/wall,
/area/library)
@@ -26516,16 +25953,15 @@
req_access_txt = "5"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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)"
- },
+/turf/open/floor/plasteel,
/area/medical/morgue)
"aRe" = (
/obj/structure/grille,
@@ -26588,7 +26024,8 @@
"aRl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -26654,15 +26091,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/science/research)
"aRv" = (
/obj/machinery/door/firedoor,
@@ -26674,9 +26110,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/science/research)
"aRw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -26691,15 +26125,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
@@ -26723,15 +26156,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/starboard)
"aRB" = (
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -26739,8 +26169,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -26756,7 +26185,6 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -26770,20 +26198,18 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
"aRF" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
-/obj/structure/closet/crate/bin,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
@@ -26795,74 +26221,73 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aRG" = (
+/obj/structure/cable/white{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/obj/machinery/atmospherics/components/binary/pump{
dir = 2;
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";
+ d1 = 4;
+ d2 = 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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/yellow,
/area/engine/engineering)
"aRJ" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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";
+ d1 = 4;
+ d2 = 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
},
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aRL" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/general/visible{
@@ -26882,17 +26307,19 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aRN" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ icon_state = "pump_map";
+ name = "Freezer to Gas"
+ },
/turf/open/floor/plasteel/neutral,
/area/engine/engineering)
"aRO" = (
/obj/effect/landmark/start/station_engineer,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
dir = 9
},
/turf/open/floor/plasteel/yellow,
@@ -26914,7 +26341,6 @@
"aRR" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/effect/decal/cleanable/dirt,
@@ -26927,7 +26353,8 @@
"aRS" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -26966,7 +26393,6 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel/vault{
@@ -27013,7 +26439,8 @@
"aSb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
@@ -27044,7 +26471,8 @@
/area/medical/morgue)
"aSf" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -27069,7 +26497,6 @@
/obj/structure/closet/wardrobe/chemistry_white,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/item/device/radio/intercom{
@@ -27090,11 +26517,10 @@
cell_type = 5000;
dir = 1;
name = "Chemistry Lab APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -27147,23 +26573,20 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aSp" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aSq" = (
/obj/machinery/ai_status_display,
@@ -27184,13 +26607,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aSu" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table,
@@ -27225,12 +26647,7 @@
},
/area/science/lab)
"aSw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 1;
- scrub_Toxins = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/whitepurple/corner{
dir = 4
},
@@ -27243,7 +26660,6 @@
department = "Research Lab";
departmentType = 0;
name = "Research RC";
- pixel_x = 0;
pixel_y = 32;
receive_ore_updates = 1
},
@@ -27270,12 +26686,12 @@
},
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/end{
@@ -27298,7 +26714,8 @@
"aSC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -27349,7 +26766,6 @@
/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)
@@ -27386,7 +26802,6 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -27398,8 +26813,6 @@
/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,
@@ -27444,11 +26857,17 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/components/unary/thermomachine/heater{
+ dir = 1;
+ on = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"aSV" = (
/obj/machinery/power/emitter{
- tag = "icon-emitter (NORTH)";
icon_state = "emitter";
dir = 1;
anchored = 1;
@@ -27472,20 +26891,15 @@
target_temperature = 80
},
/obj/effect/turf_decal/stripes/line{
- dir = 9
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
/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/effect/turf_decal/stripes/line{
- dir = 5
- },
+/obj/structure/closet/crate/bin,
/turf/open/floor/plasteel,
/area/engine/engineering)
"aSY" = (
@@ -27494,8 +26908,7 @@
pixel_x = -5
},
/obj/item/weapon/tank/internals/emergency_oxygen/engi{
- pixel_x = 5;
- pixel_y = 0
+ pixel_x = 5
},
/obj/item/device/geiger_counter,
/obj/item/device/geiger_counter,
@@ -27520,7 +26933,8 @@
/area/engine/engineering)
"aTb" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -27534,12 +26948,7 @@
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/vault{
dir = 5
},
@@ -27595,21 +27004,19 @@
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plating,
/area/medical/morgue)
"aTk" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -27619,8 +27026,6 @@
/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{
@@ -27649,7 +27054,6 @@
/obj/machinery/door/window/southright,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/vault,
@@ -27674,7 +27078,8 @@
/area/medical/chemistry)
"aTr" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whiteyellow/corner{
@@ -27722,7 +27127,6 @@
"aTw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (NORTH)";
icon_state = "bluecorner";
dir = 1
},
@@ -27730,7 +27134,8 @@
"aTx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -27771,7 +27176,6 @@
"aTE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/purple/corner{
- tag = "icon-purplecorner (EAST)";
icon_state = "purplecorner";
dir = 4
},
@@ -27836,16 +27240,16 @@
/area/science/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -27858,7 +27262,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -27875,7 +27280,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -27886,15 +27292,18 @@
"aTP" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -27907,7 +27316,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -27920,7 +27330,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -27931,7 +27342,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/blobstart,
@@ -27943,7 +27355,8 @@
dir = 10
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/delivery,
@@ -27982,7 +27395,6 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -27993,19 +27405,16 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
"aTZ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/general/visible{
@@ -28014,7 +27423,6 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -28025,7 +27433,8 @@
"aUb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -28040,7 +27449,7 @@
pixel_y = 3
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plasteel/black,
@@ -28050,7 +27459,8 @@
dir = 6
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
@@ -28058,7 +27468,8 @@
"aUe" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
@@ -28068,19 +27479,19 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
@@ -28088,18 +27499,21 @@
"aUh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/grimy,
/area/library)
"aUi" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/vault{
@@ -28116,8 +27530,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plating,
/area/medical/morgue)
@@ -28125,7 +27538,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -28155,10 +27569,7 @@
},
/area/medical/medbay/zone3)
"aUp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/whiteblue/side{
dir = 1
},
@@ -28183,18 +27594,19 @@
/area/medical/chemistry)
"aUt" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/yellow,
@@ -28202,26 +27614,21 @@
"aUv" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/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,
@@ -28231,7 +27638,6 @@
/area/hallway/primary/central)
"aUz" = (
/obj/structure/chair/comfy/brown{
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/plasteel/grimy,
@@ -28278,8 +27684,7 @@
/obj/item/weapon/stock_parts/manipulator,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -28292,11 +27697,13 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -28307,16 +27714,13 @@
/obj/machinery/power/apc{
dir = 4;
name = "Research Division APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -28337,8 +27741,6 @@
/area/science/research)
"aUJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/closed/wall/r_wall,
@@ -28347,7 +27749,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -28363,21 +27766,16 @@
/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/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/wood{
@@ -28388,16 +27786,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 7
+ icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -28482,8 +27876,6 @@
/area/library)
"aUY" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/grimy,
@@ -28497,7 +27889,8 @@
dir = 10
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
@@ -28507,8 +27900,7 @@
/obj/item/weapon/storage/crayons,
/obj/item/weapon/storage/crayons,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
@@ -28529,12 +27921,11 @@
"aVd" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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{
@@ -28569,12 +27960,7 @@
/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/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/whiteblue/side{
dir = 8
},
@@ -28583,8 +27969,6 @@
/obj/machinery/holopad,
/obj/effect/landmark/start/medical_doctor,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/bot,
@@ -28612,27 +27996,23 @@
"aVk" = (
/obj/effect/landmark/start/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/whiteyellow/corner,
/area/medical/chemistry)
"aVn" = (
@@ -28643,28 +28023,24 @@
departmentType = 0;
name = "Chemistry RC";
pixel_x = 32;
- pixel_y = 0;
receive_ore_updates = 1
},
/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";
+ d1 = 1;
+ d2 = 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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/hallway/primary/central)
@@ -28673,17 +28049,13 @@
/turf/open/floor/carpet,
/area/hallway/primary/central)
"aVr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/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,
@@ -28697,7 +28069,7 @@
pixel_y = 3
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -28707,11 +28079,10 @@
/area/science/lab)
"aVu" = (
/obj/effect/landmark/start/scientist,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -28743,13 +28114,12 @@
/area/science/lab)
"aVy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -28758,8 +28128,6 @@
/area/science/research)
"aVz" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -28770,11 +28138,10 @@
/turf/closed/wall,
/area/science/research)
"aVB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 2;
external_pressure_bound = 140;
name = "server vent";
- on = 1;
pressure_checks = 0
},
/turf/open/floor/circuit/green{
@@ -28789,15 +28156,10 @@
},
/area/science/research)
"aVD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 2;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- name = "server vent";
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/obj/machinery/camera{
c_tag = "Server Room";
@@ -28817,12 +28179,11 @@
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -28882,7 +28243,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -28925,9 +28287,8 @@
},
/area/library)
"aVT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/library)
@@ -28944,7 +28305,8 @@
"aVW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -28975,12 +28337,12 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -28988,8 +28350,6 @@
/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{
@@ -29043,8 +28403,6 @@
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,
@@ -29081,7 +28439,6 @@
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/light,
@@ -29109,7 +28466,8 @@
/area/medical/chemistry)
"aWi" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -29145,7 +28503,8 @@
"aWl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/corner,
@@ -29161,7 +28520,6 @@
"aWn" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/light,
@@ -29190,7 +28548,8 @@
"aWq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -29218,8 +28577,6 @@
/area/science/research)
"aWt" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -29230,8 +28587,6 @@
"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/circuit/green{
@@ -29242,7 +28597,8 @@
"aWv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -29319,7 +28675,8 @@
"aWF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
@@ -29343,7 +28700,7 @@
pixel_y = -26
},
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
@@ -29353,7 +28710,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/old,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plating,
@@ -29363,9 +28721,7 @@
/obj/machinery/camera{
c_tag = "Medbay Morgue";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -29387,9 +28743,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/medical/medbay/zone3)
"aWM" = (
/obj/structure/grille,
@@ -29405,16 +28759,15 @@
req_access_txt = "5; 33"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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)"
- },
+/turf/open/floor/plasteel,
/area/medical/chemistry)
"aWO" = (
/obj/structure/grille,
@@ -29438,7 +28791,6 @@
/obj/effect/landmark/start/assistant,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/grimy,
@@ -29463,7 +28815,6 @@
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plasteel/grimy,
@@ -29483,15 +28834,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/science/lab)
"aWV" = (
/obj/structure/grille,
@@ -29511,7 +28861,7 @@
/area/science/research)
"aWY" = (
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/grille,
@@ -29525,11 +28875,13 @@
/area/science/research)
"aWZ" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/door/poddoor/preopen{
@@ -29547,7 +28899,7 @@
/area/science/research)
"aXa" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/structure/grille,
@@ -29561,7 +28913,8 @@
"aXb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -29577,7 +28930,8 @@
})
"aXd" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -29591,8 +28945,7 @@
},
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/black,
/area/library)
@@ -29621,7 +28974,6 @@
"aXi" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/black,
@@ -29709,7 +29061,8 @@
/area/medical/medbay/zone3)
"aXt" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -29727,8 +29080,7 @@
id = "MedbayFoyer";
name = "Medbay Doors Control";
normaldoorcontrol = 1;
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/machinery/light{
dir = 4
@@ -29747,8 +29099,6 @@
/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{
@@ -29779,7 +29129,8 @@
"aXz" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -29792,7 +29143,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -29801,12 +29153,11 @@
/area/science/research)
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -29818,7 +29169,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -29828,15 +29180,18 @@
"aXD" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/landmark/lightsout,
@@ -29850,7 +29205,8 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -29864,7 +29220,8 @@
req_access_txt = "30"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -29878,7 +29235,8 @@
"aXG" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -29890,17 +29248,17 @@
/area/science/research)
"aXH" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -29912,7 +29270,6 @@
/obj/item/weapon/wrench,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/vault{
@@ -29922,7 +29279,8 @@
"aXJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -29961,15 +29319,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/library)
"aXO" = (
/obj/structure/table/glass,
@@ -29991,9 +29348,7 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = -30;
- pixel_y = 0;
- pixel_z = 0
+ pixel_x = -30
},
/obj/machinery/camera{
c_tag = "Medbay Storage";
@@ -30016,7 +29371,6 @@
/obj/structure/closet/secure_closet/medical3,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 26
},
/obj/machinery/light_switch{
@@ -30034,7 +29388,6 @@
/area/medical/medbay/zone3)
"aXS" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -30082,15 +29435,13 @@
/turf/open/floor/plasteel,
/area/medical/medbay/zone3)
"aXX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/medical/medbay/zone3)
"aXY" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -30105,12 +29456,9 @@
/area/medical/medbay/zone3)
"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
},
@@ -30121,7 +29469,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -30180,7 +29529,6 @@
"aYi" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -30208,9 +29556,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/whitepurple/corner{
dir = 8
@@ -30220,7 +29567,6 @@
/obj/machinery/light,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -30232,8 +29578,6 @@
/area/science/research)
"aYn" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -30246,7 +29590,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/corner,
@@ -30276,8 +29621,7 @@
},
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -30293,13 +29637,10 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -30307,7 +29648,7 @@
/area/science/research)
"aYs" = (
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/machinery/computer/rdservercontrol,
@@ -30321,7 +29662,8 @@
dir = 5
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -30337,7 +29679,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -30352,7 +29695,8 @@
dir = 10
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -30372,10 +29716,8 @@
/area/library)
"aYx" = (
/obj/effect/landmark/start/librarian,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/library)
@@ -30395,7 +29737,8 @@
/area/library)
"aYz" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -30406,7 +29749,8 @@
"aYA" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -30418,7 +29762,8 @@
/area/maintenance/port)
"aYB" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -30431,7 +29776,8 @@
/area/maintenance/port)
"aYC" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -30443,7 +29789,8 @@
"aYD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -30456,11 +29803,13 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/delivery,
@@ -30468,7 +29817,8 @@
/area/maintenance/port)
"aYF" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -30496,7 +29846,6 @@
},
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/effect/turf_decal/delivery,
@@ -30518,9 +29867,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (WEST)"
- },
+/turf/open/floor/plasteel,
/area/medical/medbay/zone3)
"aYK" = (
/obj/effect/turf_decal/delivery,
@@ -30528,10 +29875,8 @@
/area/medical/medbay/zone3)
"aYL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/whiteblue/corner{
dir = 1
@@ -30539,15 +29884,12 @@
/area/medical/medbay/zone3)
"aYM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/zone3)
"aYN" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/line{
@@ -30572,15 +29914,14 @@
/area/medical/medbay/zone3)
"aYQ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/zone3)
"aYR" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
@@ -30622,7 +29963,8 @@
"aYV" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -30648,8 +29990,6 @@
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,
@@ -30677,9 +30017,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"aZe" = (
/obj/structure/grille,
@@ -30692,23 +30030,20 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/science/research)
"aZg" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/science/research)
"aZh" = (
/obj/structure/sign/nanotrasen,
@@ -30723,8 +30058,6 @@
/area/science/robotics/lab)
"aZk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/closed/wall/r_wall,
@@ -30737,8 +30070,6 @@
/area/science/robotics/lab)
"aZm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/closed/wall/r_wall,
@@ -30746,7 +30077,8 @@
"aZn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -30796,7 +30128,8 @@
"aZt" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -30810,7 +30143,6 @@
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
/obj/machinery/status_display{
- pixel_x = 0;
pixel_y = -32
},
/obj/machinery/newscaster{
@@ -30840,15 +30172,15 @@
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/library)
"aZx" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -30883,14 +30215,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port)
"aZB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/closed/wall,
@@ -30914,7 +30242,8 @@
pixel_x = -32
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/turf_decal/delivery,
@@ -30922,24 +30251,21 @@
/area/medical/medbay/zone3)
"aZD" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/cmo,
/area/medical/medbay/zone3)
"aZE" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/cmo,
/area/medical/medbay/zone3)
@@ -30950,7 +30276,8 @@
req_access_txt = "5"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -30959,13 +30286,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (WEST)"
- },
+/turf/open/floor/plasteel,
/area/medical/medbay/zone3)
"aZG" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -30976,7 +30302,8 @@
/area/medical/medbay/zone3)
"aZH" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -30989,7 +30316,8 @@
/area/medical/medbay/zone3)
"aZI" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
@@ -30997,18 +30325,21 @@
/area/medical/medbay/zone3)
"aZJ" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/landmark/lightsout,
@@ -31017,7 +30348,8 @@
"aZK" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31029,7 +30361,8 @@
"aZL" = (
/obj/effect/landmark/start/medical_doctor,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31039,7 +30372,8 @@
/area/medical/medbay/zone3)
"aZM" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31050,11 +30384,13 @@
/area/medical/medbay/zone3)
"aZN" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31065,7 +30401,8 @@
/area/medical/medbay/zone3)
"aZO" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
@@ -31079,7 +30416,8 @@
req_access_txt = "5"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -31092,12 +30430,11 @@
/area/medical/medbay/zone3)
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -31110,15 +30447,18 @@
pixel_x = 24
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral,
@@ -31126,8 +30466,7 @@
"aZS" = (
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
},
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
@@ -31146,18 +30485,16 @@
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/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";
+ d2 = 2;
icon_state = "0-2"
},
/obj/effect/turf_decal/bot,
@@ -31192,7 +30529,8 @@
"aZZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -31235,9 +30573,7 @@
/obj/effect/turf_decal/stripes/end{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/robotics/lab)
"bad" = (
/obj/structure/rack,
@@ -31258,9 +30594,7 @@
/obj/effect/turf_decal/stripes/end{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/robotics/lab)
"baf" = (
/obj/item/stack/sheet/metal{
@@ -31309,7 +30643,6 @@
department = "Robotics Lab";
departmentType = 0;
name = "Robotics RC";
- pixel_x = 0;
pixel_y = 32;
receive_ore_updates = 1
},
@@ -31326,7 +30659,8 @@
"bai" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -31343,10 +30677,8 @@
/area/maintenance/port)
"bal" = (
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -31376,12 +30708,11 @@
"bao" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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,
@@ -31430,8 +30761,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Medbay APC";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/obj/structure/cable/white,
/obj/effect/turf_decal/delivery,
@@ -31448,9 +30778,7 @@
/obj/machinery/light,
/obj/structure/noticeboard{
dir = 1;
- icon_state = "nboard00";
- pixel_y = -32;
- tag = "icon-nboard00 (NORTH)"
+ pixel_y = -32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -31462,7 +30790,6 @@
/obj/machinery/vending/medical,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -31476,7 +30803,6 @@
/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{
@@ -31486,7 +30812,6 @@
/area/medical/medbay/zone3)
"bax" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/obj/machinery/newscaster{
@@ -31498,9 +30823,7 @@
/obj/effect/turf_decal/stripes/end{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (EAST)"
- },
+/turf/open/floor/plasteel,
/area/medical/medbay/zone3)
"bay" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -31517,12 +30840,11 @@
/area/medical/medbay/zone3)
"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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -31541,8 +30863,6 @@
/area/medical/medbay/zone3)
"baD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/blue,
@@ -31558,27 +30878,24 @@
"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"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/camera{
c_tag = "Medbay Foyer";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
@@ -31597,7 +30914,8 @@
/area/hallway/primary/central)
"baJ" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/table/reinforced,
@@ -31633,20 +30951,19 @@
"baN" = (
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/camera{
@@ -31662,7 +30979,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -31676,7 +30994,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -31689,7 +31008,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -31708,7 +31028,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -31722,7 +31043,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -31732,15 +31054,18 @@
"baT" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/whitepurple/corner{
@@ -31767,8 +31092,6 @@
/area/science/robotics/lab)
"baW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -31777,10 +31100,8 @@
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"baX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -31810,7 +31131,6 @@
/obj/structure/table/reinforced,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/effect/turf_decal/bot,
@@ -31819,7 +31139,8 @@
"bbb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -31845,7 +31166,8 @@
/area/maintenance/port)
"bbf" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -31856,7 +31178,8 @@
/area/maintenance/port)
"bbg" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -31867,7 +31190,8 @@
"bbh" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -31878,7 +31202,8 @@
/area/maintenance/port)
"bbi" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -31892,11 +31217,11 @@
"bbj" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -31905,7 +31230,8 @@
"bbk" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -31945,16 +31271,15 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port)
"bbp" = (
/obj/machinery/light{
@@ -31968,7 +31293,8 @@
"bbq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whiteblue/corner,
@@ -31994,9 +31320,7 @@
/obj/machinery/firealarm{
dir = 4;
icon_state = "fire0";
- pixel_x = 24;
- pixel_y = 0;
- tag = "icon-fire0 (EAST)"
+ pixel_x = 24
},
/obj/machinery/light{
dir = 4
@@ -32006,12 +31330,9 @@
/area/medical/medbay/zone3)
"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
},
@@ -32022,7 +31343,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -32055,11 +31377,13 @@
/area/hallway/primary/central)
"bbz" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/holopad,
@@ -32071,19 +31395,16 @@
/area/hallway/primary/central)
"bbA" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
dir = 4;
name = "Security Checkpoint APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 4
@@ -32091,12 +31412,11 @@
/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";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -32110,7 +31430,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -32128,15 +31449,12 @@
"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/science/robotics/mechbay)
"bbF" = (
/obj/machinery/mech_bay_recharge_port{
- tag = "icon-recharge_port (WEST)";
icon_state = "recharge_port";
dir = 8
},
@@ -32162,11 +31480,13 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -32183,7 +31503,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -32193,12 +31514,11 @@
/area/science/robotics/lab)
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -32213,7 +31533,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/effect/turf_decal/bot,
@@ -32244,10 +31565,8 @@
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"bbO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -32255,7 +31574,8 @@
"bbP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/landmark/blobstart,
@@ -32272,14 +31592,11 @@
/area/maintenance/port)
"bbS" = (
/turf/open/floor/wood{
- tag = "icon-wood-broken6";
icon_state = "wood-broken6"
},
/area/maintenance/port)
"bbT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/closed/wall,
@@ -32298,9 +31615,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port)
"bbV" = (
/obj/structure/grille,
@@ -32326,14 +31641,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port)
"bbX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/closed/wall,
@@ -32353,9 +31664,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port)
"bca" = (
/obj/structure/sign/poster/contraband/random,
@@ -32363,7 +31672,8 @@
/area/maintenance/port)
"bcb" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -32385,7 +31695,6 @@
/obj/machinery/vending/wallmed{
name = "Emergency NanoMed";
pixel_x = -26;
- pixel_y = 0;
req_access_txt = "0";
use_power = 0
},
@@ -32398,7 +31707,6 @@
/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,
@@ -32420,7 +31728,6 @@
"bch" = (
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -32462,19 +31769,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/medical/medbay/zone3)
"bcl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -32484,8 +31788,7 @@
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
},
/turf/open/floor/plating,
/area/hallway/primary/central)
@@ -32499,7 +31802,8 @@
/area/hallway/primary/central)
"bco" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -32515,21 +31819,18 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -32570,7 +31871,8 @@
"bcx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/corner,
@@ -32587,7 +31889,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line,
@@ -32648,7 +31951,6 @@
/area/maintenance/port)
"bcI" = (
/turf/open/floor/wood{
- tag = "icon-wood-broken2";
icon_state = "wood-broken2"
},
/area/maintenance/port)
@@ -32712,11 +32014,13 @@
"bcS" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -32733,14 +32037,13 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
dir = 4;
name = "Port Maintenance APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -32766,10 +32069,8 @@
/turf/open/floor/plasteel/neutral,
/area/medical/medbay/zone3)
"bcW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/zone3)
@@ -32787,12 +32088,9 @@
"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{
@@ -32822,9 +32120,8 @@
dir = 1
},
/obj/effect/landmark/start/medical_doctor,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 9
@@ -32847,11 +32144,13 @@
"bdd" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -32861,7 +32160,8 @@
/area/hallway/primary/central)
"bde" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/table/reinforced,
@@ -32879,18 +32179,21 @@
/area/hallway/primary/central)
"bdf" = (
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/chair/office/dark{
dir = 8
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral,
@@ -32898,11 +32201,11 @@
"bdg" = (
/obj/machinery/computer/security,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/red,
@@ -32911,15 +32214,13 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 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,
@@ -32930,7 +32231,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -32961,8 +32263,6 @@
"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{
@@ -32980,16 +32280,13 @@
"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/circuit/green,
/area/science/robotics/mechbay)
"bdo" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/circuit/green,
/area/science/robotics/mechbay)
@@ -32999,10 +32296,8 @@
/area/science/robotics/mechbay)
"bdq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/whitepurple/corner{
dir = 8
@@ -33010,20 +32305,18 @@
/area/science/research)
"bdr" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/corner,
@@ -33037,12 +32330,11 @@
/obj/machinery/power/apc{
dir = 8;
name = "Robotics Lab APC";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/effect/turf_decal/bot,
@@ -33051,15 +32343,18 @@
"bdu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/bot,
@@ -33100,12 +32395,11 @@
/area/science/robotics/lab)
"bdz" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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,
@@ -33130,10 +32424,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/old,
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -33145,9 +32437,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (EAST)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/starboard)
"bdD" = (
/obj/structure/table/wood,
@@ -33164,7 +32454,6 @@
"bdF" = (
/obj/structure/chair/stool/bar,
/turf/open/floor/wood{
- tag = "icon-wood-broken5";
icon_state = "wood-broken5"
},
/area/maintenance/port)
@@ -33172,7 +32461,6 @@
/obj/structure/chair/stool/bar,
/obj/effect/landmark/revenantspawn,
/turf/open/floor/wood{
- tag = "icon-wood-broken2";
icon_state = "wood-broken2"
},
/area/maintenance/port)
@@ -33180,7 +32468,6 @@
/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{
@@ -33236,9 +32523,8 @@
/area/maintenance/port)
"bdM" = (
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/bar,
/area/maintenance/port)
@@ -33263,7 +32549,8 @@
"bdO" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -33282,7 +32569,6 @@
/obj/structure/closet/secure_closet/medical2,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/obj/structure/extinguisher_cabinet{
@@ -33294,16 +32580,14 @@
/area/medical/medbay/zone3)
"bdR" = (
/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/blue,
/area/medical/medbay/zone3)
"bdS" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -33330,7 +32614,6 @@
"bdU" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -33342,7 +32625,8 @@
"bdV" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whiteblue/side,
@@ -33352,9 +32636,8 @@
/obj/structure/extinguisher_cabinet{
pixel_y = -26
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/camera{
c_tag = "Medbay Recovery Room";
@@ -33382,7 +32665,6 @@
"bdY" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/whiteblue/side{
@@ -33395,13 +32677,10 @@
},
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 6
@@ -33437,13 +32716,11 @@
/area/hallway/primary/central)
"bed" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral,
/area/hallway/primary/central)
"bee" = (
@@ -33458,7 +32735,8 @@
"bef" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/corner{
@@ -33470,13 +32748,10 @@
/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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -33499,7 +32774,6 @@
/area/science/robotics/mechbay)
"bej" = (
/obj/machinery/mech_bay_recharge_port{
- tag = "icon-recharge_port (WEST)";
icon_state = "recharge_port";
dir = 8
},
@@ -33516,7 +32790,8 @@
"bel" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -33529,7 +32804,6 @@
/obj/machinery/cell_charger,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = -26
},
/obj/effect/decal/cleanable/dirt,
@@ -33542,7 +32816,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -33719,16 +32994,15 @@
/area/maintenance/port)
"beD" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 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)"
- },
+/turf/open/floor/plasteel,
/area/maintenance/port)
"beE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -33742,15 +33016,14 @@
req_access_txt = "5"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/medical/medbay/zone3)
"beG" = (
/obj/structure/sign/bluecross_2,
@@ -33763,7 +33036,6 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plasteel/red/side{
@@ -33772,7 +33044,8 @@
/area/hallway/primary/central)
"beI" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -33782,7 +33055,6 @@
/obj/structure/closet/secure_closet/security,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/machinery/camera{
@@ -33803,7 +33075,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/purple/corner,
@@ -33824,9 +33097,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/science/research)
"beN" = (
/obj/machinery/door/firedoor,
@@ -33839,15 +33110,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/science/research)
"beO" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -33864,20 +33134,17 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/science/robotics/lab)
"beQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/closed/wall/r_wall,
@@ -33885,7 +33152,8 @@
"beR" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -33895,20 +33163,21 @@
/area/maintenance/port)
"beS" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 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,
@@ -33917,12 +33186,11 @@
"beT" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -33930,32 +33198,32 @@
"beU" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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/port)
"beV" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 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,
@@ -33963,12 +33231,11 @@
/area/maintenance/port)
"beW" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -33978,24 +33245,20 @@
/area/maintenance/port)
"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/port)
"beY" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -34006,12 +33269,11 @@
/area/maintenance/port)
"beZ" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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,
@@ -34020,15 +33282,18 @@
"bfa" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -34038,12 +33303,11 @@
/area/maintenance/port)
"bfb" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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{
@@ -34052,7 +33316,8 @@
/area/maintenance/port)
"bfc" = (
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -34072,18 +33337,17 @@
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -34094,22 +33358,20 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (WEST)"
- },
+/turf/open/floor/plasteel,
/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";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/purple/corner,
@@ -34120,7 +33382,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/bot,
@@ -34135,7 +33398,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -34148,7 +33412,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -34160,7 +33425,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/landmark/blobstart,
@@ -34172,7 +33438,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -34181,19 +33448,23 @@
"bfm" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -34203,15 +33474,18 @@
"bfn" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -34224,7 +33498,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -34235,7 +33510,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plating,
@@ -34245,7 +33521,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -34254,11 +33531,13 @@
"bfr" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -34270,7 +33549,8 @@
dir = 10
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -34279,7 +33559,7 @@
/area/maintenance/starboard)
"bft" = (
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/machinery/power/apc{
@@ -34306,10 +33586,7 @@
name = "Shower"
},
/obj/item/weapon/soap/deluxe,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/chapel/main)
"bfw" = (
@@ -34330,16 +33607,12 @@
/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,
@@ -34351,13 +33624,12 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -34365,9 +33637,7 @@
/area/chapel/main)
"bfA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall,
/area/chapel/main)
@@ -34379,20 +33649,17 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (WEST)"
- },
+/turf/open/floor/plasteel,
/area/chapel/main)
"bfC" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
@@ -34400,19 +33667,19 @@
/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/port)
"bfE" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -34421,7 +33688,8 @@
/area/maintenance/port)
"bfF" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -34431,7 +33699,8 @@
"bfG" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -34444,7 +33713,8 @@
req_access_txt = "12"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -34455,31 +33725,32 @@
"bfI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -34489,7 +33760,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -34497,15 +33769,18 @@
"bfL" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral,
@@ -34521,11 +33796,12 @@
pixel_y = 24
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/turf/open/floor/plasteel/neutral,
@@ -34536,19 +33812,19 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/purple/corner,
@@ -34558,15 +33834,18 @@
/area/science/xenobiology)
"bfQ" = (
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/door/poddoor/preopen{
@@ -34582,9 +33861,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"bfR" = (
/obj/machinery/door/poddoor/preopen{
@@ -34601,15 +33878,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"bfS" = (
/obj/structure/toilet{
@@ -34635,8 +33911,6 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -34646,17 +33920,15 @@
"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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -34669,7 +33941,8 @@
"bfW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -34679,7 +33952,6 @@
"bfX" = (
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plasteel{
@@ -34689,21 +33961,18 @@
/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/assistant,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plasteel{
@@ -34713,8 +33982,6 @@
/area/chapel/main)
"bfZ" = (
/obj/structure/chair/wood/normal{
- tag = "icon-wooden_chair (WEST)";
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/newscaster{
@@ -34727,8 +33994,6 @@
/area/chapel/main)
"bga" = (
/obj/structure/chair/wood/normal{
- tag = "icon-wooden_chair (WEST)";
- icon_state = "wooden_chair";
dir = 8
},
/turf/open/floor/plasteel{
@@ -34742,7 +34007,6 @@
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{
@@ -34766,14 +34030,11 @@
/area/maintenance/port)
"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
+ pixel_x = -26
},
/turf/open/floor/plasteel/neutral/corner{
dir = 8;
@@ -34786,7 +34047,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -34818,8 +34080,6 @@
/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,
@@ -34850,7 +34110,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plating,
@@ -34881,7 +34141,8 @@
"bgr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line,
@@ -34908,8 +34169,7 @@
/obj/machinery/camera{
c_tag = "Xenobiology Test Chamber";
dir = 2;
- network = list("Xeno","RD");
- pixel_x = 0
+ network = list("Xeno","RD")
},
/turf/open/floor/plasteel/vault{
dir = 4
@@ -34975,7 +34235,6 @@
},
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
pixel_x = 12
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -35002,14 +34261,11 @@
},
/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/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Crematorium";
@@ -35022,12 +34278,11 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -35039,10 +34294,8 @@
/turf/closed/wall,
/area/chapel/main)
"bgG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
@@ -35050,19 +34303,19 @@
/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";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
"bgI" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -35072,21 +34325,19 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel{
@@ -35095,14 +34346,10 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel{
dir = 8;
@@ -35142,15 +34389,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bgP" = (
/turf/closed/wall,
@@ -35178,9 +34424,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bgS" = (
/obj/machinery/door/firedoor,
@@ -35189,15 +34433,14 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ 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)"
- },
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bgT" = (
/obj/machinery/ai_status_display,
@@ -35221,17 +34464,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"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"
+ name = "supply department"
},
/obj/structure/sign/directions/science{
dir = 1;
@@ -35257,7 +34497,8 @@
/area/science/xenobiology)
"bha" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/machinery/door/window/brigdoor{
@@ -35270,7 +34511,8 @@
name = "Creature Cell #2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/vault{
@@ -35279,7 +34521,8 @@
/area/science/xenobiology)
"bhb" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -35288,7 +34531,8 @@
"bhc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -35298,25 +34542,28 @@
"bhd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 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)"
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
},
/area/science/xenobiology)
"bhe" = (
@@ -35330,11 +34577,13 @@
name = "Creature Cell #3"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/vault{
@@ -35343,7 +34592,6 @@
/area/science/xenobiology)
"bhf" = (
/turf/open/floor/plasteel/vault{
- tag = "icon-vault (WEST)";
icon_state = "vault";
dir = 8
},
@@ -35357,8 +34605,7 @@
/area/science/xenobiology)
"bhi" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -35366,7 +34613,6 @@
/area/science/xenobiology)
"bhj" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -35387,9 +34633,8 @@
"bhm" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -35431,7 +34676,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -35444,10 +34690,7 @@
},
/obj/structure/noticeboard{
dir = 4;
- icon_state = "nboard00";
- pixel_x = -32;
- pixel_y = 0;
- tag = "icon-nboard00 (EAST)"
+ pixel_x = -32
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
@@ -35463,20 +34706,21 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/grimy,
@@ -35486,7 +34730,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
@@ -35496,7 +34741,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -35512,7 +34758,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -35523,7 +34770,8 @@
"bhz" = (
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side,
@@ -35534,11 +34782,13 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/arrival,
@@ -35560,11 +34810,10 @@
cell_type = 5000;
dir = 1;
name = "Arrivals APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plasteel/arrival,
@@ -35573,9 +34822,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/neutral/side,
/area/hallway/secondary/entry)
"bhE" = (
@@ -35587,7 +34834,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral/side,
@@ -35617,8 +34865,6 @@
/area/hallway/secondary/entry)
"bhJ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/side,
@@ -35648,8 +34894,6 @@
dir = 4
},
/obj/structure/disposaloutlet{
- tag = "icon-outlet (WEST)";
- icon_state = "outlet";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -35682,7 +34926,8 @@
"bhQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -35760,10 +35005,8 @@
/obj/machinery/light_switch{
pixel_y = 24
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Chaplen Quarters";
@@ -35791,8 +35034,6 @@
/area/chapel/main)
"bic" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/wood,
@@ -35805,7 +35046,6 @@
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{
@@ -35818,9 +35058,7 @@
pixel_y = 24
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/camera{
c_tag = "Chapel Office";
dir = 2;
@@ -35834,7 +35072,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -35874,17 +35113,14 @@
/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";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel{
@@ -35894,8 +35130,6 @@
/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{
@@ -35947,7 +35181,8 @@
"biq" = (
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral/side{
@@ -35960,7 +35195,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/camera{
@@ -35976,15 +35212,18 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/neutral/side{
@@ -35995,12 +35234,12 @@
"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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/arrival{
@@ -36012,7 +35251,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral/side{
@@ -36025,7 +35265,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/arrival{
@@ -36053,10 +35294,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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/arrival{
dir = 1
@@ -36109,7 +35348,8 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/end{
@@ -36131,10 +35371,8 @@
pixel_x = -32
},
/obj/effect/landmark/start/chaplain,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
@@ -36170,9 +35408,8 @@
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
"biK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
@@ -36183,7 +35420,8 @@
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel/vault{
@@ -36200,7 +35438,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -36214,19 +35453,19 @@
pixel_y = -24
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 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/black,
/area/chapel/main)
"biO" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -36241,7 +35480,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel{
@@ -36251,15 +35491,14 @@
/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";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel{
@@ -36268,8 +35507,6 @@
/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{
@@ -36282,14 +35519,11 @@
/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"
},
@@ -36301,7 +35535,6 @@
/obj/structure/bookcase,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/obj/machinery/firealarm{
@@ -36326,9 +35559,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"biV" = (
/obj/machinery/door/firedoor,
@@ -36336,16 +35567,12 @@
/obj/machinery/camera{
c_tag = "Arrivals Hallway 3";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"biW" = (
/obj/structure/grille,
@@ -36354,7 +35581,7 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/turf/open/floor/plating,
@@ -36370,12 +35597,12 @@
/turf/open/floor/plasteel,
/area/science/xenobiology)
"biY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -36411,11 +35638,10 @@
/turf/open/floor/plating,
/area/science/xenobiology)
"bjd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 2;
external_pressure_bound = 140;
name = "server vent";
- on = 1;
pressure_checks = 0
},
/turf/open/floor/circuit/green{
@@ -36424,15 +35650,10 @@
},
/area/science/xenobiology)
"bje" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 2;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- name = "server vent";
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/obj/machinery/camera{
c_tag = "Science - Server Room";
@@ -36461,7 +35682,6 @@
/obj/structure/closet/crate/bin,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/vault{
@@ -36529,11 +35749,13 @@
name = "Creature Cell #1"
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/vault{
@@ -36541,13 +35763,12 @@
},
/area/science/xenobiology)
"bjq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -36557,11 +35778,13 @@
"bjr" = (
/obj/machinery/holopad,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/effect/turf_decal/bot,
@@ -36569,7 +35792,6 @@
/area/science/xenobiology)
"bjs" = (
/turf/open/floor/plasteel/whitepurple/side{
- tag = "icon-whitepurple (NORTH)";
icon_state = "whitepurple";
dir = 1
},
@@ -36578,14 +35800,11 @@
/obj/effect/landmark/start/scientist,
/turf/open/floor/plasteel/whitepurple/side{
dir = 5;
- initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
- tag = "icon-whitehall (WEST)"
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
},
/area/science/xenobiology)
"bju" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/obj/effect/turf_decal/delivery,
@@ -36597,8 +35816,6 @@
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,
@@ -36613,8 +35830,6 @@
/area/science/xenobiology)
"bjx" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault{
@@ -36625,13 +35840,10 @@
"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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
@@ -36650,7 +35862,6 @@
},
/obj/item/weapon/storage/fancy/candle_box,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/newscaster{
@@ -36681,7 +35892,8 @@
/obj/structure/chair/office/light,
/obj/effect/landmark/start/scientist,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/whitepurple/side,
@@ -36692,8 +35904,7 @@
"bjG" = (
/turf/open/floor/plasteel/whitepurple/side{
dir = 6;
- initial_gas_mix = "o2=22;n2=82;TEMP=293.15";
- tag = "icon-whitepurple (SOUTHEAST)"
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
},
/area/science/xenobiology)
"bjH" = (
@@ -36721,8 +35932,7 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
@@ -36733,10 +35943,8 @@
/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)"
+ pixel_y = -32
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main)
@@ -36748,7 +35956,6 @@
department = "Chapel Office";
departmentType = 0;
name = "Chapel RC";
- pixel_x = 0;
pixel_y = -32
},
/obj/machinery/status_display{
@@ -36760,8 +35967,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -36770,8 +35976,6 @@
/area/hallway/secondary/entry)
"bjN" = (
/obj/structure/shuttle/engine/propulsion{
- tag = "icon-propulsion (NORTH)";
- icon_state = "propulsion";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -36793,8 +35997,7 @@
/obj/machinery/airalarm{
dir = 4;
locked = 0;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/machinery/newscaster{
pixel_y = -32
@@ -36827,12 +36030,12 @@
department = "Xenobiology Lab";
departmentType = 0;
name = "Xenobiology RC";
- pixel_x = 0;
pixel_y = -32;
receive_ore_updates = 1
},
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/circuit/green,
@@ -36850,7 +36053,8 @@
pixel_y = -32
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -36866,8 +36070,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Xenobiology Lab APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/machinery/light_switch{
pixel_x = 24;
@@ -36875,11 +36078,10 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable/white{
- tag = "icon-0-8";
+ d2 = 8;
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -36892,8 +36094,6 @@
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{
@@ -36906,14 +36106,11 @@
pixel_x = 32
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -36923,8 +36120,6 @@
"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{
@@ -36938,8 +36133,7 @@
/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"
+ name = "WARNING: EXTERNAL AIRLOCK"
},
/turf/open/floor/plating,
/area/hallway/secondary/entry)
@@ -37100,10 +36294,8 @@
/area/hallway/secondary/entry)
"bkk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -37112,8 +36304,6 @@
/area/hallway/secondary/entry)
"bkl" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -37269,8 +36459,6 @@
"bkF" = (
/obj/machinery/vending/wallmed{
name = "Emergency NanoMed";
- pixel_x = 0;
- pixel_y = 0;
req_access_txt = "0";
use_power = 0
},
@@ -37345,7 +36533,6 @@
dir = 1
},
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (WEST)";
icon_state = "bluecorner";
dir = 8
},
@@ -37361,9 +36548,8 @@
/turf/open/floor/plasteel,
/area/shuttle/arrival)
"bkS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -37379,9 +36565,7 @@
name = "Arrival Shuttle Airlock";
req_access_txt = "0"
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (WEST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/arrival)
"bkV" = (
/obj/machinery/ai_status_display,
@@ -37391,10 +36575,8 @@
/obj/machinery/status_display{
pixel_x = -32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -37406,8 +36588,7 @@
pixel_x = 32
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -37433,7 +36614,6 @@
dir = 1
},
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (EAST)";
icon_state = "blue";
dir = 4
},
@@ -37459,8 +36639,6 @@
/area/shuttle/arrival)
"blf" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/obj/machinery/camera{
@@ -37483,16 +36661,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/primary/central{
name = "Primary Hallway"
})
"blh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/camera{
@@ -37521,7 +36698,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/camera{
@@ -37575,15 +36753,14 @@
})
"bln" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/camera{
c_tag = "Engineering Starboard";
dir = 8;
- network = list("SS13","Engine");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13","Engine")
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -37592,12 +36769,11 @@
/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";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/camera{
@@ -37617,7 +36793,6 @@
c_tag = "Aft Primary Hallway 1";
dir = 8;
network = list("SS13");
- pixel_x = 0;
pixel_y = -22
},
/turf/open/floor/plasteel/purple/corner,
@@ -37635,7 +36810,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/obj/machinery/camera{
@@ -37675,8 +36851,7 @@
/obj/machinery/camera{
c_tag = "Xenobiology Test Chamber";
dir = 2;
- network = list("Xeno","RD");
- pixel_x = 0
+ network = list("Xeno","RD")
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -37712,9 +36887,7 @@
/obj/machinery/camera{
c_tag = "Arrivals Hallway 2";
dir = 8;
- network = list("SS13");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13")
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -37751,12 +36924,10 @@
name = "Mass Driver";
req_access_txt = "22"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/airalarm{
- icon_state = "alarm0";
dir = 8;
pixel_x = 25
},
@@ -37900,9 +37071,8 @@
name = "\improper Departure Lounge"
})
"bmh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
@@ -37931,7 +37101,6 @@
/area/space)
"bmC" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -38042,17 +37211,13 @@
/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
"bmX" = (
-/obj/machinery/computer/med_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/med_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/shuttle/syndicate)
"bmY" = (
-/obj/machinery/computer/crew{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/crew/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -38077,9 +37242,7 @@
},
/area/shuttle/syndicate)
"bnc" = (
-/obj/machinery/computer/camera_advanced{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/camera_advanced/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -38102,7 +37265,6 @@
/obj/item/weapon/clipboard,
/obj/item/toy/figure/syndie,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -38414,7 +37576,6 @@
id = "smindicate";
name = "external door control";
pixel_x = -26;
- pixel_y = 0;
req_access_txt = "150"
},
/obj/docking_port/mobile{
@@ -38440,8 +37601,6 @@
},
/obj/structure/fans/tiny,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -38450,8 +37609,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
+ name = "EXTERNAL AIRLOCK"
},
/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
@@ -38735,8 +37893,7 @@
/area/shuttle/syndicate)
"bpM" = (
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 6;
- pixel_y = 0
+ pixel_x = 6
},
/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
pixel_x = -3
@@ -39176,7 +38333,6 @@
/obj/item/weapon/circular_saw,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -39189,9 +38345,7 @@
"brs" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 30
@@ -39368,9 +38522,7 @@
},
/area/shuttle/syndicate)
"bsc" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -39380,9 +38532,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"bse" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -39427,9 +38577,7 @@
},
/area/shuttle/syndicate)
"bsm" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/turf/open/floor/plating,
/area/shuttle/syndicate)
"bsn" = (
@@ -39437,9 +38585,7 @@
/turf/open/floor/plating,
/area/shuttle/syndicate)
"bso" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/turf/open/floor/plating,
/area/shuttle/syndicate)
"bsp" = (
@@ -39462,9 +38608,7 @@
},
/area/shuttle/syndicate)
"bsr" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/turf/open/floor/plating,
/area/shuttle/syndicate)
"bss" = (
@@ -39472,9 +38616,7 @@
/turf/open/floor/plating,
/area/shuttle/syndicate)
"bst" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/turf/open/floor/plating,
/area/shuttle/syndicate)
"bsu" = (
@@ -39487,15 +38629,16 @@
"bsv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/escape{
- tag = "icon-escape (NORTH)";
icon_state = "escape";
dir = 1
},
@@ -39509,7 +38652,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/bot,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel,
@@ -39527,7 +38671,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/bot,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel,
@@ -39541,7 +38686,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/bot,
/obj/structure/cable/white{
- tag = "icon-1-2";
icon_state = "1-2"
},
/turf/open/floor/plasteel,
@@ -39554,11 +38698,13 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/obj/structure/cable/white{
- tag = "icon-2-4";
+ d1 = 2;
+ d2 = 4;
icon_state = "2-4"
},
/turf/open/floor/plasteel/neutral/corner{
@@ -39572,7 +38718,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39590,7 +38737,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39602,7 +38750,8 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39618,7 +38767,8 @@
layer = 4.1
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39629,7 +38779,8 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/obj/machinery/light,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39641,7 +38792,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39653,7 +38803,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39665,7 +38814,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39677,7 +38825,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39693,7 +38840,8 @@
icon_state = "plant-22"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39705,7 +38853,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39717,7 +38864,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39729,11 +38875,13 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39752,7 +38900,8 @@
dir = 8
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39765,7 +38914,8 @@
},
/obj/effect/turf_decal/delivery,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39774,12 +38924,11 @@
})
"bsP" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/neutral,
@@ -39791,17 +38940,17 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/obj/effect/turf_decal/bot,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39811,7 +38960,8 @@
"bsR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-2-8";
+ d1 = 2;
+ d2 = 8;
icon_state = "2-8"
},
/turf/open/floor/plasteel/neutral,
@@ -39820,7 +38970,8 @@
})
"bsS" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel,
@@ -39830,7 +38981,8 @@
"bsT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/neutral,
@@ -39839,7 +38991,6 @@
})
"bsU" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
icon_state = "1-2"
},
/turf/open/floor/plasteel,
@@ -39847,7 +38998,8 @@
"bsV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/escape,
@@ -39856,7 +39008,6 @@
})
"bsW" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
icon_state = "1-2"
},
/turf/open/floor/plasteel,
@@ -39872,18 +39023,18 @@
dir = 2
},
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/hallway/secondary/exit{
name = "\improper Departure Lounge"
})
"bsY" = (
/obj/structure/cable/white{
- tag = "icon-1-4";
+ d1 = 1;
+ d2 = 4;
icon_state = "1-4"
},
/turf/open/floor/plasteel,
@@ -39897,7 +39048,8 @@
req_access_txt = "48;50"
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39906,11 +39058,11 @@
})
"bta" = (
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHWEST)";
icon_state = "brown";
dir = 9
},
@@ -39919,16 +39071,14 @@
})
"btb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
icon_state = "brown";
dir = 1
},
@@ -39937,13 +39087,12 @@
})
"btc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/obj/effect/turf_decal/delivery,
/obj/structure/cable/white{
- tag = "icon-4-8";
+ d1 = 4;
+ d2 = 8;
icon_state = "4-8"
},
/turf/open/floor/plasteel,
@@ -39953,11 +39102,11 @@
"btd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-1-8";
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
icon_state = "brown";
dir = 1
},
@@ -40054,9 +39203,7 @@
name = "Arrivals"
})
"bto" = (
-/obj/machinery/computer/secure_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/secure_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -40121,7 +39268,6 @@
name = "tactical chair"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -40168,8 +39314,6 @@
"btF" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -40190,8 +39334,6 @@
"btI" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -40200,7 +39342,6 @@
/obj/item/weapon/crowbar/red,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/podhatch{
@@ -40215,16 +39356,12 @@
name = "tactical chair"
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
"btM" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -40236,8 +39373,6 @@
"btO" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -40292,7 +39427,6 @@
/area/shuttle/syndicate)
"btY" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -40317,50 +39451,36 @@
/area/shuttle/syndicate)
"buc" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"bud" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"bue" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"buf" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"bug" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"buh" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"bui" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -40412,8 +39532,6 @@
/area/shuttle/syndicate)
"buu" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -40463,8 +39581,7 @@
"buA" = (
/obj/machinery/requests_console{
department = "Arrival shuttle";
- name = "Arrivals Shuttle console";
- pixel_y = 0
+ name = "Arrivals Shuttle console"
},
/turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/arrival)
@@ -40493,7 +39610,6 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -40502,8 +39618,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Telecoms Server Room APC";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/obj/structure/cable{
icon_state = "0-4";
@@ -40515,13 +39630,10 @@
},
/area/tcommsat/server)
"buI" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 7
- },
+/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -40533,14 +39645,12 @@
},
/area/tcommsat/server)
"buK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -40552,14 +39662,12 @@
},
/area/tcommsat/server)
"buM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -40578,8 +39686,7 @@
/obj/machinery/telecomms/receiver/preset_left/birdstation,
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/circuit/green{
initial_gas_mix = "n2=100;TEMP=80";
@@ -40608,7 +39715,6 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -40617,7 +39723,6 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -40628,7 +39733,6 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
@@ -40641,13 +39745,12 @@
/turf/open/floor/plasteel/vault{
dir = 5;
initial_gas_mix = "n2=100;TEMP=80";
- tag = "";
temperature = 80
},
/area/tcommsat/server)
"buV" = (
/obj/structure/cable/white{
- tag = "icon-0-2";
+ d2 = 2;
icon_state = "0-2"
},
/obj/machinery/modular_computer/console/preset/research,
@@ -40957,15 +40060,13 @@
/turf/closed/wall/mineral/titanium,
/area/shuttle/transport)
"bwb" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/transport)
"bwc" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced,
@@ -41011,20 +40112,17 @@
/turf/open/floor/plating,
/area/shuttle/transport)
"bwn" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/transport)
"bwo" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/transport)
@@ -41086,15 +40184,13 @@
/turf/open/floor/pod/light,
/area/shuttle/transport)
"bwA" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/transport)
"bwB" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
@@ -41182,12 +40278,16 @@
/area/shuttle/transport)
"bwV" = (
/obj/structure/cable/white{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 9
+ },
/turf/open/floor/plasteel,
/area/engine/engineering)
"bwW" = (
@@ -41196,6 +40296,168 @@
},
/turf/closed/wall/r_wall,
/area/tcommsat/server)
+"bwX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bwY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bwZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bxa" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/closed/wall/r_wall,
+/area/engine/supermatter)
+"bxb" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
+"bxc" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 4;
+ frequency = 1441;
+ id = "waste_out";
+ volume_rate = 200
+ },
+/turf/open/space/basic,
+/area/space)
+"bxd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/mineral/random/labormineral,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"bxe" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/mineral/random/labormineral,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"bxf" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/mineral/random/labormineral,
+/area/ruin/unpowered{
+ name = "Asteroid"
+ })
+"bxg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bxh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bxi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"bxj" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bxk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bxl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bxm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bxn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bxo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bxp" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"bxq" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"bxr" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"bxs" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/tcommsat/server)
+"bxt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/tcommsat/server)
+"bxu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plasteel/caution,
+/area/engine/engineering)
(1,1,1) = {"
aaa
@@ -67530,7 +66792,7 @@ aad
aad
aad
aaa
-aaa
+bxc
aaa
aaa
aaa
@@ -67787,7 +67049,7 @@ aad
aad
aad
aad
-aad
+bxd
aaa
aaa
aaa
@@ -68044,7 +67306,7 @@ aad
aad
aad
aad
-aad
+bxd
aad
aac
aac
@@ -68301,7 +67563,7 @@ aad
aad
aad
aad
-aad
+bxd
aad
aad
aad
@@ -68558,7 +67820,7 @@ aGe
aGe
aGe
aGe
-aGe
+bwY
abi
aad
aad
@@ -68815,7 +68077,7 @@ aIb
aJh
aKp
aLD
-aGe
+bwY
agE
aad
aad
@@ -69072,7 +68334,7 @@ aIc
aJi
aKq
aLE
-aGe
+bwY
afM
abP
afM
@@ -69329,11 +68591,11 @@ aId
aHe
aKr
aLF
-aMJ
-aMJ
-aMJ
-aMJ
-aMJ
+bxj
+bxl
+bxl
+bxl
+bxo
aMJ
aMJ
aMJ
@@ -69586,11 +68848,11 @@ aGe
aJj
aKs
aLG
-aMJ
+bxk
aNT
aOv
buC
-aPG
+bxp
aRB
aPG
aTX
@@ -69847,7 +69109,7 @@ aMK
aNU
aOw
buC
-aPG
+bxp
aRB
aPG
aQG
@@ -70096,7 +69358,7 @@ abi
aad
abT
agE
-aGe
+bwX
aJl
aKu
aLI
@@ -70353,7 +69615,7 @@ aad
aad
aad
afL
-aGe
+bwY
aJm
aKv
aLJ
@@ -70361,7 +69623,7 @@ aMM
aNW
aOx
buC
-aPG
+bxp
aRB
aPG
buG
@@ -70610,7 +69872,7 @@ ahu
ahu
ahu
aaV
-aGe
+bwY
aJn
aKw
aLK
@@ -70618,7 +69880,7 @@ aMJ
aNX
aOy
buC
-aPG
+bxp
aRE
aSN
aTZ
@@ -70875,7 +70137,7 @@ aMN
aMN
aMN
aMN
-aMN
+bxt
bwW
aMJ
aMJ
@@ -71383,15 +70645,15 @@ aGh
aHj
aIg
aJq
-aJq
+bxb
aLN
aMP
aNZ
-aOA
+aMP
aPJ
aQJ
aRG
-aSQ
+bxu
aUa
aUQ
aVK
@@ -71620,7 +70882,7 @@ acD
aad
abi
abu
-aqB
+awL
art
asA
atB
@@ -71630,7 +70892,7 @@ awE
awE
ayd
azk
-aAl
+ayd
aBr
aCv
aDp
@@ -71877,7 +71139,7 @@ aad
aad
abi
aik
-aqB
+awL
aru
asB
atC
@@ -71903,7 +71165,7 @@ aMR
buZ
buZ
buW
-aQL
+aQK
aRI
aSS
aPL
@@ -72924,7 +72186,7 @@ aFx
aGl
aHp
aIm
-aJu
+bxa
aKC
aLS
aMV
@@ -73419,7 +72681,7 @@ agE
abi
aad
abi
-aqB
+awL
arA
asH
atI
@@ -73676,7 +72938,7 @@ abi
aad
aad
aaV
-aqB
+awL
aqz
aqz
atJ
@@ -79373,7 +78635,7 @@ bcg
bcX
bdS
aSh
-beX
+bbg
bfy
bfY
bgJ
@@ -82394,7 +81656,7 @@ aak
aar
aaD
aaQ
-abb
+acX
abn
abC
ach
@@ -83422,7 +82684,7 @@ aak
aav
aaH
aaQ
-abb
+acX
buV
abF
ack
diff --git a/_maps/map_files/PubbyStation/PubbyStation.dmm b/_maps/map_files/PubbyStation/PubbyStation.dmm
index 066f301502..36f64ad9d2 100644
--- a/_maps/map_files/PubbyStation/PubbyStation.dmm
+++ b/_maps/map_files/PubbyStation/PubbyStation.dmm
@@ -68,7 +68,6 @@
/obj/machinery/light,
/obj/machinery/flasher{
id = "AI";
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/circuit,
@@ -121,8 +120,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/effect/landmark/tripai,
/obj/item/device/radio/intercom{
@@ -131,8 +129,7 @@
freerange = 1;
frequency = 1447;
name = "Private Channel";
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/obj/machinery/firealarm{
dir = 1;
@@ -183,8 +180,7 @@
freerange = 1;
frequency = 1447;
name = "Private Channel";
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/circuit,
/area/wreck/ai)
@@ -206,7 +202,6 @@
network = list("MiniSat")
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -215,8 +210,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/circuit,
/area/wreck/ai)
@@ -224,8 +218,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor/heavy,
/obj/machinery/door/airlock/glass_command{
@@ -264,7 +257,6 @@
uses = 8
},
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/machinery/holopad,
@@ -294,7 +286,6 @@
network = list("MiniSat")
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/black,
@@ -328,7 +319,6 @@
freerange = 1;
listening = 0;
name = "Custom Channel";
- pixel_x = 0;
pixel_y = -31
},
/obj/item/device/radio/intercom{
@@ -392,7 +382,6 @@
},
/obj/machinery/flasher{
id = "AI";
- pixel_x = 0;
pixel_y = 20
},
/obj/machinery/ai_status_display{
@@ -408,8 +397,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/corner{
dir = 8
@@ -420,8 +408,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -437,8 +424,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -451,8 +437,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/firedoor/heavy,
/turf/open/floor/plasteel/white,
@@ -461,8 +446,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/white,
/area/wreck/ai)
@@ -510,10 +494,7 @@
/turf/open/floor/plating,
/area/wreck/ai)
"abc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/wreck/ai)
"abd" = (
@@ -556,8 +537,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plating,
/area/wreck/ai)
@@ -605,11 +585,7 @@
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
"abp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAP)
"abq" = (
@@ -619,9 +595,7 @@
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAP)
"abr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAP)
"abs" = (
@@ -634,8 +608,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "MiniSat Antechamber APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/recharger,
/turf/open/floor/plasteel/grimy,
@@ -647,8 +620,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -680,19 +652,12 @@
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"
+ layer = 2.9
},
/turf/open/floor/plasteel/grimy,
/area/ai_monitored/turret_protected/aisat_interior)
"abx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
"aby" = (
@@ -702,9 +667,7 @@
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
"abz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
"abA" = (
@@ -745,9 +708,8 @@
/area/ai_monitored/turret_protected/aisat_interior)
"abF" = (
/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -761,18 +723,14 @@
/area/ai_monitored/turret_protected/aisat_interior)
"abH" = (
/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/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{
@@ -792,8 +750,7 @@
req_access_txt = "65"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
@@ -906,8 +863,7 @@
req_access_txt = "65"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
@@ -921,18 +877,14 @@
/turf/closed/wall/r_wall,
/area/ai_monitored/turret_protected/AIsatextAP)
"acb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAP)
"acc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/closed/wall/r_wall,
/area/ai_monitored/turret_protected/AIsatextAP)
@@ -956,9 +908,8 @@
/turf/closed/wall/r_wall,
/area/ai_monitored/turret_protected/aisat_interior)
"acg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 1;
@@ -990,9 +941,8 @@
/turf/closed/wall/r_wall,
/area/ai_monitored/turret_protected/AIsatextAS)
"ack" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
@@ -1062,8 +1012,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel/black,
/area/security/prison)
@@ -1072,8 +1021,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/item/seeds/glowshroom,
/obj/machinery/computer/security/telescreen/entertainment{
@@ -1090,14 +1038,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
/area/security/prison)
@@ -1107,8 +1053,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/sign/poster/official/random{
pixel_y = 32
@@ -1119,8 +1064,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/structure/cable{
d1 = 1;
@@ -1139,11 +1083,8 @@
},
/area/security/prison)
"acC" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAP)
@@ -1165,11 +1106,7 @@
/turf/open/space,
/area/ai_monitored/turret_protected/AIsatextAP)
"acF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable/yellow{
d1 = 1;
d2 = 2;
@@ -1195,11 +1132,8 @@
/turf/closed/wall/r_wall,
/area/ai_monitored/turret_protected/AIsatextAS)
"acI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
@@ -1237,8 +1171,7 @@
"acP" = (
/obj/machinery/seed_extractor,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 8
@@ -1246,8 +1179,7 @@
/area/security/prison)
"acQ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/closed/wall/r_wall,
/area/ai_monitored/turret_protected/AIsatextAP)
@@ -1333,11 +1265,8 @@
/turf/open/floor/plasteel/barber,
/area/security/prison)
"adf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable/yellow{
icon_state = "0-4";
@@ -1346,23 +1275,18 @@
/obj/machinery/power/apc{
dir = 8;
name = "MiniSat Port Maintenance APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAP)
"adg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAP)
@@ -1373,8 +1297,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/airalarm{
pixel_y = 22
@@ -1393,8 +1316,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAP)
@@ -1407,8 +1329,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAP)
@@ -1419,8 +1340,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -1433,8 +1353,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/darkblue/side{
dir = 8
@@ -1464,8 +1383,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/camera/motion{
c_tag = "MiniSat Foyer";
@@ -1473,7 +1391,6 @@
network = list("MiniSat")
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/ai_monitored/turret_protected/aisat_interior)
@@ -1481,12 +1398,10 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -1498,8 +1413,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -1513,23 +1427,18 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
"adr" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/airalarm{
pixel_y = 22
@@ -1542,15 +1451,13 @@
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
"ads" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
@@ -1563,19 +1470,15 @@
/obj/machinery/power/apc{
dir = 4;
name = "MiniSat Starboard Maintenance APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/AIsatextAS)
"adu" = (
-/obj/machinery/computer/libraryconsole/bookmanagement{
- pixel_y = 0
- },
+/obj/machinery/computer/libraryconsole/bookmanagement,
/obj/structure/table,
/obj/machinery/newscaster{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/black,
/area/security/prison)
@@ -1645,7 +1548,6 @@
/area/ai_monitored/turret_protected/aisat_interior)
"adG" = (
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/ai_monitored/turret_protected/aisat_interior)
@@ -1668,14 +1570,10 @@
/area/ai_monitored/turret_protected/AIsatextAS)
"adJ" = (
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/prison)
@@ -1699,8 +1597,6 @@
/obj/item/weapon/pen,
/obj/structure/table,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/black,
@@ -1708,9 +1604,7 @@
"adN" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/prison)
@@ -1720,10 +1614,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/security/prison)
@@ -1757,9 +1649,8 @@
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/aisat_interior)
"adU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -1769,11 +1660,8 @@
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat_interior)
"adW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -1873,7 +1761,6 @@
pixel_y = -28
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/ai_monitored/turret_protected/aisat_interior)
@@ -1894,11 +1781,8 @@
/turf/open/floor/plating,
/area/security/transfer)
"aep" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -1911,7 +1795,6 @@
},
/obj/machinery/flasher{
id = "executionflash";
- pixel_x = 0;
pixel_y = 25
},
/obj/effect/turf_decal/stripes/line{
@@ -1920,11 +1803,8 @@
/turf/open/floor/plasteel/black,
/area/security/transfer)
"aer" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -2057,16 +1937,14 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/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
+ pixel_x = -32
},
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/aisat_interior)
@@ -2076,9 +1954,7 @@
/turf/open/floor/plating,
/area/ai_monitored/turret_protected/aisat_interior)
"aeL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 10
},
@@ -2109,7 +1985,6 @@
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
},
@@ -2120,8 +1995,7 @@
/area/security/prison)
"aeP" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
@@ -2133,16 +2007,12 @@
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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/chair,
/turf/open/floor/plasteel/floorgrime,
@@ -2157,7 +2027,6 @@
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
},
@@ -2185,23 +2054,18 @@
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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/structure/chair,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"aeU" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -2281,9 +2145,7 @@
id = "PCell 2";
pixel_x = -28
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"afe" = (
@@ -2303,9 +2165,7 @@
id = "PCell 1";
pixel_x = -28
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/floorgrime,
/area/security/prison)
"afh" = (
@@ -2360,7 +2220,6 @@
icon = 'icons/mob/robots.dmi';
icon_state = "robot_old";
name = "Cyborg Statue";
- pixel_x = 0;
pixel_y = 20
},
/turf/open/space,
@@ -2374,14 +2233,10 @@
freerange = 0;
frequency = 1459;
name = "Station Intercom (General)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/obj/structure/table,
-/obj/item/weapon/storage/backpack/duffelbag/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 duffelbag for holding extra supplies - this one has a material inlay with space for various sharp-looking tools.";
- name = "duffelbag";
+/obj/item/weapon/storage/backpack/duffelbag/sec/surgery{
pixel_y = 5
},
/obj/item/clothing/mask/balaclava,
@@ -2395,8 +2250,7 @@
pixel_x = 3
},
/obj/item/device/taperecorder{
- pixel_x = -3;
- pixel_y = 0
+ pixel_x = -3
},
/turf/open/floor/plasteel/black,
/area/security/transfer)
@@ -2426,16 +2280,12 @@
/area/security/prison)
"afu" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/closed/wall,
/area/security/prison)
"afv" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/closed/wall,
@@ -2502,11 +2352,8 @@
/turf/open/floor/plasteel/black,
/area/security/transfer)
"afE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/button/ignition{
id = "executionburn";
@@ -2580,7 +2427,6 @@
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{
@@ -2594,8 +2440,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -2619,13 +2464,14 @@
/area/security/prison)
"afM" = (
/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
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
@@ -2641,8 +2487,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/red/side{
dir = 5
@@ -2674,21 +2519,16 @@
/area/security/armory)
"afR" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
"afS" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
@@ -2699,22 +2539,17 @@
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
"afU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
"afV" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
@@ -2729,8 +2564,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -2748,8 +2582,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/security/transfer)
@@ -2763,15 +2596,12 @@
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
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -2781,19 +2611,15 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/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
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
/area/security/transfer)
@@ -2802,12 +2628,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/black,
@@ -2821,7 +2644,6 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security{
aiControlDisabled = 0;
- icon_state = "door_closed";
id_tag = null;
locked = 0;
name = "Prisoner Transfer Centre";
@@ -2829,8 +2651,6 @@
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,
@@ -2839,12 +2659,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/red/side{
@@ -2855,12 +2672,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel,
@@ -2869,20 +2683,16 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+ icon_state = "4-8"
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/security/prison)
"agf" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/security/prison)
@@ -2895,25 +2705,20 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/open/floor/plasteel,
/area/security/prison)
"agh" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/security/prison)
"agi" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/security/prison)
@@ -2929,8 +2734,7 @@
pixel_x = 4
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/red,
/area/security/prison)
@@ -3030,20 +2834,15 @@
/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/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
dir = 4
},
/obj/structure/cable{
@@ -3055,8 +2854,7 @@
/area/security/transfer)
"agA" = (
/obj/machinery/light_switch{
- pixel_x = 25;
- pixel_y = 0
+ pixel_x = 25
},
/obj/machinery/atmospherics/pipe/simple/general/hidden{
dir = 9
@@ -3071,8 +2869,6 @@
/area/security/prison)
"agD" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/red/side{
@@ -3087,8 +2883,6 @@
/area/security/prison)
"agF" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/red/side{
@@ -3097,8 +2891,6 @@
/area/security/prison)
"agG" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/red/side{
@@ -3112,8 +2904,6 @@
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{
@@ -3167,8 +2957,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plasteel/black,
/area/security/armory)
@@ -3181,8 +2970,7 @@
cell_type = 5000;
dir = 4;
name = "Armory APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d2 = 8;
@@ -3255,8 +3043,7 @@
},
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/black,
/area/security/transfer)
@@ -3264,15 +3051,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plasteel/black,
/area/security/transfer)
@@ -3281,8 +3065,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Prisoner Transfer Centre";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d2 = 8;
@@ -3335,14 +3118,11 @@
/obj/item/weapon/gun/energy/temperature/security,
/obj/item/clothing/suit/armor/laserproof,
/obj/machinery/light{
- dir = 8;
- icon_state = "tube1";
- pixel_x = 0
+ dir = 8
},
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/black,
/area/security/armory)
@@ -3406,8 +3186,7 @@
pixel_y = -3
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/sign/nosmoking_2{
pixel_x = 32
@@ -3424,7 +3203,6 @@
/obj/machinery/requests_console{
department = "Security";
departmentType = 5;
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/red/side{
@@ -3464,7 +3242,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/red/side{
@@ -3484,8 +3261,7 @@
/obj/effect/landmark/start/security_officer,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/red,
/area/security/main)
@@ -3558,9 +3334,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
/area/security/processing/cremation)
@@ -3572,9 +3346,7 @@
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"ahF" = (
/obj/machinery/door/firedoor,
@@ -3583,13 +3355,12 @@
name = "prison blast door"
},
/obj/structure/cable{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"ahG" = (
/obj/machinery/door/firedoor,
@@ -3599,17 +3370,13 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"ahH" = (
/turf/closed/wall,
/area/security/brig)
"ahI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/light/small{
dir = 1
},
@@ -3622,7 +3389,6 @@
name = "Evidence Closet"
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
dir = 5
},
/area/security/brig)
@@ -3637,17 +3403,11 @@
pixel_x = 3;
pixel_y = -3
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/security/armory)
"ahL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/security/armory)
"ahM" = (
@@ -3656,9 +3416,7 @@
pixel_x = -3;
pixel_y = 3
},
-/obj/item/clothing/suit/armor/bulletproof{
- pixel_y = 0
- },
+/obj/item/clothing/suit/armor/bulletproof,
/obj/item/clothing/suit/armor/bulletproof{
pixel_x = 3;
pixel_y = -3
@@ -3684,9 +3442,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/security/armory)
"ahO" = (
@@ -3710,8 +3466,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Security Office APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/open/floor/plasteel/red/side{
@@ -3729,8 +3484,7 @@
/area/security/main)
"ahS" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
@@ -3753,7 +3507,6 @@
desc = "An embossed piece of paper from the University of Nanotrasen at Portpoint.";
icon_state = "kiddieplaque";
name = "\improper 'Diploma' frame";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/black,
@@ -3767,7 +3520,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/black,
@@ -3791,7 +3543,6 @@
department = "Head of Security's Desk";
departmentType = 5;
name = "Head of Security RC";
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/black,
@@ -3867,7 +3618,6 @@
name = "Door Bolt Control";
normaldoorcontrol = 1;
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -3910,15 +3660,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plasteel/black,
/area/security/processing/cremation)
@@ -3929,12 +3676,9 @@
/obj/machinery/power/apc{
dir = 1;
name = "Crematorium APC";
- pixel_x = 0;
pixel_y = 24
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
@@ -3972,7 +3716,6 @@
freerange = 0;
frequency = 1459;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/table/glass,
@@ -3994,8 +3737,6 @@
/area/security/brig)
"ais" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/red/side{
@@ -4004,20 +3745,17 @@
/area/security/brig)
"ait" = (
/obj/structure/cable{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel,
/area/security/brig)
"aiu" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -4029,16 +3767,12 @@
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)
"aiw" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel,
@@ -4053,7 +3787,6 @@
},
/obj/effect/landmark/revenantspawn,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (EAST)";
dir = 4
},
/area/security/brig)
@@ -4113,9 +3846,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/newscaster{
pixel_x = -32
@@ -4150,12 +3881,9 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+ icon_state = "2-8"
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/darkred/corner,
/area/crew_quarters/heads/hos)
"aiI" = (
@@ -4228,8 +3956,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -4243,8 +3970,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -4255,7 +3981,6 @@
/obj/machinery/button/door{
id = "supplybridge";
name = "Space Bridge Control";
- pixel_x = 0;
pixel_y = 27;
req_access_txt = "0"
},
@@ -4272,8 +3997,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -4284,8 +4008,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -4329,8 +4052,6 @@
/area/maintenance/department/security/brig)
"aiY" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/obj/item/weapon/wrench,
@@ -4348,15 +4069,9 @@
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
"ajb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/black,
@@ -4365,9 +4080,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
/area/security/processing/cremation)
@@ -4381,16 +4094,12 @@
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/cremation)
"aje" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/closed/wall/r_wall,
@@ -4398,17 +4107,13 @@
"ajf" = (
/obj/item/weapon/storage/box/bodybags,
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/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{
@@ -4422,19 +4127,14 @@
/area/security/brig)
"ajg" = (
/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)
"ajh" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/white,
@@ -4448,8 +4148,6 @@
req_access_txt = "0"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/whitered/side{
@@ -4458,23 +4156,19 @@
/area/security/brig)
"ajj" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel,
/area/security/brig)
"ajk" = (
/obj/structure/cable{
- tag = "icon-1-2";
icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/security/brig)
"ajl" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 4
@@ -4487,11 +4181,8 @@
/turf/closed/wall,
/area/security/brig)
"ajn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/light/small,
/turf/open/floor/plasteel/red/side{
@@ -4516,9 +4207,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/open/floor/plasteel/red/side{
@@ -4560,7 +4249,8 @@
/area/security/main)
"ajx" = (
/obj/structure/cable{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
@@ -4667,16 +4357,12 @@
/area/space)
"ajM" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
"ajN" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/obj/machinery/meter,
@@ -4684,8 +4370,6 @@
/area/maintenance/department/security/brig)
"ajO" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -4695,8 +4379,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plasteel/black,
/area/security/processing/cremation)
@@ -4723,9 +4406,7 @@
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/whitered/side{
dir = 8
},
@@ -4734,12 +4415,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/security/brig)
@@ -4754,8 +4433,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/whitered/side{
dir = 4
@@ -4765,8 +4443,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/open/floor/plasteel,
@@ -4775,8 +4452,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -4788,11 +4464,8 @@
d2 = 8;
icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/security/brig)
@@ -4805,8 +4478,7 @@
cell_type = 10000;
dir = 4;
name = "Brig APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
@@ -4838,8 +4510,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/vault,
@@ -4868,14 +4539,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/open/floor/plasteel/vault,
@@ -4892,9 +4561,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/light{
dir = 8
@@ -4905,8 +4572,6 @@
network = list("SS13")
},
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/obj/item/device/radio/intercom{
@@ -4920,8 +4585,6 @@
/area/security/main)
"akf" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel,
@@ -4932,8 +4595,6 @@
},
/obj/effect/landmark/start/security_officer,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel,
@@ -4941,8 +4602,6 @@
"akh" = (
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel,
@@ -4957,8 +4616,6 @@
},
/obj/effect/landmark/start/security_officer,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel,
@@ -4973,8 +4630,6 @@
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,
@@ -4986,15 +4641,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ 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/plasteel/black,
@@ -5007,15 +4659,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ 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/plasteel/black,
@@ -5024,8 +4673,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -5033,8 +4681,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/structure/cable{
d1 = 1;
@@ -5042,8 +4689,6 @@
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,
@@ -5092,8 +4737,7 @@
"akt" = (
/turf/open/floor/wood{
broken = 1;
- icon_state = "wood-broken";
- tag = "icon-wood-broken"
+ icon_state = "wood-broken"
},
/area/maintenance/department/crew_quarters/dorms)
"aku" = (
@@ -5121,9 +4765,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
@@ -5143,7 +4785,6 @@
location = "Security"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/vault{
@@ -5206,9 +4847,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -5229,8 +4868,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Brig Control APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -5287,17 +4925,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/closed/wall/r_wall,
/area/security/warden)
"akO" = (
/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4;
- icon_state = "propulsion";
- tag = "icon-propulsion (WEST)"
+ dir = 4
},
/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
@@ -5316,9 +4950,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/side{
@@ -5327,7 +4959,8 @@
/area/security/main)
"akS" = (
/obj/structure/cable{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
@@ -5336,9 +4969,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/hos)
@@ -5392,8 +5023,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
@@ -5403,12 +5033,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -5417,20 +5044,15 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
"alf" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -5440,14 +5062,14 @@
icon_state = "2-8"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
"alg" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/closed/wall,
@@ -5469,23 +5091,19 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/security/brig)
"alj" = (
/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
+ pixel_x = -32
},
/turf/open/floor/plasteel/red/side{
dir = 8
@@ -5495,8 +5113,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel,
/area/security/brig)
@@ -5504,8 +5121,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/side{
@@ -5526,8 +5142,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
@@ -5541,11 +5156,8 @@
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"alo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
@@ -5557,8 +5169,7 @@
/area/security/warden)
"alq" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
@@ -5570,8 +5181,6 @@
/area/security/warden)
"als" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/showroomfloor,
@@ -5584,8 +5193,6 @@
/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,
@@ -5599,8 +5206,6 @@
/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,
@@ -5609,13 +5214,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ 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{
@@ -5641,13 +5242,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 6
@@ -5680,17 +5278,13 @@
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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/light_switch{
pixel_y = -24
},
/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
dir = 4
},
/area/crew_quarters/heads/hos)
@@ -5698,11 +5292,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
dir = 1
},
/area/crew_quarters/heads/hos)
@@ -5710,11 +5302,9 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
dir = 1
},
/area/crew_quarters/heads/hos)
@@ -5723,8 +5313,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/camera{
c_tag = "Head of Security's Office";
@@ -5734,11 +5323,9 @@
/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/crew_quarters/heads/hos)
@@ -5750,7 +5337,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Head of Security's Office APC";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable{
@@ -5758,7 +5344,6 @@
d2 = 4
},
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
dir = 1
},
/area/crew_quarters/heads/hos)
@@ -5793,8 +5378,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
@@ -5816,8 +5400,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
@@ -5836,8 +5419,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -5886,8 +5468,7 @@
/obj/machinery/requests_console{
department = "Security";
departmentType = 5;
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/mob/living/simple_animal/pet/dog/pug{
name = "McGriff"
@@ -5896,17 +5477,13 @@
/area/security/warden)
"alY" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"alZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
@@ -5918,15 +5495,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
@@ -5934,14 +5508,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel/red/side{
dir = 8
@@ -5951,8 +5523,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/security/main)
@@ -5960,17 +5531,14 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/security/main)
@@ -5978,8 +5546,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -5990,8 +5557,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/sortjunction{
dir = 4;
@@ -6004,9 +5570,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -6014,8 +5578,7 @@
icon_state = "2-8"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -6033,11 +5596,8 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
@@ -6052,8 +5612,7 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_1)
@@ -6067,8 +5626,7 @@
/obj/machinery/status_display{
density = 0;
layer = 3;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/light{
dir = 1
@@ -6100,11 +5658,8 @@
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
"amr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/camera{
c_tag = "Brig Gulag Teleporter";
@@ -6175,8 +5730,7 @@
"amx" = (
/obj/item/device/radio/intercom{
dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 0
+ name = "Station Intercom (General)"
},
/obj/structure/table/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -6260,8 +5814,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -6284,8 +5837,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -6301,8 +5853,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -6332,8 +5883,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -6347,8 +5897,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -6398,11 +5947,12 @@
/area/maintenance/department/crew_quarters/dorms)
"amT" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/item/device/camera_film,
/turf/open/floor/plating{
@@ -6461,8 +6011,6 @@
/area/security/brig)
"ane" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel,
@@ -6471,15 +6019,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/closed/wall/r_wall,
/area/security/warden)
@@ -6516,9 +6061,7 @@
req_access_txt = "63"
},
/obj/item/weapon/paper_bin{
- layer = 2.9;
- pixel_x = 0;
- pixel_y = 0
+ layer = 2.9
},
/obj/item/weapon/pen{
pixel_x = 4;
@@ -6548,8 +6091,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/obj/structure/disposalpipe/segment,
@@ -6559,8 +6101,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/closed/wall/r_wall,
/area/security/warden)
@@ -6587,9 +6128,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/structure/sign/securearea{
@@ -6597,8 +6136,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating,
/area/maintenance/fore)
@@ -6615,8 +6153,7 @@
dir = 4
},
/obj/item/weapon/storage/pod{
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_1)
@@ -6625,8 +6162,7 @@
dir = 8
},
/obj/item/device/radio/intercom{
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/pod_1)
@@ -6718,8 +6254,7 @@
"anC" = (
/obj/machinery/computer/shuttle/labor,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -31;
- pixel_y = 0
+ pixel_x = -31
},
/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/labor)
@@ -6736,16 +6271,14 @@
/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/labor)
"anF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/security/brig)
"anG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/red/corner{
dir = 4
@@ -6755,15 +6288,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/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{
@@ -6792,8 +6322,7 @@
/area/security/brig)
"anK" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/security/brig)
@@ -6805,8 +6334,7 @@
/area/security/brig)
"anM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/red/side{
dir = 1
@@ -6825,8 +6353,7 @@
c_tag = "Brig Entrance"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
@@ -6865,9 +6392,7 @@
},
/area/security/brig)
"anT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/security/brig)
"anU" = (
@@ -6883,9 +6408,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
@@ -7015,9 +6538,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/space,
/area/solar/starboard)
@@ -7036,9 +6557,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/space,
/area/solar/port)
@@ -7078,7 +6597,6 @@
/obj/machinery/button/flasher{
id = "gulagshuttleflasher";
name = "Flash Control";
- pixel_x = 0;
pixel_y = -26;
req_access_txt = "1"
},
@@ -7116,7 +6634,6 @@
/obj/machinery/button/door{
id = "prison release";
name = "Labor Camp Shuttle Lockdown";
- pixel_x = 0;
pixel_y = -25;
req_access_txt = "2"
},
@@ -7134,25 +6651,18 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/floor/plasteel,
/area/security/brig)
"aox" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/security/brig)
"aoy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j1";
dir = 4
@@ -7260,7 +6770,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 32
},
/obj/item/weapon/folder/yellow{
@@ -7272,7 +6781,6 @@
},
/obj/item/weapon/pen,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/bridge)
@@ -7284,21 +6792,18 @@
network = list("SS13")
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/bridge)
"aoP" = (
/obj/machinery/computer/communications,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/bridge)
"aoQ" = (
/obj/machinery/computer/teleporter,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/bridge)
@@ -7312,7 +6817,6 @@
},
/obj/machinery/recharger,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/bridge)
@@ -7366,8 +6870,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
@@ -7375,9 +6878,7 @@
/turf/open/floor/plating,
/area/crew_quarters/dorms)
"aoZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -7396,9 +6897,7 @@
/area/crew_quarters/dorms)
"apb" = (
/obj/effect/landmark/start/assistant,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable{
d1 = 4;
d2 = 8;
@@ -7412,6 +6911,8 @@
pixel_x = 32
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/barber,
@@ -7433,8 +6934,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light{
dir = 1
@@ -7469,8 +6969,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
@@ -7530,8 +7029,6 @@
/area/shuttle/labor)
"apo" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/red/side{
@@ -7540,17 +7037,13 @@
/area/security/brig)
"app" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel,
/area/security/brig)
"apq" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/side,
@@ -7559,15 +7052,11 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/door_timer{
id = "Cell 1";
@@ -7578,17 +7067,13 @@
/area/security/brig)
"aps" = (
/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)
"apt" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/door_timer{
id = "Cell 2";
@@ -7604,9 +7089,7 @@
"apv" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/machinery/door_timer{
id = "Cell 3";
@@ -7617,9 +7100,7 @@
/area/security/brig)
"apw" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
@@ -7631,17 +7112,13 @@
"apy" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/red/side,
/area/security/brig)
"apz" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 6
@@ -7649,18 +7126,14 @@
/area/security/brig)
"apA" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall,
/area/security/brig)
"apB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/brig)
@@ -7669,22 +7142,16 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/brig)
"apD" = (
/obj/structure/table,
/obj/item/weapon/folder/red,
-/obj/item/device/taperecorder{
- pixel_y = 0
- },
+/obj/item/device/taperecorder,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/brig)
@@ -7693,16 +7160,12 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/brig)
"apF" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/black,
@@ -7714,8 +7177,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/closed/wall/r_wall,
/area/bridge)
@@ -7781,6 +7243,8 @@
/area/bridge)
"apM" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/closed/wall/r_wall,
@@ -7817,7 +7281,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Vault APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -7839,8 +7302,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Dormitory Maintenance APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable,
/obj/machinery/light/small,
@@ -7860,8 +7322,7 @@
/area/crew_quarters/dorms)
"apV" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/barber,
/area/crew_quarters/dorms)
@@ -7906,8 +7367,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/structure/closet/emcloset{
anchored = 1;
@@ -7941,9 +7401,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/floor/circuit/green,
/area/maintenance/department/security/brig)
@@ -7956,8 +7414,7 @@
"aqi" = (
/obj/machinery/mineral/labor_claim_console{
machinedir = 1;
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/labor)
@@ -8005,8 +7462,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/cable{
d1 = 1;
@@ -8087,8 +7543,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/side{
@@ -8117,7 +7572,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (EAST)";
dir = 4
},
/area/security/brig)
@@ -8134,9 +7588,8 @@
/turf/open/floor/plasteel/black,
/area/security/brig)
"aqy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/security/brig)
@@ -8144,9 +7597,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/command{
@@ -8176,7 +7627,6 @@
/area/bridge)
"aqD" = (
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
dir = 4
},
/area/bridge)
@@ -8220,11 +7670,8 @@
/turf/open/floor/plating,
/area/bridge)
"aqK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 1
@@ -8258,9 +7705,8 @@
},
/area/ai_monitored/nuke_storage)
"aqO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 4
@@ -8299,8 +7745,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/grille/broken,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -8311,11 +7756,12 @@
"aqU" = (
/obj/effect/spawner/lootdrop/maintenance,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plating,
/area/maintenance/department/crew_quarters/dorms)
@@ -8363,9 +7809,8 @@
pixel_y = -2;
prison_radio = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
@@ -8376,11 +7821,8 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/floorgrime,
/area/security/brig)
@@ -8390,7 +7832,6 @@
/area/security/brig)
"arf" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -8405,7 +7846,6 @@
"arg" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (EAST)";
dir = 4
},
/area/security/brig)
@@ -8416,11 +7856,7 @@
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/paper_bin,
/obj/item/weapon/pen{
layer = 3.1
},
@@ -8472,9 +7908,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/light/small{
@@ -8516,7 +7950,6 @@
/area/bridge)
"arr" = (
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/bridge)
@@ -8594,8 +8027,7 @@
/area/ai_monitored/nuke_storage)
"arB" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/structure/cable{
d1 = 1;
@@ -8649,7 +8081,6 @@
/obj/machinery/button/door{
id = "Dorm3Shutters";
name = "Privacy Shutters Control";
- pixel_x = 0;
pixel_y = 26;
req_access_txt = "0"
},
@@ -8663,12 +8094,10 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
@@ -8678,7 +8107,6 @@
name = "Dorm Bolt Control";
normaldoorcontrol = 1;
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -8730,7 +8158,6 @@
desc = "Used for watching the monastery.";
name = "Monastery Monitor";
network = list("Monastery");
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/blue/corner{
@@ -8738,18 +8165,14 @@
},
/area/crew_quarters/dorms)
"arK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
"arL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
@@ -8906,28 +8329,21 @@
/obj/structure/chair/office/dark{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/brig)
"asg" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plasteel/black,
/area/security/brig)
"ash" = (
/obj/structure/chair/office/dark,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/security/brig)
@@ -9018,13 +8434,8 @@
/turf/open/floor/plasteel/darkpurple,
/area/bridge)
"asu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/bridge)
@@ -9060,9 +8471,7 @@
/turf/open/floor/plasteel/black,
/area/bridge)
"asA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/darkblue/side{
dir = 8
},
@@ -9123,6 +8532,8 @@
},
/obj/machinery/light,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/black,
@@ -9145,17 +8556,13 @@
/area/crew_quarters/dorms)
"asK" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
"asL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood{
icon_state = "wood-broken7"
@@ -9184,9 +8591,7 @@
icon_state = "pipe-j2";
dir = 2
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"asP" = (
@@ -9239,7 +8644,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/arrival{
@@ -9279,7 +8683,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Fitness Room APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -9290,8 +8693,7 @@
/area/crew_quarters/fitness/recreation)
"asY" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -9313,8 +8715,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
@@ -9322,8 +8723,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
@@ -9384,8 +8784,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/closed/wall,
/area/security/brig)
@@ -9417,8 +8816,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/side{
@@ -9449,7 +8847,6 @@
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (EAST)";
dir = 4
},
/area/security/brig)
@@ -9524,9 +8921,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/command{
@@ -9559,7 +8954,6 @@
"att" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/bridge)
@@ -9589,9 +8983,7 @@
},
/area/bridge)
"atx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/bridge)
"aty" = (
@@ -9603,9 +8995,7 @@
/obj/machinery/light{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/bridge)
"atz" = (
@@ -9653,8 +9043,7 @@
/area/ai_monitored/nuke_storage)
"atF" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/structure/sign/poster/official/random{
pixel_x = -32
@@ -9710,9 +9099,7 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"atO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"atP" = (
@@ -9723,9 +9110,8 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"atQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
@@ -9736,8 +9122,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel,
@@ -9760,9 +9145,7 @@
name = "prisoner processing blast door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/security/brig)
"atW" = (
/obj/item/weapon/twohanded/required/kirbyplants{
@@ -9802,17 +9185,13 @@
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/heads/captain)
"aud" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/captain)
@@ -9837,13 +9216,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/crew_quarters/heads/captain)
@@ -9868,7 +9244,6 @@
department = "Captain's Desk";
departmentType = 5;
name = "Captain RC";
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/carpet,
@@ -9879,7 +9254,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/carpet,
@@ -9947,7 +9321,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/bridge)
@@ -9996,8 +9369,7 @@
/area/bridge)
"aux" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel,
/area/bridge)
@@ -10046,7 +9418,6 @@
/obj/machinery/button/door{
id = "Dorm2Shutters";
name = "Privacy Shutters Control";
- pixel_x = 0;
pixel_y = 26;
req_access_txt = "0"
},
@@ -10060,12 +9431,10 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -10075,7 +9444,6 @@
name = "Dorm Bolt Control";
normaldoorcontrol = 1;
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -10103,7 +9471,6 @@
/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,
@@ -10114,10 +9481,7 @@
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"
+ layer = 2.9
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -10190,8 +9554,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating,
/area/maintenance/solars/port)
@@ -10221,7 +9584,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Port Solar APC";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/plating,
@@ -10235,7 +9597,6 @@
id = "prison release";
name = "Labor Camp Shuttle Lockdown";
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "2"
},
/turf/open/floor/plasteel/red/side{
@@ -10248,15 +9609,13 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"avb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
@@ -10274,9 +9633,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"ave" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"avf" = (
@@ -10318,9 +9675,7 @@
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"avk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
"avl" = (
@@ -10344,9 +9699,8 @@
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/captain)
"avp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/heads/captain)
@@ -10371,8 +9725,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -10456,7 +9809,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/black,
@@ -10522,8 +9874,7 @@
},
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/bridge)
@@ -10594,7 +9945,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel/black,
@@ -10608,8 +9958,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
@@ -10624,7 +9973,6 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/bridge)
@@ -10635,19 +9983,11 @@
dir = 1;
network = list("SS13")
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/bridge)
"avM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/bridge)
"avN" = (
@@ -10676,17 +10016,13 @@
/area/crew_quarters/dorms)
"avR" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
"avS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
@@ -10803,8 +10139,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/space,
/area/solar/port)
@@ -10829,8 +10164,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/external{
cyclelinkeddir = 4;
@@ -10844,8 +10178,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/solars/port)
@@ -10853,8 +10186,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/external{
cyclelinkeddir = 8;
@@ -10873,8 +10205,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/solars/port)
@@ -10890,9 +10221,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -10905,9 +10234,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/engineering{
name = "Port Solar Access";
@@ -10916,8 +10243,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/solars/port)
@@ -10925,8 +10251,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -10939,8 +10264,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small{
dir = 1
@@ -10951,8 +10275,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/item/weapon/vending_refill/cigarette,
/obj/effect/spawner/lootdrop/maintenance,
@@ -11009,8 +10332,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
@@ -11019,8 +10341,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
@@ -11059,8 +10380,7 @@
"awF" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
@@ -11102,8 +10422,7 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
@@ -11165,10 +10484,7 @@
/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"
+ layer = 2.9
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain)
@@ -11181,8 +10497,7 @@
/obj/item/weapon/folder/blue,
/obj/item/weapon/stamp/captain,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain)
@@ -11207,7 +10522,6 @@
"axa" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/highsecurity{
- icon_state = "door_closed";
locked = 0;
name = "AI Upload Access";
req_access_txt = "16"
@@ -11222,8 +10536,7 @@
/area/ai_monitored/turret_protected/ai_upload)
"axb" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/bridge)
@@ -11238,7 +10551,6 @@
dir = 4
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/bridge)
@@ -11319,18 +10631,14 @@
/turf/open/floor/carpet,
/area/crew_quarters/dorms)
"axr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"axs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
@@ -11386,9 +10694,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/floor/plating{
broken = 1;
@@ -11433,7 +10739,6 @@
"axE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
dir = 8
},
/area/hallway/primary/fore)
@@ -11486,8 +10791,7 @@
"axN" = (
/obj/machinery/firealarm{
dir = 8;
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/heads/captain)
@@ -11565,7 +10869,6 @@
desc = "Used for watching the monastery.";
name = "Monastery Monitor";
network = list("Monastery");
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/wood,
@@ -11604,7 +10907,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 32
},
/obj/structure/bed/dogbed{
@@ -11654,8 +10956,7 @@
"ayf" = (
/obj/structure/table,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/weapon/crowbar,
/turf/open/floor/plasteel,
@@ -11675,7 +10976,6 @@
/obj/machinery/button/door{
id = "Dorm1Shutters";
name = "Privacy Shutters Control";
- pixel_x = 0;
pixel_y = 26;
req_access_txt = "0"
},
@@ -11689,12 +10989,10 @@
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/dorms)
@@ -11704,7 +11002,6 @@
name = "Dorm Bolt Control";
normaldoorcontrol = 1;
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -11723,15 +11020,12 @@
/area/crew_quarters/dorms)
"ayl" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"aym" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"ayn" = (
@@ -11766,8 +11060,7 @@
/area/crew_quarters/fitness/recreation)
"ayt" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -11787,18 +11080,17 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-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;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/space,
/area/solar/starboard)
@@ -11807,18 +11099,17 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-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;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/space,
/area/solar/port)
@@ -11853,8 +11144,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -11868,8 +11158,7 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
@@ -11888,7 +11177,6 @@
},
/obj/machinery/requests_console{
department = "Detective's office";
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/grimy,
@@ -11932,20 +11220,15 @@
/area/security/detectives_office)
"ayI" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
dir = 8
},
/area/hallway/primary/fore)
"ayJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
@@ -11957,7 +11240,6 @@
/area/storage/primary)
"ayL" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/neutral/side{
@@ -11984,7 +11266,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/obj/item/weapon/screwdriver{
@@ -12051,11 +11332,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/heads/captain)
@@ -12112,7 +11390,6 @@
dir = 4
},
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
dir = 8
},
/area/bridge)
@@ -12133,11 +11410,8 @@
},
/area/ai_monitored/turret_protected/ai_upload)
"aza" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/darkblue/corner{
dir = 1
@@ -12164,12 +11438,10 @@
/turf/open/floor/plasteel/black,
/area/ai_monitored/turret_protected/ai_upload)
"aze" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
dir = 4
},
/area/ai_monitored/turret_protected/ai_upload)
@@ -12188,7 +11460,6 @@
pixel_x = 28
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTHEAST)";
dir = 5
},
/area/ai_monitored/turret_protected/ai_upload)
@@ -12205,7 +11476,6 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
dir = 4
},
/turf/open/floor/plasteel/black,
@@ -12220,10 +11490,7 @@
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"
+ layer = 2.9
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
@@ -12262,9 +11529,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
@@ -12364,17 +11630,13 @@
/area/crew_quarters/dorms)
"azv" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/dorms)
"azw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/dorms)
@@ -12412,7 +11674,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -26
},
/turf/open/floor/plasteel/white/corner,
@@ -12425,8 +11686,7 @@
/area/crew_quarters/dorms)
"azC" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/white/side,
/area/crew_quarters/dorms)
@@ -12449,9 +11709,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12473,11 +11731,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
@@ -12513,9 +11768,7 @@
dir = 2;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
"azN" = (
@@ -12525,7 +11778,6 @@
pixel_x = -28
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
dir = 8
},
/area/hallway/primary/fore)
@@ -12537,8 +11789,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Tool Storage APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/neutral/side{
dir = 8
@@ -12570,9 +11821,7 @@
/area/storage/primary)
"azT" = (
/obj/structure/table/wood,
-/obj/item/weapon/storage/lockbox/medal{
- pixel_y = 0
- },
+/obj/item/weapon/storage/lockbox/medal,
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain)
"azU" = (
@@ -12601,7 +11850,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
/turf/open/floor/plasteel/black,
@@ -12656,8 +11904,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/darkblue/corner{
dir = 4
@@ -12666,7 +11913,6 @@
"aAa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
dir = 8
},
/area/bridge)
@@ -12690,9 +11936,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/ai_upload)
@@ -12727,7 +11971,6 @@
pixel_x = 32
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/ai_monitored/turret_protected/ai_upload)
@@ -12830,9 +12073,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
@@ -12859,8 +12101,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
@@ -12885,8 +12126,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Head of Personnel APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d2 = 8;
@@ -12947,8 +12187,7 @@
},
/obj/machinery/airalarm{
dir = 8;
- pixel_x = 23;
- pixel_y = 0
+ pixel_x = 23
},
/obj/effect/decal/cleanable/deadcockroach,
/turf/open/floor/plasteel/freezer,
@@ -12987,10 +12226,7 @@
/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"
+ layer = 2.9
},
/turf/open/floor/carpet,
/area/security/detectives_office)
@@ -13026,8 +12262,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Detective's Office APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -13060,15 +12295,11 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/storage/primary)
"aAN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/storage/primary)
"aAO" = (
@@ -13108,9 +12339,8 @@
/area/crew_quarters/heads/captain)
"aAS" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/heads/captain)
@@ -13137,7 +12367,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
dir = 8
},
/area/bridge)
@@ -13181,7 +12410,6 @@
/obj/machinery/computer/upload/ai,
/obj/machinery/flasher{
id = "AI";
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/circuit,
@@ -13190,8 +12418,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance{
name = "Monastery Maintenance";
@@ -13205,7 +12432,6 @@
/obj/machinery/computer/upload/borg,
/obj/machinery/flasher{
id = "AI";
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/circuit,
@@ -13340,14 +12566,10 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 27;
- pixel_y = 0
+ 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"
+ layer = 2.9
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
@@ -13393,7 +12615,6 @@
/area/crew_quarters/dorms)
"aBs" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -13417,16 +12638,13 @@
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet/restrooms)
"aBw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/portable_atmospherics/scrubber,
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet/restrooms)
"aBx" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet/restrooms)
@@ -13474,9 +12692,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
@@ -13487,7 +12703,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
dir = 8
},
/area/hallway/primary/fore)
@@ -13594,8 +12809,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Starboard Emergency Storage APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -13612,9 +12826,8 @@
/turf/open/floor/plating,
/area/storage/emergency/starboard)
"aBU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet/restrooms)
@@ -13637,8 +12850,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -13649,8 +12861,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/freezer,
@@ -13663,8 +12874,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -13675,8 +12885,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light{
dir = 1
@@ -13914,10 +13123,7 @@
/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"
+ layer = 2.9
},
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
@@ -13944,18 +13150,14 @@
/area/storage/emergency/starboard)
"aCL" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"aCM" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
@@ -14040,8 +13242,7 @@
/obj/structure/table,
/obj/machinery/recharger,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
@@ -14049,9 +13250,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -14064,9 +13263,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -14116,7 +13313,6 @@
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-21";
layer = 4.1;
- pixel_x = 0;
pixel_y = 3
},
/turf/open/floor/plasteel,
@@ -14234,8 +13430,7 @@
icon_state = "1-2"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/freezer,
@@ -14283,8 +13478,6 @@
/area/shuttle/escape)
"aDA" = (
/obj/structure/chair/comfy/black{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/mineral/titanium/blue,
@@ -14293,8 +13486,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -14305,8 +13497,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small{
dir = 1
@@ -14350,21 +13541,17 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/department/security/brig)
"aDG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -14423,7 +13610,7 @@
"aDM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
- initialize_directions = 11
+
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -14437,8 +13624,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -14479,8 +13665,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/blue/corner{
dir = 1
@@ -14540,8 +13725,7 @@
/area/hallway/primary/central)
"aDY" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/blue/corner{
dir = 1
@@ -14619,8 +13803,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Dormitory Bathrooms APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable,
/obj/structure/cable{
@@ -14671,10 +13854,11 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/space,
@@ -14684,10 +13868,11 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/space,
@@ -14766,10 +13951,8 @@
},
/area/maintenance/department/security/brig)
"aEC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=Dorms";
@@ -14779,7 +13962,6 @@
/area/hallway/primary/central)
"aED" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (EAST)";
dir = 4
},
/turf/open/floor/plasteel,
@@ -14788,8 +13970,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/cable{
d1 = 2;
@@ -14844,9 +14025,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -14898,6 +14078,8 @@
/area/hallway/primary/central)
"aEN" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable{
@@ -14909,15 +14091,15 @@
/area/hallway/primary/central)
"aEO" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aEP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -14927,8 +14109,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -14955,9 +14136,8 @@
icon_state = "pipe-j2";
dir = 2
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -14971,8 +14151,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=Robo";
@@ -15030,15 +14209,13 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- layer = 2.4;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"aEY" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable{
@@ -15137,6 +14314,8 @@
/area/crew_quarters/toilet/restrooms)
"aFf" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -15173,8 +14352,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -15189,8 +14367,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -15207,6 +14384,8 @@
icon_state = "1-2"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -15214,8 +14393,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/department/cargo)
@@ -15259,8 +14437,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/red/side{
dir = 9
@@ -15280,7 +14457,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/red/side{
@@ -15292,7 +14468,6 @@
icon_state = "plant-17"
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (NORTHEAST)";
dir = 5
},
/area/hallway/secondary/exit/departure_lounge)
@@ -15348,7 +14523,6 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
/turf/open/floor/plasteel,
@@ -15370,8 +14544,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
@@ -15463,15 +14636,13 @@
dir = 8;
icon_state = "direction_sec";
pixel_x = -32;
- pixel_y = -24;
- tag = "icon-direction_sec (WEST)"
+ pixel_y = -24
},
/obj/structure/sign/directions/evac{
dir = 1;
icon_state = "direction_evac";
pixel_x = -32;
- pixel_y = -32;
- tag = "icon-direction_evac (NORTH)"
+ pixel_y = -32
},
/obj/structure/sign/directions/science{
pixel_x = -32;
@@ -15531,8 +14702,7 @@
/area/crew_quarters/dorms)
"aFT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
@@ -15701,19 +14871,16 @@
/area/hallway/secondary/exit/departure_lounge)
"aGq" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Departure Lounge Holding Area";
dir = 8
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (EAST)";
dir = 4
},
/area/hallway/secondary/exit/departure_lounge)
@@ -15727,7 +14894,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/obj/machinery/light/small{
@@ -15879,9 +15045,8 @@
/turf/open/floor/plasteel,
/area/teleporter)
"aGP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Monastery Secondary Dock";
@@ -15977,11 +15142,8 @@
/turf/open/floor/plating,
/area/hallway/secondary/exit/departure_lounge)
"aHg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 10
@@ -16000,9 +15162,7 @@
/turf/open/floor/plasteel/red/side,
/area/hallway/secondary/exit/departure_lounge)
"aHj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/red/side{
dir = 6
},
@@ -16037,10 +15197,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/storage/art)
@@ -16048,8 +15206,7 @@
/obj/machinery/photocopier,
/obj/machinery/airalarm{
dir = 8;
- pixel_x = 23;
- pixel_y = 0
+ pixel_x = 23
},
/turf/open/floor/plasteel/neutral/side{
dir = 5
@@ -16080,9 +15237,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/crew_quarters/cafeteria/lunchroom)
@@ -16097,7 +15253,6 @@
/area/crew_quarters/cafeteria/lunchroom)
"aHt" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -16112,8 +15267,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/freezer,
@@ -16136,11 +15290,8 @@
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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/light_switch{
pixel_x = 36;
@@ -16212,7 +15363,6 @@
id = "evashutter";
name = "EVA Shutters Control";
pixel_x = -24;
- pixel_y = 0;
req_access_txt = "18"
},
/obj/effect/turf_decal/stripes/line{
@@ -16281,10 +15431,11 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/blue/corner{
@@ -16296,8 +15447,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/teleporter)
@@ -16342,17 +15492,13 @@
/obj/machinery/requests_console{
department = "Security";
departmentType = 5;
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/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"
+ layer = 2.9
},
/turf/open/floor/plasteel/red/side{
dir = 9
@@ -16380,7 +15526,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/red/side{
@@ -16415,7 +15560,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 30;
supply_display = 1
},
@@ -16564,6 +15708,8 @@
/area/maintenance/department/cargo)
"aIn" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -16589,7 +15735,6 @@
/area/maintenance/department/cargo)
"aIp" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
/turf/open/floor/carpet,
@@ -16643,7 +15788,6 @@
"aIu" = (
/obj/machinery/button/massdriver{
id = "trash";
- pixel_x = 0;
pixel_y = 32
},
/obj/effect/turf_decal/stripes/line,
@@ -16701,8 +15845,7 @@
"aIB" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -16752,14 +15895,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/storage/art)
@@ -16773,8 +15912,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Art Storage APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/turf/open/floor/plasteel/neutral/side{
dir = 4
@@ -16794,11 +15932,8 @@
c_tag = "Lunchroom";
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
@@ -16811,7 +15946,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Cafeteria APC";
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plasteel/neutral/side,
@@ -16835,9 +15969,8 @@
/area/crew_quarters/toilet/auxiliary)
"aIN" = (
/obj/machinery/light/small,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/crew_quarters/toilet/auxiliary)
@@ -16930,10 +16063,7 @@
pixel_x = -4;
pixel_y = 3
},
-/obj/item/clothing/shoes/magboots{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/clothing/shoes/magboots,
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
@@ -16974,10 +16104,7 @@
dir = 8;
layer = 2.9
},
-/obj/item/weapon/tank/jetpack/carbondioxide{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/tank/jetpack/carbondioxide,
/obj/item/weapon/tank/jetpack/carbondioxide{
pixel_x = -4;
pixel_y = 1
@@ -17090,10 +16217,8 @@
/turf/open/floor/plasteel,
/area/security/checkpoint/supply)
"aJq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side{
dir = 4
@@ -17162,8 +16287,7 @@
/obj/machinery/requests_console{
department = "Cargo Bay";
departmentType = 2;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -17204,8 +16328,7 @@
},
/obj/machinery/button/massdriver{
id = "trash";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plating,
/area/maintenance/disposal)
@@ -17331,8 +16454,7 @@
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/escape{
dir = 1
@@ -17351,8 +16473,7 @@
cell_type = 5000;
dir = 4;
name = "Departure Lounge APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/machinery/firealarm{
dir = 1;
@@ -17461,8 +16582,7 @@
},
/obj/machinery/requests_console{
department = "EVA";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/camera{
c_tag = "EVA Storage";
@@ -17482,8 +16602,7 @@
"aKe" = (
/obj/machinery/suit_storage_unit/standard_unit,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -17502,8 +16621,7 @@
network = list("SS13")
},
/obj/structure/extinguisher_cabinet{
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/blue/corner{
dir = 1
@@ -17514,12 +16632,10 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/teleporter)
@@ -17531,8 +16647,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel,
/area/teleporter)
@@ -17542,11 +16657,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/teleporter)
@@ -17572,8 +16684,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -17599,10 +16710,11 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
@@ -17666,9 +16778,7 @@
dir = 1;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/quartermaster/office)
"aKu" = (
@@ -17720,9 +16830,7 @@
/area/quartermaster/office)
"aKz" = (
/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/storage)
"aKA" = (
@@ -17746,10 +16854,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/storage)
"aKD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/storage)
@@ -17759,9 +16865,7 @@
/turf/open/floor/plating,
/area/quartermaster/storage)
"aKF" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"aKG" = (
@@ -17928,8 +17032,7 @@
"aLc" = (
/obj/machinery/suit_storage_unit/standard_unit,
/obj/structure/extinguisher_cabinet{
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -17941,11 +17044,8 @@
dir = 1;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/storage/eva)
@@ -17957,9 +17057,8 @@
/turf/open/floor/plasteel,
/area/storage/eva)
"aLf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/storage/eva)
@@ -18002,8 +17101,7 @@
/area/hallway/primary/central)
"aLn" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/brown/corner{
@@ -18015,8 +17113,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Security Post - Cargo APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/closet/wardrobe/red,
/turf/open/floor/plasteel/red/side{
@@ -18024,12 +17121,7 @@
},
/area/security/checkpoint/supply)
"aLp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/supply)
"aLq" = (
@@ -18058,9 +17150,8 @@
/obj/structure/disposalpipe/wrapsortjunction{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -18083,7 +17174,6 @@
id = "qm_warehouse";
name = "Warehouse Door Control";
pixel_x = -24;
- pixel_y = 0;
req_access_txt = "31"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -18115,7 +17205,6 @@
/area/shuttle/supply)
"aLD" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced,
@@ -18188,18 +17277,13 @@
/area/maintenance/disposal)
"aLL" = (
/obj/structure/chair/comfy/beige{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/carpet,
/area/shuttle/escape)
"aLM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
@@ -18240,8 +17324,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -18250,11 +17333,8 @@
dir = 8;
icon_state = "pipe-j2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -18414,8 +17494,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -18445,8 +17524,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -18470,8 +17548,7 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
@@ -18594,12 +17671,10 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/hallway/primary/central)
"aMv" = (
@@ -18632,10 +17707,7 @@
/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"
+ layer = 2.9
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -18662,9 +17734,7 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aME" = (
/obj/machinery/door/poddoor/shutters{
@@ -18673,9 +17743,7 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aMF" = (
/obj/machinery/door/poddoor/shutters{
@@ -18683,9 +17751,7 @@
name = "warehouse shutters"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aMG" = (
/obj/structure/closet/crate/internals,
@@ -18730,11 +17796,8 @@
/turf/open/floor/plating,
/area/maintenance/disposal)
"aMM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -18753,10 +17816,7 @@
/turf/open/floor/plating,
/area/maintenance/disposal)
"aMO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -18766,15 +17826,12 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/turf/open/floor/plating{
- tag = "icon-warnplatecorner (EAST)"
- },
+/turf/open/floor/plating,
/area/maintenance/disposal)
"aMQ" = (
/obj/machinery/door/airlock/titanium{
@@ -18807,8 +17864,7 @@
/area/hallway/secondary/exit/departure_lounge)
"aMV" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/vending/coffee,
/turf/open/floor/plasteel,
@@ -18824,6 +17880,8 @@
/area/maintenance/department/crew_quarters/bar)
"aMX" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plating,
@@ -18853,9 +17911,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light/small{
@@ -18889,7 +17945,6 @@
icon_state = "2-4"
},
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/turf/open/floor/wood{
@@ -18902,11 +17957,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
@@ -18943,8 +17995,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/department/crew_quarters/bar)
@@ -19055,7 +18106,6 @@
id = "qm_warehouse";
name = "Warehouse Door Control";
pixel_x = -24;
- pixel_y = 0;
req_access_txt = "31"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -19082,8 +18132,7 @@
cell_type = 2500;
dir = 4;
name = "Cargo Maintenance APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -19105,8 +18154,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Disposal APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -19139,8 +18187,7 @@
dir = 4;
name = "security camera";
pixel_x = 6;
- pixel_y = -7;
- pixel_x = 0
+ pixel_y = -7
},
/turf/open/floor/grass,
/area/hallway/secondary/exit/departure_lounge)
@@ -19243,9 +18290,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
@@ -19298,9 +18343,7 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/wood,
/area/crew_quarters/bar)
"aNX" = (
@@ -19434,8 +18477,7 @@
/area/quartermaster/office)
"aOl" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -19463,15 +18505,13 @@
/obj/machinery/requests_console{
department = "Cargo Bay";
departmentType = 2;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aOp" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -19509,7 +18549,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 30;
supply_display = 1
},
@@ -19574,10 +18613,11 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -19590,8 +18630,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -19607,8 +18646,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/junction{
dir = 2;
@@ -19627,8 +18665,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -19642,8 +18679,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -19657,8 +18693,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -19704,8 +18739,7 @@
/area/solar/starboard)
"aOK" = (
/obj/machinery/sleeper{
- dir = 4;
- icon_state = "sleeper-open"
+ dir = 4
},
/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
@@ -19773,11 +18807,8 @@
dir = 1;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
@@ -19791,9 +18822,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/hydrofloor,
/area/hydroponics)
@@ -19810,7 +18840,6 @@
"aOV" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/spray/plantbgone{
- pixel_x = 0;
pixel_y = 3
},
/obj/item/weapon/reagent_containers/spray/plantbgone{
@@ -19834,9 +18863,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -19849,15 +18876,12 @@
dir = 2;
network = list("SS13")
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/requests_console{
department = "Kitchen";
departmentType = 2;
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/showroomfloor,
@@ -19926,8 +18950,7 @@
dir = 8
},
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/hallway/primary/central)
"aPh" = (
@@ -19935,9 +18958,8 @@
dir = 1;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -20114,11 +19136,8 @@
/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"aPD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
@@ -20157,8 +19176,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -20321,8 +19339,7 @@
},
/obj/machinery/airalarm{
dir = 8;
- pixel_x = 23;
- pixel_y = 0
+ pixel_x = 23
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
@@ -20452,12 +19469,10 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/hallway/primary/central)
"aQn" = (
@@ -20474,8 +19489,7 @@
/area/quartermaster/office)
"aQp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/loadingarea{
dir = 8
@@ -20490,9 +19504,7 @@
id = "cargodeliver"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/quartermaster/office)
"aQr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -20501,20 +19513,17 @@
},
/area/quartermaster/office)
"aQs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
"aQt" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/conveyor_switch{
id = "cargodeliver"
@@ -20555,9 +19564,8 @@
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aQy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -20604,7 +19612,6 @@
pixel_y = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -20640,8 +19647,7 @@
},
/obj/machinery/button/massdriver{
id = "chapelgun";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
@@ -20680,9 +19686,7 @@
/obj/structure/sign/directions/evac{
dir = 1;
icon_state = "direction_evac";
- pixel_x = 32;
- pixel_y = 0;
- tag = "icon-direction_evac (NORTH)"
+ pixel_x = 32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner,
@@ -20777,7 +19781,6 @@
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{
@@ -20812,7 +19815,6 @@
/obj/machinery/requests_console{
department = "Bar";
departmentType = 2;
- pixel_x = 0;
pixel_y = 30;
receive_ore_updates = 1
},
@@ -20845,7 +19847,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/black,
@@ -20871,14 +19872,12 @@
/area/crew_quarters/bar)
"aRc" = (
/obj/structure/piano{
- tag = "icon-piano";
icon_state = "piano"
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
"aRd" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/turf/open/floor/carpet{
@@ -20955,19 +19954,19 @@
/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)
"aRl" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/machinery/light_switch{
pixel_x = 24;
@@ -21003,7 +20002,6 @@
dir = 8;
layer = 4;
pixel_x = 32;
- pixel_y = 0;
supply_display = 1
},
/turf/open/floor/plasteel/brown{
@@ -21070,8 +20068,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/closed/wall,
/area/maintenance/department/chapel/monastery)
@@ -21111,8 +20108,7 @@
layer = 4.1
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/escape{
dir = 6
@@ -21124,7 +20120,6 @@
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,
@@ -21133,11 +20128,8 @@
/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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/light/small{
dir = 1
@@ -21145,7 +20137,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/obj/machinery/light/small{
@@ -21210,11 +20201,8 @@
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
"aRQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen)
@@ -21233,9 +20221,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/bar)
@@ -21266,11 +20253,8 @@
/turf/open/floor/plasteel/black,
/area/crew_quarters/bar)
"aRX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/disposalpipe/junction{
icon_state = "pipe-j2";
@@ -21289,11 +20273,8 @@
/turf/open/floor/plasteel/black,
/area/crew_quarters/bar)
"aRZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/light/small{
brightness = 3;
@@ -21322,9 +20303,8 @@
},
/area/crew_quarters/theatre)
"aSc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/light/small{
dir = 4
@@ -21349,9 +20329,8 @@
c_tag = "Theatre Storage";
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/redblue,
/area/crew_quarters/theatre)
@@ -21382,11 +20361,8 @@
dir = 8;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/item/cardboard_cutout,
/obj/structure/mirror{
@@ -21407,8 +20383,7 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/hallway/primary/central)
"aSk" = (
@@ -21517,10 +20492,7 @@
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
},
-/obj/item/device/assembly/timer{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/device/assembly/timer,
/turf/open/floor/plating,
/area/maintenance/department/cargo)
"aSw" = (
@@ -21615,9 +20587,8 @@
/turf/open/floor/plasteel/vault,
/area/janitor)
"aSG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel/vault,
@@ -21650,7 +20621,6 @@
/obj/machinery/requests_console{
department = "Hydroponics";
departmentType = 2;
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/green/corner{
@@ -21662,7 +20632,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/green/side{
@@ -21766,8 +20735,7 @@
/obj/machinery/requests_console{
department = "Cargo Bay";
departmentType = 2;
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/brown{
dir = 1
@@ -21827,8 +20795,7 @@
/area/quartermaster/office)
"aTg" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/firealarm{
dir = 4;
@@ -21849,8 +20816,7 @@
/area/quartermaster/storage)
"aTi" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -21951,6 +20917,8 @@
"aTu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plating,
@@ -21963,8 +20931,7 @@
pixel_y = 30
},
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/red/side{
dir = 9
@@ -21986,18 +20953,15 @@
/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/checkpoint/customs)
"aTz" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/neutral/corner,
@@ -22014,8 +20978,7 @@
/area/janitor)
"aTB" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hydroponics)
@@ -22037,15 +21000,13 @@
/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)
"aTG" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/obj/machinery/firealarm{
@@ -22089,7 +21050,6 @@
dir = 4
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/vault{
@@ -22155,7 +21115,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/black,
@@ -22167,8 +21126,7 @@
pixel_x = -28
},
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/hallway/primary/central)
"aTT" = (
@@ -22178,7 +21136,6 @@
dir = 4;
layer = 4;
pixel_x = -32;
- pixel_y = 0;
supply_display = 1
},
/turf/open/floor/plasteel,
@@ -22218,11 +21175,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -22252,11 +21206,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -22290,8 +21241,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -22303,6 +21253,8 @@
/area/maintenance/department/cargo)
"aUg" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -22320,11 +21272,8 @@
},
/area/hallway/secondary/entry)
"aUi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/arrival{
dir = 1
@@ -22332,8 +21281,6 @@
/area/hallway/secondary/entry)
"aUj" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/arrival{
@@ -22346,8 +21293,6 @@
dir = 2
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/arrival{
@@ -22356,14 +21301,11 @@
/area/hallway/secondary/entry)
"aUl" = (
/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{
@@ -22372,8 +21314,6 @@
/area/hallway/secondary/entry)
"aUm" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plasteel/arrival{
@@ -22392,19 +21332,15 @@
},
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/red/side{
dir = 8
},
/area/security/checkpoint/customs)
"aUo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/security/checkpoint/customs)
@@ -22415,11 +21351,8 @@
/turf/open/floor/plasteel,
/area/security/checkpoint/customs)
"aUq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/security/checkpoint/customs)
@@ -22433,7 +21366,6 @@
dir = 4
},
/turf/open/floor/plasteel/red/side{
- tag = "icon-red (EAST)";
dir = 4
},
/area/security/checkpoint/customs)
@@ -22446,8 +21378,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -22458,8 +21389,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -22474,6 +21404,8 @@
icon_state = "1-2"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
@@ -22484,13 +21416,11 @@
/area/hallway/primary/central)
"aUv" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/airalarm{
dir = 8;
- pixel_x = 23;
- pixel_y = 0
+ pixel_x = 23
},
/turf/open/floor/plasteel/neutral/corner,
/area/hallway/primary/central)
@@ -22510,7 +21440,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Custodial Closet APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -22550,9 +21479,8 @@
/turf/open/floor/plasteel,
/area/hydroponics)
"aUD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hydroponics)
@@ -22612,8 +21540,7 @@
/area/crew_quarters/bar)
"aUO" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/effect/landmark/xmastree,
/turf/open/floor/carpet{
@@ -22630,11 +21557,8 @@
},
/area/crew_quarters/bar)
"aUQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -22657,8 +21581,7 @@
pixel_x = -24
},
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/hallway/primary/central)
"aUT" = (
@@ -22671,14 +21594,10 @@
/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"
+ layer = 2.9
},
/obj/structure/extinguisher_cabinet{
pixel_x = -26
@@ -22727,11 +21646,8 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"aUZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -22760,8 +21676,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -22775,7 +21690,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Cargo Bay APC";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable{
@@ -22792,8 +21706,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -22802,7 +21715,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -26
},
/turf/open/floor/plasteel,
@@ -22863,11 +21775,8 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"aVo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
@@ -22885,8 +21794,7 @@
/area/hallway/secondary/entry)
"aVr" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/open/floor/plasteel/neutral/corner{
@@ -22916,10 +21824,7 @@
/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"
+ layer = 2.9
},
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/customs)
@@ -22955,9 +21860,8 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -22968,7 +21872,6 @@
dir = 4
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/button/door{
@@ -22976,27 +21879,23 @@
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 = ""
+ icon_state = "2-4"
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
"aVz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
@@ -23005,8 +21904,7 @@
/obj/machinery/requests_console{
department = "Janitorial";
departmentType = 1;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/structure/cable{
d1 = 1;
@@ -23047,9 +21945,7 @@
/area/crew_quarters/kitchen)
"aVF" = (
/obj/effect/landmark/start/cook,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/kitchen)
"aVG" = (
@@ -23079,9 +21975,8 @@
/area/crew_quarters/kitchen)
"aVJ" = (
/obj/effect/landmark/start/bartender,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/black,
@@ -23104,8 +21999,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/carpet,
@@ -23168,9 +22062,8 @@
},
/area/crew_quarters/bar)
"aVV" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -23292,8 +22185,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating,
/area/maintenance/solars/starboard)
@@ -23383,8 +22275,7 @@
/area/hydroponics)
"aWu" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/camera{
c_tag = "Hydroponics South";
@@ -23485,7 +22376,6 @@
"aWH" = (
/obj/structure/disposalpipe/segment,
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 1
},
/turf/open/floor/plasteel/vault{
@@ -23493,10 +22383,8 @@
},
/area/crew_quarters/bar)
"aWI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/item/clothing/shoes/sandal,
/turf/open/floor/plasteel/black,
@@ -23534,12 +22422,10 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/item/weapon/storage/belt/fannypack/yellow,
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHWEST)";
dir = 9
},
/area/quartermaster/qm)
@@ -23553,13 +22439,11 @@
dir = 1;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/brown{
- dir = 1;
- tag = "icon-brown (NORTH)"
+ dir = 1
},
/area/quartermaster/qm)
"aWP" = (
@@ -23578,7 +22462,6 @@
pixel_x = -28
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHWEST)";
dir = 9
},
/area/quartermaster/miningdock)
@@ -23604,8 +22487,7 @@
/obj/structure/closet/emcloset,
/obj/machinery/airalarm{
dir = 8;
- pixel_x = 23;
- pixel_y = 0
+ pixel_x = 23
},
/turf/open/floor/plasteel/brown{
dir = 5
@@ -23630,8 +22512,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/department/cargo)
@@ -23639,8 +22520,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/engineering{
name = "Starboard Solar Access";
@@ -23652,9 +22532,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -23667,8 +22545,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/turf/open/floor/plating,
/area/maintenance/solars/starboard)
@@ -23681,8 +22558,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/solars/starboard)
@@ -23690,8 +22566,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/external{
cyclelinkeddir = 4;
@@ -23705,8 +22580,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/solars/starboard)
@@ -23714,8 +22588,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock/external{
cyclelinkeddir = 8;
@@ -23730,8 +22603,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/space,
/area/solar/starboard)
@@ -23770,7 +22642,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/obj/structure/window/reinforced/fulltile,
@@ -23829,8 +22700,6 @@
/area/hallway/secondary/entry)
"aXr" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -23838,8 +22707,6 @@
/area/hallway/secondary/entry)
"aXs" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel,
@@ -23872,11 +22739,8 @@
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
"aXw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
@@ -23885,9 +22749,7 @@
/obj/item/weapon/mop,
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/floorgrime,
/area/janitor)
@@ -23924,11 +22786,8 @@
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
"aXE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/black,
@@ -24018,14 +22877,10 @@
/obj/machinery/power/apc{
dir = 8;
name = "Quartermaster APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/brown{
dir = 8
@@ -24033,6 +22888,8 @@
/area/quartermaster/qm)
"aXP" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel,
@@ -24053,8 +22910,7 @@
/obj/item/weapon/folder/yellow,
/obj/item/weapon/pen,
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/quartermaster/miningdock)
"aXT" = (
@@ -24072,11 +22928,8 @@
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
"aXU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
@@ -24085,8 +22938,7 @@
/obj/machinery/requests_console{
department = "Mining";
departmentType = 0;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/brown/corner,
/area/quartermaster/miningdock)
@@ -24123,8 +22975,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Starboard Solar APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plating,
/area/maintenance/solars/starboard)
@@ -24144,8 +22995,6 @@
/area/maintenance/solars/starboard)
"aYc" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel,
@@ -24155,26 +23004,20 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"aYe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"aYf" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"aYg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
@@ -24228,7 +23071,6 @@
/area/janitor)
"aYm" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -24238,11 +23080,8 @@
},
/area/hydroponics)
"aYn" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hydroponics)
@@ -24303,8 +23142,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
dir = 4
@@ -24360,18 +23198,14 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/kitchen)
"aYz" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 8;
@@ -24405,7 +23239,6 @@
/area/crew_quarters/bar)
"aYC" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/light,
@@ -24417,7 +23250,6 @@
/area/crew_quarters/bar)
"aYE" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/obj/machinery/light,
@@ -24490,7 +23322,6 @@
dir = 4;
layer = 4;
pixel_x = -32;
- pixel_y = 0;
supply_display = 1
},
/turf/open/floor/plasteel/brown{
@@ -24513,8 +23344,7 @@
"aYO" = (
/obj/machinery/mineral/equipment_vendor,
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/quartermaster/miningdock)
"aYP" = (
@@ -24559,10 +23389,7 @@
"aYV" = (
/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"
+ layer = 2.9
},
/turf/open/floor/plating,
/area/maintenance/department/cargo)
@@ -24581,11 +23408,10 @@
/turf/open/floor/plating,
/area/shuttle/arrival)
"aYZ" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "burst_r"
+/obj/structure/shuttle/engine/propulsion/burst/right{
+ dir = 4
},
-/turf/open/floor/plasteel/black,
+/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"aZa" = (
/obj/machinery/camera{
@@ -24594,8 +23420,7 @@
network = list("SS13")
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
@@ -24636,8 +23461,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1
@@ -24652,8 +23476,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -24665,8 +23488,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -24674,9 +23496,7 @@
/obj/structure/sign/directions/evac{
dir = 8;
icon_state = "direction_evac";
- pixel_x = 0;
- pixel_y = -32;
- tag = "icon-direction_evac (WEST)"
+ pixel_y = -32
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -24684,8 +23504,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
@@ -24699,6 +23518,8 @@
icon_state = "1-2"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
@@ -24753,7 +23574,6 @@
id = "kitchen";
name = "Kitchen Shutters Control";
pixel_x = -24;
- pixel_y = 0;
req_access_txt = "28"
},
/obj/machinery/light_switch{
@@ -24829,7 +23649,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plating,
@@ -24851,8 +23670,7 @@
/obj/machinery/requests_console{
department = "Cargo Bay";
departmentType = 2;
- pixel_x = -30;
- pixel_y = 0
+ pixel_x = -30
},
/turf/open/floor/plasteel/brown{
dir = 10
@@ -24861,10 +23679,7 @@
"aZD" = (
/obj/structure/table,
/obj/item/weapon/clipboard,
-/obj/item/weapon/stamp/qm{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/stamp/qm,
/obj/machinery/light,
/obj/machinery/camera{
c_tag = "Cargo Quartermaster's Office";
@@ -24904,8 +23719,7 @@
dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/quartermaster/miningdock)
"aZG" = (
@@ -24922,10 +23736,8 @@
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
"aZH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
@@ -25040,13 +23852,12 @@
/area/shuttle/arrival)
"aZX" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel/black,
+/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"aZY" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
@@ -25127,7 +23938,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/purple/corner{
@@ -25175,8 +23985,7 @@
dir = 4
},
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/obj/structure/sign/poster/official/random{
pixel_y = 32
@@ -25235,15 +24044,13 @@
dir = 1;
icon_state = "direction_evac";
pixel_x = -32;
- pixel_y = 38;
- tag = "icon-direction_evac (NORTH)"
+ pixel_y = 38
},
/obj/structure/sign/directions/medical{
dir = 8;
icon_state = "direction_med";
pixel_x = -32;
- pixel_y = 28;
- tag = "icon-direction_med (WEST)"
+ pixel_y = 28
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -25270,16 +24077,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/corner{
dir = 8
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_corner (WEST)"
- },
+/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"baw" = (
/turf/open/floor/plasteel,
@@ -25288,9 +24091,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/turf/open/floor/circuit/green,
/area/science/robotics/mechbay)
@@ -25301,17 +24102,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/circuit/green,
/area/science/robotics/mechbay)
@@ -25323,13 +24120,10 @@
/obj/machinery/power/apc{
dir = 8;
name = "Mining Dock APC";
- pixel_x = -24;
- pixel_y = 0;
- pixel_z = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/quartermaster/miningdock)
"baB" = (
@@ -25362,20 +24156,16 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
"baG" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
-/turf/open/floor/plasteel/black,
+/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"baH" = (
/obj/structure/grille,
@@ -25399,11 +24189,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/lounge)
@@ -25522,7 +24309,6 @@
/area/hallway/primary/central)
"baU" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
/turf/open/floor/plasteel,
@@ -25539,15 +24325,12 @@
dir = 1;
icon_state = "direction_evac";
pixel_x = 32;
- pixel_y = 38;
- tag = "icon-direction_evac (NORTH)"
+ pixel_y = 38
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"baW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel,
@@ -25601,15 +24384,13 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/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,
@@ -25618,8 +24399,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -25641,14 +24421,12 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -25659,8 +24437,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -25675,8 +24452,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -25708,8 +24484,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -25723,10 +24498,11 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -25742,6 +24518,8 @@
"bbk" = (
/obj/structure/closet/secure_closet/miner,
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -25749,8 +24527,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/brown,
/area/quartermaster/miningdock)
@@ -25762,8 +24539,7 @@
"bbm" = (
/obj/structure/closet/secure_closet/miner,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/brown{
dir = 6
@@ -25799,8 +24575,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/maintenance/department/cargo)
@@ -25808,8 +24583,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/grille/broken,
/turf/open/floor/plating,
@@ -25830,8 +24604,7 @@
/area/shuttle/arrival)
"bbu" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/open/floor/plasteel/neutral/corner,
@@ -25850,7 +24623,8 @@
/area/crew_quarters/lounge)
"bbx" = (
/obj/structure/cable{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/carpet,
@@ -25891,11 +24665,8 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -25907,19 +24678,13 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bbD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bbE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bbF" = (
@@ -25932,15 +24697,13 @@
/area/hallway/primary/central)
"bbG" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/button/door{
dir = 2;
id = "Skynet_launch";
name = "Mech Bay Door Control";
- pixel_x = 25;
- pixel_y = 0
+ pixel_x = 25
},
/turf/open/floor/plasteel/purple/corner,
/area/hallway/primary/central)
@@ -25952,8 +24715,7 @@
dir = 2;
id = "Skynet_launch";
name = "Mech Bay Door Control";
- pixel_x = -25;
- pixel_y = 0
+ pixel_x = -25
},
/obj/machinery/camera{
c_tag = "Mech Bay";
@@ -25965,18 +24727,15 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"bbJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/landmark/event_spawn,
/obj/effect/turf_decal/stripes/line{
@@ -26027,11 +24786,10 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
"bbR" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "burst_l"
+/obj/structure/shuttle/engine/propulsion/burst/left{
+ dir = 4
},
-/turf/open/floor/plasteel/black,
+/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"bbS" = (
/obj/structure/chair/comfy/beige{
@@ -26055,8 +24813,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/lounge)
@@ -26081,7 +24838,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
- initialize_directions = 11
+
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -26135,9 +24892,7 @@
/turf/open/floor/plasteel/blue/corner,
/area/hallway/primary/central)
"bcc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- initialize_directions = 11
- },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bcd" = (
@@ -26183,11 +24938,8 @@
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
"bci" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
@@ -26211,8 +24963,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
@@ -26221,8 +24972,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -26242,8 +24992,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -26258,8 +25007,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -26339,8 +25087,6 @@
/area/shuttle/arrival)
"bcu" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plasteel/neutral/corner,
@@ -26353,8 +25099,6 @@
name = "privacy shutters"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -26370,25 +25114,19 @@
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/crew_quarters/lounge)
"bcx" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/lounge)
"bcy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/crew_quarters/lounge)
@@ -26545,8 +25283,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -26562,8 +25299,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -26576,6 +25312,8 @@
/area/maintenance/department/cargo)
"bde" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -26739,8 +25477,7 @@
},
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/red/side{
dir = 9
@@ -26755,7 +25492,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/red/side{
@@ -26765,7 +25501,6 @@
"bdy" = (
/obj/machinery/computer/secure_data,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/red/side{
@@ -26796,8 +25531,7 @@
"bdC" = (
/obj/structure/chair,
/turf/open/floor/plasteel/whiteblue/side{
- dir = 1;
- tag = "icon-whiteblue (NORTH)"
+ dir = 1
},
/area/medical/medbay/central)
"bdD" = (
@@ -26806,8 +25540,7 @@
dir = 1
},
/turf/open/floor/plasteel/whiteblue/side{
- dir = 1;
- tag = "icon-whiteblue (NORTH)"
+ dir = 1
},
/area/medical/medbay/central)
"bdE" = (
@@ -26923,10 +25656,7 @@
name = "Robotics Desk";
req_access_txt = "29"
},
-/obj/item/weapon/paper_bin{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
/obj/machinery/door/poddoor/shutters/preopen{
id = "robotics";
@@ -26939,9 +25669,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -26965,11 +25693,8 @@
/turf/open/floor/engine,
/area/science/explab)
"bdY" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/engine,
/area/science/explab)
@@ -27018,24 +25743,18 @@
/area/science/xenobiology)
"bee" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/closed/wall/r_wall,
/area/science/xenobiology)
"bef" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall/r_wall,
/area/science/xenobiology)
"beg" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/closed/wall/r_wall,
@@ -27063,8 +25782,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small{
dir = 1
@@ -27078,8 +25796,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -27182,9 +25899,7 @@
dir = 2;
network = list("SS13")
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/airalarm{
pixel_y = 22
},
@@ -27193,10 +25908,7 @@
"bez" = (
/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"
+ layer = 2.9
},
/obj/item/weapon/pen,
/obj/structure/sign/poster/official/random{
@@ -27220,7 +25932,8 @@
"beC" = (
/obj/item/weapon/extinguisher,
/obj/structure/cable{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plating,
@@ -27231,11 +25944,8 @@
/turf/open/floor/plasteel/black,
/area/medical/morgue)
"beE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/medical/morgue)
@@ -27260,11 +25970,8 @@
/obj/machinery/newscaster{
pixel_x = -32
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 8
@@ -27287,10 +25994,7 @@
/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"
+ layer = 2.9
},
/turf/open/floor/plasteel/red/side{
dir = 4
@@ -27305,15 +26009,13 @@
"beM" = (
/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/central)
"beN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -27474,15 +26176,12 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
@@ -27494,7 +26193,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Robotics Lab APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -27538,8 +26236,7 @@
/area/science/explab)
"bfq" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/engine,
@@ -27561,13 +26258,13 @@
/area/science/explab)
"bfs" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/engine,
/area/science/explab)
@@ -27576,7 +26273,6 @@
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,
@@ -27600,8 +26296,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/grille/broken,
/obj/structure/disposalpipe/segment{
@@ -27617,8 +26312,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/grille/broken,
/obj/structure/disposalpipe/segment{
@@ -27641,8 +26335,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plating,
/area/maintenance/department/cargo)
@@ -27653,8 +26346,7 @@
/obj/machinery/camera{
c_tag = "Xenobiology Test Chamber";
dir = 2;
- network = list("Xeno","RD");
- pixel_x = 0
+ network = list("Xeno","RD")
},
/obj/machinery/light{
dir = 1
@@ -27734,11 +26426,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -27787,7 +26476,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Port Emergency Storage APC";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable{
@@ -27869,10 +26557,8 @@
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/medical)
"bfX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/medical)
@@ -27885,9 +26571,8 @@
/area/security/checkpoint/medical)
"bfZ" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -27908,11 +26593,8 @@
},
/area/science/research)
"bgd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -27930,9 +26612,8 @@
/area/science/research)
"bgg" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -27974,9 +26655,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -27987,9 +26666,8 @@
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"bgl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/science/robotics/lab)
@@ -28019,8 +26697,7 @@
amount = 50
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/purple/side{
dir = 4
@@ -28033,9 +26710,7 @@
/turf/open/floor/engine,
/area/science/explab)
"bgo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/engine,
/area/science/explab)
"bgp" = (
@@ -28121,8 +26796,6 @@
"bgC" = (
/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{
@@ -28140,27 +26813,20 @@
},
/area/maintenance/department/cargo)
"bgE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bgF" = (
/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)
"bgG" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plasteel/neutral/corner,
@@ -28283,8 +26949,7 @@
"bgT" = (
/obj/structure/table/reinforced,
/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 0
+ pixel_x = 1
},
/turf/open/floor/plasteel/whiteblue/corner{
dir = 8
@@ -28308,18 +26973,13 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bgX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bgY" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- initialize_directions = 11
- },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
/turf/open/floor/plasteel/white,
/area/science/research)
"bgZ" = (
@@ -28368,8 +27028,7 @@
"bhd" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-18";
- layer = 3;
- pixel_y = 0
+ layer = 3
},
/turf/open/floor/plasteel/whitepurple/side,
/area/science/research)
@@ -28391,9 +27050,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -28414,8 +27071,7 @@
/obj/item/device/assembly/flash/handheld,
/obj/machinery/airalarm{
dir = 8;
- pixel_x = 23;
- pixel_y = 0
+ pixel_x = 23
},
/turf/open/floor/plasteel/purple/side{
dir = 4
@@ -28492,7 +27148,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -28523,10 +27178,7 @@
/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"
+ layer = 2.9
},
/turf/open/floor/plasteel/whitepurple/side{
dir = 5
@@ -28613,13 +27265,11 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/computer/auxillary_base{
density = 0;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plating,
/area/shuttle/auxillary_base)
@@ -28641,22 +27291,18 @@
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)
"bhJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/medical/genetics)
@@ -28668,18 +27314,15 @@
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/medical/genetics)
"bhL" = (
/obj/structure/closet/wardrobe/mixed,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTH)";
dir = 1
},
/area/medical/genetics)
@@ -28687,11 +27330,9 @@
/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)
@@ -28719,21 +27360,17 @@
},
/obj/item/weapon/storage/box/masks,
/turf/open/floor/plasteel/whiteblue/side{
- dir = 1;
- tag = "icon-whiteblue (NORTH)"
+ dir = 1
},
/area/medical/medbay/zone3)
"bhP" = (
/obj/machinery/vending/medical,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTHEAST)";
dir = 5
},
/area/medical/medbay/zone3)
"bhQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/medical/morgue)
"bhR" = (
@@ -28754,8 +27391,7 @@
dir = 5
},
/turf/open/floor/plasteel/whiteblue/side{
- dir = 1;
- tag = "icon-whiteblue (NORTH)"
+ dir = 1
},
/area/medical/medbay/central)
"bhT" = (
@@ -28763,7 +27399,6 @@
dir = 10
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTHEAST)";
dir = 5
},
/area/medical/medbay/central)
@@ -28773,9 +27408,7 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = -32;
- pixel_y = 0;
- pixel_z = 0
+ pixel_x = -32
},
/obj/item/device/radio/intercom{
broadcasting = 0;
@@ -28783,7 +27416,6 @@
frequency = 1485;
listening = 1;
name = "Station Intercom (Medbay)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/whiteblue/side{
@@ -28796,7 +27428,6 @@
},
/obj/effect/landmark/start/medical_doctor,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (NORTHEAST)";
dir = 5
},
/area/medical/medbay/central)
@@ -28882,8 +27513,7 @@
/obj/machinery/cell_charger,
/obj/item/weapon/stock_parts/cell/high/plus,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/firealarm{
dir = 4;
@@ -28917,16 +27547,14 @@
/obj/machinery/button/door{
id = "testlab";
name = "Window Blast Doors";
- pixel_x = -6;
- pixel_y = 0
+ pixel_x = -6
},
/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
+ pixel_x = 6
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -28951,7 +27579,6 @@
/area/science/explab)
"bip" = (
/obj/item/weapon/paper_bin{
- pixel_x = 0;
pixel_y = 6
},
/obj/item/weapon/pen,
@@ -28979,7 +27606,6 @@
departmentType = 2;
dir = 2;
name = "Science Requests Console";
- pixel_x = 0;
pixel_y = 30;
receive_ore_updates = 1
},
@@ -29068,16 +27694,12 @@
/area/maintenance/department/cargo)
"biD" = (
/obj/machinery/atmospherics/pipe/simple/general/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plating,
/area/maintenance/department/chapel/monastery)
"biE" = (
/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/obj/machinery/meter,
@@ -29085,8 +27707,6 @@
/area/maintenance/department/chapel/monastery)
"biF" = (
/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/turf/open/floor/plating,
@@ -29157,7 +27777,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (WEST)";
dir = 8
},
/area/medical/medbay/zone3)
@@ -29176,14 +27795,12 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/medbay/zone3)
@@ -29197,8 +27814,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -29209,8 +27825,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -29221,8 +27836,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/black,
@@ -29232,8 +27846,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -29242,6 +27855,8 @@
/area/medical/morgue)
"biX" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -29284,7 +27899,6 @@
/area/medical/morgue)
"bja" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
/obj/structure/cable{
@@ -29303,19 +27917,18 @@
/area/medical/medbay/central)
"bjb" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bjc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/medbay/central)
@@ -29332,7 +27945,6 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/medbay/central)
@@ -29343,8 +27955,6 @@
id = "MedbayFoyer";
name = "Medbay Door Control";
normaldoorcontrol = 1;
- pixel_x = 0;
- pixel_y = 0;
req_access_txt = "5"
},
/turf/open/floor/plasteel/whiteblue/side{
@@ -29426,7 +28036,6 @@
"bjo" = (
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
@@ -29452,9 +28061,8 @@
dir = 2;
network = list("SS13")
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/obj/machinery/light{
dir = 1
@@ -29500,8 +28108,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/science/robotics/lab)
@@ -29511,6 +28118,8 @@
icon_state = "pipe-c"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel,
@@ -29558,16 +28167,14 @@
/turf/open/floor/plasteel,
/area/science/explab)
"bjA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/science/explab)
"bjB" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/science/explab)
@@ -29578,11 +28185,8 @@
/turf/open/floor/plasteel,
/area/science/explab)
"bjD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/science/explab)
@@ -29616,9 +28220,7 @@
},
/area/science/xenobiology)
"bjG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"bjH" = (
@@ -29678,8 +28280,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/poddoor/preopen{
id = "misclab";
@@ -29768,8 +28369,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/science/xenobiology)
@@ -29820,8 +28420,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/science/xenobiology)
@@ -29866,11 +28465,10 @@
/turf/open/floor/plating,
/area/maintenance/department/cargo)
"bjY" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 8
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/transport)
"bjZ" = (
/turf/closed/wall/mineral/titanium,
@@ -29889,8 +28487,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Arrivals APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -29914,9 +28511,8 @@
/turf/open/floor/carpet,
/area/library)
"bkf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/library)
@@ -30019,17 +28615,16 @@
icon_state = "2-8"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone3)
@@ -30037,8 +28632,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Medbay APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d2 = 8;
@@ -30056,8 +28650,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Medbay APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/whiteblue/corner{
dir = 1
@@ -30065,15 +28658,13 @@
/area/medical/medbay/central)
"bkp" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bkq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/structure/sign/poster/official/random{
pixel_x = 32
@@ -30169,7 +28760,6 @@
departmentType = 2;
name = "Science Requests Console";
pixel_x = -32;
- pixel_y = 0;
receive_ore_updates = 1
},
/obj/item/weapon/book/manual/research_and_development,
@@ -30204,9 +28794,7 @@
dir = 2;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/purple/side{
dir = 1
},
@@ -30233,8 +28821,7 @@
name = "emergency shower"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -30254,11 +28841,8 @@
/area/science/research)
"bkH" = (
/obj/structure/closet/firecloset/full,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -30281,9 +28865,7 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"bkK" = (
@@ -30463,7 +29045,6 @@
/obj/machinery/computer/security/telescreen{
name = "Test Chamber Moniter";
network = list("Xeno");
- pixel_x = 0;
pixel_y = 2
},
/obj/structure/table/reinforced,
@@ -30476,7 +29057,6 @@
/obj/machinery/button/door{
id = "misclab";
name = "Test Chamber Blast Doors";
- pixel_x = 0;
pixel_y = -2;
req_access_txt = "55"
},
@@ -30543,8 +29123,7 @@
"bll" = (
/obj/machinery/disposal/bin,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -30552,9 +29131,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTHEAST)"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"blm" = (
/obj/machinery/door/window/northleft{
@@ -30567,16 +29144,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"bln" = (
/obj/structure/table/reinforced,
/obj/machinery/button/door{
id = "xenobio5";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -30605,16 +29179,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"blp" = (
/obj/structure/table/reinforced,
/obj/machinery/button/door{
id = "xenobio6";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -30655,11 +29226,10 @@
/area/maintenance/department/cargo)
"bls" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced,
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/transport)
"blt" = (
/turf/open/floor/pod/light,
@@ -30678,8 +29248,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
+ name = "EXTERNAL AIRLOCK"
},
/obj/structure/window/reinforced/fulltile,
/turf/open/floor/plating,
@@ -30695,13 +29264,11 @@
dir = 8
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/neutral/corner,
/area/hallway/secondary/entry)
@@ -30733,8 +29300,7 @@
"blB" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
@@ -30818,8 +29384,7 @@
frequency = 1485;
listening = 1;
name = "Station Intercom (Medbay)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/machinery/airalarm{
pixel_y = 22
@@ -30883,9 +29448,7 @@
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"blT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"blU" = (
@@ -30911,9 +29474,8 @@
},
/area/hallway/primary/aft)
"blW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
@@ -30922,10 +29484,7 @@
/obj/structure/extinguisher_cabinet{
pixel_x = -26
},
-/obj/item/weapon/disk/tech_disk{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/weapon/disk/tech_disk,
/obj/item/weapon/disk/design_disk,
/turf/open/floor/plasteel,
/area/science/explab)
@@ -30943,8 +29502,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Research Lab APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable{
icon_state = "0-2";
@@ -31071,7 +29629,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/open/floor/plasteel,
@@ -31085,8 +29642,7 @@
/obj/machinery/camera{
c_tag = "Experimentation Lab";
dir = 1;
- network = list("SS13","RD");
- pixel_y = 0
+ network = list("SS13","RD")
},
/obj/machinery/airalarm{
dir = 1;
@@ -31178,8 +29734,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -31254,10 +29809,8 @@
/obj/structure/chair{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/light/small{
dir = 8
@@ -31273,8 +29826,7 @@
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/floorgrime,
/area/science/xenobiology)
@@ -31300,14 +29852,12 @@
/area/maintenance/department/cargo)
"bmM" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/transport)
"bmN" = (
/obj/machinery/door/airlock/titanium,
@@ -31355,12 +29905,9 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plasteel/neutral/corner,
@@ -31375,9 +29922,7 @@
req_access_txt = "12"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/department/engine)
@@ -31396,9 +29941,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
@@ -31415,8 +29958,6 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/turf/open/floor/plating,
@@ -31436,11 +29977,8 @@
/turf/open/floor/plasteel/whiteblue/side,
/area/medical/genetics)
"bmX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/whiteblue/side,
/area/medical/genetics)
@@ -31493,7 +30031,6 @@
/area/medical/sleeper)
"bne" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
dir = 5
},
/obj/effect/turf_decal/stripes/corner{
@@ -31585,9 +30122,7 @@
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"bnp" = (
-/obj/machinery/disposal/bin{
- pixel_x = 0
- },
+/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
dir = 8
},
@@ -31623,7 +30158,6 @@
/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,
@@ -31730,7 +30264,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -28
},
/turf/closed/wall,
@@ -31758,12 +30291,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
"bnK" = (
@@ -31786,8 +30314,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -31800,11 +30327,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -31845,8 +30369,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/structure/cable{
d1 = 4;
@@ -31867,14 +30390,12 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -31887,9 +30408,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -31905,14 +30425,12 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -31964,11 +30482,12 @@
icon_state = "pipe-c"
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/effect/landmark/blobstart,
/turf/open/floor/plasteel/floorgrime,
@@ -32139,8 +30658,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/whiteblue/corner,
/area/medical/medbay/central)
@@ -32174,7 +30692,6 @@
department = "Chemistry";
departmentType = 2;
pixel_x = 32;
- pixel_y = 0;
receive_ore_updates = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -32185,8 +30702,6 @@
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,
@@ -32270,7 +30785,6 @@
cell_type = 10000;
dir = 1;
name = "Research Division APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -32334,7 +30848,6 @@
/area/science/research)
"boP" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
/turf/open/floor/plasteel/white/side,
@@ -32355,8 +30868,7 @@
"boS" = (
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-18";
- layer = 4.1;
- pixel_y = 0
+ layer = 4.1
},
/turf/open/floor/plasteel/white/side{
dir = 8
@@ -32364,10 +30876,8 @@
/area/science/research)
"boT" = (
/obj/structure/closet/firecloset,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -32412,8 +30922,7 @@
/area/science/xenobiology)
"boY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
@@ -32461,8 +30970,7 @@
network = list("SS13","RD")
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/whitepurple/side,
/area/science/xenobiology)
@@ -32499,11 +31007,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/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/obj/machinery/light/small{
brightness = 3;
@@ -32624,13 +31129,10 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = -32;
- pixel_y = 0;
- pixel_z = 0
+ pixel_x = -32
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone3)
@@ -32657,8 +31159,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone3)
@@ -32676,8 +31177,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/corner,
/turf/open/floor/plasteel/white,
@@ -32700,8 +31200,7 @@
/area/medical/sleeper)
"bpC" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -32734,18 +31233,14 @@
/area/medical/medbay/central)
"bpH" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"bpI" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
@@ -32770,8 +31265,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/structure/disposalpipe/junction{
dir = 2;
@@ -32836,8 +31330,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plasteel,
/area/science/explab)
@@ -32853,9 +31346,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/explab)
"bpR" = (
/obj/structure/cable{
@@ -32874,9 +31365,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/explab)
"bpS" = (
/obj/structure/cable{
@@ -32893,16 +31382,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/explab)
"bpT" = (
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/cable{
d1 = 4;
@@ -32969,9 +31455,8 @@
icon_state = "pipe-j2s";
sortType = 13
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -32996,8 +31481,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -33017,6 +31501,8 @@
/area/science/research)
"bqa" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable{
@@ -33036,9 +31522,8 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
@@ -33047,9 +31532,8 @@
dir = 4;
layer = 2.9
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
@@ -33082,7 +31566,6 @@
idDoor = "xeno_airlock_exterior";
idSelf = "xeno_airlock_control";
name = "Access Button";
- pixel_x = 0;
pixel_y = -24;
req_access_txt = "0"
},
@@ -33095,8 +31578,7 @@
/area/science/xenobiology)
"bqg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -33134,7 +31616,6 @@
idDoor = "xeno_airlock_interior";
idSelf = "xeno_airlock_control";
name = "Access Button";
- pixel_x = 0;
pixel_y = -24;
req_access_txt = "0"
},
@@ -33168,9 +31649,7 @@
"bqm" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/whitepurple/side{
dir = 4
@@ -33179,16 +31658,13 @@
"bqn" = (
/obj/machinery/disposal/bin,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/disposalpipe/trunk,
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTHEAST)"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"bqo" = (
/obj/machinery/door/window/northleft{
@@ -33201,16 +31677,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"bqp" = (
/obj/structure/table/reinforced,
/obj/machinery/button/door{
id = "xenobio1";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -33243,16 +31716,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"bqs" = (
/obj/structure/table/reinforced,
/obj/machinery/button/door{
id = "xenobio2";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -33281,16 +31751,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"bqu" = (
/obj/structure/table/reinforced,
/obj/machinery/button/door{
id = "xenobio3";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -33319,16 +31786,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/science/xenobiology)
"bqw" = (
/obj/structure/table/reinforced,
/obj/machinery/button/door{
id = "xenobio4";
name = "Containment Blast Doors";
- pixel_x = 0;
pixel_y = 4;
req_access_txt = "55"
},
@@ -33378,9 +31842,8 @@
dir = 4;
layer = 2.9
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/mob/living/carbon/monkey,
/turf/open/floor/grass,
@@ -33418,8 +31881,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
@@ -33444,8 +31906,7 @@
pixel_x = -24
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/machinery/light{
dir = 8
@@ -33460,11 +31921,8 @@
d2 = 2;
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone3)
@@ -33480,8 +31938,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Treatment Center APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
@@ -33504,7 +31961,6 @@
/area/medical/sleeper)
"bqO" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 1
},
/turf/open/floor/plasteel/blue,
@@ -33545,8 +32001,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Chemistry APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-4";
@@ -33591,9 +32046,7 @@
},
/obj/item/weapon/paper_bin{
layer = 2.9;
- pixel_x = -2;
- pixel_y = 0;
- tag = "every single paper bin is edited to this"
+ pixel_x = -2
},
/obj/machinery/door/poddoor/shutters/preopen{
id = "chemistry_shutters";
@@ -33616,8 +32069,7 @@
/area/hallway/primary/aft)
"bra" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
@@ -33666,10 +32118,7 @@
/turf/open/floor/plasteel,
/area/science/explab)
"brf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/science/explab)
"brg" = (
@@ -33688,8 +32137,7 @@
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -33698,7 +32146,6 @@
dir = 4
},
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (NORTH)";
icon_state = "whitehall";
dir = 1
},
@@ -33721,7 +32168,6 @@
dir = 4
},
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (NORTH)";
icon_state = "whitehall";
dir = 1
},
@@ -33755,7 +32201,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel/white,
@@ -33782,14 +32227,10 @@
"brr" = (
/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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -33841,7 +32282,6 @@
departmentType = 2;
name = "Science Requests Console";
pixel_x = 32;
- pixel_y = 0;
receive_ore_updates = 1
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -33877,8 +32317,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/science/xenobiology)
@@ -33925,8 +32364,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/science/xenobiology)
@@ -33973,8 +32411,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/science/xenobiology)
@@ -34021,8 +32458,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/engine,
/area/science/xenobiology)
@@ -34044,8 +32480,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/machinery/light/small{
dir = 1
@@ -34057,11 +32492,12 @@
/area/maintenance/department/science)
"brL" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plating,
/area/maintenance/department/science)
@@ -34104,9 +32540,7 @@
/obj/machinery/camera{
c_tag = "Genetics Monkey Pen";
dir = 4;
- network = list("SS13","RD");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13","RD")
},
/mob/living/carbon/monkey,
/turf/open/floor/grass,
@@ -34125,9 +32559,8 @@
},
/area/medical/genetics)
"brT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
@@ -34151,9 +32584,7 @@
"brW" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 28
@@ -34193,7 +32624,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/whiteblue/corner{
@@ -34222,7 +32652,6 @@
department = "Chief Medical Officer's Desk";
departmentType = 5;
name = "Chief Medical Officer RC";
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/cmo,
@@ -34366,8 +32795,7 @@
/area/science/explab)
"bss" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/purple/side,
/area/science/explab)
@@ -34407,7 +32835,6 @@
/area/science/explab)
"bsw" = (
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (NORTH)";
icon_state = "whitehall";
dir = 1
},
@@ -34477,11 +32904,8 @@
/turf/open/floor/plating,
/area/maintenance/department/science)
"bsH" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/grass,
/area/medical/genetics)
@@ -34528,11 +32952,8 @@
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"bsM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
@@ -34544,8 +32965,7 @@
department = "Genetics";
departmentType = 0;
name = "Genetics Requests Console";
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/whitepurple/side{
dir = 4
@@ -34575,7 +32995,6 @@
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,
@@ -34661,8 +33080,7 @@
/area/medical/medbay/central)
"bsW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 8
@@ -34670,11 +33088,8 @@
/area/medical/medbay/central)
"bsX" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -34690,11 +33105,8 @@
/obj/structure/chair/office/light{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
@@ -34720,8 +33132,7 @@
layer = 4;
name = "Surgery Telescreen";
network = list("Surgery");
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
@@ -34805,8 +33216,7 @@
/obj/structure/closet/wardrobe/red,
/obj/machinery/airalarm{
dir = 8;
- pixel_x = 23;
- pixel_y = 0
+ pixel_x = 23
},
/turf/open/floor/plasteel/red/side{
dir = 5
@@ -34815,9 +33225,7 @@
"btn" = (
/obj/machinery/portable_atmospherics/canister/toxins,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/storage)
"bto" = (
/obj/machinery/portable_atmospherics/canister/toxins,
@@ -34830,9 +33238,7 @@
network = list("SS13","RD")
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/science/storage)
"btp" = (
/obj/effect/turf_decal/stripes/line{
@@ -34846,7 +33252,6 @@
cell_type = 5000;
dir = 1;
name = "Toxins Storage APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -34901,7 +33306,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/white,
@@ -34931,8 +33335,7 @@
/obj/machinery/camera{
c_tag = "Toxins Lab";
dir = 2;
- network = list("SS13","RD");
- pixel_y = 0
+ network = list("SS13","RD")
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -34981,10 +33384,7 @@
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"
+ layer = 2.9
},
/turf/open/floor/plasteel/whitepurple/side{
dir = 10
@@ -34999,9 +33399,7 @@
/obj/machinery/camera{
c_tag = "Genetics";
dir = 1;
- network = list("SS13","RD");
- pixel_x = 0;
- pixel_y = 0
+ network = list("SS13","RD")
},
/turf/open/floor/plasteel/whitepurple/side,
/area/medical/genetics)
@@ -35012,7 +33410,6 @@
icon_state = "1-4"
},
/turf/open/floor/plasteel/whitepurple/corner{
- tag = "icon-whitepurplecorner (WEST)";
dir = 8
},
/area/medical/genetics)
@@ -35039,11 +33436,8 @@
},
/area/medical/genetics)
"btM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/shower{
dir = 4
@@ -35078,7 +33472,6 @@
/area/medical/virology)
"btP" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -35088,18 +33481,13 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = -32;
- pixel_y = 0;
- pixel_z = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"btQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -35137,7 +33525,6 @@
dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/medbay/central)
@@ -35296,8 +33683,7 @@
/area/maintenance/department/engine)
"bug" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/yellow/corner,
@@ -35338,7 +33724,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "RD Office APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -35361,6 +33746,8 @@
/area/crew_quarters/heads/hor)
"bun" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
@@ -35375,7 +33762,6 @@
id = "rndshutters";
name = "Research Lockdown";
pixel_x = 28;
- pixel_y = 0;
req_access_txt = "47"
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -35391,11 +33777,8 @@
dir = 4;
network = list("SS13","RD")
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/red/side{
dir = 8
@@ -35405,8 +33788,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
@@ -35417,8 +33799,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Science Security APC";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/structure/cable{
d2 = 8;
@@ -35434,9 +33815,8 @@
/turf/open/floor/plasteel,
/area/science/storage)
"but" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -35450,17 +33830,13 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel,
/area/science/storage)
"buv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/science/storage)
@@ -35527,9 +33903,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -35558,7 +33932,6 @@
departmentType = 2;
name = "Science Requests Console";
pixel_x = 32;
- pixel_y = 0;
receive_ore_updates = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -35642,8 +34015,7 @@
"buU" = (
/obj/structure/closet/l3closet,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -35652,7 +34024,6 @@
/area/medical/virology)
"buV" = (
/obj/machinery/shower{
- tag = "icon-shower (EAST)";
icon_state = "shower";
dir = 4
},
@@ -35662,17 +34033,14 @@
frequency = 1485;
listening = 1;
name = "Station Intercom (Medbay)";
- pixel_x = -28;
- pixel_y = 0
+ pixel_x = -28
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"buW" = (
/obj/effect/landmark/start/medical_doctor,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -35698,11 +34066,9 @@
/area/medical/medbay/central)
"buZ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/medbay/central)
@@ -35728,10 +34094,8 @@
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
"bvd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/cmo,
/area/crew_quarters/heads/cmo)
@@ -35739,8 +34103,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "CMO's Office APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable,
/turf/open/floor/plasteel/cmo,
@@ -35762,8 +34125,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Server Room APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-4";
@@ -35776,6 +34138,8 @@
/area/science/server)
"bvi" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/general/visible{
@@ -35801,10 +34165,10 @@
/turf/open/floor/plating,
/area/science/server)
"bvk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8;
external_pressure_bound = 140;
- on = 1;
+ name = "server vent";
pressure_checks = 0
},
/turf/open/floor/circuit{
@@ -35830,19 +34194,15 @@
dir = 1;
icon_state = "pipe-c"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/hor)
"bvp" = (
/obj/machinery/disposal/bin,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -35855,14 +34215,10 @@
/obj/item/weapon/pen,
/obj/structure/table,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/item/weapon/paper_bin{
- layer = 2.9;
- pixel_x = 0;
- pixel_y = 0;
- tag = "every single paper bin is edited to this"
+ layer = 2.9
},
/turf/open/floor/plasteel/red/side{
dir = 8
@@ -35874,10 +34230,7 @@
/turf/open/floor/plasteel,
/area/security/checkpoint/science)
"bvs" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/red/side{
dir = 4
},
@@ -35896,8 +34249,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel,
/area/science/storage)
@@ -35994,9 +34346,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/structure/cable{
d1 = 2;
@@ -36086,14 +34436,12 @@
/area/medical/virology)
"bvQ" = (
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -36108,17 +34456,13 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
"bvS" = (
/obj/structure/closet/l3closet,
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHWEST)";
- icon_state = "intact";
dir = 10
},
/obj/effect/turf_decal/stripes/line{
@@ -36151,15 +34495,12 @@
"bvX" = (
/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,
@@ -36248,9 +34589,7 @@
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/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/landmark/blobstart,
/obj/item/weapon/melee/baton/cattleprod{
cell = new /obj/item/weapon/stock_parts/cell/high()
@@ -36267,16 +34606,12 @@
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/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/black,
@@ -36307,8 +34642,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
@@ -36322,18 +34656,14 @@
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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"bwl" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/yellow/corner,
/area/hallway/primary/aft)
@@ -36370,14 +34700,10 @@
/turf/open/floor/plasteel/black,
/area/science/server)
"bwp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 8;
external_pressure_bound = 120;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+ name = "server vent"
},
/turf/open/floor/circuit{
name = "Server Base";
@@ -36394,10 +34720,8 @@
/obj/structure/chair/office/light{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/hor)
@@ -36437,7 +34761,6 @@
dir = 8;
freerange = 1;
name = "Station Intercom (Telecoms)";
- pixel_x = 0;
pixel_y = -26
},
/turf/open/floor/plasteel/red/side,
@@ -36479,11 +34802,8 @@
/turf/open/floor/plasteel,
/area/science/mixing)
"bwE" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/science/mixing)
@@ -36501,7 +34821,6 @@
pixel_y = -2
},
/obj/item/device/assembly/prox_sensor{
- pixel_x = 0;
pixel_y = 2
},
/obj/structure/table/reinforced,
@@ -36510,9 +34829,8 @@
"bwG" = (
/obj/structure/chair/stool,
/obj/effect/landmark/start/scientist,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/science/mixing)
@@ -36541,8 +34859,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -36553,8 +34870,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/science/mixing)
@@ -36563,16 +34879,14 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/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
+ pixel_x = 30
},
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -36583,8 +34897,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/closed/wall,
/area/science/mixing)
@@ -36592,8 +34905,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/closet/emcloset,
/turf/open/floor/plasteel,
@@ -36615,8 +34927,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light{
dir = 1
@@ -36628,8 +34939,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
@@ -36639,8 +34949,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/camera{
c_tag = "Toxins Launch Area";
@@ -36659,8 +34968,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -36671,8 +34979,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light{
dir = 1
@@ -36686,8 +34993,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -36721,8 +35027,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -36733,8 +35038,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -36745,8 +35049,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/item/weapon/cigbutt/cigarbutt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -36758,8 +35061,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small{
dir = 1
@@ -36773,8 +35075,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -36793,42 +35094,32 @@
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/department/engine)
"bxd" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/department/engine)
"bxe" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/closed/wall/r_wall,
/area/medical/virology)
"bxf" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
"bxg" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plasteel/freezer,
@@ -36837,10 +35128,8 @@
/obj/machinery/light{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/freezer,
@@ -36870,7 +35159,6 @@
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,
@@ -36977,7 +35265,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -26
},
/turf/open/floor/plasteel/whitepurple/side{
@@ -36993,7 +35280,6 @@
department = "Research Director's Desk";
departmentType = 5;
name = "Research Director RC";
- pixel_x = 0;
pixel_y = -30;
receive_ore_updates = 1
},
@@ -37004,8 +35290,7 @@
/obj/item/weapon/paper_bin{
layer = 2.9;
pixel_x = -2;
- pixel_y = 5;
- tag = "every single paper bin is edited to this"
+ pixel_y = 5
},
/obj/item/weapon/folder/white,
/obj/item/weapon/pen,
@@ -37038,7 +35323,6 @@
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,
@@ -37076,7 +35360,6 @@
"bxH" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (NORTH)";
icon_state = "whitehall";
dir = 1
},
@@ -37085,7 +35368,6 @@
/obj/structure/reagent_dispensers/watertank,
/obj/machinery/light,
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (NORTH)";
icon_state = "whitehall";
dir = 1
},
@@ -37093,7 +35375,6 @@
"bxJ" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plasteel/white/side{
- tag = "icon-whitehall (NORTH)";
icon_state = "whitehall";
dir = 1
},
@@ -37108,7 +35389,6 @@
/area/science/mixing)
"bxM" = (
/obj/item/device/assembly/signaler{
- pixel_x = 0;
pixel_y = 8
},
/obj/item/device/assembly/signaler{
@@ -37133,12 +35413,8 @@
/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,
+/obj/item/device/transfer_valve,
/obj/item/device/transfer_valve{
pixel_x = 5
},
@@ -37161,10 +35437,7 @@
pixel_x = 6;
pixel_y = -4
},
-/obj/item/device/assembly/timer{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/item/device/assembly/timer,
/obj/structure/table/reinforced,
/turf/open/floor/plasteel,
/area/science/mixing)
@@ -37189,8 +35462,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plasteel,
/area/science/mixing)
@@ -37220,8 +35492,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- color = "#330000";
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 4
},
/turf/open/floor/plasteel,
@@ -37233,9 +35504,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plasteel,
/area/science/mineral_storeroom)
@@ -37245,7 +35514,6 @@
icon_state = "0-8"
},
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/turf/open/floor/plasteel,
@@ -37267,7 +35535,6 @@
/area/maintenance/department/chapel/monastery)
"bya" = (
/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (EAST)";
dir = 4
},
/area/science/mineral_storeroom)
@@ -37306,9 +35573,7 @@
/area/medical/virology)
"byh" = (
/obj/structure/window/reinforced,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
@@ -37341,7 +35606,6 @@
pixel_y = 24
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHWEST)";
icon_state = "whitegreen";
dir = 9
},
@@ -37360,7 +35624,6 @@
cell_type = 5000;
dir = 1;
name = "Virology APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable{
@@ -37369,7 +35632,6 @@
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHEAST)";
icon_state = "whitegreen";
dir = 5
},
@@ -37391,10 +35653,8 @@
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/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/light{
dir = 1
@@ -37427,10 +35687,8 @@
/turf/open/floor/plasteel/freezer,
/area/medical/medbay/central)
"byr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -37443,11 +35701,9 @@
pixel_x = 28
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/medbay/central)
@@ -37464,7 +35720,6 @@
/obj/machinery/status_display{
density = 0;
layer = 4;
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/freezer,
@@ -37631,11 +35886,8 @@
/turf/open/floor/plasteel,
/area/science/mineral_storeroom)
"byM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/science/mineral_storeroom)
@@ -37653,9 +35905,8 @@
/turf/open/floor/plasteel,
/area/science/mineral_storeroom)
"byP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/science/mineral_storeroom)
@@ -37703,7 +35954,6 @@
"byU" = (
/obj/machinery/vending/medical,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHWEST)";
icon_state = "whitegreen";
dir = 9
},
@@ -37726,8 +35976,7 @@
/area/medical/virology)
"byX" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/whitegreen/side{
dir = 1
@@ -37746,7 +35995,6 @@
dir = 8;
freerange = 1;
name = "Station Intercom (Telecoms)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/whitegreen/side{
@@ -37755,8 +36003,7 @@
/area/medical/virology)
"byZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/whitegreen/corner{
dir = 1
@@ -37789,7 +36036,6 @@
"bzd" = (
/obj/structure/closet/l3closet/virology,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHEAST)";
icon_state = "whitegreen";
dir = 5
},
@@ -37835,11 +36081,8 @@
/turf/open/floor/plating,
/area/medical/surgery)
"bzj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/freezer,
/area/medical/surgery)
@@ -37858,8 +36101,7 @@
frequency = 1485;
listening = 1;
name = "Station Intercom (Medbay)";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/machinery/holopad,
/turf/open/floor/plasteel/freezer,
@@ -38076,8 +36318,7 @@
/area/maintenance/department/engine/atmos)
"bzD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/structure/sign/poster/contraband/random{
pixel_x = 32
@@ -38163,9 +36404,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/turf/open/floor/plating{
- tag = "icon-warnplate (WEST)"
- },
+/turf/open/floor/plating,
/area/science/mineral_storeroom)
"bzN" = (
/obj/structure/grille,
@@ -38236,8 +36475,7 @@
dir = 8
},
/obj/structure/extinguisher_cabinet{
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/whitegreen/side{
dir = 8
@@ -38251,11 +36489,8 @@
/turf/open/floor/plasteel/white,
/area/medical/virology)
"bzZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
@@ -38270,12 +36505,9 @@
},
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4
},
@@ -38286,9 +36518,7 @@
department = "Medbay";
departmentType = 1;
name = "Medbay RC";
- pixel_x = -30;
- pixel_y = 0;
- pixel_z = 0
+ pixel_x = -30
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/whiteblue/side{
@@ -38300,7 +36530,6 @@
dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/medbay/central)
@@ -38323,7 +36552,6 @@
/area/medical/surgery)
"bAg" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
/turf/open/floor/plasteel/freezer,
@@ -38341,7 +36569,6 @@
/area/medical/surgery)
"bAi" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
/turf/open/floor/plasteel/whiteblue/side{
@@ -38369,11 +36596,9 @@
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/surgery)
@@ -38425,8 +36650,7 @@
/area/hallway/primary/aft)
"bAr" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
@@ -38467,8 +36691,7 @@
/area/maintenance/department/engine/atmos)
"bAw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/effect/decal/cleanable/vomit/old,
/turf/open/floor/plating,
@@ -38530,7 +36753,6 @@
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{
@@ -38555,14 +36777,11 @@
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{
@@ -38581,6 +36800,8 @@
/area/engine/atmos)
"bAG" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/yellow/side{
@@ -38646,7 +36867,6 @@
layer = 4;
name = "Test Chamber Telescreen";
network = list("Toxins");
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel,
@@ -38658,7 +36878,6 @@
pixel_y = -24
},
/turf/open/floor/plasteel/loadingarea{
- tag = "icon-loadingarea (EAST)";
dir = 4
},
/area/science/mineral_storeroom)
@@ -38667,8 +36886,7 @@
id = "toxinsdriver"
},
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/machinery/door/window/southleft{
dir = 8;
@@ -38679,7 +36897,6 @@
dir = 1
},
/turf/open/floor/plating{
- tag = "icon-plating_warn_end (NORTH)";
icon_state = "plating_warn_end"
},
/area/science/mineral_storeroom)
@@ -38751,7 +36968,6 @@
/area/maintenance/department/engine)
"bAY" = (
/obj/structure/light_construct{
- tag = "icon-tube-construct-stage1 (EAST)";
icon_state = "tube-construct-stage1";
dir = 4
},
@@ -38787,18 +37003,14 @@
/area/medical/virology)
"bBd" = (
/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)
"bBe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
@@ -38848,11 +37060,9 @@
/area/medical/medbay/central)
"bBk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/medbay/central)
@@ -38872,9 +37082,8 @@
/turf/open/floor/plasteel/freezer,
/area/medical/surgery)
"bBo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/whiteblue/side{
dir = 8
@@ -38889,18 +37098,13 @@
/obj/machinery/power/apc{
dir = 4;
name = "Surgery APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/surgery)
@@ -38998,7 +37202,6 @@
on = 0
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
@@ -39027,16 +37230,11 @@
/turf/closed/wall/r_wall,
/area/engine/atmos)
"bBI" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "distro out"
},
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
@@ -39083,12 +37281,10 @@
layer = 2.9
},
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -39097,8 +37293,7 @@
/area/science/mineral_storeroom)
"bBO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/closed/wall,
/area/science/mineral_storeroom)
@@ -39130,16 +37325,13 @@
"bBS" = (
/obj/machinery/conveyor{
dir = 10;
- icon_state = "conveyor0";
id = "toxmineral"
},
/obj/machinery/light/small,
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/turf/open/floor/plating{
- tag = "icon-warnplatecorner (EAST)"
- },
+/turf/open/floor/plating,
/area/science/mineral_storeroom)
"bBT" = (
/obj/structure/window/reinforced{
@@ -39219,7 +37411,6 @@
layer = 3
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4
},
@@ -39228,11 +37419,8 @@
/obj/structure/chair/office/light{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/freezer,
/area/medical/medbay/central)
@@ -39270,15 +37458,13 @@
dir = 4
},
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/medbay/central)
"bCl" = (
/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/medical/surgery)
@@ -39306,8 +37492,7 @@
/area/medical/surgery)
"bCp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/white,
/area/medical/surgery)
@@ -39315,7 +37500,6 @@
/obj/structure/table,
/obj/item/weapon/surgical_drapes,
/turf/open/floor/plasteel/whiteblue/side{
- tag = "icon-whiteblue (EAST)";
dir = 4
},
/area/medical/surgery)
@@ -39361,7 +37545,6 @@
/area/hallway/primary/aft)
"bCx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- icon_state = "intact";
dir = 10
},
/turf/closed/wall/r_wall,
@@ -39389,10 +37572,8 @@
/obj/machinery/light{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/yellow/side{
dir = 1
@@ -39449,8 +37630,6 @@
/area/engine/atmos)
"bCG" = (
/obj/machinery/atmospherics/pipe/manifold/supply/visible{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plasteel/yellow/side{
@@ -39523,7 +37702,6 @@
sensors = list("mix_sensor" = "Tank")
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
@@ -39569,7 +37747,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/engine/vacuum,
@@ -39589,14 +37766,8 @@
/turf/open/floor/engine/vacuum,
/area/science/mixing)
"bCW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 0;
- initialize_directions = 1;
- internal_pressure_bound = 4000;
- on = 1;
- pressure_checks = 2;
- pump_direction = 0
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
+ dir = 1
},
/turf/open/floor/engine/vacuum,
/area/science/mixing)
@@ -39610,8 +37781,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating,
/area/science/mineral_storeroom)
@@ -39652,11 +37822,8 @@
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
"bDd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/medical/virology)
@@ -39680,12 +37847,10 @@
/obj/item/weapon/storage/box/syringes,
/obj/structure/reagent_dispensers/virusfood{
density = 0;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/item/weapon/reagent_containers/spray/cleaner,
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (SOUTHEAST)";
icon_state = "whitegreen";
dir = 6
},
@@ -39768,8 +37933,6 @@
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{
@@ -39779,7 +37942,6 @@
dir = 8;
freerange = 1;
name = "Station Intercom (Telecoms)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel,
@@ -39816,8 +37978,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -39892,6 +38053,8 @@
/area/maintenance/department/chapel/monastery)
"bDE" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel,
@@ -39913,7 +38076,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
@@ -40048,10 +38210,7 @@
/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"
+ layer = 2.9
},
/obj/item/weapon/pen/red,
/turf/open/floor/plasteel/whitegreen/side,
@@ -40061,7 +38220,6 @@
icon_state = "plant-21"
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (SOUTHEAST)";
icon_state = "whitegreen";
dir = 6
},
@@ -40098,8 +38256,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -40139,8 +38296,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/structure/cable{
d1 = 1;
@@ -40159,9 +38315,8 @@
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"bEj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
@@ -40171,7 +38326,6 @@
},
/obj/machinery/portable_atmospherics/pump,
/turf/open/floor/plasteel/arrival{
- tag = "icon-arrival (NORTHWEST)";
icon_state = "arrival";
dir = 9
},
@@ -40213,9 +38367,7 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"bEq" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- initialize_directions = 11
- },
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bEr" = (
@@ -40231,7 +38383,6 @@
/area/engine/atmos)
"bEs" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 1
},
/turf/open/floor/plasteel/black,
@@ -40262,7 +38413,6 @@
/area/engine/atmos)
"bEw" = (
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
@@ -40493,8 +38643,7 @@
/area/engine/atmos)
"bEX" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -40521,21 +38670,15 @@
on = 0
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
"bFc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "n2o out"
},
/turf/open/floor/engine/n2o,
/area/engine/atmos)
@@ -40543,10 +38686,7 @@
/turf/open/floor/engine/n2o,
/area/engine/atmos)
"bFe" = (
-/obj/structure/sign/fire{
- pixel_x = 0;
- pixel_y = 0
- },
+/obj/structure/sign/fire,
/turf/closed/wall/r_wall,
/area/science/mixing)
"bFf" = (
@@ -40585,8 +38725,6 @@
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHEAST)";
- icon_state = "intact";
dir = 5
},
/turf/open/floor/plating,
@@ -40601,8 +38739,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
dir = 8
},
/turf/open/floor/plating,
@@ -40629,8 +38765,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (NORTH)";
- icon_state = "manifold";
dir = 1
},
/turf/open/floor/plating,
@@ -40645,8 +38779,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating,
@@ -40675,8 +38807,6 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/turf/open/floor/plating{
@@ -40690,8 +38820,6 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -40747,8 +38875,7 @@
/area/hallway/primary/aft)
"bFB" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/yellow/corner,
/area/hallway/primary/aft)
@@ -40789,8 +38916,7 @@
dir = 8
},
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -40819,7 +38945,6 @@
sensors = list("n2o_sensor" = "Tank")
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
@@ -40887,6 +39012,8 @@
/area/maintenance/department/engine)
"bFV" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -40904,11 +39031,8 @@
dir = 2;
network = list("SS13")
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/black,
@@ -41100,9 +39224,7 @@
name = "atmos blast door"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"bGo" = (
/obj/structure/chair/office/dark{
@@ -41113,9 +39235,8 @@
/area/engine/atmos)
"bGp" = (
/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -41192,11 +39313,8 @@
/turf/open/space,
/area/space)
"bGA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/library)
@@ -41242,8 +39360,7 @@
"bGI" = (
/obj/structure/closet/radiation,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/machinery/airalarm{
dir = 2;
@@ -41267,15 +39384,12 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTHEAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"bGK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -41291,8 +39405,7 @@
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
name = "RADIOACTIVE AREA";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -41331,15 +39444,13 @@
/area/hallway/primary/aft)
"bGR" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"bGS" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/yellow/corner,
/area/hallway/primary/aft)
@@ -41361,9 +39472,7 @@
dir = 4
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"bGU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -41400,19 +39509,16 @@
department = "Atmospherics";
departmentType = 4;
name = "Atmos RC";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/atmos)
"bGX" = (
/obj/machinery/pipedispenser/disposal,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/camera{
@@ -41423,9 +39529,8 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"bGY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -41438,8 +39543,7 @@
/area/engine/atmos)
"bHa" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/machinery/meter,
/turf/open/floor/plasteel,
@@ -41460,14 +39564,11 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
"bHe" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/obj/item/weapon/wrench,
@@ -41475,8 +39576,6 @@
/area/maintenance/department/engine)
"bHf" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{
- tag = "icon-manifold (EAST)";
- icon_state = "manifold";
dir = 4
},
/obj/machinery/meter,
@@ -41503,16 +39602,11 @@
req_access_txt = "11"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"bHk" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -41520,15 +39614,11 @@
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"bHl" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (EAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"bHm" = (
/obj/machinery/door/firedoor,
@@ -41537,23 +39627,17 @@
req_access_txt = "11"
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/storage/tech)
"bHn" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
"bHo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
@@ -41562,9 +39646,7 @@
dir = 8;
layer = 2.9
},
-/obj/item/weapon/circuitboard/computer/cloning{
- pixel_x = 0
- },
+/obj/item/weapon/circuitboard/computer/cloning,
/obj/item/weapon/circuitboard/computer/med_data{
pixel_x = 3;
pixel_y = -3
@@ -41613,17 +39695,14 @@
/turf/open/floor/plasteel/black,
/area/storage/tech)
"bHt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/storage/tech)
"bHu" = (
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -41652,8 +39731,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/yellow/corner{
dir = 8
@@ -41668,8 +39746,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
@@ -41687,11 +39764,8 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
@@ -41699,8 +39773,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
@@ -41709,9 +39782,7 @@
opacity = 1
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/atmos)
"bHC" = (
/obj/machinery/navbeacon{
@@ -41729,11 +39800,8 @@
icon_state = "pipe-j2s";
sortType = 6
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -41750,8 +39818,7 @@
/area/engine/atmos)
"bHG" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/item/weapon/wrench,
/turf/open/floor/plasteel,
@@ -41768,7 +39835,6 @@
on = 0
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
@@ -41782,16 +39848,11 @@
/turf/open/floor/plating,
/area/engine/atmos)
"bHJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "toxin out"
},
/turf/open/floor/engine/plasma,
/area/engine/atmos)
@@ -41941,8 +40002,7 @@
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
name = "RADIOACTIVE AREA";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -41962,7 +40022,6 @@
/area/storage/tech)
"bIg" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold-b-f (NORTH)";
dir = 1
},
/turf/open/floor/plasteel/black,
@@ -41984,8 +40043,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel/black,
/area/storage/tech)
@@ -42006,8 +40064,6 @@
c_tag = "Aft Primary Hallway Engineering";
dir = 1;
network = list("SS13");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -42044,7 +40100,6 @@
/area/engine/atmos)
"bIq" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/obj/machinery/atmospherics/components/binary/pump{
@@ -42053,8 +40108,7 @@
on = 0
},
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -42080,7 +40134,6 @@
sensors = list("tox_sensor" = "Tank")
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
@@ -42148,11 +40201,8 @@
/area/maintenance/department/engine)
"bIF" = (
/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -42170,8 +40220,7 @@
/area/engine/gravity_generator)
"bIH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -42287,7 +40336,6 @@
/obj/item/clothing/glasses/meson,
/obj/machinery/requests_console{
department = "Tech storage";
- pixel_x = 0;
pixel_y = -32
},
/turf/open/floor/plasteel/black,
@@ -42315,7 +40363,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Tech Storage APC";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable,
@@ -42353,8 +40400,6 @@
"bIY" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/open/floor/plasteel/yellow/side{
@@ -42527,8 +40572,7 @@
},
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/red/side{
dir = 9
@@ -42550,12 +40594,9 @@
/obj/machinery/light{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = 28
},
/obj/effect/turf_decal/stripes/line{
@@ -42588,7 +40629,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 24
},
/obj/effect/turf_decal/stripes/line{
@@ -42606,9 +40646,7 @@
dir = 4
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"bJy" = (
/obj/structure/disposalpipe/segment,
@@ -42672,7 +40710,6 @@
dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
@@ -42775,8 +40812,7 @@
department = "Chief Engineer's Desk";
departmentType = 3;
name = "Chief Engineer RC";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/yellow/side{
dir = 9
@@ -42909,14 +40945,10 @@
/obj/machinery/requests_console{
department = "Security";
departmentType = 5;
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/item/weapon/paper_bin{
- layer = 2.9;
- pixel_x = 0;
- pixel_y = 0;
- tag = "every single paper bin is edited to this"
+ layer = 2.9
},
/turf/open/floor/plasteel/red/side{
dir = 8
@@ -42929,15 +40961,11 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/effect/landmark/start/depsec/engineering,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/security/checkpoint/engineering)
@@ -43015,9 +41043,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (EAST)"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"bKo" = (
/obj/machinery/door/poddoor/preopen{
@@ -43029,13 +41055,10 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"bKp" = (
/obj/machinery/door/firedoor/heavy,
@@ -43103,9 +41126,7 @@
})
"bKw" = (
/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole/bookmanagement{
- pixel_y = 0
- },
+/obj/machinery/computer/libraryconsole/bookmanagement,
/turf/open/floor/plasteel/black,
/area/library)
"bKx" = (
@@ -43130,7 +41151,6 @@
on = 0
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
@@ -43144,16 +41164,11 @@
/turf/open/floor/plating,
/area/engine/atmos)
"bKB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "co2 out"
},
/turf/open/floor/engine/co2,
/area/engine/atmos)
@@ -43218,7 +41233,6 @@
id = "Secure Storage";
name = "Engineering Secure Storage";
pixel_x = -24;
- pixel_y = 0;
req_access_txt = "11"
},
/obj/machinery/button/door{
@@ -43233,8 +41247,7 @@
/obj/item/weapon/paper/monitorkey,
/obj/item/weapon/pen,
/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
+ dir = 8
},
/area/crew_quarters/heads/chief)
"bKK" = (
@@ -43264,16 +41277,12 @@
pixel_y = 26
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/crew_quarters/heads/chief)
"bKO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/machinery/light/small{
dir = 8
@@ -43287,11 +41296,8 @@
/turf/open/floor/plasteel/black,
/area/storage/tech)
"bKQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/machinery/light/small{
dir = 4
@@ -43312,17 +41318,14 @@
},
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
+ dir = 8
},
/area/engine/engine_smes)
"bKS" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/obj/structure/cable/yellow{
@@ -43332,14 +41335,11 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-warning (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/engine/engine_smes)
"bKT" = (
/obj/machinery/suit_storage_unit/engine,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/engine_smes)
@@ -43403,18 +41403,14 @@
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
/area/engine/engineering)
"bLa" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -43422,11 +41418,8 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"bLb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -43437,11 +41430,8 @@
name = "Monastery Asteroid"
})
"bLd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -43464,7 +41454,6 @@
sensors = list("co2_sensor" = "Tank")
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/atmos)
@@ -43508,21 +41497,16 @@
req_access_txt = "0"
},
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/obj/item/clothing/glasses/meson/gar,
/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
+ dir = 8
},
/area/crew_quarters/heads/chief)
"bLo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
@@ -43538,17 +41522,14 @@
d2 = 4;
icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
"bLr" = (
/obj/machinery/power/apc{
dir = 4;
name = "CE Office APC";
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/structure/cable{
d2 = 8;
@@ -43556,7 +41537,6 @@
},
/obj/machinery/modular_computer/console/preset/engineering,
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/crew_quarters/heads/chief)
@@ -43635,8 +41615,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/cable{
d1 = 1;
@@ -43651,12 +41630,10 @@
dir = 4;
name = "Engine Monitor";
network = list("Engine");
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
+ dir = 8
},
/area/engine/engine_smes)
"bLw" = (
@@ -43668,14 +41645,10 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/engine_smes)
@@ -43693,8 +41666,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/effect/landmark/start/station_engineer,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -43706,22 +41678,17 @@
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
- icon_state = "1-8";
- tag = ""
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
+ icon_state = "1-8"
},
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/engine/engine_smes)
"bLz" = (
/obj/structure/tank_dispenser,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- tag = "icon-yellow (EAST)";
dir = 4
},
/area/engine/engine_smes)
@@ -43732,24 +41699,21 @@
dir = 4;
name = "Engine Monitor";
network = list("Engine");
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/red/side{
dir = 10
},
/area/security/checkpoint/engineering)
"bLB" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/red/side,
/area/security/checkpoint/engineering)
"bLC" = (
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/structure/closet/wardrobe/red,
/turf/open/floor/plasteel/red/side{
@@ -43766,9 +41730,7 @@
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"bLF" = (
/obj/machinery/door/poddoor/preopen{
@@ -43784,9 +41746,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"bLG" = (
/obj/machinery/door/poddoor/preopen{
@@ -43798,9 +41758,7 @@
dir = 6
},
/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- name = "floor"
- },
+/turf/open/floor/plasteel,
/area/engine/engineering)
"bLH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -43816,8 +41774,6 @@
"bLJ" = (
/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,
@@ -43848,8 +41804,6 @@
c_tag = "Telecoms External Fore";
dir = 1;
network = list("SS13, Telecoms");
- pixel_x = 0;
- pixel_y = 0;
start_active = 1
},
/turf/open/space,
@@ -43857,7 +41811,7 @@
"bLO" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4;
- initialize_directions = 12
+
},
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plasteel,
@@ -43967,8 +41921,7 @@
cell_type = 10000;
dir = 8;
name = "Engine Room APC";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/obj/structure/cable,
/obj/item/stack/sheet/metal{
@@ -43977,8 +41930,7 @@
},
/obj/item/stack/cable_coil,
/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
+ dir = 8
},
/area/engine/engine_smes)
"bMd" = (
@@ -44131,8 +42083,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -44144,8 +42095,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
dir = 2;
@@ -44307,8 +42257,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4;
- initialize_directions = 12
+ dir = 4
},
/turf/open/floor/plating,
/area/engine/atmos)
@@ -44359,8 +42308,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
dir = 1;
@@ -44422,8 +42370,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = ""
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/sortjunction{
dir = 8;
@@ -44498,8 +42445,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -44543,13 +42489,14 @@
/area/engine/engineering)
"bNk" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -44646,7 +42593,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel,
@@ -44683,8 +42629,7 @@
icon_state = "pipe-c"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -44718,8 +42663,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating,
/area/engine/atmos)
@@ -44741,8 +42685,7 @@
/area/engine/engineering)
"bNC" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8;
- initialize_directions = 11
+ dir = 8
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -44759,8 +42702,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -44773,8 +42715,7 @@
/area/engine/engineering)
"bNG" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -44933,11 +42874,8 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"bNY" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -44945,8 +42883,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -44959,8 +42896,7 @@
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
- icon_state = "1-8";
- tag = ""
+ icon_state = "1-8"
},
/obj/machinery/camera{
c_tag = "Engineering Central";
@@ -44979,9 +42915,8 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"bOc" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -45044,16 +42979,11 @@
/turf/open/floor/engine/n2,
/area/engine/atmos)
"bOj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "n2 out"
},
/turf/open/floor/engine/n2,
/area/engine/atmos)
@@ -45073,16 +43003,11 @@
/turf/open/floor/engine/o2,
/area/engine/atmos)
"bOm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
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
+ name = "oxygen out"
},
/turf/open/floor/engine/o2,
/area/engine/atmos)
@@ -45102,16 +43027,11 @@
/turf/open/floor/engine/air,
/area/engine/atmos)
"bOp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume{
+/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/on{
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
+ name = "air out"
},
/turf/open/floor/engine/air,
/area/engine/atmos)
@@ -45155,10 +43075,7 @@
/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"
+ layer = 2.9
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -45193,19 +43110,15 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"bOx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel,
/area/engine/engineering)
"bOy" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/closet/radiation,
/turf/open/floor/plasteel,
@@ -45214,9 +43127,7 @@
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
- name = "RADIOACTIVE AREA";
- pixel_x = 0;
- pixel_y = 0
+ name = "RADIOACTIVE AREA"
},
/turf/closed/wall/r_wall,
/area/engine/engineering)
@@ -45264,11 +43175,8 @@
/area/engine/engineering)
"bOE" = (
/obj/effect/landmark/start/station_engineer,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -45357,8 +43265,7 @@
"bOV" = (
/obj/structure/closet/radiation,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -45403,8 +43310,7 @@
"bPa" = (
/obj/structure/closet/secure_closet/engineering_electrical,
/obj/structure/extinguisher_cabinet{
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -45558,8 +43464,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -45607,8 +43512,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/structure/cable/yellow{
d1 = 4;
@@ -45621,8 +43525,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -45699,7 +43602,6 @@
id = "Singularity";
name = "Shutters Control";
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "11"
},
/turf/open/floor/plasteel/yellow/side,
@@ -45709,7 +43611,6 @@
id = "Singularity";
name = "Shutters Control";
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "11"
},
/obj/structure/cable/yellow{
@@ -45740,7 +43641,6 @@
id = "Singularity";
name = "Shutters Control";
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "11"
},
/obj/effect/turf_decal/stripes/line{
@@ -45758,7 +43658,6 @@
id = "Singularity";
name = "Shutters Control";
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "11"
},
/turf/open/floor/plasteel/yellow/side,
@@ -45944,11 +43843,8 @@
/turf/open/floor/plating,
/area/engine/engineering)
"bQm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/structure/sign/poster/official/random{
pixel_y = 32
@@ -45957,8 +43853,7 @@
/area/engine/engineering)
"bQn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -46103,8 +43998,7 @@
network = list("Labor")
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/machinery/computer/security/telescreen{
desc = "Used for watching telecoms.";
@@ -46112,8 +44006,7 @@
layer = 4;
name = "Telecoms Telescreen";
network = list("Telecoms");
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -46147,8 +44040,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
@@ -46158,8 +44050,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
@@ -46214,11 +44105,8 @@
/turf/open/floor/plating,
/area/engine/engineering)
"bQO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -46242,6 +44130,8 @@
/area/engine/engineering)
"bQR" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -46326,8 +44216,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
@@ -46335,8 +44224,7 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
@@ -46344,14 +44232,12 @@
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
- icon_state = "1-8";
- tag = ""
+ icon_state = "1-8"
},
/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
icon_state = "1-4";
- tag = "90Curve"
+ d1 = 1;
+ d2 = 4
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
@@ -46359,8 +44245,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
@@ -46377,8 +44262,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plating,
/area/engine/engineering)
@@ -46508,8 +44392,7 @@
/obj/structure/cable/yellow{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
@@ -46658,8 +44541,7 @@
/area/space/nearstation)
"bRO" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/structure/cable{
d1 = 1;
@@ -46753,10 +44635,9 @@
/area/engine/engineering)
"bSb" = (
/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 4;
icon_state = "1-4";
- tag = "90Curve"
+ d1 = 1;
+ d2 = 4
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
@@ -46764,14 +44645,12 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
- icon_state = "1-8";
- tag = ""
+ icon_state = "1-8"
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
@@ -46779,14 +44658,12 @@
/obj/structure/cable/yellow{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
- icon_state = "1-8";
- tag = ""
+ icon_state = "1-8"
},
/obj/machinery/light,
/turf/open/floor/plating/airless,
@@ -46795,8 +44672,7 @@
/obj/structure/cable/yellow{
d1 = 1;
d2 = 8;
- icon_state = "1-8";
- tag = ""
+ icon_state = "1-8"
},
/turf/open/floor/plating/airless,
/area/engine/engineering)
@@ -46916,9 +44792,7 @@
/turf/open/floor/plasteel,
/area/tcommsat/computer)
"bSx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/machinery/light/small{
dir = 1
},
@@ -46955,18 +44829,14 @@
/turf/open/floor/plating,
/area/tcommsat/computer)
"bSD" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/tcommsat/computer)
"bSE" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/obj/item/device/radio/beacon,
/turf/open/floor/plasteel,
@@ -47037,8 +44907,7 @@
/area/tcommsat/computer)
"bSO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/machinery/power/port_gen/pacman,
/turf/open/floor/plating,
@@ -47061,7 +44930,6 @@
/obj/item/device/radio,
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/yellow/side{
@@ -47074,14 +44942,10 @@
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
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/yellow/side{
dir = 1
@@ -47097,8 +44961,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -47125,8 +44988,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -47145,11 +45007,8 @@
d2 = 8;
icon_state = "0-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/yellow/side{
dir = 1
@@ -47166,15 +45025,11 @@
brightness = 3;
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- external_pressure_bound = 101.325;
- on = 1;
- pressure_checks = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/yellow/side{
- dir = 8;
- tag = ""
+ dir = 8
},
/area/tcommsat/computer)
"bSZ" = (
@@ -47192,7 +45047,8 @@
/area/tcommsat/computer)
"bTb" = (
/obj/structure/cable{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply,
@@ -47219,9 +45075,8 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/yellow/side{
dir = 4
@@ -47234,8 +45089,7 @@
/obj/structure/table,
/obj/item/weapon/paper_bin{
pixel_x = -2;
- pixel_y = 5;
- tag = "every single paper bin is edited to this"
+ pixel_y = 5
},
/obj/item/weapon/pen,
/turf/open/floor/plasteel/yellow/side{
@@ -47257,7 +45111,8 @@
req_access_txt = "61"
},
/obj/structure/cable{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -47280,7 +45135,8 @@
/area/tcommsat/computer)
"bTk" = (
/obj/structure/cable{
- tag = "icon-1-2";
+ d1 = 1;
+ d2 = 2;
icon_state = "1-2"
},
/turf/open/floor/plasteel/vault{
@@ -47303,7 +45159,7 @@
charge = 5e+006
},
/obj/structure/cable{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/obj/structure/cable{
@@ -47321,8 +45177,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/tcommsat/computer)
@@ -47361,7 +45216,6 @@
dir = 1;
layer = 4;
name = "Telecoms Server APC";
- pixel_x = 0;
pixel_y = 24
},
/obj/structure/cable,
@@ -47371,7 +45225,6 @@
/area/tcommsat/server)
"bTt" = (
/obj/machinery/power/terminal{
- icon_state = "term";
dir = 1
},
/turf/open/floor/plasteel/black{
@@ -47461,8 +45314,7 @@
/area/tcommsat/server)
"bTF" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
initial_gas_mix = "n2=100;TEMP=80"
@@ -47571,8 +45423,7 @@
/area/tcommsat/server)
"bTU" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/darkyellow/side{
dir = 1;
@@ -47719,18 +45570,12 @@
frequency = 1447;
listening = 0;
name = "Station Intercom (AI Private)";
- pixel_x = 0;
pixel_y = 24
},
/turf/open/floor/circuit,
/area/wreck/ai)
"bUm" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 2;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/wreck/ai)
"bUn" = (
@@ -47787,17 +45632,12 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/turf/open/floor/plating{
- tag = "icon-warnplate (NORTH)"
- },
+/turf/open/floor/plating,
/area/maintenance/department/crew_quarters/dorms)
"bUw" = (
/obj/effect/landmark/start/security_officer,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/security/main)
@@ -47818,8 +45658,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -47827,9 +45666,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/turf/open/floor/plating{
- tag = "icon-warnplate (WEST)"
- },
+/turf/open/floor/plating,
/area/maintenance/department/crew_quarters/dorms)
"bUA" = (
/obj/machinery/door/airlock/glass{
@@ -47838,15 +45675,13 @@
/obj/machinery/button/door{
id = "supplybridge";
name = "Space Bridge Control";
- pixel_x = 0;
pixel_y = 27;
req_access_txt = "0"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -47854,9 +45689,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/turf/open/floor/plating{
- tag = "icon-warnplate (WEST)"
- },
+/turf/open/floor/plating,
/area/maintenance/department/crew_quarters/dorms)
"bUB" = (
/obj/item/weapon/storage/secure/safe{
@@ -47869,9 +45702,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0;
- tag = ""
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/obj/machinery/firealarm{
@@ -47884,14 +45715,14 @@
/area/security/main)
"bUD" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/black,
/area/security/processing/cremation)
"bUE" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (SOUTHEAST)";
- icon_state = "intact";
dir = 6
},
/turf/closed/wall,
@@ -47912,8 +45743,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -47965,7 +45795,6 @@
/area/crew_quarters/dorms)
"bUO" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/firealarm{
@@ -47973,13 +45802,11 @@
pixel_x = 28
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/bridge)
"bUP" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel,
@@ -47998,8 +45825,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating{
broken = 1;
@@ -48010,8 +45836,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/light/small{
dir = 1
@@ -48042,11 +45867,9 @@
"bUW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/extinguisher_cabinet{
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/red/corner{
- tag = "icon-redcorner (WEST)";
dir = 8
},
/area/hallway/primary/fore)
@@ -48066,8 +45889,7 @@
"bUZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/red/corner,
/area/hallway/primary/fore)
@@ -48087,7 +45909,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating,
@@ -48109,8 +45930,7 @@
"bVf" = (
/obj/structure/table,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/obj/item/device/taperecorder,
/turf/open/floor/plasteel,
@@ -48125,15 +45945,13 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bVi" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -48156,7 +45974,7 @@
/obj/structure/window/reinforced/fulltile,
/obj/structure/cable,
/obj/structure/cable{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
@@ -48169,7 +45987,7 @@
icon_state = "0-8"
},
/obj/structure/cable{
- tag = "icon-0-4";
+ d2 = 4;
icon_state = "0-4"
},
/turf/open/floor/plating,
@@ -48207,8 +46025,7 @@
/area/hallway/primary/central)
"bVp" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/neutral/corner{
dir = 4
@@ -48250,7 +46067,6 @@
dir = 4
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/blue/corner{
@@ -48275,8 +46091,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -48293,8 +46108,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -48315,8 +46129,7 @@
/area/maintenance/department/cargo)
"bVz" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light/small{
dir = 4
@@ -48358,8 +46171,7 @@
/area/shuttle/escape)
"bVE" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/floorgrime,
/area/quartermaster/storage)
@@ -48368,17 +46180,14 @@
/obj/structure/sign/directions/evac{
dir = 1;
icon_state = "direction_evac";
- pixel_x = 32;
- pixel_y = 0;
- tag = "icon-direction_evac (NORTH)"
+ pixel_x = 32
},
/turf/open/floor/plasteel/neutral/corner,
/area/hallway/primary/central)
"bVG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/hallway/primary/central)
"bVH" = (
@@ -48392,12 +46201,10 @@
/area/maintenance/department/crew_quarters/bar)
"bVI" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/brown/corner{
- dir = 1;
- tag = "icon-browncorner (NORTH)"
+ dir = 1
},
/area/hallway/primary/central)
"bVJ" = (
@@ -48500,7 +46307,6 @@
dir = 4
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = 30
},
/turf/open/floor/plasteel/vault{
@@ -48510,8 +46316,7 @@
"bWa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/brown/corner{
dir = 4
@@ -48519,8 +46324,6 @@
/area/hallway/primary/central)
"bWb" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (EAST)";
- icon_state = "intact";
dir = 4
},
/obj/machinery/airalarm{
@@ -48537,8 +46340,7 @@
/area/hydroponics)
"bWd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/black,
@@ -48556,7 +46358,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/carpet{
@@ -48590,7 +46391,6 @@
id = "jangarage";
name = "Custodial Closet Shutters Control";
pixel_x = 25;
- pixel_y = 0;
req_access_txt = "26"
},
/turf/open/floor/plasteel/neutral/corner,
@@ -48648,7 +46448,6 @@
/area/crew_quarters/kitchen)
"bWq" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 1
},
/turf/open/floor/carpet{
@@ -48658,7 +46457,6 @@
"bWr" = (
/obj/effect/landmark/start/assistant,
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 1
},
/turf/open/floor/carpet{
@@ -48680,12 +46478,10 @@
/area/crew_quarters/bar)
"bWt" = (
/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)"
+ dir = 1
},
/area/hallway/primary/central)
"bWu" = (
@@ -48747,8 +46543,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -48761,15 +46556,12 @@
"bWD" = (
/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)
"bWE" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -48810,14 +46602,12 @@
/area/crew_quarters/bar)
"bWI" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 4
},
/turf/open/floor/plasteel/black,
/area/crew_quarters/bar)
"bWJ" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/turf/open/floor/plasteel/black,
@@ -48902,7 +46692,6 @@
"bWX" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = 27
},
/obj/structure/chair,
@@ -48954,8 +46743,7 @@
name = "JoinLate"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/arrival)
@@ -49002,8 +46790,7 @@
"bXk" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/neutral/corner,
/area/hallway/secondary/entry)
@@ -49011,8 +46798,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/carpet,
/area/crew_quarters/lounge)
@@ -49024,8 +46810,7 @@
/area/hallway/primary/central)
"bXn" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1;
- initialize_directions = 11
+ dir = 1
},
/turf/open/floor/plasteel/blue/corner,
/area/hallway/primary/central)
@@ -49074,7 +46859,6 @@
/obj/machinery/power/apc{
dir = 2;
name = "Lounge APC";
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/cable,
@@ -49124,7 +46908,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12
},
/turf/open/floor/plasteel/white,
@@ -49220,7 +47003,6 @@
"bXT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/yellow/corner{
- tag = "icon-yellowcorner (EAST)";
icon_state = "yellowcorner";
dir = 4
},
@@ -49250,9 +47032,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/department/engine)
@@ -49286,8 +47066,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
@@ -49320,15 +47099,12 @@
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"bYg" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white,
/area/science/research)
"bYh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -49345,8 +47121,6 @@
/area/science/research)
"bYj" = (
/obj/structure/chair/comfy{
- tag = "icon-comfychair (EAST)";
- icon_state = "comfychair";
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -49356,8 +47130,6 @@
/area/science/research)
"bYk" = (
/obj/structure/chair/comfy{
- tag = "icon-comfychair (WEST)";
- icon_state = "comfychair";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -49401,8 +47173,6 @@
/area/space)
"bYr" = (
/obj/machinery/atmospherics/pipe/manifold/general/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/plating,
@@ -49427,9 +47197,7 @@
req_access_txt = "12;24"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/turf/open/floor/plating,
/area/maintenance/department/engine)
@@ -49440,7 +47208,6 @@
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- icon_state = "intact";
dir = 9
},
/turf/open/floor/plating,
@@ -49455,9 +47222,8 @@
},
/area/hallway/primary/aft)
"bYx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/science/research)
@@ -49596,9 +47362,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 0
+ name = "EXTERNAL AIRLOCK"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
@@ -49650,7 +47414,6 @@
"bZa" = (
/obj/machinery/airalarm{
dir = 4;
- icon_state = "alarm0";
pixel_x = -22
},
/turf/open/floor/plasteel/black,
@@ -49660,8 +47423,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/turf/open/floor/plasteel/black,
/area/chapel/dock)
@@ -49726,11 +47488,8 @@
name = "Monastery Asteroid"
})
"bZk" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/extinguisher_cabinet{
pixel_x = -24
@@ -49752,8 +47511,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/black,
/area/chapel/dock)
@@ -49761,9 +47519,8 @@
/turf/open/floor/plasteel/black,
/area/chapel/dock)
"bZn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/obj/item/device/radio/intercom{
dir = 0;
@@ -49790,8 +47547,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10;
- initialize_directions = 10
+ dir = 10
},
/turf/open/floor/plating,
/area/engine/atmos)
@@ -49889,9 +47645,7 @@
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
- dir = 8
+ dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -49940,8 +47694,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/asteroid{
icon_plating = "asteroid"
@@ -50078,7 +47831,6 @@
/area/space/nearstation)
"cae" = (
/obj/structure/sign/directions/engineering{
- tag = "icon-direction_eng (EAST)";
icon_state = "direction_eng";
dir = 4
},
@@ -50248,9 +48000,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
- pixel_y = 0
+ name = "EXTERNAL AIRLOCK"
},
/turf/open/floor/plating,
/area/chapel/asteroid{
@@ -50270,8 +48020,7 @@
department = "Engineering";
departmentType = 4;
name = "Engineering RC";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel,
/area/engine/engineering)
@@ -50299,8 +48048,6 @@
/area/engine/atmos)
"caG" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/closed/wall/r_wall,
@@ -50366,7 +48113,6 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating,
@@ -50389,8 +48135,7 @@
/obj/structure/grille,
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 5;
- initialize_directions = 12
+ dir = 5
},
/turf/open/floor/plating,
/area/engine/atmos)
@@ -50399,22 +48144,18 @@
/obj/structure/window/reinforced/fulltile,
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4;
- initialize_directions = 12
+
},
/turf/open/floor/plating,
/area/engine/atmos)
"caU" = (
/obj/machinery/atmospherics/pipe/simple/green/hidden{
- tag = "icon-intact (WEST)";
- icon_state = "intact";
dir = 8
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
"caV" = (
/obj/machinery/atmospherics/pipe/simple/green/hidden{
- tag = "icon-intact (NORTHWEST)";
- icon_state = "intact";
dir = 9
},
/turf/closed/wall/r_wall,
@@ -50449,8 +48190,7 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 30;
- pixel_y = 0
+ pixel_x = 30
},
/turf/open/floor/plasteel/chapel{
dir = 4
@@ -50610,14 +48350,12 @@
/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
+ pixel_x = -32
},
/turf/open/floor/carpet,
/area/chapel/office)
@@ -50743,10 +48481,7 @@
/turf/open/floor/plasteel/black,
/area/chapel/office)
"cbO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/black,
/area/chapel/office)
"cbP" = (
@@ -50756,14 +48491,12 @@
/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 = ""
+ icon_state = "2-4"
},
/obj/machinery/camera{
c_tag = "Chapel Port Access";
@@ -50780,9 +48513,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
@@ -50790,32 +48521,27 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/chapel{
dir = 8
},
/area/chapel/main/monastery)
"cbS" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0;
- tag = ""
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/chapel,
/area/chapel/main/monastery)
"cbT" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -50831,9 +48557,8 @@
/turf/open/floor/carpet,
/area/chapel/main/monastery)
"cbV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/chapel{
dir = 8
@@ -50853,12 +48578,7 @@
/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/atmospherics/components/unary/vent_scrubber/on,
/obj/machinery/airalarm{
pixel_y = 22
},
@@ -50910,8 +48630,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -50927,8 +48646,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -50939,12 +48657,10 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
@@ -50952,15 +48668,9 @@
/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
+ icon_state = "2-8"
},
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable{
d1 = 1;
d2 = 2;
@@ -51020,9 +48730,8 @@
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
"ccq" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
@@ -51051,27 +48760,20 @@
/obj/machinery/power/apc{
dir = 8;
name = "Chapel Office APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/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
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/black,
/area/chapel/office)
"ccv" = (
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
@@ -51080,11 +48782,12 @@
dir = 4
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel/black,
/area/chapel/office)
@@ -51100,8 +48803,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/black,
@@ -51189,8 +48891,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
@@ -51199,6 +48900,8 @@
/area/chapel/main/monastery)
"ccM" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -51275,8 +48978,7 @@
/area/chapel/main/monastery)
"ccU" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/turf/open/floor/plasteel/black,
/area/chapel/main/monastery)
@@ -51307,8 +49009,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -51374,8 +49075,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/black,
@@ -51463,11 +49163,8 @@
/turf/open/floor/plasteel/hydrofloor,
/area/chapel/main/monastery)
"cdw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 4;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
},
/turf/open/floor/plasteel/hydrofloor,
/area/chapel/main/monastery)
@@ -51494,8 +49191,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -51620,8 +49316,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plasteel/hydrofloor,
/area/chapel/main/monastery)
@@ -51630,8 +49325,7 @@
/obj/machinery/power/apc{
dir = 8;
name = "Garden APC";
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-2";
@@ -51662,7 +49356,6 @@
name = "Cell Bolt Control";
normaldoorcontrol = 1;
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -51674,7 +49367,6 @@
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,
@@ -51745,20 +49437,19 @@
/obj/structure/cable{
d1 = 2;
d2 = 4;
- icon_state = "2-4";
- tag = ""
+ icon_state = "2-4"
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4;
- initialize_directions = 11
+ dir = 4
},
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/plasteel/black,
@@ -51767,8 +49458,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/vault{
@@ -51779,8 +49469,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/door/airlock{
name = "Garden"
@@ -51791,6 +49480,8 @@
/area/hydroponics/garden/monastery)
"cee" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/turf/open/floor/grass,
@@ -51839,11 +49530,8 @@
/turf/open/floor/plasteel/grimy,
/area/chapel/main/monastery)
"cel" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/chapel/main/monastery)
@@ -51851,10 +49539,7 @@
/turf/open/floor/plasteel/grimy,
/area/chapel/main/monastery)
"cen" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/grimy,
/area/chapel/main/monastery)
"ceo" = (
@@ -51905,7 +49590,6 @@
/obj/item/device/radio/intercom{
dir = 0;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 26
},
/turf/open/floor/plasteel/hydrofloor,
@@ -51914,9 +49598,8 @@
/turf/open/floor/plasteel/hydrofloor,
/area/chapel/main/monastery)
"cev" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/plasteel/hydrofloor,
/area/chapel/main/monastery)
@@ -51931,8 +49614,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -51972,7 +49654,6 @@
/area/chapel/main/monastery)
"ceD" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -52054,8 +49735,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/camera{
@@ -52104,8 +49784,6 @@
/area/shuttle/abandoned)
"ceV" = (
/obj/structure/shuttle/engine/propulsion/burst{
- tag = "icon-propulsion (NORTH)";
- icon_state = "propulsion";
dir = 1
},
/turf/closed/wall/mineral/titanium,
@@ -52126,7 +49804,6 @@
name = "Cell Bolt Control";
normaldoorcontrol = 1;
pixel_x = -25;
- pixel_y = 0;
req_access_txt = "0";
specialfunctions = 4
},
@@ -52203,7 +49880,7 @@
"cfi" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 1;
- initialize_directions = 11
+
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -52250,8 +49927,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
@@ -52305,8 +49981,7 @@
/obj/structure/cable{
d1 = 1;
d2 = 4;
- icon_state = "1-4";
- tag = "90Curve"
+ icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plasteel/black,
@@ -52315,8 +49990,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -52327,14 +50001,12 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -52346,8 +50018,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -52359,8 +50030,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -52372,8 +50042,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -52384,8 +50053,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -52396,8 +50064,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -52492,17 +50159,13 @@
},
/area/shuttle/syndicate)
"cfM" = (
-/obj/machinery/computer/med_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/med_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
/area/shuttle/syndicate)
"cfN" = (
-/obj/machinery/computer/crew{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/crew/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -52527,9 +50190,7 @@
},
/area/shuttle/syndicate)
"cfR" = (
-/obj/machinery/computer/camera_advanced{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/camera_advanced/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -52542,7 +50203,6 @@
/obj/item/weapon/clipboard,
/obj/item/toy/figure/syndie,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -52671,7 +50331,6 @@
id = "smindicate";
name = "external door control";
pixel_x = -26;
- pixel_y = 0;
req_access_txt = "150"
},
/obj/docking_port/mobile{
@@ -52697,8 +50356,6 @@
},
/obj/structure/fans/tiny,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -52707,8 +50364,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
+ name = "EXTERNAL AIRLOCK"
},
/turf/closed/wall/mineral/plastitanium,
/area/shuttle/syndicate)
@@ -52802,8 +50458,7 @@
/area/shuttle/syndicate)
"cgv" = (
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 6;
- pixel_y = 0
+ pixel_x = 6
},
/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
pixel_x = -3
@@ -53056,7 +50711,6 @@
/obj/item/weapon/circular_saw,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -53066,9 +50720,7 @@
"cgT" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror{
pixel_x = 30
@@ -53140,9 +50792,7 @@
/turf/open/floor/mineral/plastitanium,
/area/shuttle/syndicate)
"chd" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -53152,9 +50802,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
"chf" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/shuttle/syndicate)
@@ -53298,11 +50946,8 @@
"chA" = (
/obj/structure/table,
/obj/item/toy/cards/deck,
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -53336,8 +50981,7 @@
icon_state = "space";
layer = 4;
name = "EXTERNAL AIRLOCK";
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/escape{
dir = 8
@@ -53421,7 +51065,6 @@
c_tag = "Departures - Port";
dir = 4;
name = "security camera";
- pixel_x = 0;
pixel_y = -7
},
/turf/open/floor/plasteel/escape{
@@ -53453,10 +51096,8 @@
/turf/open/floor/grass,
/area/hallway/secondary/exit/departure_lounge)
"chR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- layer = 2.4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
@@ -53515,12 +51156,10 @@
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-21";
layer = 4.1;
- pixel_x = 0;
pixel_y = 3
},
/turf/open/floor/plasteel/escape{
- dir = 10;
- tag = "icon-escape (NORTHWEST)"
+ dir = 10
},
/area/hallway/secondary/exit/departure_lounge)
"chZ" = (
@@ -53556,14 +51195,13 @@
/area/shuttle/transport)
"cif" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
dir = 1;
pixel_y = 1
},
-/turf/open/floor/plating,
+/turf/open/floor/plating/airless,
/area/shuttle/transport)
"cig" = (
/obj/machinery/door/airlock/external,
@@ -53579,6 +51217,8 @@
/area/quartermaster/storage)
"cij" = (
/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
icon_state = "1-8"
},
/obj/structure/cable{
@@ -53605,8 +51245,7 @@
/area/hallway/secondary/entry)
"cim" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
/obj/docking_port/mobile/arrivals{
height = 13;
@@ -53621,7 +51260,7 @@
name = "pubby arrivals";
width = 6
},
-/turf/open/floor/plasteel/black,
+/turf/open/floor/plating/airless,
/area/shuttle/arrival)
"cin" = (
/obj/machinery/door/airlock/external{
@@ -53638,9 +51277,7 @@
/turf/open/floor/plating,
/area/hallway/secondary/entry)
"cip" = (
-/obj/machinery/computer/secure_data{
- icon_keyboard = "syndi_key"
- },
+/obj/machinery/computer/secure_data/syndie,
/turf/open/floor/plasteel/vault{
dir = 8
},
@@ -53705,7 +51342,6 @@
name = "tactical chair"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -53752,8 +51388,6 @@
"ciG" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -53774,8 +51408,6 @@
"ciJ" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -53784,7 +51416,6 @@
/obj/item/weapon/crowbar/red,
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/podhatch{
@@ -53799,16 +51430,12 @@
name = "tactical chair"
},
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
"ciN" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
dir = 4
},
/area/shuttle/syndicate)
@@ -53820,8 +51447,6 @@
"ciP" = (
/obj/machinery/suit_storage_unit/syndicate,
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -53876,7 +51501,6 @@
/area/shuttle/syndicate)
"ciZ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -53901,50 +51525,36 @@
/area/shuttle/syndicate)
"cjd" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cje" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cjf" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cjg" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cjh" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cji" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
"cjj" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
dir = 1
},
/area/shuttle/syndicate)
@@ -53996,8 +51606,6 @@
/area/shuttle/syndicate)
"cjv" = (
/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
dir = 6
},
/area/shuttle/syndicate)
@@ -54033,7 +51641,6 @@
/area/shuttle/labor)
"cjA" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -54066,7 +51673,6 @@
/area/shuttle/escape)
"cjG" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium,
@@ -68196,7 +65802,7 @@ cax
cfd
cfp
cbh
-aIp
+aKR
aXJ
bgH
bqb
@@ -70763,7 +68369,7 @@ cdP
cdP
ceQ
cdk
-cfi
+cfj
cfv
aBW
aTP
@@ -71021,7 +68627,7 @@ cdP
ceR
cdl
cdb
-cfw
+cft
aAK
aTQ
bby
@@ -71278,7 +68884,7 @@ cdP
cdC
cdl
cdb
-cfw
+cft
aDy
aDy
aDy
@@ -71693,11 +69299,11 @@ amn
agu
anA
ahy
-apk
+alM
aqg
aqX
agv
-ata
+apl
amo
amo
awr
@@ -75025,7 +72631,7 @@ agH
ahe
ahF
ait
-ajk
+aow
ajW
akD
alk
@@ -75552,7 +73158,7 @@ apr
aqn
ahH
ahH
-atg
+aqq
bUP
avd
awC
@@ -76077,7 +73683,7 @@ aAE
aBB
aBC
axB
-aDD
+ayz
agu
aaa
aaa
@@ -76334,7 +73940,7 @@ aAF
aBC
aCm
axB
-aDD
+ayz
agu
aaa
aaa
@@ -76580,7 +74186,7 @@ apt
aqq
ahH
ahH
-atg
+aqq
atY
avf
awF
@@ -76591,7 +74197,7 @@ aAG
aBD
aCn
axB
-aDD
+ayz
agv
aaa
aaa
@@ -76848,7 +74454,7 @@ aAH
aBC
aBC
axB
-aDE
+aDC
agv
agv
agv
@@ -77608,7 +75214,7 @@ apv
aqq
ahH
ahH
-atg
+aqq
atX
avg
awG
@@ -78159,7 +75765,7 @@ aZj
aAt
baN
bbB
-bbW
+aEa
bcA
bdo
bew
@@ -78187,7 +75793,7 @@ bvP
bvP
bvP
bvP
-bFl
+bFo
bFP
boc
boc
@@ -81498,7 +79104,7 @@ aXy
aYr
aXy
aMY
-baU
+baX
bbD
bXn
bcF
@@ -83858,7 +81464,7 @@ bNF
bNB
bOx
bNt
-bPo
+bNZ
bPH
bPY
bQq
@@ -84582,7 +82188,7 @@ aXE
bWH
aKZ
bWS
-baU
+baX
axi
aDI
bcL
@@ -85098,7 +82704,7 @@ aZs
bam
aFw
aAs
-aDM
+bce
bcN
bXB
beO
@@ -85869,7 +83475,7 @@ aWL
bal
baV
bbE
-bcc
+aDN
bXy
bcJ
beR
@@ -86381,7 +83987,7 @@ aQV
aUK
aUL
bWA
-baU
+baX
axi
aDI
axi
@@ -86897,7 +84503,7 @@ aUL
bWA
aFw
aAs
-aDM
+bce
aye
bdK
bXG
@@ -86942,7 +84548,7 @@ bNF
bNB
bOc
bNt
-bPx
+bOb
bPH
bPY
bQr
@@ -89460,7 +87066,7 @@ bVG
aTS
aUS
bVG
-bWt
+bVI
bVG
axi
aDd
@@ -90789,7 +88395,7 @@ bJf
bEY
bBz
bKu
-bLO
+bLM
bMp
bJI
bNw
@@ -91562,7 +89168,7 @@ bBB
bJB
bEY
bMr
-caT
+bLR
aad
bCQ
bOo
@@ -94068,7 +91674,7 @@ aBU
aBv
aBv
aBv
-aFe
+aBX
aFV
aAw
aIf
@@ -96167,7 +93773,7 @@ bsD
btB
buG
bvG
-bwK
+bvB
bxR
byJ
bzG
@@ -96409,7 +94015,7 @@ amZ
aAC
aUe
aPB
-bfx
+aUg
bed
bht
biz
@@ -98717,7 +96323,7 @@ aUf
aYU
aCg
aPA
-bbq
+aWV
aAC
aGY
bdf
@@ -98974,7 +96580,7 @@ aUg
aCg
aZN
aCg
-bbq
+aWV
aAC
bcq
bdg
@@ -99231,7 +96837,7 @@ aCg
aYV
aZO
baC
-bbq
+aWV
aAC
bcr
bdh
@@ -99745,7 +97351,7 @@ aXZ
aVi
bWN
aCg
-bbq
+aWV
aAC
aAC
bdi
diff --git a/_maps/map_files/TgStation/tgstation.2.1.3.041517.dmm b/_maps/map_files/TgStation/tgstation.2.1.3.041517.dmm
deleted file mode 100644
index 8cd22b0c1d..0000000000
--- a/_maps/map_files/TgStation/tgstation.2.1.3.041517.dmm
+++ /dev/null
@@ -1,128234 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aaa" = (
-/turf/open/space/basic,
-/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)
-"aae" = (
-/obj/effect/landmark/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/r_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/random,
-/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/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/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 = 8
- },
-/turf/closed/wall/mineral/titanium,
-/area/shuttle/pod_3)
-"aeE" = (
-/turf/closed/wall/mineral/titanium,
-/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/security_officer,
-/turf/open/floor/plasteel/red/side{
- dir = 9
- },
-/area/security/main)
-"afg" = (
-/obj/effect/landmark/start/security_officer,
-/turf/open/floor/plasteel/red/side{
- dir = 1
- },
-/area/security/main)
-"afh" = (
-/obj/effect/landmark/start/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/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/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
- },
-/obj/machinery/light/small,
-/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/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/head_of_security,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
-/area/security/main)
-"afY" = (
-/obj/effect/landmark/start/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)
-"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"
- },
-/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)
-"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/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/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/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{
- 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/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/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,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/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 = "Brig 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)
-"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)
-"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"
- },
-/obj/machinery/light,
-/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/xeno_spawn,
-/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/r_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/random,
-/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/xeno_spawn,
-/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/random_official,
-/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/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)
-"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/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/xeno_spawn,
-/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)
-"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,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = -24
- },
-/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/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/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/xeno_spawn,
-/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/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)
-"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/circuit,
-/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/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/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/machinery/computer/camera_advanced/base_construction,
-/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/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/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)
-"axe" = (
-/obj/machinery/sleeper{
- dir = 4;
- icon_state = "sleeper-open"
- },
-/turf/open/floor/plating,
-/area/maintenance/fpmaint2)
-"axf" = (
-/obj/effect/landmark/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/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{
- cyclelinkeddir = 2;
- 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/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/maintenance/fpmaint)
-"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/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/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/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/circuit,
-/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/circuit,
-/area/ai_monitored/nuke_storage)
-"aBV" = (
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/circuit,
-/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/xeno_spawn,
-/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/circuit,
-/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/circuit,
-/area/ai_monitored/nuke_storage)
-"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)
-"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/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,
-/obj/machinery/light{
- dir = 1
- },
-/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";
- name = "Arrivals Shuttle console";
- pixel_y = 30
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/arrival)
-"aEx" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "burst_r"
- },
-/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/circuit,
-/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/circuit,
-/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
- },
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/arrival)
-"aFF" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
- },
-/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/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/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/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/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/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)
-"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/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/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/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/revenantspawn,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/black,
-/area/chapel/office)
-"aIC" = (
-/obj/effect/landmark/start/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/random,
-/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
- },
-/obj/machinery/light,
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/arrival)
-"aKi" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "burst_l"
- },
-/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/random,
-/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)
-"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/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/xeno_spawn,
-/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{
- 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/random,
-/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/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" = (
-/obj/effect/landmark/observer_start,
-/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/random,
-/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/random,
-/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/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/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/random,
-/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/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/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/random,
-/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/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/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/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/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
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"aSY" = (
-/obj/structure/table/reinforced,
-/obj/item/clothing/head/that{
- throwforce = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/crew_quarters/bar)
-"aSZ" = (
-/obj/effect/landmark/start/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;
- receive_ore_updates = 1
- },
-/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/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/random,
-/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)
-"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/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/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/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/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/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
- },
-/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/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
- },
-/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
- },
-/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
- },
-/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/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)
-"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/xeno_spawn,
-/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/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/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/circuit,
-/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/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/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/random,
-/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/xeno_spawn,
-/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)
-"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/random,
-/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/circuit,
-/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/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/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/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)
-"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/circuit,
-/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/circuit,
-/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/circuit,
-/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/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/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
- },
-/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/hand_labeler{
- pixel_y = 8
- },
-/obj/item/weapon/hand_labeler{
- pixel_y = 8
- },
-/obj/item/weapon/storage/box,
-/obj/item/weapon/storage/box,
-/obj/item/weapon/storage/box,
-/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/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/airalarm{
- pixel_y = 25
- },
-/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"
- },
-/turf/open/floor/plasteel/whitered/side{
- dir = 8
- },
-/area/assembly/robotics)
-"bhw" = (
-/obj/machinery/computer/rdconsole/robotics,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"bhx" = (
-/obj/machinery/requests_console{
- department = "Robotics";
- departmentType = 2;
- name = "Robotics RC";
- pixel_y = 30;
- receive_ore_updates = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/r_n_d/circuit_imprinter,
-/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)
-"bhL" = (
-/obj/machinery/mineral/stacking_machine{
- input_dir = 1;
- stack_amt = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
-"bhM" = (
-/turf/open/floor/circuit,
-/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)
-"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;
- receive_ore_updates = 1
- },
-/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/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/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/mech_bay_recharge_port{
- icon_state = "recharge_port";
- dir = 2
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/assembly/chargebay)
-"biH" = (
-/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"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"biI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/circuit,
-/area/assembly/chargebay)
-"biJ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/circuit,
-/area/assembly/chargebay)
-"biK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/whitered/corner{
- icon_state = "whiteredcorner";
- dir = 1
- },
-/area/assembly/robotics)
-"biL" = (
-/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"
- },
-/obj/structure/table,
-/obj/item/weapon/book/manual/robotics_cyborgs{
- pixel_x = 2;
- pixel_y = 5
- },
-/obj/item/weapon/reagent_containers/glass/beaker/large,
-/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/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)
-"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/computer/mech_bay_power_console,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/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)
-"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)
-"bkh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/circuit,
-/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"bkm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/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/light{
- dir = 4
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 3;
- pixel_x = 32;
- pixel_y = 0
- },
-/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;
- receive_ore_updates = 1
- },
-/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/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/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/item/weapon/crowbar/large,
-/obj/machinery/camera{
- c_tag = "Mech Bay";
- dir = 1
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"blt" = (
-/obj/machinery/recharge_station,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"blu" = (
-/obj/machinery/computer/mech_bay_power_console,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"blv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"blw" = (
-/turf/open/floor/mech_bay_recharge_floor,
-/area/assembly/chargebay)
-"blx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"bly" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/machinery/light_switch{
- pixel_x = -23;
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"blz" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"blA" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/assembly/robotics)
-"blB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/machinery/mecha_part_fabricator,
-/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/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall,
-/area/assembly/robotics)
-"blE" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/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/radio/intercom{
- freerange = 0;
- frequency = 1459;
- name = "Station Intercom (General)";
- pixel_x = 29
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"blF" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/conveyor{
- dir = 4;
- id = "robo1"
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"blG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/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/effect/turf_decal/bot,
-/obj/effect/landmark/start/roboticist,
-/turf/open/floor/plasteel,
-/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/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/recharge_station,
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"bnc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/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 = 1
- },
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = 6
- },
-/obj/item/clothing/head/welding{
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/item/clothing/glasses/welding,
-/obj/item/device/multitool{
- pixel_x = 3
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"bnj" = (
-/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/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/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/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/machinery/newscaster/security_unit{
- pixel_x = 0;
- pixel_y = 32
- },
-/obj/structure/filingcabinet/chestdrawer,
-/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 = "57"
- },
-/obj/machinery/button/door{
- id = "hopqueue";
- name = "Queue Shutters Control";
- pixel_x = -4;
- pixel_y = 25;
- req_access_txt = "57"
- },
-/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)
-"boq" = (
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 4
- },
-/area/medical/medbay)
-"bor" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/weapon/surgical_drapes,
-/obj/item/weapon/razor,
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"bos" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/power/apc{
- dir = 8;
- name = "Robotics Lab APC";
- pixel_x = -25
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/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,
-/obj/item/weapon/crowbar,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/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/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/area/assembly/robotics)
-"boD" = (
-/obj/structure/table,
-/obj/item/weapon/circular_saw,
-/obj/item/weapon/scalpel{
- pixel_y = 12
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"boE" = (
-/obj/structure/table,
-/obj/item/weapon/hemostat,
-/obj/item/weapon/cautery{
- pixel_x = 4
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"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/structure/table,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/device/mmi,
-/obj/item/device/mmi,
-/obj/item/device/mmi,
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"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/table,
-/obj/item/weapon/retractor,
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"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/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/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"bpR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"bpS" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/bodybags,
-/obj/item/weapon/pen,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"bpT" = (
-/obj/structure/table,
-/obj/item/weapon/storage/belt/utility,
-/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 = 20;
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"bpU" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/weapon/stock_parts/cell/high/plus,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"bpV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/assembly/robotics)
-"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/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"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 = 4
- },
-/obj/machinery/door/window/eastright{
- name = "Robotics Surgery";
- req_access_txt = "29"
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"bqc" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"bqd" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/conveyor{
- dir = 4;
- id = "robo2"
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/structure/table/reinforced,
-/obj/item/device/destTagger,
-/obj/item/device/destTagger,
-/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/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)
-"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/effect/turf_decal/stripes/line,
-/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,
-/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 = "47"
- },
-/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 = "0";
- req_one_access_txt = "8;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/machinery/vending/cart,
-/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"
- })
-"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 = "47"
- },
-/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/bodycontainer/morgue,
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"bsP" = (
-/obj/structure/table/optable{
- name = "Robotics Operating Table"
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"bsQ" = (
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"bsR" = (
-/obj/machinery/computer/operating{
- name = "Robotics Operating Computer"
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"bsS" = (
-/obj/machinery/camera{
- c_tag = "Robotics Lab - South";
- dir = 1;
- network = list("SS13","RD")
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"bsT" = (
-/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/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;
- receive_ore_updates = 1
- },
-/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)
-"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)
-"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/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/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/hand_labeler,
-/obj/item/stack/packageWrap{
- pixel_x = -1;
- pixel_y = -1
- },
-/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"
- })
-"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/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)
-"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;
- receive_ore_updates = 1
- },
-/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;
- req_access_txt = "47"
- },
-/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/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/circuit{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server)
-"bzu" = (
-/obj/machinery/r_n_d/server/robotics,
-/turf/open/floor/circuit{
- 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/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/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/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/blobstart,
-/obj/effect/landmark/xeno_spawn,
-/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/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)
-"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/circuit{
- name = "Server Base";
- initial_gas_mix = "n2=500;TEMP=80"
- },
-/area/toxins/server)
-"bBT" = (
-/obj/machinery/r_n_d/server/core,
-/turf/open/floor/circuit{
- 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/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/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)
-"bDY" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/effect/landmark/xeno_spawn,
-/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/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/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/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 = "0";
- req_one_access_txt = "8;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/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 = "7"
- },
-/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/structure/closet/crate/freezer/surplus_limbs,
-/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 = "7"
- },
-/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)
-"bHC" = (
-/obj/effect/landmark/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/xeno_spawn,
-/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 = "7"
- },
-/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 = "0"
- },
-/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/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_txt = "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)
-"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;
- receive_ore_updates = 1
- },
-/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/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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/chair/office/dark{
- dir = 4
- },
-/obj/effect/landmark/start/cargo_technician,
-/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,
-/obj/structure/table/reinforced,
-/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/filingcabinet/filingcabinet,
-/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/device/radio/intercom{
- name = "Station Intercom (General)";
- pixel_y = -26
- },
-/obj/item/weapon/paper_bin{
- pixel_x = -3
- },
-/obj/item/weapon/pen{
- pixel_x = -3
- },
-/obj/item/weapon/folder/yellow{
- pixel_x = 4
- },
-/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/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;
- receive_ore_updates = 1
- },
-/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)
-"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)
-"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,
-/obj/machinery/light_switch{
- pixel_x = -27;
- pixel_y = 4
- },
-/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/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;
- receive_ore_updates = 1
- },
-/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)
-"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/computer/security/telescreen{
- desc = "Used for watching the Engine.";
- dir = 8;
- layer = 4;
- name = "Engine Monitor";
- network = list("Engine");
- pixel_x = 30;
- pixel_y = 0
- },
-/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/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/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/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)
-"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)
-"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/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)
-"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)
-"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/random,
-/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/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/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/circuit{
- 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/circuit{
- 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
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- 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/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/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/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/circuit{
- 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/xeno_spawn,
-/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/circuit{
- 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/circuit{
- 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/circuit{
- 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
- },
-/obj/structure/closet/firecloset,
-/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/circuit{
- 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/circuit{
- 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/circuit{
- 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/circuit{
- 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/circuit{
- 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,
-/obj/structure/closet/firecloset,
-/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)
-"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
- },
-/obj/structure/closet/firecloset,
-/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/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)
-"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/circuit{
- 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/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
- },
-/obj/structure/closet/radiation,
-/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)
-"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/random_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/circuit{
- 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)
-"cfB" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/turf/open/floor/plasteel/yellow/side{
- dir = 4
- },
-/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/xeno_spawn,
-/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/circuit{
- 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/circuit{
- 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/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/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/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cgJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cgK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cgL" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Supermatter Engine Room";
- req_access_txt = "10"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cgM" = (
-/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/computer/apc_control,
-/turf/open/floor/plasteel/neutral{
- dir = 2
- },
-/area/engine/chiefs_office)
-"cgO" = (
-/turf/open/floor/plasteel/neutral{
- dir = 2
- },
-/area/engine/chiefs_office)
-"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/circuit{
- 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/circuit{
- 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/circuit{
- 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/cable/yellow{
- 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,
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"chG" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/engine,
-/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)
-"chV" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/table/reinforced,
-/obj/item/weapon/tank/internals/emergency_oxygen/engi{
- pixel_x = 5;
- pixel_y = 0
- },
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/glasses/meson/engine,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"chX" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"chY" = (
-/obj/machinery/shieldgen,
-/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,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/clothing/gloves/color/yellow,
-/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/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/table/reinforced,
-/obj/item/clothing/suit/radiation,
-/obj/item/clothing/head/radiation,
-/obj/item/clothing/glasses/meson,
-/obj/item/device/geiger_counter,
-/obj/item/device/geiger_counter,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/engine,
-/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)
-"cim" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/landmark/start/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/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/engine,
-/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/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cis" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/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{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/engine,
-/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)
-"ciW" = (
-/obj/effect/landmark/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/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/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 10
- },
-/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)
-"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)
-"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{
- dir = 4;
- icon_state = "propulsion"
- },
-/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,
-/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/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)
-"clM" = (
-/obj/structure/table,
-/obj/item/weapon/crowbar/large,
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/item/clothing/glasses/meson,
-/obj/item/clothing/glasses/meson,
-/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
- },
-/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/glasses/meson,
-/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/xeno_spawn,
-/turf/open/floor/engine/air,
-/area/atmos)
-"clZ" = (
-/turf/open/floor/engine/air,
-/area/atmos)
-"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)
-"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/xeno_spawn,
-/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" = (
-/turf/open/floor/plasteel/yellow/side{
- dir = 1
- },
-/area/engine/engineering)
-"cmG" = (
-/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)
-"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)
-"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)
-"cmQ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"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)
-"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)
-"cnt" = (
-/obj/machinery/camera{
- c_tag = "Engineering West";
- dir = 4;
- network = list("SS13")
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/landmark/start/station_engineer,
-/turf/open/floor/plasteel/yellow/corner{
- dir = 1
- },
-/area/engine/engineering)
-"cnv" = (
-/obj/machinery/holopad,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cnx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cny" = (
-/obj/effect/landmark/start/station_engineer,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"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)
-"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)
-"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)
-"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 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"coc" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Supermatter Engine Room";
- req_access_txt = "10"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cof" = (
-/obj/machinery/door/airlock/external{
- 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)
-"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)
-"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)
-"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/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"coL" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/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/engine/engineering)
-"coM" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"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)
-"coZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cpa" = (
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/structure/closet/secure_closet/engineering_welding,
-/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 = 8
- },
-/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)
-"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)
-"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/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Supermatter Engine Room";
- req_access_txt = "10"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cpv" = (
-/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/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cpx" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cpy" = (
-/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/engine,
-/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)
-"cpC" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/bridge)
-"cpD" = (
-/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/engine,
-/area/engine/engineering)
-"cpE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cpG" = (
-/obj/structure/table/optable,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"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
- },
-/obj/machinery/light/small,
-/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
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cqa" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cqb" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqd" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqe" = (
-/obj/effect/turf_decal/stripes/corner,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqf" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqg" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Gas to Filter";
- on = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqh" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_x = 0;
- pixel_y = -26
- },
-/obj/machinery/camera{
- c_tag = "Engineering Supermatter Fore";
- dir = 1;
- network = list("SS13","Engine");
- pixel_x = 23
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqi" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/light,
-/obj/machinery/meter,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqj" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/obj/machinery/button/door{
- id = "engsm";
- name = "Radiation Shutters Control";
- pixel_x = 0;
- pixel_y = -24;
- req_access_txt = "10"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqk" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cql" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqm" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/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/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/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cqD" = (
-/obj/structure/sign/radiation,
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"cqE" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/airlock/glass_engineering{
- heat_proof = 1;
- name = "Supermatter Chamber";
- req_access_txt = "10"
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"cqF" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"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)
-"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/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/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/portable_atmospherics/canister,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cqY" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cqZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"cra" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Gas to Filter"
- },
-/obj/machinery/airalarm{
- dir = 4;
- locked = 0;
- pixel_x = -23;
- pixel_y = 0;
- req_access = null;
- req_one_access_txt = "24;10"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"crb" = (
-/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/supermatter)
-"crc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"crd" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Supermatter Engine Room";
- req_access_txt = "10"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"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/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/machinery/atmospherics/pipe/simple/general/visible{
- icon_state = "intact";
- dir = 6
- },
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"crt" = (
-/obj/machinery/door/airlock/glass_engineering{
- heat_proof = 1;
- name = "Supermatter Chamber";
- req_access_txt = "10"
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"cru" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"crv" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
- },
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"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/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"crI" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"crJ" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"crK" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- dir = 8
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"crL" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"crM" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"crN" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/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/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"crU" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/turf/open/space,
-/area/space)
-"crV" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/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/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"csa" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"csb" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/turf/open/space,
-/area/space)
-"csc" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
-/turf/open/space,
-/area/maintenance/asmaint)
-"csd" = (
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cse" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/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)
-"csi" = (
-/obj/structure/transit_tube/curved/flipped{
- dir = 1
- },
-/turf/open/space,
-/area/space)
-"csj" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall/r_wall,
-/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)
-"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/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/turf/open/space,
-/area/space)
-"csu" = (
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"csv" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"csw" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/turf/open/space,
-/area/space)
-"csx" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/turf/open/space,
-/area/space)
-"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/carpspawn,
-/turf/open/space,
-/area/space/nearstation)
-"csA" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "engsm";
- name = "Radiation Chamber Shutters"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"csC" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"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)
-"csH" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"csI" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"csJ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"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/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"csQ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"csR" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"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)
-"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)
-"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" = (
-/turf/closed/wall/r_wall,
-/area/space)
-"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)
-"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"
- },
-/obj/effect/landmark/start/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_txt = "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,
-/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)
-"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_txt = "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_txt = "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"
- },
-/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"
- },
-/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_txt = "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/circuit,
-/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/circuit,
-/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/circuit,
-/area/ai_monitored/turret_protected/AIsatextFS{
- name = "AI Satellite Hallway"
- })
-"cvx" = (
-/obj/effect/landmark/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/circuit,
-/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/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/circuit,
-/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/circuit,
-/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/circuit,
-/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/circuit,
-/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/circuit,
-/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/circuit,
-/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/circuit,
-/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/circuit,
-/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/circuit,
-/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/circuit,
-/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/circuit,
-/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/circuit,
-/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,
-/obj/item/weapon/storage/firstaid/fire,
-/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
- },
-/obj/machinery/light,
-/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{
- dir = 4;
- icon_state = "propulsion"
- },
-/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
- },
-/obj/machinery/light{
- dir = 1
- },
-/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
- },
-/obj/machinery/light/small{
- brightness = 3;
- dir = 8
- },
-/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/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
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/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{
- dir = 8;
- icon_state = "propulsion_l"
- },
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"cxu" = (
-/turf/closed/wall/mineral/titanium,
-/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
- },
-/obj/machinery/light/small,
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/pod_1)
-"cxy" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating,
-/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/pod/dark,
-/area/shuttle/transport)
-"cxC" = (
-/turf/open/floor/pod/light,
-/area/shuttle/transport)
-"cxD" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
- },
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"cxE" = (
-/obj/machinery/door/airlock/titanium,
-/obj/docking_port/mobile{
- dir = 8;
- dwidth = 2;
- height = 13;
- 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 = 13;
- id = "ferry_home";
- name = "port bay 2";
- turf_type = /turf/open/space;
- width = 5
- },
-/turf/open/floor/pod/light,
-/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)
-"cxI" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/pod/dark,
-/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
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/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{
- dir = 8;
- icon_state = "propulsion_l"
- },
-/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,
-/obj/structure/light_construct{
- dir = 1
- },
-/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{
- dir = 8;
- icon_state = "propulsion"
- },
-/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{
- dir = 8;
- icon_state = "propulsion_r"
- },
-/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
- },
-/obj/machinery/light{
- dir = 4
- },
-/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/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/mineral/titanium,
-/area/shuttle/abandoned)
-"czj" = (
-/obj/machinery/door/airlock/glass,
-/turf/open/floor/mineral/titanium,
-/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
- },
-/obj/structure/light_construct,
-/turf/open/floor/plasteel/shuttle/white,
-/area/shuttle/abandoned)
-"czp" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/shuttle/engine/heater,
-/turf/open/floor/plating/airless,
-/area/shuttle/supply)
-"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,
-/obj/structure/light_construct,
-/turf/open/floor/mineral/titanium,
-/area/shuttle/abandoned)
-"czE" = (
-/turf/open/floor/engine,
-/area/engine/engineering)
-"czF" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/plasteel/black,
-/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
- },
-/obj/machinery/light/small,
-/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)
-"cAl" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/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/engine,
-/area/engine/engineering)
-"cAm" = (
-/obj/machinery/power/supermatter_shard/crystal,
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"cAo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cAp" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Cooling Loop to Gas";
- on = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cAq" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4;
- initialize_directions = 11
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cAr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Gas to Mix";
- on = 0
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cAs" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cAt" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cAu" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 4;
- icon_state = "emitter";
- state = 2
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"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)
-"cAP" = (
-/obj/structure/sign/fire,
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"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/circuit,
-/area/ai_monitored/turret_protected/ai)
-"cAS" = (
-/obj/effect/landmark/start/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/circuit,
-/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/circuit,
-/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/circuit,
-/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/circuit,
-/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)
-"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)
-"cBR" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"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)
-"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)
-"cCq" = (
-/obj/machinery/deepfryer,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
-"cCs" = (
-/obj/structure/mining_shuttle_beacon{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/shuttle/auxillary_base)
-"cCt" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/docking_port/stationary/public_mining_dock{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/shuttle/auxillary_base)
-"cCu" = (
-/obj/machinery/door/airlock/external,
-/turf/open/floor/pod/dark,
-/area/shuttle/transport)
-"cCw" = (
-/obj/machinery/door/airlock/titanium,
-/turf/open/floor/pod/light,
-/area/shuttle/transport)
-"cCx" = (
-/obj/machinery/computer/shuttle/ferry/request,
-/turf/open/floor/pod/dark,
-/area/shuttle/transport)
-"cCy" = (
-/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 1
- },
-/turf/open/floor/plating,
-/area/shuttle/transport)
-"cCz" = (
-/obj/machinery/door/airlock/external,
-/turf/open/floor/pod/light,
-/area/shuttle/transport)
-"cCB" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10;
- pixel_x = 0;
- initialize_directions = 10
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"cCC" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"cCD" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Mix to Engine";
- on = 0
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"cCE" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/atmos)
-"cCF" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/atmos)
-"cCG" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 10
- },
-/turf/open/space,
-/area/space/nearstation)
-"cCH" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/turf/open/space,
-/area/space/nearstation)
-"cCI" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/turf/open/space,
-/area/space/nearstation)
-"cCJ" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/turf/open/space,
-/area/space/nearstation)
-"cCP" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 5
- },
-/turf/open/space,
-/area/space/nearstation)
-"cCQ" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/space,
-/area/space/nearstation)
-"cCS" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"cCT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cCW" = (
-/obj/machinery/portable_atmospherics/canister/freon,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cCY" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/landmark/start/station_engineer,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cDe" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/closet/radiation,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cDg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cDh" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/item/device/flashlight,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/item/weapon/pipe_dispenser,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cDi" = (
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/table/reinforced,
-/obj/item/clothing/suit/radiation,
-/obj/item/clothing/head/radiation,
-/obj/item/clothing/glasses/meson,
-/obj/item/clothing/glasses/meson,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cDj" = (
-/obj/structure/cable/yellow{
- d1 = 2;
- d2 = 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/engine,
-/area/engine/engineering)
-"cDk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cDl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/vending/tool,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cDm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/vending/engivend,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cDo" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cDp" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cDr" = (
-/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_y = 0
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cDs" = (
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/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/engine,
-/area/engine/engineering)
-"cDt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cDv" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/trinary/filter/flipped{
- icon_state = "filter_off_f";
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cDx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Atmos to Loop";
- on = 0
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cDy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cDz" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cDB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/start/station_engineer,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cDC" = (
-/obj/item/weapon/wrench,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 6
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cDD" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
- name = "scrubbers pipe";
- icon_state = "manifold";
- dir = 4
- },
-/obj/machinery/meter,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cDE" = (
-/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/black,
-/area/engine/engineering)
-"cDF" = (
-/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/black,
-/area/engine/engineering)
-"cDG" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cDH" = (
-/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,
-/area/engine/engineering)
-"cDI" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cDJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cDK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cDL" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"cDN" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/closed/wall,
-/area/engine/engineering)
-"cDS" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"cDY" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 9
- },
-/turf/open/space,
-/area/space/nearstation)
-"cDZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/structure/closet/radiation,
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cEa" = (
-/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/black,
-/area/engine/engineering)
-"cEd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Engineering Supermatter Port";
- dir = 4;
- network = list("SS13","Engine")
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cEe" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cEf" = (
-/obj/machinery/ai_status_display,
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"cEg" = (
-/obj/machinery/status_display,
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"cEh" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cEi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Engineering Supermatter Starboard";
- dir = 8;
- network = list("SS13","Engine");
- pixel_x = 0;
- pixel_y = 0
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cEk" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cEl" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"cEr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cEs" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Gas to Cooling Loop";
- on = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cEt" = (
-/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
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"cEu" = (
-/obj/machinery/power/rad_collector{
- anchored = 1
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/camera{
- c_tag = "Supermatter Chamber";
- dir = 2;
- network = list("Engine");
- pixel_x = 23
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"cEv" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"cEw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 8;
- on = 1;
- scrub_Toxins = 0
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"cEx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"cEy" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- icon_state = "manifold";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"cEz" = (
-/obj/machinery/power/rad_collector{
- anchored = 1
- },
-/obj/structure/cable/yellow{
- d2 = 4;
- icon_state = "0-4"
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"cEA" = (
-/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
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"cEB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cEC" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Mix to Gas";
- on = 0
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cED" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cEE" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/turf/open/space,
-/area/space)
-"cEK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"cEL" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cEM" = (
-/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
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/item/weapon/tank/internals/plasma,
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"cET" = (
-/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
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"cEU" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cEW" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- icon_state = "connector_map";
- dir = 8
- },
-/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cFb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFc" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4";
- d1 = 1;
- d2 = 4
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 2;
- icon_state = "pump_map";
- name = "Cooling Loop Bypass"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFe" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"cFh" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"cFj" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "engsm";
- name = "Radiation Chamber Shutters"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"cFk" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable/yellow{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Mix Bypass"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFm" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"cFn" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/turf/open/space,
-/area/space)
-"cFo" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"cFu" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFw" = (
-/obj/structure/sign/electricshock,
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"cFy" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFz" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cFA" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cFI" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFJ" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFK" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFL" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "co2";
- on = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFM" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFN" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "o2";
- on = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFO" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Engineering Supermatter Aft";
- dir = 2;
- network = list("SS13","Engine");
- pixel_x = 23
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cFP" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "plasma";
- on = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFQ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFR" = (
-/obj/machinery/atmospherics/components/trinary/filter{
- dir = 4;
- filter_type = "";
- on = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFS" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFT" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cFU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cGd" = (
-/obj/structure/closet/crate/bin,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGe" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGg" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGi" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGj" = (
-/obj/structure/table,
-/obj/item/weapon/pipe_dispenser,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cGk" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cGl" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cGr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"cGs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"cGt" = (
-/obj/structure/closet/wardrobe/engineering_yellow,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGu" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGv" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGw" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 5
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGx" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGz" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGC" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/machinery/meter,
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cGE" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cGH" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cGI" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/glass_engineering{
- name = "Laser Room";
- req_access_txt = "10"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
-"cGK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cGL" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cGM" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"cGR" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1;
- scrub_N2O = 0;
- scrub_Toxins = 0
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cGS" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cGT" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cGU" = (
-/obj/structure/reflector/double{
- anchored = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cGV" = (
-/obj/structure/reflector/box{
- anchored = 1;
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cGY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cGZ" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/engine/engineering)
-"cHa" = (
-/obj/machinery/airalarm{
- dir = 4;
- icon_state = "alarm0";
- pixel_x = -22
- },
-/turf/open/floor/plasteel/black,
-/area/engine/engineering)
-"cHb" = (
-/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/engine/engineering)
-"cHc" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cHd" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cHe" = (
-/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/engine/engineering)
-"cHg" = (
-/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/plating,
-/area/engine/engineering)
-"cHj" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/emitter{
- anchored = 1;
- dir = 8;
- icon_state = "emitter";
- state = 2
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cHl" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/closed/wall/r_wall,
-/area/engine/engineering)
-"cHn" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/obj/machinery/light,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cHo" = (
-/obj/structure/reflector/single{
- anchored = 1;
- dir = 1;
- icon_state = "reflector"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cHp" = (
-/obj/structure/reflector/single{
- anchored = 1;
- dir = 4;
- icon_state = "reflector"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cHr" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/light,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cHs" = (
-/obj/item/weapon/crowbar/large,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cHD" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/sortjunction{
- dir = 2;
- icon_state = "pipe-j2s";
- sortType = 14
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/asmaint)
-"cHE" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Mech Bay Maintenance";
- req_access_txt = "29"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/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)
-"cHF" = (
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"cHG" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"cHH" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"cHI" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"cHJ" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"cHK" = (
-/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{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cHL" = (
-/obj/machinery/mech_bay_recharge_port{
- icon_state = "recharge_port";
- dir = 2
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/assembly/chargebay)
-"cHM" = (
-/obj/structure/chair/office/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cHN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/circuit,
-/area/assembly/chargebay)
-"cHO" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "robo1"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cHP" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/table,
-/obj/item/weapon/storage/belt/utility,
-/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 = 20;
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"cHQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/assembly/chargebay)
-"cHR" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "robo1"
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"cHS" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"cHT" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"cHU" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 8
- },
-/area/assembly/robotics)
-"cHV" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "robo2"
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cHW" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/mecha_part_fabricator,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"cHX" = (
-/obj/structure/table,
-/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/item/device/multitool{
- pixel_x = 3
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"cHZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 8
- },
-/area/assembly/robotics)
-"cIa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel/white,
-/area/assembly/robotics)
-"cIb" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/machinery/conveyor{
- dir = 4;
- id = "robo2"
- },
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"cIc" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/bot,
-/obj/effect/landmark/start/roboticist,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"cId" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/assembly/robotics)
-"cIe" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/assembly/robotics)
-"cIf" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/whiteblue/corner{
- dir = 1
- },
-/area/assembly/robotics)
-"cIg" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
- },
-/obj/docking_port/mobile/arrivals,
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 3;
- height = 15;
- id = "arrivals_stationary";
- name = "arrivals";
- width = 7
- },
-/turf/open/floor/plasteel/black,
-/area/shuttle/arrival)
-"cIh" = (
-/obj/machinery/door/airlock/external{
- cyclelinkeddir = 1;
- name = "Port Docking Bay 1"
- },
-/turf/open/floor/plating,
-/area/hallway/secondary/entry)
-"cIl" = (
-/obj/machinery/computer/med_data{
- icon_keyboard = "syndi_key"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cIm" = (
-/obj/machinery/computer/crew{
- icon_keyboard = "syndi_key"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cIn" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/folder/red,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cIo" = (
-/obj/machinery/computer/shuttle/syndicate,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cIp" = (
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cIq" = (
-/obj/machinery/computer/camera_advanced{
- icon_keyboard = "syndi_key"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cIr" = (
-/obj/machinery/computer/secure_data{
- icon_keyboard = "syndi_key"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cIs" = (
-/obj/structure/table/reinforced,
-/obj/machinery/status_display{
- pixel_x = -32
- },
-/obj/item/weapon/clipboard,
-/obj/item/toy/figure/syndie,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cIt" = (
-/obj/structure/chair/office/dark{
- dir = 8;
- name = "tactical swivel chair"
- },
-/turf/open/floor/plasteel/black,
-/area/shuttle/syndicate)
-"cIu" = (
-/turf/open/floor/plasteel/black,
-/area/shuttle/syndicate)
-"cIv" = (
-/obj/structure/chair/office/dark{
- dir = 1;
- name = "tactical swivel chair"
- },
-/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)
-"cIx" = (
-/obj/structure/chair/office/dark{
- dir = 4;
- name = "tactical swivel chair"
- },
-/turf/open/floor/plasteel/black,
-/area/shuttle/syndicate)
-"cIy" = (
-/obj/structure/table/reinforced,
-/obj/machinery/ai_status_display{
- pixel_x = 32
- },
-/obj/item/weapon/storage/fancy/donut_box,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cIz" = (
-/turf/open/floor/plasteel/vault,
-/area/shuttle/syndicate)
-"cIG" = (
-/obj/machinery/status_display,
-/turf/closed/wall/mineral/plastitanium,
-/area/shuttle/syndicate)
-"cIH" = (
-/obj/machinery/door/airlock/hatch{
- name = "Cockpit";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cII" = (
-/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)
-"cIJ" = (
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/shuttle/syndicate)
-"cIK" = (
-/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)
-"cIL" = (
-/obj/structure/chair{
- dir = 4;
- name = "tactical chair"
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/shuttle/syndicate)
-"cIN" = (
-/obj/structure/chair{
- dir = 8;
- name = "tactical chair"
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/shuttle/syndicate)
-"cIO" = (
-/obj/structure/chair{
- dir = 4;
- name = "tactical chair"
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/shuttle/syndicate)
-"cIQ" = (
-/obj/structure/chair{
- dir = 8;
- name = "tactical chair"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/shuttle/syndicate)
-"cIR" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/turf/open/floor/plasteel/podhatch{
- dir = 5
- },
-/area/shuttle/syndicate)
-"cIU" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cIY" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (EAST)";
- icon_state = "podhatch";
- dir = 4
- },
-/area/shuttle/syndicate)
-"cJb" = (
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cJf" = (
-/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)
-"cJj" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cJk" = (
-/obj/machinery/door/airlock/external{
- name = "Ready Room";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cJl" = (
-/obj/item/weapon/storage/toolbox/syndicate,
-/obj/item/weapon/crowbar/red,
-/obj/structure/table/reinforced,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/podhatch{
- dir = 10
- },
-/area/shuttle/syndicate)
-"cJm" = (
-/turf/open/floor/plasteel/podhatch,
-/area/shuttle/syndicate)
-"cJn" = (
-/obj/structure/chair{
- name = "tactical chair"
- },
-/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
- dir = 6
- },
-/area/shuttle/syndicate)
-"cJr" = (
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cJs" = (
-/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)
-"cJz" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
- dir = 6
- },
-/area/shuttle/syndicate)
-"cJC" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cJG" = (
-/obj/structure/chair{
- dir = 1;
- name = "tactical chair"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cJI" = (
-/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)
-"cJJ" = (
-/obj/machinery/ai_status_display,
-/turf/closed/wall/mineral/plastitanium,
-/area/shuttle/syndicate)
-"cJO" = (
-/obj/machinery/sleeper/syndie{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cJQ" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cJR" = (
-/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)
-"cJS" = (
-/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)
-"cJW" = (
-/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)
-"cJX" = (
-/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)
-"cJY" = (
-/obj/item/weapon/wrench,
-/obj/item/device/assembly/infra,
-/obj/structure/table/reinforced,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cJZ" = (
-/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)
-"cKa" = (
-/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)
-"cKb" = (
-/obj/structure/bed/roller,
-/obj/machinery/iv_drip,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cKg" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/shuttle/syndicate)
-"cKi" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/vault{
- dir = 5
- },
-/area/shuttle/syndicate)
-"cKq" = (
-/turf/open/floor/plasteel/podhatch{
- dir = 9
- },
-/area/shuttle/syndicate)
-"cKr" = (
-/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (NORTH)";
- icon_state = "podhatch";
- dir = 1
- },
-/area/shuttle/syndicate)
-"cKt" = (
-/obj/machinery/door/airlock/hatch{
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cKA" = (
-/turf/open/floor/plasteel/podhatch{
- dir = 5
- },
-/area/shuttle/syndicate)
-"cKC" = (
-/obj/structure/closet/syndicate/personal,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cKD" = (
-/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)
-"cKF" = (
-/turf/open/floor/plasteel/podhatch{
- dir = 10
- },
-/area/shuttle/syndicate)
-"cKN" = (
-/turf/open/floor/plasteel/podhatch{
- tag = "icon-podhatch (SOUTHEAST)";
- icon_state = "podhatch";
- dir = 6
- },
-/area/shuttle/syndicate)
-"cKP" = (
-/obj/structure/closet/syndicate/nuclear,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cKQ" = (
-/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)
-"cKR" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "Surgery";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/vault,
-/area/shuttle/syndicate)
-"cKS" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/vault,
-/area/shuttle/syndicate)
-"cKT" = (
-/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)
-"cKU" = (
-/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)
-"cKY" = (
-/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)
-"cKZ" = (
-/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
- },
-/obj/item/weapon/grenade/plastic/c4,
-/obj/item/weapon/grenade/plastic/c4,
-/obj/item/weapon/grenade/plastic/c4,
-/obj/item/weapon/grenade/plastic/c4,
-/obj/item/weapon/grenade/plastic/c4,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cLb" = (
-/obj/machinery/door/window{
- dir = 1;
- name = "Technological Storage";
- req_access_txt = "150"
- },
-/turf/open/floor/plasteel/vault,
-/area/shuttle/syndicate)
-"cLc" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/table/reinforced,
-/obj/item/device/aicard,
-/turf/open/floor/plasteel/vault,
-/area/shuttle/syndicate)
-"cLd" = (
-/obj/item/weapon/surgicaldrill,
-/obj/item/weapon/circular_saw,
-/obj/structure/table/reinforced,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cLf" = (
-/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)
-"cLg" = (
-/obj/machinery/nuclearbomb/syndicate,
-/obj/machinery/door/window{
- dir = 1;
- name = "Theatre Stage";
- req_access_txt = "0"
- },
-/turf/open/floor/circuit/red,
-/area/shuttle/syndicate)
-"cLk" = (
-/obj/item/weapon/cautery,
-/obj/item/weapon/scalpel,
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cLl" = (
-/obj/structure/table/optable,
-/obj/item/weapon/surgical_drapes,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cLm" = (
-/obj/item/weapon/retractor,
-/obj/item/weapon/hemostat,
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/shuttle/syndicate)
-"cLn" = (
-/obj/structure/shuttle/engine/heater,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate)
-"cLq" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/circuit/red,
-/area/shuttle/syndicate)
-"cLr" = (
-/obj/machinery/telecomms/allinone{
- intercept = 1
- },
-/turf/open/floor/circuit/red,
-/area/shuttle/syndicate)
-"cLw" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate)
-"cLx" = (
-/obj/structure/shuttle/engine/propulsion,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate)
-"cLy" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating/airless,
-/area/shuttle/syndicate)
-"cLI" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/labor)
-"cLJ" = (
-/obj/structure/chair,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/arrival)
-"cLK" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/arrival)
-"cLL" = (
-/obj/machinery/light,
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/arrival)
-"cLM" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/mineral/titanium,
-/area/shuttle/escape)
-"cLN" = (
-/obj/structure/table,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/mineral/titanium,
-/area/shuttle/escape)
-"cLO" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/escape)
-"cLP" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/pod/light,
-/area/shuttle/transport)
-"cLQ" = (
-/obj/machinery/light/small,
-/turf/open/floor/pod/light,
-/area/shuttle/transport)
-"cLR" = (
-/obj/machinery/light,
-/turf/open/floor/pod/light,
-/area/shuttle/transport)
-"cLS" = (
-/obj/machinery/light/small,
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/escape)
-"cLT" = (
-/obj/machinery/light,
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/escape)
-"cLU" = (
-/obj/machinery/light/small{
- brightness = 3;
- dir = 8
- },
-/turf/open/floor/mineral/titanium/yellow,
-/area/shuttle/escape)
-"cLV" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/mineral/titanium/yellow,
-/area/shuttle/escape)
-"cLW" = (
-/obj/machinery/light/small{
- brightness = 3;
- dir = 8
- },
-/turf/open/floor/mineral/titanium,
-/area/shuttle/escape)
-"cLX" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/supply)
-"cLY" = (
-/obj/structure/light_construct/small,
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
-"cLZ" = (
-/obj/structure/frame/computer{
- anchored = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/mineral/titanium,
-/area/shuttle/abandoned)
-"cMa" = (
-/obj/structure/light_construct,
-/turf/open/floor/mineral/titanium,
-/area/shuttle/abandoned)
-"cMb" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/supply)
-"cMc" = (
-/obj/structure/light_construct{
- dir = 1
- },
-/turf/open/floor/mineral/titanium,
-/area/shuttle/abandoned)
-"cMd" = (
-/obj/structure/light_construct{
- dir = 4
- },
-/turf/open/floor/mineral/titanium,
-/area/shuttle/abandoned)
-"cMe" = (
-/obj/structure/light_construct/small{
- dir = 4
- },
-/turf/open/floor/mineral/titanium,
-/area/shuttle/abandoned)
-"cMf" = (
-/obj/structure/light_construct{
- dir = 8
- },
-/turf/open/floor/mineral/titanium,
-/area/shuttle/abandoned)
-"cMh" = (
-/obj/structure/light_construct/small{
- dir = 8
- },
-/turf/open/floor/mineral/titanium,
-/area/shuttle/abandoned)
-"cMk" = (
-/obj/structure/light_construct/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/shuttle/abandoned)
-"cMl" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/mineral/titanium/blue,
-/area/shuttle/labor)
-"cMm" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/turf/open/floor/plating,
-/area/engine/engineering)
-"cMB" = (
-/obj/structure/window/shuttle,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/shuttle/arrival)
-"cMC" = (
-/turf/closed/wall/r_wall,
-/area/engine/supermatter)
-"cMG" = (
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"cMK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/highpressure/fulltile,
-/turf/open/floor/plating,
-/area/engine/supermatter)
-"cMN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the Engine.";
- dir = 8;
- layer = 4;
- name = "Engine Monitor";
- network = list("Engine");
- pixel_x = 30;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
-"cMO" = (
-/obj/machinery/power/rad_collector{
- anchored = 1
- },
-/obj/structure/cable/yellow{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/camera{
- c_tag = "Supermatter Chamber";
- dir = 2;
- network = list("Engine");
- pixel_x = 23
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"cMP" = (
-/obj/machinery/camera/motion{
- c_tag = "External Armory Camera";
- dir = 1;
- network = list("SS13")
- },
-/turf/open/space/basic,
-/area/space)
-"cMT" = (
-/obj/structure/barricade/wooden{
- name = "wooden barricade (CLOSED)"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Incinerator Access";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"cNj" = (
-/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/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"dEx" = (
-/obj/structure/chair/stool,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"efz" = (
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"fqA" = (
-/turf/open/floor/wood{
- icon_state = "wood-broken5"
- },
-/area/maintenance/bar)
-"gDF" = (
-/obj/structure/chair/stool,
-/turf/open/floor/wood{
- icon_state = "wood-broken5"
- },
-/area/maintenance/bar)
-"hDE" = (
-/obj/structure/table/wood,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"iBV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/closed/wall,
-/area/maintenance/bar)
-"knZ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Maintenance Bar";
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/bar)
-"kXN" = (
-/obj/structure/closet{
- name = "Glasware Storage"
- },
-/obj/item/weapon/storage/box/beakers,
-/obj/item/weapon/storage/box/drinkingglasses,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"lhL" = (
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"lWq" = (
-/obj/structure/table/wood,
-/obj/item/device/flashlight/lamp/green,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"lXh" = (
-/obj/structure/table/wood/poker,
-/obj/item/device/flashlight/lamp/green,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"mFG" = (
-/obj/structure/table/wood/poker,
-/obj/item/toy/cards/deck,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"nQM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/turf/closed/wall,
-/area/maintenance/bar)
-"pIV" = (
-/obj/structure/girder,
-/obj/structure/grille/broken,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"rUp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/closed/wall,
-/area/maintenance/bar)
-"uyH" = (
-/obj/machinery/vending/kink,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"uDj" = (
-/turf/open/floor/wood{
- icon_state = "wood-broken6"
- },
-/area/maintenance/bar)
-"viP" = (
-/obj/structure/rack,
-/turf/open/floor/wood,
-/area/maintenance/aft)
-"wxf" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"xcD" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/wood{
- icon_state = "wood-broken5"
- },
-/area/maintenance/bar)
-"xzP" = (
-/obj/machinery/power/apc{
- dir = 4;
- name = "Maintenance Bar APC";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/wood{
- icon_state = "wood-broken"
- },
-/area/maintenance/bar)
-"yBG" = (
-/obj/machinery/vending/snack/random,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"yMW" = (
-/obj/structure/chair/stool,
-/turf/open/floor/wood{
- icon_state = "wood-broken"
- },
-/area/maintenance/bar)
-"zOW" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/bar)
-"BRv" = (
-/obj/machinery/chem_dispenser/drinks/beer,
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"DuX" = (
-/obj/structure/window/reinforced,
-/obj/machinery/computer/slot_machine,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"DEO" = (
-/obj/structure/barricade/wooden{
- name = "wooden barricade (CLOSED)"
- },
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"Fjx" = (
-/obj/structure/window/reinforced/tinted/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/bar)
-"HrP" = (
-/turf/closed/wall,
-/area/maintenance/bar)
-"Idt" = (
-/obj/structure/table/wood,
-/obj/machinery/chem_dispenser/drinks,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"IWx" = (
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"JKV" = (
-/obj/structure/window/reinforced,
-/obj/machinery/computer/arcade,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"NIG" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"PTH" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/turf/open/floor/wood,
-/area/maintenance/aft)
-"PVu" = (
-/obj/structure/table/wood/poker,
-/obj/item/weapon/storage/pill_bottle/dice,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"QYV" = (
-/obj/structure/window/reinforced,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"RfJ" = (
-/turf/open/floor/wood{
- icon_state = "wood-broken"
- },
-/area/maintenance/bar)
-"RvM" = (
-/obj/machinery/vending/cola/random,
-/obj/effect/decal/cleanable/cobweb,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"RIF" = (
-/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/aft)
-"Skc" = (
-/obj/structure/chair/stool,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"SyT" = (
-/obj/structure/rack,
-/obj/item/weapon/soap/nanotrasen,
-/turf/open/floor/wood{
- icon_state = "wood-broken7"
- },
-/area/maintenance/aft)
-"SPf" = (
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "12"
- },
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- icon_state = "intact";
- dir = 4
- },
-/obj/structure/barricade/wooden{
- name = "wooden barricade (CLOSED)"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"Wia" = (
-/obj/structure/chair/stool,
-/turf/open/floor/wood{
- icon_state = "wood-broken6"
- },
-/area/maintenance/bar)
-"WTn" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"XqK" = (
-/obj/effect/decal/cleanable/robot_debris/old,
-/turf/open/floor/wood,
-/area/maintenance/bar)
-"XAk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/window/reinforced/tinted/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/bar)
-
-(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
-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
-cMa
-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
-cMc
-cyi
-cyi
-cyi
-cMa
-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
-cLY
-cyc
-cyi
-cyi
-cyi
-cyi
-cyi
-cyi
-czr
-cyc
-cMk
-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
-cMB
-aCV
-aCV
-aCS
-aaa
-aaa
-aaa
-cwU
-cxF
-cwU
-aaa
-aaa
-aaa
-cxt
-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
-cLJ
-aEr
-cLK
-aCS
-aaa
-aaa
-aAC
-auO
-auP
-cxY
-arB
-aaa
-cxy
-cxC
-cCy
-aaa
-aaf
-aaa
-aaf
-aaa
-aAC
-aaf
-aaa
-aaa
-cyc
-cyc
-cyw
-cyI
-cyi
-cyi
-cyi
-cyi
-cMd
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aaa
-cxu
-cLQ
-cxu
-aaa
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cxu
-cCw
-cxu
-cxu
-arB
-awY
-ayk
-awW
-aAD
-awW
-cyc
-cyc
-cyc
-cyc
-cyc
-cyc
-cyw
-cyi
-cyc
-cyV
-cyi
-cMh
-cyi
-cye
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cIh
-aCU
-aEr
-aFE
-aFE
-aFE
-aEr
-aCU
-azy
-auP
-cIh
-ayl
-aRY
-awW
-cxw
-cxB
-cxC
-cxI
-cxw
-awW
-awZ
-ayl
-beK
-auP
-cyt
-cyd
-cyi
-cyi
-cyx
-cyx
-cyw
-cyc
-cMa
-cyc
-cyW
-cyi
-cze
-czm
-cyc
-cMc
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cLL
-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
-cye
-cyi
-cMe
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cLP
-cxC
-cxC
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cCs
-arD
-arD
-arD
-auN
-apJ
-awZ
-aIK
-ayl
-aAE
-awW
-aCV
-aEs
-aEr
-aEr
-aEr
-aEr
-aCV
-awW
-aOe
-ayl
-ayl
-aRY
-awW
-cCu
-cxC
-cCx
-cxC
-cCz
-awW
-awZ
-ayl
-ayl
-aAE
-awW
-cyc
-cyj
-cyi
-cyi
-cyi
-cyi
-cye
-cyi
-cyi
-cyi
-cMf
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cxu
-cxC
-cxC
-cLR
-cxu
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cza
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cCt
-asD
-asD
-asD
-aFD
-apJ
-awZ
-crz
-awW
-awW
-awW
-aCS
-aEw
-aFE
-aFE
-aFE
-aKh
-aCS
-awW
-awW
-awW
-awV
-aRY
-awW
-cxw
-cxB
-cxC
-cxI
-cxw
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cIh
-aCU
-aEr
-aEr
-aEr
-aEr
-aEr
-aCU
-azy
-auP
-cIh
-ayl
-aRY
-awW
-cxu
-cxw
-cxE
-cxw
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cLZ
-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
-amO
-aac
-aac
-aac
-aac
-aac
-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
-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
-cIg
-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
-amO
-aac
-aac
-aac
-aac
-aac
-aac
-cJO
-cKb
-cJO
-cKD
-cKQ
-cLd
-cLk
-cLn
-cLw
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aac
-cIR
-cIY
-cIY
-cIY
-cJz
-aac
-cJr
-cIz
-cIJ
-cIJ
-cKR
-cIJ
-cLl
-cLn
-cLx
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-aac
-cIJ
-cIJ
-cIJ
-cIJ
-cIJ
-cJJ
-cJQ
-cIz
-cKq
-cKF
-cKS
-cLf
-cLm
-cLn
-cLy
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-amO
-aac
-aac
-aac
-clO
-aaa
-aaa
-aac
-cIJ
-cIJ
-cIJ
-cIJ
-cIJ
-aac
-cJR
-cIz
-cKr
-cJm
-cKT
-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
-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
-aac
-cIl
-cIs
-cIz
-aac
-czz
-aaa
-aac
-cIU
-cJb
-cJj
-cJr
-cJC
-aac
-cJS
-cIz
-cKr
-cJm
-cKU
-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
-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
-amP
-cIm
-cIt
-cIz
-aac
-aac
-aac
-aac
-aac
-aac
-aac
-cJs
-coh
-aac
-aac
-aac
-cKt
-coh
-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
-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
-amP
-cIn
-cIu
-cIz
-cIG
-cII
-cIL
-cIO
-cIL
-cIL
-coh
-cIJ
-cIJ
-cIJ
-cIJ
-cKg
-cKr
-cJm
-cIz
-coh
-cLn
-cLw
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-amP
-cIo
-cIv
-cIz
-cIH
-cIJ
-cIu
-cIu
-cIu
-cIJ
-cJk
-cIJ
-cIu
-cIu
-cIu
-cIu
-cKr
-cJm
-cIz
-cLg
-cLn
-cLx
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-amP
-cIp
-cIu
-cIz
-aac
-cIK
-cIN
-cIQ
-cIN
-cIN
-coh
-cIJ
-cIJ
-cIJ
-cIJ
-cKi
-cKr
-cJm
-cIz
-coh
-cLn
-cLy
-aaa
-aaa
-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
-amP
-cIq
-cIx
-cIz
-aac
-aac
-aac
-cmp
-aac
-aac
-aac
-cof
-coh
-aac
-aac
-aac
-cKt
-coh
-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
-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
-aac
-cIr
-cIy
-cIz
-aac
-czv
-aaa
-aaa
-aaa
-aac
-cJl
-cIJ
-cJG
-aac
-cJW
-cIz
-cKr
-cJm
-cKY
-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
-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
-bJS
-aac
-aac
-aac
-cmE
-aaa
-aaa
-aaa
-aaa
-cJf
-cJm
-cIJ
-cJG
-aac
-cJX
-cIz
-cKr
-cJm
-cKZ
-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
-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
-cni
-cJn
-cIJ
-cJI
-cIG
-cJY
-cIz
-cKA
-cKN
-cKS
-cIJ
-cLq
-cLn
-cLw
-aaa
-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
-bJS
-aac
-aac
-aac
-aac
-cJZ
-cIz
-cIJ
-cIJ
-cLb
-cIJ
-cLr
-cLn
-cLx
-aaa
-aaa
-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
-cnW
-aac
-cKa
-cIz
-cKC
-cKP
-cLc
-cKi
-cLq
-cLn
-cLy
-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
-bJS
-aac
-aac
-aac
-aac
-aac
-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
-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
-cMb
-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
-cLX
-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
-viP
-PTH
-bSn
-PTH
-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
-bPS
-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
-cMl
-bHx
-anM
-akD
-aaa
-bLv
-bPR
-SyT
-PTH
-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
-bTs
-bPS
-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
-PTH
-PTH
-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
-DEO
-bCq
-bCq
-SPf
-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
-RIF
-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
-pIV
-WTn
-bCq
-bCq
-bCq
-bCq
-cMT
-HrP
-HrP
-HrP
-HrP
-zOW
-HrP
-HrP
-HrP
-HrP
-HrP
-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
-HrP
-lhL
-efz
-efz
-fqA
-efz
-efz
-XqK
-efz
-HrP
-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
-HrP
-HrP
-HrP
-efz
-dEx
-efz
-efz
-uDj
-efz
-efz
-RfJ
-HrP
-cgH
-bLv
-aaf
-cjJ
-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
-HrP
-RvM
-fqA
-dEx
-PVu
-yMW
-efz
-efz
-dEx
-dEx
-efz
-HrP
-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
-cLI
-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
-HrP
-yBG
-efz
-dEx
-lXh
-dEx
-efz
-gDF
-hDE
-IWx
-efz
-Fjx
-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
-zOW
-efz
-efz
-dEx
-mFG
-dEx
-uDj
-dEx
-IWx
-efz
-efz
-Fjx
-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
-afA
-afA
-afA
-afu
-afA
-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
-knZ
-RfJ
-lhL
-efz
-dEx
-efz
-efz
-Wia
-IWx
-lhL
-lWq
-Fjx
-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
-afA
-aea
-aeH
-aft
-afA
-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
-zOW
-efz
-uDj
-efz
-efz
-efz
-efz
-dEx
-IWx
-fqA
-Idt
-HrP
-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
-abY
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-afA
-afA
-aec
-aeJ
-afw
-afA
-afA
-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
-HrP
-wxf
-xcD
-Skc
-Skc
-Skc
-NIG
-dEx
-hDE
-efz
-BRv
-HrP
-cgH
-bLv
-aaf
-cjJ
-cjJ
-cjJ
-cjJ
-cjJ
-cnR
-coB
-cjJ
-cjJ
-aaa
-aaa
-crn
-aaf
-abY
-abY
-abY
-abY
-abY
-abY
-abY
-abY
-abY
-aaa
-aaf
-ctv
-abY
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-afA
-aaf
-aaa
-aaa
-aiV
-aiV
-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
-boU
-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
-HrP
-uyH
-QYV
-JKV
-DuX
-DuX
-xzP
-dEx
-IWx
-efz
-kXN
-HrP
-cgH
-bCq
-aaa
-aaf
-aaa
-aaa
-aaf
-cjJ
-cnQ
-coA
-cpo
-cjJ
-aaa
-aaa
-crn
-aaf
-abY
-ctv
-ctv
-ctv
-ctv
-ctv
-ctv
-ctv
-abY
-aaa
-aaf
-ctv
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-afA
-aaf
-aaa
-aaf
-aiV
-ajs
-akb
-akI
-akI
-amc
-aiV
-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
-iBV
-iBV
-rUp
-iBV
-iBV
-iBV
-iBV
-XAk
-XAk
-XAk
-iBV
-nQM
-cgH
-bCq
-bCq
-bCq
-bCq
-bCq
-bCq
-cjJ
-cnS
-coC
-cpp
-cjJ
-aaf
-aaf
-cig
-aaf
-aaT
-aaT
-aaT
-aaT
-aaT
-aaT
-aaT
-aaT
-aaT
-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
-"}
-(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
-afA
-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
-cNj
-bVH
-bVH
-bVH
-cem
-bVH
-bVH
-bVH
-bVH
-caq
-cbw
-ccu
-ciT
-bCq
-bSs
-ceY
-ccw
-ccw
-cnR
-cgT
-cjJ
-ccw
-ccw
-ccw
-ccw
-aaa
-aaf
-aaa
-aaa
-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
-"}
-(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
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaT
-abY
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cEl
-cEE
-cEl
-cFm
-csx
-cFm
-cFm
-csx
-csv
-aaa
-aaa
-aaT
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cDZ
-crr
-crJ
-crT
-crJ
-cFn
-css
-csx
-csx
-css
-csb
-aaf
-aaf
-aaT
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cDB
-cqP
-crq
-crZ
-crT
-crZ
-cFo
-css
-cFm
-cFm
-css
-csv
-aaa
-aaa
-aaT
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-crJ
-crT
-crJ
-cFn
-css
-csx
-csx
-css
-csb
-aaf
-aaf
-aaT
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cCW
-ciW
-ckB
-ckB
-ckC
-ccw
-cnX
-coH
-cps
-cpX
-cqz
-cqQ
-ccw
-crH
-crT
-crZ
-cFo
-css
-cFm
-cFm
-css
-csv
-aaa
-aaa
-aaT
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-ciZ
-ciZ
-ciZ
-ckC
-ckC
-ckC
-ccw
-coa
-coJ
-clJ
-clJ
-cig
-cig
-ccw
-crJ
-crT
-crJ
-cFn
-css
-csx
-csx
-css
-csb
-aaf
-aaf
-aaT
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cFo
-css
-cFm
-cFm
-css
-csv
-aaa
-aaa
-aaT
-ctv
-abY
-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
-"}
-(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
-cDo
-cgR
-cqA
-cqT
-czh
-crJ
-crU
-csb
-cFn
-css
-csx
-csx
-css
-csb
-aaf
-aaf
-aaT
-aaT
-aaT
-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
-"}
-(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
-cMm
-ccw
-ccw
-ccw
-crK
-cEK
-csa
-csj
-csa
-csa
-cGr
-aaa
-aaa
-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
-"}
-(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
-amS
-aiX
-aiX
-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
-cmF
-cgR
-cgI
-chF
-ciO
-cqc
-cqc
-cqc
-cEd
-cEr
-cEL
-cFb
-cFu
-cFI
-cGd
-cGs
-cGr
-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
-"}
-(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
-clQ
-cgR
-cgx
-coM
-cpv
-cqb
-cqb
-cqb
-cqb
-cEs
-cqb
-cqb
-cAp
-cqb
-cAo
-cGt
-cgx
-ccw
-ccw
-ccw
-ccw
-ccw
-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
-"}
-(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
-cDg
-cDp
-cqe
-cqB
-cqB
-cEe
-csP
-cAl
-cFc
-cAq
-cFJ
-cpx
-cGu
-cGH
-cGR
-cHa
-csd
-ciZ
-ccw
-aaa
-abY
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cCY
-cnA
-cev
-cfg
-cgU
-cgJ
-chG
-cpx
-cqd
-cDC
-cqU
-cEf
-cEt
-cEM
-csA
-cEg
-cFK
-cGe
-cGv
-cGI
-cGS
-cHb
-cHg
-cHn
-ccw
-aaf
-aaT
-ctv
-aaT
-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
-"}
-(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
-amS
-aiX
-aiX
-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
-ccw
-cDh
-cpy
-cDv
-cDD
-cqU
-cMC
-cMO
-cEu
-cEu
-cMC
-cFL
-csJ
-cGw
-cMm
-ciZ
-cHc
-cAu
-cAu
-ccw
-aaa
-abY
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cMC
-crs
-cEv
-cEv
-cFe
-cMC
-cFM
-czE
-cGx
-ccw
-cGT
-csd
-csd
-ciZ
-ccw
-aaf
-aaT
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cgR
-cgL
-chX
-cpx
-cqh
-cqF
-cra
-crI
-cEw
-cEw
-cEw
-cFw
-cFN
-csH
-csR
-cMm
-cGU
-csd
-csd
-cHo
-ccw
-aaa
-abY
-ctv
-abY
-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
-cMC
-cgR
-ckK
-clJ
-cmL
-cnv
-cMm
-chX
-cpx
-cqg
-cqE
-cqZ
-crt
-cMH
-cAm
-cMK
-cMN
-cFO
-csC
-csQ
-cMm
-cGV
-csd
-cGV
-ccw
-ccw
-aaa
-abY
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-amS
-aiX
-aiX
-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
-cgR
-cgL
-chX
-cpx
-cqj
-cqF
-crb
-cru
-cEx
-cEx
-cEx
-cAP
-cFP
-csI
-cAt
-cMm
-csd
-csd
-csd
-cHp
-ccw
-aaf
-abY
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cMP
-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
-cpx
-cqi
-cMC
-cAP
-crv
-cEy
-cEy
-cFh
-cMC
-cFQ
-czE
-cGx
-ccw
-cGT
-csd
-csd
-ciZ
-ccw
-aaf
-aaS
-ctv
-abY
-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
-ccw
-cDi
-cDr
-cqk
-cDE
-cEa
-cMC
-cEz
-cEz
-cEz
-cMC
-cFR
-csJ
-cGz
-cMm
-ciZ
-cHd
-cHj
-cHd
-ccw
-aaa
-abY
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-amS
-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
-cMm
-chX
-cpD
-cqk
-cDF
-cEa
-cEg
-cEA
-cET
-cFj
-cEf
-cFS
-cGg
-cGA
-cGI
-cGS
-cHe
-cHe
-cHr
-ccw
-aaf
-aaT
-ctv
-aaT
-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
-"}
-(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
-cja
-cgR
-cMm
-cDj
-cDs
-cql
-cDG
-cDG
-cEh
-cEB
-cEU
-cFk
-cAs
-cFT
-cpx
-cGx
-cGK
-cGY
-cEk
-csd
-cHs
-ccw
-aaf
-abY
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cgR
-cny
-ccw
-cip
-cnx
-cDx
-cqb
-cqb
-cqb
-cEC
-cqb
-cqb
-cAr
-cqb
-cGh
-cGC
-cey
-ccw
-ccw
-cHl
-ccw
-ccw
-aaf
-abY
-aaT
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-adR
-abP
-aco
-acO
-abl
-abO
-abO
-afc
-afQ
-agw
-agY
-ahA
-ahZ
-adR
-aiQ
-ajI
-akt
-amS
-aiX
-aiX
-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
-cgR
-cgR
-cMm
-cir
-cDt
-cDy
-cqC
-crc
-cEi
-cED
-crc
-crc
-cFy
-cBR
-cGi
-cGD
-cGL
-aag
-aag
-aaf
-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
-"}
-(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
-cCT
-cdn
-cej
-cep
-ces
-clN
-ccm
-ckF
-cDe
-cDk
-coc
-cqa
-cig
-ccw
-ccw
-czF
-csd
-csd
-cFz
-cFU
-cGj
-cGE
-cGM
-cGZ
-aag
-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
-"}
-(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
-adR
-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
-cco
-cgU
-cgU
-cis
-cjN
-cDz
-cDH
-cMm
-csd
-crM
-crV
-crV
-cFA
-csd
-cGk
-ccw
-aag
-aag
-aag
-aaf
-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
-"}
-(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
-ccw
-cet
-cfd
-cfB
-cfI
-cgQ
-cjS
-cjN
-cqm
-cgR
-crd
-cEk
-crL
-cEW
-cse
-cse
-csu
-cGl
-ccw
-aaa
-aaa
-aaf
-aaa
-aaf
-ctv
-abY
-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
-"}
-(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
-adR
-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
-cDl
-cjN
-cjh
-cDI
-ccw
-ccw
-ccw
-ccw
-ccw
-cMm
-cMm
-cMm
-ccw
-aaf
-aaf
-aaf
-aaf
-aaf
-ctv
-abY
-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
-"}
-(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
-adR
-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
-cDm
-cjP
-ckF
-cDJ
-ckF
-cpE
-cjR
-crW
-csg
-aag
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-ctv
-ctv
-ctv
-abY
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-adR
-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
-cDK
-crw
-cjO
-ccw
-crX
-cfK
-aag
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abY
-abY
-abY
-abY
-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
-adR
-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
-cDL
-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
-adR
-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
-cDL
-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
-adR
-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
-cDN
-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
-adR
-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
-cDN
-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
-adR
-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
-cDN
-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
-adR
-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
-agd
-bUO
-bVZ
-bVZ
-bZI
-caH
-cbF
-ccz
-cdA
-cez
-bOe
-cfQ
-chb
-ciu
-bVu
-ckb
-ckZ
-clW
-clW
-bOh
-cig
-cpd
-czM
-cpd
-cDN
-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
-adR
-ahj
-adR
-cAN
-adR
-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
-cCB
-cCC
-bXT
-bXT
-bXT
-caG
-cbE
-bTU
-cdz
-cez
-bUL
-cfS
-bOd
-bMQ
-apQ
-bOh
-bOh
-bOh
-bOh
-bOh
-ccw
-cpd
-czL
-cpd
-cDL
-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
-adR
-adR
-adR
-adR
-cxG
-adR
-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
-cCD
-bXU
-bUS
-bUS
-bUS
-bXU
-bRF
-bMW
-cez
-cez
-cfQ
-chd
-ciw
-cpP
-ckc
-clb
-clY
-clZ
-bOh
-aaa
-cpd
-cpM
-cpd
-cDS
-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
-adR
-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
-cCE
-bTT
-bUR
-bZJ
-bUR
-bTT
-bUR
-cdB
-bUR
-bUR
-cfT
-chc
-bMQ
-apQ
-bQA
-cla
-cBP
-cmW
-bOh
-aaa
-aaa
-czN
-aaa
-cDS
-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
-adR
-adR
-adR
-adR
-afo
-abp
-adR
-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
-cDS
-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
-cCF
-bPh
-bQy
-bRI
-bQy
-bPh
-bQy
-bRI
-ceA
-bLK
-bLK
-che
-bLK
-apQ
-bOh
-bOh
-bOh
-bOh
-bOh
-aaa
-aaa
-aaa
-aaa
-cDS
-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
-cCG
-cCH
-cCI
-cCJ
-cCI
-cCH
-cCI
-cCJ
-cCI
-cCP
-bLK
-chg
-bLK
-apQ
-aoV
-aoV
-apQ
-apQ
-apQ
-aoV
-aoV
-aoV
-aoV
-cCQ
-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
-cCQ
-bLK
-cyG
-bLK
-aoV
-aoV
-aoV
-apQ
-apQ
-aoV
-aoV
-aoV
-aoV
-aoV
-cCQ
-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
-cCG
-cCS
-cCS
-cCI
-cCI
-cCI
-cCI
-cCI
-cCI
-cCI
-cCI
-cCI
-cCI
-cCI
-cDY
-apQ
-aaf
-aaf
-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
-apQ
-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
-apQ
-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
-apQ
-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
-apQ
-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
-cCq
-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
-cCq
-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
-cHD
-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
-cHE
-bdP
-bdP
-bdP
-bdP
-bnc
-boC
-bpV
-boC
-boC
-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
-bfT
-cHF
-biG
-blw
-blu
-bnb
-bfT
-bor
-bpS
-bsO
-bfV
-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
-bfU
-bhu
-cHG
-biI
-bkh
-biI
-cHQ
-bfT
-boE
-bpY
-bsQ
-box
-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
-bfU
-bhu
-cHH
-biH
-cHN
-blv
-bls
-bfT
-boD
-bpY
-bsP
-box
-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
-bfU
-bhu
-cHI
-biJ
-bhM
-biJ
-blx
-bfT
-boL
-bpY
-bsR
-box
-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
-bht
-cHJ
-cHL
-blw
-bjP
-blt
-bfT
-boG
-bqa
-cIe
-box
-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
-cHK
-blA
-blA
-blA
-blD
-box
-cHU
-cHZ
-cIf
-box
-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
-biL
-bkm
-cHO
-blG
-biL
-cHV
-cIa
-biL
-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
-cHM
-biL
-blB
-blF
-cHS
-cHW
-cIb
-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
-cHP
-cHR
-bou
-bpT
-bqd
-biL
-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
-bou
-cHX
-cIc
-biL
-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
-blC
-bou
-cHT
-bou
-cId
-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
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-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
-cLO
-anq
-anq
-anq
-anq
-anq
-cLS
-cwI
-cxQ
-cLU
-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
-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
-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
-cLV
-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
-cLN
-cwL
-cwL
-cwL
-cwL
-cwL
-cwL
-cLT
-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
-cLW
-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
-cLM
-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/TgStation/tgstation.2.1.3.dmm b/_maps/map_files/TgStation/tgstation.2.1.3.dmm
deleted file mode 100644
index 7fdf81d020..0000000000
--- a/_maps/map_files/TgStation/tgstation.2.1.3.dmm
+++ /dev/null
@@ -1,7319 +0,0 @@
-"aaa" = (/turf/open/space/basic,/area/space)
-"aab" = (/turf/open/space,/obj/machinery/porta_turret/syndicate{dir = 9},/turf/closed/wall/mineral/plastitanium{dir = 8; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aac" = (/turf/closed/wall/mineral/plastitanium,/area/shuttle/syndicate)
-"aad" = (/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)
-"aae" = (/turf/open/space,/obj/machinery/porta_turret/syndicate{dir = 5},/turf/closed/wall/mineral/plastitanium{dir = 1; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aaf" = (/obj/machinery/computer/med_data{icon_keyboard = "syndi_key"},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aag" = (/obj/machinery/computer/crew{icon_keyboard = "syndi_key"},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aah" = (/obj/structure/table/reinforced,/obj/item/weapon/folder/red,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aai" = (/obj/machinery/computer/shuttle/syndicate,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aaj" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aak" = (/obj/machinery/computer/camera_advanced{icon_keyboard = "syndi_key"},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aal" = (/obj/machinery/computer/secure_data{icon_keyboard = "syndi_key"},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aam" = (/obj/structure/table/reinforced,/obj/machinery/status_display{pixel_x = -32},/obj/item/weapon/clipboard,/obj/item/toy/figure/syndie,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aan" = (/obj/structure/chair/office/dark{dir = 8; name = "tactical swivel chair"},/turf/open/floor/plasteel/black,/area/shuttle/syndicate)
-"aao" = (/turf/open/floor/plasteel/black,/area/shuttle/syndicate)
-"aap" = (/obj/structure/chair/office/dark{dir = 1; name = "tactical swivel chair"},/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)
-"aaq" = (/obj/structure/chair/office/dark{dir = 4; name = "tactical swivel chair"},/turf/open/floor/plasteel/black,/area/shuttle/syndicate)
-"aar" = (/obj/structure/table/reinforced,/obj/machinery/ai_status_display{pixel_x = 32},/obj/item/weapon/storage/fancy/donut_box,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aas" = (/turf/open/floor/plasteel/vault,/area/shuttle/syndicate)
-"aat" = (/turf/open/space,/turf/closed/wall/mineral/plastitanium{icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aau" = (/obj/machinery/status_display,/turf/closed/wall/mineral/plastitanium,/area/shuttle/syndicate)
-"aav" = (/obj/machinery/door/airlock/hatch{name = "Cockpit"; req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aaw" = (/turf/open/space,/turf/closed/wall/mineral/plastitanium{dir = 4; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aax" = (/turf/open/space,/obj/machinery/porta_turret/syndicate{dir = 10},/turf/closed/wall/mineral/plastitanium{icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aay" = (/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)
-"aaz" = (/turf/open/floor/plasteel/vault{dir = 5},/area/shuttle/syndicate)
-"aaA" = (/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)
-"aaB" = (/turf/open/space,/obj/machinery/porta_turret/syndicate{dir = 6},/turf/closed/wall/mineral/plastitanium{dir = 4; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"aaC" = (/obj/structure/chair{dir = 4; name = "tactical chair"},/turf/open/floor/plasteel/vault{dir = 5},/area/shuttle/syndicate)
-"aaD" = (/obj/structure/chair{dir = 8; name = "tactical chair"},/turf/open/floor/plasteel/vault{dir = 5},/area/shuttle/syndicate)
-"aaE" = (/obj/structure/chair{dir = 4; name = "tactical chair"},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/vault{dir = 5},/area/shuttle/syndicate)
-"aaF" = (/obj/structure/chair{dir = 8; name = "tactical chair"},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/vault{dir = 5},/area/shuttle/syndicate)
-"aaG" = (/obj/machinery/porta_turret/syndicate{dir = 4},/turf/closed/wall/mineral/plastitanium,/area/shuttle/syndicate)
-"aaH" = (/obj/machinery/suit_storage_unit/syndicate,/turf/open/floor/plasteel/podhatch{dir = 5},/area/shuttle/syndicate)
-"aaI" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aaJ" = (/obj/machinery/suit_storage_unit/syndicate,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (EAST)"; icon_state = "podhatch"; dir = 4},/area/shuttle/syndicate)
-"aaK" = (/obj/structure/tank_dispenser/oxygen,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aaL" = (/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)
-"aaM" = (/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)
-"aaN" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aaO" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/shuttle/syndicate)
-"aaP" = (/obj/machinery/door/airlock/external{name = "Ready Room"; req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aaQ" = (/obj/item/weapon/storage/toolbox/syndicate,/obj/item/weapon/crowbar/red,/obj/structure/table/reinforced,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/podhatch{dir = 10},/area/shuttle/syndicate)
-"aaR" = (/turf/open/floor/plasteel/podhatch,/area/shuttle/syndicate)
-"aaS" = (/obj/structure/chair{name = "tactical chair"},/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)"; icon_state = "podhatch"; dir = 6},/area/shuttle/syndicate)
-"aaT" = (/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aaU" = (/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)
-"aaV" = (/obj/machinery/door/airlock/external{req_access_txt = "150"},/turf/open/floor/mineral/plastitanium,/area/shuttle/syndicate)
-"aaW" = (/obj/machinery/suit_storage_unit/syndicate,/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)"; icon_state = "podhatch"; dir = 6},/area/shuttle/syndicate)
-"aaX" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aaY" = (/obj/structure/chair{dir = 1; name = "tactical chair"},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"aaZ" = (/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)
-"aba" = (/turf/open/space,/turf/closed/wall/mineral/plastitanium{dir = 1; icon_state = "diagonalWall3"},/area/shuttle/syndicate)
-"abb" = (/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)
-"abc" = (/obj/machinery/ai_status_display,/turf/closed/wall/mineral/plastitanium,/area/shuttle/syndicate)
-"abd" = (/obj/machinery/sleeper/syndie{dir = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abe" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abf" = (/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)
-"abg" = (/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)
-"abh" = (/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)
-"abi" = (/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)
-"abj" = (/obj/item/weapon/wrench,/obj/item/device/assembly/infra,/obj/structure/table/reinforced,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abk" = (/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)
-"abl" = (/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)
-"abm" = (/obj/structure/bed/roller,/obj/machinery/iv_drip,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abn" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/vault{dir = 5},/area/shuttle/syndicate)
-"abo" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/vault{dir = 5},/area/shuttle/syndicate)
-"abp" = (/turf/open/floor/plasteel/podhatch{dir = 9},/area/shuttle/syndicate)
-"abq" = (/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (NORTH)"; icon_state = "podhatch"; dir = 1},/area/shuttle/syndicate)
-"abr" = (/obj/machinery/door/airlock/hatch{req_access_txt = "150"},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abs" = (/turf/open/floor/plasteel/podhatch{dir = 5},/area/shuttle/syndicate)
-"abt" = (/obj/structure/closet/syndicate/personal,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abu" = (/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)
-"abv" = (/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)
-"abw" = (/turf/open/floor/plasteel/podhatch{dir = 10},/area/shuttle/syndicate)
-"abx" = (/turf/open/floor/plasteel/podhatch{tag = "icon-podhatch (SOUTHEAST)"; icon_state = "podhatch"; dir = 6},/area/shuttle/syndicate)
-"aby" = (/obj/structure/closet/syndicate/nuclear,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abz" = (/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)
-"abA" = (/obj/machinery/door/window{dir = 1; name = "Surgery"; req_access_txt = "150"},/turf/open/floor/plasteel/vault,/area/shuttle/syndicate)
-"abB" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/vault,/area/shuttle/syndicate)
-"abC" = (/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)
-"abD" = (/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)
-"abE" = (/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)
-"abF" = (/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},/obj/item/weapon/grenade/plastic/c4,/obj/item/weapon/grenade/plastic/c4,/obj/item/weapon/grenade/plastic/c4,/obj/item/weapon/grenade/plastic/c4,/obj/item/weapon/grenade/plastic/c4,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abG" = (/obj/machinery/door/window{dir = 1; name = "Technological Storage"; req_access_txt = "150"},/turf/open/floor/plasteel/vault,/area/shuttle/syndicate)
-"abH" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/reinforced,/obj/item/device/aicard,/turf/open/floor/plasteel/vault,/area/shuttle/syndicate)
-"abI" = (/obj/item/weapon/surgicaldrill,/obj/item/weapon/circular_saw,/obj/structure/table/reinforced,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abJ" = (/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)
-"abK" = (/obj/machinery/nuclearbomb/syndicate,/obj/machinery/door/window{dir = 1; name = "Theatre Stage"; req_access_txt = "0"},/turf/open/floor/circuit/red,/area/shuttle/syndicate)
-"abL" = (/obj/item/weapon/cautery,/obj/item/weapon/scalpel,/obj/structure/table/reinforced,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abM" = (/obj/structure/table/optable,/obj/item/weapon/surgical_drapes,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abN" = (/obj/item/weapon/retractor,/obj/item/weapon/hemostat,/obj/structure/table/reinforced,/turf/open/floor/plasteel/vault{dir = 8},/area/shuttle/syndicate)
-"abO" = (/obj/structure/shuttle/engine/heater,/obj/structure/window/reinforced{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating/airless,/area/shuttle/syndicate)
-"abP" = (/obj/machinery/recharge_station,/turf/open/floor/circuit/red,/area/shuttle/syndicate)
-"abQ" = (/obj/machinery/telecomms/allinone{intercept = 1},/turf/open/floor/circuit/red,/area/shuttle/syndicate)
-"abR" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion_l"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating/airless,/area/shuttle/syndicate)
-"abS" = (/obj/structure/shuttle/engine/propulsion,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating/airless,/area/shuttle/syndicate)
-"abT" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion_r"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating/airless,/area/shuttle/syndicate)
-"abU" = (/obj/effect/landmark/carpspawn,/turf/open/space,/area/space)
-"abV" = (/obj/structure/lattice,/turf/open/space,/area/space)
-"abW" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/space)
-"abX" = (/obj/structure/sign/securearea{pixel_y = -32},/turf/open/space,/area/space)
-"abY" = (/turf/closed/wall/r_wall,/area/security/prison)
-"abZ" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/prison)
-"aca" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/closed/wall/r_wall,/area/security/prison)
-"acb" = (/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)
-"acc" = (/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)
-"acd" = (/obj/machinery/hydroponics/soil,/obj/item/seeds/ambrosia,/turf/open/floor/plasteel/green/side{dir = 9},/area/security/prison)
-"ace" = (/obj/machinery/hydroponics/soil,/obj/item/seeds/carrot,/turf/open/floor/plasteel/green/side{dir = 1},/area/security/prison)
-"acf" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plating,/area/security/prison)
-"acg" = (/obj/machinery/hydroponics/soil,/obj/item/seeds/glowshroom,/turf/open/floor/plasteel/green/side{dir = 1},/area/security/prison)
-"ach" = (/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)
-"aci" = (/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acj" = (/obj/structure/sink{pixel_y = 20},/turf/open/floor/plating,/area/security/prison)
-"ack" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acl" = (/obj/machinery/biogenerator,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acm" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plating,/area/security/prison)
-"acn" = (/turf/open/floor/plating,/area/security/prison)
-"aco" = (/mob/living/simple_animal/mouse/brown/Tom,/turf/open/floor/plating,/area/security/prison)
-"acp" = (/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plating,/area/security/prison)
-"acq" = (/obj/machinery/seed_extractor,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acr" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/seeds/potato,/turf/open/floor/plasteel/green/side{dir = 10},/area/security/prison)
-"acs" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/seeds/grass,/turf/open/floor/plasteel/green/side{dir = 2},/area/security/prison)
-"act" = (/obj/structure/window/reinforced,/turf/open/floor/plating,/area/security/prison)
-"acu" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/weapon/cultivator,/turf/open/floor/plasteel/green/side{dir = 2},/area/security/prison)
-"acv" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/weapon/cultivator,/turf/open/floor/plasteel/green/side{dir = 6},/area/security/prison)
-"acw" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acx" = (/turf/open/floor/plating/airless,/area/space/nearstation)
-"acy" = (/obj/structure/bookcase,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acz" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acA" = (/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)
-"acB" = (/obj/machinery/washing_machine,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/barber,/area/security/prison)
-"acC" = (/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)
-"acD" = (/obj/structure/table,/obj/item/weapon/storage/pill_bottle/dice,/turf/open/floor/plasteel,/area/security/prison)
-"acE" = (/obj/structure/table,/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/security/prison)
-"acF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/barber,/area/security/prison)
-"acG" = (/obj/structure/table,/obj/structure/bedsheetbin,/turf/open/floor/plasteel/barber,/area/security/prison)
-"acH" = (/obj/structure/lattice,/obj/structure/sign/securearea{pixel_y = -32},/turf/open/space,/area/space)
-"acI" = (/obj/structure/grille,/obj/structure/lattice,/turf/open/space,/area/space)
-"acJ" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acK" = (/obj/structure/chair/stool,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acL" = (/obj/structure/table,/obj/item/toy/cards/deck,/turf/open/floor/plasteel,/area/security/prison)
-"acM" = (/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)
-"acN" = (/obj/structure/window/reinforced,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/barber,/area/security/prison)
-"acO" = (/obj/machinery/washing_machine,/obj/structure/window/reinforced,/turf/open/floor/plasteel/barber,/area/security/prison)
-"acP" = (/turf/closed/wall/r_wall,/area/ai_monitored/security/armory)
-"acQ" = (/obj/structure/lattice,/obj/structure/grille/broken,/turf/open/space,/area/space)
-"acR" = (/turf/closed/wall,/area/security/transfer)
-"acS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/security/transfer)
-"acT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/security/transfer)
-"acU" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall,/area/security/transfer)
-"acV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/security/transfer)
-"acW" = (/obj/machinery/vending/sustenance,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acX" = (/obj/machinery/holopad,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"acY" = (/obj/machinery/light/small{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/freezer,/area/security/prison)
-"acZ" = (/obj/machinery/shower{dir = 8},/obj/item/weapon/soap/nanotrasen,/turf/open/floor/plasteel/freezer,/area/security/prison)
-"ada" = (/obj/structure/lattice,/obj/structure/grille,/turf/open/space,/area/space)
-"adb" = (/obj/structure/grille,/turf/open/space,/area/space)
-"adc" = (/turf/closed/wall/r_wall,/area/security/main)
-"add" = (/turf/closed/wall,/area/security/main)
-"ade" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/main)
-"adf" = (/turf/closed/wall,/area/crew_quarters/heads/hos)
-"adg" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/heads/hos)
-"adh" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/tracker,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port/fore)
-"adi" = (/obj/machinery/door/poddoor{id = "executionspaceblast"; name = "blast door"},/turf/open/floor/plating,/area/security/transfer)
-"adj" = (/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)
-"adk" = (/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)
-"adl" = (/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)
-"adm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/security/transfer)
-"adn" = (/obj/machinery/vending/cola/random,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"ado" = (/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)
-"adp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adr" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"ads" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"adt" = (/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)
-"adu" = (/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)
-"adv" = (/turf/open/floor/plasteel/freezer,/area/security/prison)
-"adw" = (/obj/structure/closet/secure_closet/security/sec,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"adx" = (/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"ady" = (/obj/structure/closet/secure_closet/security/sec,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"adz" = (/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/crew_quarters/heads/hos)
-"adA" = (/obj/machinery/computer/secure_data,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"adB" = (/obj/machinery/computer/security,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"adC" = (/obj/machinery/computer/card/minor/hos,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"adD" = (/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/crew_quarters/heads/hos)
-"adE" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/tracker,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/fore)
-"adF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore)
-"adG" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/black,/area/security/transfer)
-"adH" = (/obj/structure/bed,/obj/effect/landmark/revenantspawn,/turf/open/floor/plasteel/black,/area/security/transfer)
-"adI" = (/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)
-"adJ" = (/turf/closed/wall,/area/security/prison)
-"adK" = (/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)
-"adL" = (/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)
-"adM" = (/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)
-"adN" = (/obj/machinery/door/airlock{name = "Unisex Restroom"; req_access_txt = "0"},/turf/open/floor/plasteel/freezer,/area/security/prison)
-"adO" = (/obj/structure/closet/bombcloset,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"adP" = (/obj/effect/landmark/secequipment,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"adQ" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"adR" = (/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/crew_quarters/heads/hos)
-"adS" = (/obj/structure/chair/comfy/black,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"adT" = (/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"adU" = (/obj/machinery/holopad,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"adV" = (/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/crew_quarters/heads/hos)
-"adW" = (/obj/structure/sign/securearea{pixel_y = -32},/obj/structure/lattice/catwalk,/turf/open/space,/area/space)
-"adX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore)
-"adY" = (/obj/structure/lattice,/obj/item/stack/cable_coil/random,/turf/open/space,/area/space)
-"adZ" = (/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)
-"aea" = (/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/black,/area/security/transfer)
-"aeb" = (/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)
-"aec" = (/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)
-"aed" = (/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)
-"aee" = (/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)
-"aef" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aeg" = (/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)
-"aeh" = (/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)
-"aei" = (/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)
-"aej" = (/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)
-"aek" = (/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)
-"ael" = (/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)
-"aem" = (/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)
-"aen" = (/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)
-"aeo" = (/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)
-"aep" = (/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)
-"aeq" = (/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)
-"aer" = (/obj/structure/closet/secure_closet/lethalshots,/turf/open/floor/plasteel/black,/area/ai_monitored/security/armory)
-"aes" = (/obj/vehicle/secway,/turf/open/floor/plasteel/black,/area/ai_monitored/security/armory)
-"aet" = (/obj/structure/closet/l3closet/security,/obj/machinery/camera{c_tag = "Brig Equipment Room"; dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"aeu" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"aev" = (/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/crew_quarters/heads/hos)
-"aew" = (/obj/structure/table/wood,/obj/item/weapon/folder/red,/obj/item/weapon/stamp/hos,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"aex" = (/obj/item/weapon/book/manual/wiki/security_space_law,/obj/structure/table/wood,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"aey" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/suit_storage_unit/hos,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"aez" = (/obj/machinery/door/airlock/external{name = "Security External Airlock"; req_access_txt = "63"},/turf/open/floor/plating,/area/security/main)
-"aeA" = (/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/port/fore)
-"aeB" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore)
-"aeC" = (/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)
-"aeD" = (/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)
-"aeE" = (/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)
-"aeF" = (/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)
-"aeG" = (/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)
-"aeH" = (/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)
-"aeI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aeJ" = (/obj/structure/table,/obj/item/weapon/paper,/obj/item/weapon/pen,/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"aeK" = (/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)
-"aeL" = (/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)
-"aeM" = (/obj/structure/toilet{dir = 1},/turf/open/floor/plasteel/freezer,/area/security/prison)
-"aeN" = (/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)
-"aeO" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"aeP" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"aeQ" = (/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)
-"aeR" = (/obj/machinery/vending/security,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"aeS" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"aeT" = (/obj/structure/chair{dir = 1},/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"aeU" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"aeV" = (/obj/item/weapon/storage/secure/safe/HoS{pixel_x = 35},/obj/structure/closet/secure_closet/hos,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"aeW" = (/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)
-"aeX" = (/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/starboard/fore)
-"aeY" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore)
-"aeZ" = (/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/port/fore)
-"afa" = (/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/port/fore)
-"afb" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore)
-"afc" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore)
-"afd" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore)
-"afe" = (/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/port/fore)
-"aff" = (/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/port/fore)
-"afg" = (/obj/structure/sign/securearea{pixel_x = 32; pixel_y = 0},/turf/open/space,/area/space)
-"afh" = (/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)
-"afi" = (/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)
-"afj" = (/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)
-"afk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/prison)
-"afl" = (/obj/machinery/door/airlock/glass_security{name = "Long-Term Cell 3"; req_access_txt = "2"},/turf/open/floor/plasteel/floorgrime,/area/security/prison)
-"afm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/prison)
-"afn" = (/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)
-"afo" = (/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)
-"afp" = (/obj/structure/closet/secure_closet{anchored = 1; name = "Contraband Locker"; req_access_txt = "3"},/turf/open/floor/plasteel/black,/area/ai_monitored/security/armory)
-"afq" = (/obj/item/weapon/storage/toolbox/drone,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"afr" = (/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},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel{dir = 2},/area/ai_monitored/security/armory)
-"afs" = (/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},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/turf/open/floor/plasteel{dir = 2},/area/ai_monitored/security/armory)
-"aft" = (/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},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/turf/open/floor/plasteel{dir = 2},/area/ai_monitored/security/armory)
-"afu" = (/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},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel{dir = 2},/area/ai_monitored/security/armory)
-"afv" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"afw" = (/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)
-"afx" = (/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)
-"afy" = (/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/crew_quarters/heads/hos)
-"afz" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"afA" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"afB" = (/obj/machinery/light_switch{pixel_y = -23},/obj/effect/landmark/event_spawn,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"afC" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/carpet,/area/crew_quarters/heads/hos)
-"afD" = (/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/starboard/fore)
-"afE" = (/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/starboard/fore)
-"afF" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore)
-"afG" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore)
-"afH" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore)
-"afI" = (/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/starboard/fore)
-"afJ" = (/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/fore)
-"afK" = (/obj/structure/cable,/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port/fore)
-"afL" = (/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)
-"afM" = (/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)
-"afN" = (/obj/structure/table,/obj/item/device/flashlight/lamp,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/security/transfer)
-"afO" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/black,/area/security/transfer)
-"afP" = (/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)
-"afQ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall/r_wall,/area/security/transfer)
-"afR" = (/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)
-"afS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison)
-"afT" = (/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)
-"afU" = (/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)
-"afV" = (/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)
-"afW" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/prison)
-"afX" = (/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)
-"afY" = (/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)
-"afZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/corner{dir = 1},/area/security/prison)
-"aga" = (/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)
-"agb" = (/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)
-"agc" = (/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)
-"agd" = (/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)
-"age" = (/obj/machinery/flasher/portable,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/security/armory)
-"agf" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"agg" = (/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)
-"agh" = (/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"agi" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"agj" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"agk" = (/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"agl" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"agm" = (/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)
-"agn" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"ago" = (/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)
-"agp" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/heads/hos)
-"agq" = (/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/crew_quarters/heads/hos)
-"agr" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/heads/hos)
-"ags" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/security/main)
-"agt" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/security/main)
-"agu" = (/obj/machinery/camera{c_tag = "Security Escape Pod"; dir = 4; network = list("SS13")},/turf/open/floor/plating,/area/security/main)
-"agv" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/closed/wall/mineral/titanium,/area/shuttle/pod_3)
-"agw" = (/turf/closed/wall/mineral/titanium,/area/shuttle/pod_3)
-"agx" = (/obj/structure/cable,/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/fore)
-"agy" = (/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)
-"agz" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/security/transfer)
-"agA" = (/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)
-"agB" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/black,/area/security/transfer)
-"agC" = (/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)
-"agD" = (/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)
-"agE" = (/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)
-"agF" = (/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)
-"agG" = (/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)
-"agH" = (/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)
-"agI" = (/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)
-"agJ" = (/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)
-"agK" = (/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)
-"agL" = (/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)
-"agM" = (/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)
-"agN" = (/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)
-"agO" = (/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)
-"agP" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/security/armory)
-"agQ" = (/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)
-"agR" = (/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)
-"agS" = (/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)
-"agT" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"agU" = (/obj/machinery/recharger,/obj/structure/table,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"agV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/main)
-"agW" = (/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)
-"agX" = (/obj/effect/landmark/start/security_officer,/turf/open/floor/plasteel/red/side{dir = 9},/area/security/main)
-"agY" = (/obj/effect/landmark/start/security_officer,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"agZ" = (/obj/effect/landmark/start/security_officer,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"aha" = (/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)
-"ahb" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/effect/landmark/start/security_officer,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"ahc" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/landmark/start/security_officer,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"ahd" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/main)
-"ahe" = (/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)
-"ahf" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; name = "Escape Pod Three"; req_access_txt = "0"},/turf/open/floor/plating,/area/security/main)
-"ahg" = (/turf/open/floor/plating,/area/security/main)
-"ahh" = (/obj/machinery/door/airlock/external{name = "Escape Pod Three"; req_access_txt = "0"},/turf/open/floor/plating,/area/security/main)
-"ahi" = (/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)
-"ahj" = (/obj/item/device/radio/intercom{pixel_y = 25},/obj/item/weapon/storage/pod{pixel_x = 6; pixel_y = -32},/obj/structure/chair{dir = 4},/obj/machinery/light/small,/turf/open/floor/mineral/titanium/blue,/area/shuttle/pod_3)
-"ahk" = (/obj/machinery/computer/shuttle/pod{pixel_y = -32; possible_destinations = "pod_lavaland3"; 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)
-"ahl" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/pod_3)
-"ahm" = (/obj/docking_port/stationary/random{dir = 4; id = "pod_lavaland3"; name = "lavaland"},/turf/open/space,/area/space)
-"ahn" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/transfer)
-"aho" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating,/area/security/transfer)
-"ahp" = (/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)
-"ahq" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plasteel/black,/area/security/transfer)
-"ahr" = (/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)
-"ahs" = (/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)
-"aht" = (/turf/closed/wall/r_wall,/area/security/transfer)
-"ahu" = (/obj/structure/table,/obj/item/weapon/restraints/handcuffs,/turf/open/floor/plasteel/red/side{dir = 10},/area/security/prison)
-"ahv" = (/obj/structure/extinguisher_cabinet{pixel_x = 1; pixel_y = -27},/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahw" = (/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahx" = (/obj/structure/table,/obj/item/device/electropack,/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahy" = (/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)
-"ahz" = (/obj/structure/table,/obj/item/device/assembly/signaler,/obj/item/clothing/suit/straight_jacket,/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahA" = (/obj/structure/closet/secure_closet/brig{anchored = 1},/turf/open/floor/plasteel/red/side,/area/security/prison)
-"ahB" = (/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)
-"ahC" = (/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)
-"ahD" = (/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)
-"ahE" = (/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)
-"ahF" = (/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)
-"ahG" = (/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"},/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)
-"ahH" = (/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)
-"ahI" = (/obj/structure/reagent_dispensers/peppertank,/turf/closed/wall/r_wall,/area/ai_monitored/security/armory)
-"ahJ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/sign/securearea{pixel_x = -32},/turf/open/floor/plating,/area/security/main)
-"ahK" = (/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)
-"ahL" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/main)
-"ahM" = (/obj/effect/landmark/start/security_officer,/turf/open/floor/plasteel/red/side{dir = 8},/area/security/main)
-"ahN" = (/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)
-"ahO" = (/turf/open/floor/plasteel,/area/security/main)
-"ahP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/start/head_of_security,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main)
-"ahQ" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/security/main)
-"ahR" = (/obj/structure/table,/obj/item/device/radio/off,/obj/item/weapon/screwdriver{pixel_y = 10},/turf/open/floor/plasteel,/area/security/main)
-"ahS" = (/obj/effect/landmark/start/security_officer,/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/security/main)
-"ahT" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/red/side{dir = 4},/area/security/main)
-"ahU" = (/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)
-"ahV" = (/obj/structure/closet/emcloset,/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/security/main)
-"ahW" = (/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)
-"ahX" = (/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)
-"ahY" = (/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)
-"ahZ" = (/obj/machinery/door/airlock/security{name = "Interrogation"; req_access = null; req_access_txt = "63"},/turf/open/floor/plasteel/black,/area/security/prison)
-"aia" = (/turf/closed/wall,/area/security/brig)
-"aib" = (/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)
-"aic" = (/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)
-"aid" = (/turf/closed/wall/r_wall,/area/security/warden)
-"aie" = (/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)
-"aif" = (/obj/machinery/computer/prisoner,/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aig" = (/obj/machinery/computer/security,/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aih" = (/obj/machinery/computer/secure_data,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aii" = (/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aij" = (/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)
-"aik" = (/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)
-"ail" = (/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)
-"aim" = (/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)
-"ain" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"aio" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/main)
-"aip" = (/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)
-"aiq" = (/obj/effect/landmark/start/security_officer,/turf/open/floor/plasteel/red/corner{dir = 1},/area/security/main)
-"air" = (/obj/structure/table,/obj/item/device/assembly/flash/handheld,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main)
-"ais" = (/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)
-"ait" = (/obj/structure/table,/obj/item/weapon/folder/red,/obj/item/weapon/pen,/turf/open/floor/plasteel,/area/security/main)
-"aiu" = (/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)
-"aiv" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/black,/area/security/prison)
-"aiw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/security/prison)
-"aix" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/security/prison)
-"aiy" = (/obj/item/weapon/cigbutt,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/security/prison)
-"aiz" = (/turf/open/floor/plasteel/black,/area/security/prison)
-"aiA" = (/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)
-"aiB" = (/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)
-"aiC" = (/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)
-"aiD" = (/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)
-"aiE" = (/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)
-"aiF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"aiG" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/warden)
-"aiH" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiI" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiJ" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiK" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiL" = (/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)
-"aiM" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"aiN" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/warden)
-"aiO" = (/obj/structure/table,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/plasteel/red/side{dir = 8},/area/security/main)
-"aiP" = (/obj/effect/landmark/start/security_officer,/turf/open/floor/plasteel,/area/security/main)
-"aiQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main)
-"aiR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main)
-"aiS" = (/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)
-"aiT" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/security/main)
-"aiU" = (/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)
-"aiV" = (/obj/structure/disposalpipe/sortjunction{dir = 4; icon_state = "pipe-j2s"; sortType = 8},/turf/open/floor/plasteel,/area/security/main)
-"aiW" = (/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)
-"aiX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start/security_officer,/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/security/main)
-"aiY" = (/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)
-"aiZ" = (/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)
-"aja" = (/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)
-"ajb" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"ajc" = (/turf/closed/wall,/area/maintenance/fore/secondary)
-"ajd" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/black,/area/security/prison)
-"aje" = (/obj/structure/table,/obj/item/device/flashlight/lamp,/turf/open/floor/plasteel/black,/area/security/prison)
-"ajf" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/security/prison)
-"ajg" = (/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)
-"ajh" = (/turf/open/floor/plasteel/whitered/corner{dir = 8},/area/security/brig)
-"aji" = (/turf/open/floor/plasteel/white,/area/security/brig)
-"ajj" = (/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)
-"ajk" = (/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)
-"ajl" = (/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)
-"ajm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajn" = (/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)
-"ajo" = (/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)
-"ajp" = (/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)
-"ajq" = (/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)
-"ajr" = (/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)
-"ajs" = (/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)
-"ajt" = (/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)
-"aju" = (/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)
-"ajv" = (/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)
-"ajw" = (/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)
-"ajx" = (/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)
-"ajy" = (/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)
-"ajz" = (/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/security_officer,/turf/open/floor/plasteel,/area/security/main)
-"ajA" = (/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)
-"ajB" = (/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)
-"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,/area/security/main)
-"ajD" = (/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)
-"ajE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/main)
-"ajF" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"ajG" = (/obj/structure/table,/obj/item/weapon/folder/red,/obj/item/device/taperecorder{pixel_y = 0},/turf/open/floor/plasteel/black,/area/security/prison)
-"ajH" = (/obj/machinery/camera{c_tag = "Brig Interrogation"; dir = 8},/turf/open/floor/plasteel/black,/area/security/prison)
-"ajI" = (/obj/structure/bodycontainer/morgue,/obj/machinery/camera{c_tag = "Brig Infirmary"; dir = 4},/turf/open/floor/plasteel/black,/area/security/brig)
-"ajJ" = (/turf/open/floor/plasteel/whitered/side{dir = 8},/area/security/brig)
-"ajK" = (/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)
-"ajL" = (/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)
-"ajM" = (/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)
-"ajN" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start/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)
-"ajO" = (/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)
-"ajP" = (/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)
-"ajQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"ajR" = (/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)
-"ajS" = (/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)
-"ajT" = (/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)
-"ajU" = (/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)
-"ajV" = (/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)
-"ajW" = (/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)
-"ajX" = (/obj/machinery/light_switch{pixel_y = -23},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajY" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/main)
-"ajZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/main)
-"aka" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/red/side,/area/security/main)
-"akb" = (/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)
-"akc" = (/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)
-"akd" = (/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)
-"ake" = (/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)
-"akf" = (/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)
-"akg" = (/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)
-"akh" = (/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)
-"aki" = (/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/fore/secondary)
-"akj" = (/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/fore/secondary)
-"akk" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"akl" = (/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)
-"akm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/security/prison)
-"akn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/security/prison)
-"ako" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/security/prison)
-"akp" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/black,/area/security/brig)
-"akq" = (/turf/open/floor/plasteel/whitered/side{dir = 10},/area/security/brig)
-"akr" = (/obj/structure/bed,/obj/item/clothing/suit/straight_jacket,/turf/open/floor/plasteel/whitered/side,/area/security/brig)
-"aks" = (/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)
-"akt" = (/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)
-"aku" = (/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)
-"akv" = (/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)
-"akw" = (/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)
-"akx" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/warden)
-"aky" = (/obj/machinery/door/airlock/glass_security{name = "Brig Control"; req_access_txt = "3"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden)
-"akz" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/cable,/turf/open/floor/plating,/area/security/warden)
-"akA" = (/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)
-"akB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/security/main)
-"akC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"akD" = (/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/fore/secondary)
-"akE" = (/obj/item/stack/rods,/turf/open/space,/area/space)
-"akF" = (/turf/closed/wall,/area/security/processing)
-"akG" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/processing)
-"akH" = (/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)
-"akI" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/airalarm{dir = 4; pixel_x = -23; pixel_y = 0},/turf/open/floor/plasteel/red/corner{dir = 1},/area/security/brig)
-"akJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/corner{dir = 4},/area/security/brig)
-"akK" = (/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akL" = (/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)
-"akM" = (/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)
-"akN" = (/obj/structure/sign/goldenplaque{pixel_y = 32},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akO" = (/obj/machinery/camera{c_tag = "Brig East"},/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akP" = (/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)
-"akQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"akR" = (/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"akS" = (/turf/closed/wall/r_wall,/area/security/brig)
-"akT" = (/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/security/courtroom)
-"akU" = (/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/security/courtroom)
-"akV" = (/obj/structure/chair{name = "Judge"},/turf/open/floor/plasteel/blue/side{dir = 9},/area/security/courtroom)
-"akW" = (/obj/structure/chair{name = "Judge"},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/blue/side{dir = 1},/area/security/courtroom)
-"akX" = (/obj/structure/chair{name = "Judge"},/turf/open/floor/plasteel/blue/side{dir = 5},/area/security/courtroom)
-"akY" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; on = 1},/turf/open/floor/plasteel,/area/security/courtroom)
-"akZ" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/black,/area/security/courtroom)
-"ala" = (/turf/open/floor/plasteel/black,/area/security/courtroom)
-"alb" = (/turf/closed/wall,/area/security/courtroom)
-"alc" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore)
-"ald" = (/obj/machinery/gulag_teleporter,/turf/open/floor/plasteel,/area/security/processing)
-"ale" = (/obj/machinery/computer/gulag_teleporter_computer,/turf/open/floor/plasteel,/area/security/processing)
-"alf" = (/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)
-"alg" = (/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)
-"alh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/brig)
-"ali" = (/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)
-"alj" = (/obj/machinery/power/apc{dir = 1; name = "Brig 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)
-"alk" = (/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)
-"all" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/brig)
-"alm" = (/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)
-"aln" = (/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)
-"alo" = (/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)
-"alp" = (/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)
-"alq" = (/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)
-"alr" = (/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)
-"als" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/brig)
-"alt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig)
-"alu" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/brig)
-"alv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig)
-"alw" = (/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)
-"alx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/brig)
-"aly" = (/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)
-"alz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom)
-"alA" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 9},/area/security/courtroom)
-"alB" = (/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/security/courtroom)
-"alC" = (/obj/structure/table/wood,/obj/item/weapon/gavelblock,/turf/open/floor/plasteel/neutral/side{dir = 1},/area/security/courtroom)
-"alD" = (/obj/structure/table/wood,/obj/item/weapon/book/manual/wiki/security_space_law,/turf/open/floor/plasteel/neutral/side{dir = 1},/area/security/courtroom)
-"alE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 5},/area/security/courtroom)
-"alF" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/vault{dir = 8},/area/security/courtroom)
-"alG" = (/obj/machinery/door/window/southleft{name = "Court Cell"; req_access_txt = "2"},/turf/open/floor/plasteel/black,/area/security/courtroom)
-"alH" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/solars/port/fore)
-"alI" = (/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/solars/port/fore)
-"alJ" = (/turf/closed/wall/mineral/titanium,/area/shuttle/labor)
-"alK" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/labor)
-"alL" = (/turf/closed/wall/r_wall,/area/security/processing)
-"alM" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/security/processing)
-"alN" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel,/area/security/processing)
-"alO" = (/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)
-"alP" = (/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)
-"alQ" = (/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)
-"alR" = (/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)
-"alS" = (/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)
-"alT" = (/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)
-"alU" = (/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)
-"alV" = (/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)
-"alW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig)
-"alX" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/red/corner{dir = 2},/area/security/brig)
-"alY" = (/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)
-"alZ" = (/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)
-"ama" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/red/corner{dir = 2},/area/security/brig)
-"amb" = (/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)
-"amc" = (/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)
-"amd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/brig)
-"ame" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 9},/area/security/brig)
-"amf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"amg" = (/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)
-"amh" = (/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)
-"ami" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/brig)
-"amj" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/brig)
-"amk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/brig)
-"aml" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom)
-"amm" = (/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/security/courtroom)
-"amn" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 4},/area/security/courtroom)
-"amo" = (/turf/open/floor/plasteel,/area/security/courtroom)
-"amp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/port/fore)
-"amq" = (/obj/machinery/computer/shuttle/labor,/obj/structure/reagent_dispensers/peppertank{pixel_x = -31; pixel_y = 0},/turf/open/floor/mineral/plastitanium,/area/shuttle/labor)
-"amr" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/mineral/plastitanium,/area/shuttle/labor)
-"ams" = (/obj/structure/table,/obj/item/weapon/folder/red,/obj/item/weapon/restraints/handcuffs,/turf/open/floor/mineral/plastitanium,/area/shuttle/labor)
-"amt" = (/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)
-"amu" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/security/processing)
-"amv" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/security/processing)
-"amw" = (/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)
-"amx" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/processing)
-"amy" = (/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)
-"amz" = (/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)
-"amA" = (/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)
-"amB" = (/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)
-"amC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/closed/wall,/area/security/brig)
-"amD" = (/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)
-"amE" = (/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)
-"amF" = (/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)
-"amG" = (/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)
-"amH" = (/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)
-"amI" = (/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)
-"amJ" = (/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)
-"amK" = (/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)
-"amL" = (/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)
-"amM" = (/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)
-"amN" = (/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)
-"amO" = (/obj/structure/chair{dir = 4; name = "Prosecution"},/turf/open/floor/plasteel/red/side{dir = 9},/area/security/courtroom)
-"amP" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/security/courtroom)
-"amQ" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/security/courtroom)
-"amR" = (/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/security/courtroom)
-"amS" = (/obj/structure/chair{dir = 8; name = "Defense"},/turf/open/floor/plasteel/green/side{dir = 5},/area/security/courtroom)
-"amT" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore)
-"amU" = (/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/solars/port/fore)
-"amV" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/port/fore)
-"amW" = (/turf/open/floor/mineral/plastitanium,/area/shuttle/labor)
-"amX" = (/obj/machinery/button/flasher{id = "gulagshuttleflasher"; name = "Flash Control"; pixel_x = 0; pixel_y = -26; req_access_txt = "1"},/obj/machinery/light,/turf/open/floor/mineral/plastitanium,/area/shuttle/labor)
-"amY" = (/obj/machinery/mineral/labor_claim_console{machinedir = 2; pixel_x = 30; pixel_y = 30},/turf/open/floor/mineral/plastitanium,/area/shuttle/labor)
-"amZ" = (/obj/machinery/door/airlock/titanium{name = "Labor Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/mineral/plastitanium,/area/shuttle/labor)
-"ana" = (/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)
-"anb" = (/turf/open/floor/plating,/area/security/processing)
-"anc" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; name = "Labor Camp Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plating,/area/security/processing)
-"and" = (/turf/open/floor/plasteel,/area/security/processing)
-"ane" = (/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)
-"anf" = (/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)
-"ang" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 9},/area/security/brig)
-"anh" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"ani" = (/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)
-"anj" = (/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"ank" = (/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)
-"anl" = (/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)
-"anm" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"ann" = (/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)
-"ano" = (/obj/machinery/computer/secure_data,/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/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)
-"anq" = (/turf/open/floor/plasteel/red/side{dir = 9},/area/security/brig)
-"anr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"ans" = (/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)
-"ant" = (/obj/structure/chair{dir = 4; name = "Prosecution"},/turf/open/floor/plasteel/red/side{dir = 10},/area/security/courtroom)
-"anu" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 10},/area/security/courtroom)
-"anv" = (/turf/open/floor/plasteel/neutral/side,/area/security/courtroom)
-"anw" = (/obj/item/device/radio/beacon,/turf/open/floor/plasteel/neutral/side,/area/security/courtroom)
-"anx" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 6},/area/security/courtroom)
-"any" = (/obj/structure/chair{dir = 8; name = "Defense"},/turf/open/floor/plasteel/green/side{dir = 6},/area/security/courtroom)
-"anz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore)
-"anA" = (/turf/closed/wall,/area/maintenance/starboard/fore)
-"anB" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"anC" = (/turf/closed/wall/r_wall,/area/maintenance/solars/port/fore)
-"anD" = (/obj/machinery/power/solar_control{id = "auxsolareast"; name = "Port Bow Solar Control"; track = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/solars/port/fore)
-"anE" = (/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/solars/port/fore)
-"anF" = (/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/solars/port/fore)
-"anG" = (/turf/closed/wall,/area/maintenance/port/fore)
-"anH" = (/obj/effect/decal/cleanable/vomit,/turf/open/floor/plating,/area/maintenance/port/fore)
-"anI" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/port/fore)
-"anJ" = (/obj/item/weapon/cigbutt/cigarbutt,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plating,/area/maintenance/port/fore)
-"anK" = (/obj/machinery/door/airlock/titanium{name = "Labor Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plasteel/black,/area/shuttle/labor)
-"anL" = (/obj/machinery/mineral/stacking_machine/laborstacker{input_dir = 2; output_dir = 1},/turf/open/floor/plasteel/black,/area/shuttle/labor)
-"anM" = (/obj/machinery/computer/shuttle/labor,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/security/processing)
-"anN" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/security/processing)
-"anO" = (/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)
-"anP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/processing)
-"anQ" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/brig)
-"anR" = (/turf/open/floor/plasteel,/area/security/brig)
-"anS" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/brig)
-"anT" = (/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)
-"anU" = (/obj/structure/closet/secure_closet/brig{id = "Cell 1"; name = "Cell 1 Locker"},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anV" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/machinery/flasher{id = "Cell 2"; pixel_x = -28},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anW" = (/obj/structure/closet/secure_closet/brig{id = "Cell 2"; name = "Cell 2 Locker"},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anX" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/machinery/flasher{id = "Cell 3"; pixel_x = -28},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anY" = (/obj/structure/closet/secure_closet/brig{id = "Cell 3"; name = "Cell 3 Locker"},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"anZ" = (/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)
-"aoa" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/plasteel/black,/area/security/brig)
-"aob" = (/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)
-"aoc" = (/obj/machinery/flasher{id = "brigentry"; pixel_x = 28},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/brig)
-"aod" = (/obj/structure/closet/secure_closet/brig{id = "Cell 4"; name = "Cell 4 Locker"},/turf/open/floor/plasteel/floorgrime,/area/security/brig)
-"aoe" = (/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)
-"aof" = (/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)
-"aog" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/courtroom)
-"aoh" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/courtroom)
-"aoi" = (/obj/machinery/door/airlock/glass{name = "Courtroom"; req_access_txt = "42"},/turf/open/floor/plasteel/black,/area/security/courtroom)
-"aoj" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/security/courtroom)
-"aok" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/solars/starboard/fore)
-"aol" = (/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/solars/starboard/fore)
-"aom" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aon" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/solars/port/fore)
-"aoo" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/solars/port/fore)
-"aop" = (/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/solars/port/fore)
-"aoq" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 2},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aor" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aos" = (/turf/open/floor/plating,/area/maintenance/port/fore)
-"aot" = (/obj/structure/bed,/obj/effect/landmark/xeno_spawn,/obj/item/weapon/bedsheet,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aou" = (/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/port/fore)
-"aov" = (/obj/structure/chair{dir = 1},/obj/item/toy/sword,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aow" = (/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/port/fore)
-"aox" = (/turf/open/floor/mineral/titanium/blue,/area/shuttle/labor)
-"aoy" = (/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/labor)
-"aoz" = (/obj/machinery/mineral/labor_claim_console{machinedir = 1; pixel_x = 30; pixel_y = 0},/turf/open/floor/mineral/titanium/blue,/area/shuttle/labor)
-"aoA" = (/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)
-"aoB" = (/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)
-"aoC" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/processing)
-"aoD" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 10},/area/security/brig)
-"aoE" = (/obj/machinery/light,/turf/open/floor/plasteel/red/side,/area/security/brig)
-"aoF" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/plasteel/red/side{dir = 6},/area/security/brig)
-"aoG" = (/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)
-"aoH" = (/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)
-"aoI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/closed/wall/r_wall,/area/security/brig)
-"aoJ" = (/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)
-"aoK" = (/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)
-"aoL" = (/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)
-"aoM" = (/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)
-"aoN" = (/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)
-"aoO" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/black,/area/security/courtroom)
-"aoP" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/security/courtroom)
-"aoQ" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/security/courtroom)
-"aoR" = (/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/security/courtroom)
-"aoS" = (/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/fore/secondary)
-"aoT" = (/obj/machinery/light/small{dir = 4},/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"aoU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore)
-"aoV" = (/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aoW" = (/turf/closed/wall,/area/construction/mining/aux_base)
-"aoX" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{dir = 8; name = "Port Bow 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/solars/port/fore)
-"aoY" = (/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/solars/port/fore)
-"aoZ" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/solars/port/fore)
-"apa" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{icon_state = "manifold"; dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore)
-"apb" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 9},/turf/open/floor/plating,/area/maintenance/port/fore)
-"apc" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"apd" = (/obj/item/trash/sosjerky,/turf/open/floor/plating,/area/maintenance/port/fore)
-"ape" = (/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/port/fore)
-"apf" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore)
-"apg" = (/obj/item/weapon/cigbutt,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aph" = (/obj/structure/chair{dir = 8},/obj/machinery/flasher{id = "gulagshuttleflasher"; pixel_x = 25},/turf/open/floor/mineral/titanium/blue,/area/shuttle/labor)
-"api" = (/obj/machinery/gulag_item_reclaimer{pixel_y = 24},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/security/processing)
-"apj" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/processing)
-"apk" = (/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)
-"apl" = (/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)
-"apm" = (/turf/open/floor/plasteel/red/corner{dir = 1},/area/hallway/primary/fore)
-"apn" = (/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)
-"apo" = (/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)
-"app" = (/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"apq" = (/obj/machinery/light{dir = 1},/obj/structure/sign/securearea{pixel_y = 32},/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"apr" = (/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"aps" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/security/courtroom)
-"apt" = (/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/fore/secondary)
-"apu" = (/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"apv" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"apw" = (/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/fore/secondary)
-"apx" = (/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/solars/starboard/fore)
-"apy" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"apz" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"apA" = (/obj/structure/closet/secure_closet/miner{locked = 0},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"apB" = (/obj/machinery/door/airlock/engineering{icon_state = "door_closed"; locked = 0; name = "Port Bow Solar Access"; req_access_txt = "10"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/port/fore)
-"apC" = (/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/solars/port/fore)
-"apD" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore)
-"apE" = (/obj/effect/decal/cleanable/egg_smudge,/turf/open/floor/plating,/area/maintenance/port/fore)
-"apF" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/fore)
-"apG" = (/obj/structure/closet/crate,/turf/open/floor/mineral/titanium/blue,/area/shuttle/labor)
-"apH" = (/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)
-"apI" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; name = "Labor Camp Shuttle Airlock"; shuttledocked = 1},/turf/open/floor/plating,/area/security/processing)
-"apJ" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; name = "Labor Camp Shuttle Airlock"},/turf/open/floor/plating,/area/security/processing)
-"apK" = (/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)
-"apL" = (/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)
-"apM" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"apN" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"apO" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 2; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"apP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Courtroom"},/turf/open/floor/plasteel/black,/area/security/courtroom)
-"apQ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/security/courtroom)
-"apR" = (/obj/machinery/light/small,/turf/open/floor/plasteel/black,/area/security/courtroom)
-"apS" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel/black,/area/security/courtroom)
-"apT" = (/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/security/courtroom)
-"apU" = (/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/security/courtroom)
-"apV" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"apW" = (/obj/structure/disposalpipe/segment,/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"apX" = (/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/fore/secondary)
-"apY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fore/secondary)
-"apZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/closed/wall,/area/maintenance/fore/secondary)
-"aqa" = (/turf/closed/wall/r_wall,/area/maintenance/solars/starboard/fore)
-"aqb" = (/obj/machinery/power/solar_control{id = "auxsolareast"; name = "Starboard Bow Solar Control"; track = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore)
-"aqc" = (/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/solars/starboard/fore)
-"aqd" = (/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/solars/starboard/fore)
-"aqe" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"aqf" = (/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"aqg" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"aqh" = (/obj/machinery/camera{c_tag = "Fore Port Solar Access"},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqi" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqj" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 6},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqk" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aql" = (/obj/structure/chair,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqm" = (/obj/structure/rack,/obj/item/weapon/circuitboard/machine/monkey_recycler,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqn" = (/obj/structure/shuttle/engine/heater,/obj/structure/window/reinforced{dir = 1; layer = 2.9},/turf/open/floor/plating/airless,/area/shuttle/labor)
-"aqo" = (/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)
-"aqp" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/security/processing)
-"aqq" = (/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)
-"aqr" = (/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)
-"aqs" = (/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)
-"aqt" = (/turf/open/floor/plasteel/red/corner{dir = 8},/area/hallway/primary/fore)
-"aqu" = (/obj/machinery/camera{c_tag = "Fore Primary Hallway West"; dir = 1},/turf/open/floor/plasteel/red/corner{dir = 8},/area/hallway/primary/fore)
-"aqv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/corner{dir = 8},/area/hallway/primary/fore)
-"aqw" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=EVA"; location = "Security"},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"aqx" = (/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqy" = (/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)
-"aqz" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqA" = (/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)
-"aqB" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqC" = (/obj/machinery/vending/snack/random,/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqD" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/fore)
-"aqE" = (/obj/structure/table,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/black,/area/security/courtroom)
-"aqF" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/security_space_law{pixel_x = -3; pixel_y = 5},/turf/open/floor/plasteel/black,/area/security/courtroom)
-"aqG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"aqH" = (/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/fore/secondary)
-"aqI" = (/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/fore/secondary)
-"aqJ" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore)
-"aqK" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore)
-"aqL" = (/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/solars/starboard/fore)
-"aqM" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aqN" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aqO" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/construction/mining/aux_base)
-"aqP" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqQ" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqR" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqS" = (/obj/structure/bed,/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqT" = (/turf/open/space,/area/space/nearstation)
-"aqU" = (/obj/structure/lattice,/turf/open/space,/area/space/nearstation)
-"aqV" = (/turf/open/floor/plasteel/airless,/area/space/nearstation)
-"aqW" = (/obj/structure/table,/obj/item/weapon/stamp,/obj/item/weapon/poster/random_official,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqX" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aqY" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/labor)
-"aqZ" = (/obj/structure/plasticflaps,/turf/open/floor/plating,/area/security/processing)
-"ara" = (/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/maintenance/fore)
-"arb" = (/turf/closed/wall,/area/security/vacantoffice/b)
-"arc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Vacant Office B"; req_access_txt = "32"},/turf/open/floor/plating,/area/security/vacantoffice/b)
-"ard" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore)
-"are" = (/turf/closed/wall,/area/lawoffice)
-"arf" = (/obj/machinery/door/airlock{name = "Law Office"; req_access_txt = "38"},/turf/open/floor/plasteel,/area/lawoffice)
-"arg" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/red/corner{dir = 1},/area/hallway/primary/fore)
-"arh" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"ari" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"arj" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/maintenance/fore/secondary)
-"ark" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/closed/wall,/area/maintenance/fore/secondary)
-"arl" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/closed/wall,/area/maintenance/fore/secondary)
-"arm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/security/courtroom)
-"arn" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"aro" = (/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/fore/secondary)
-"arp" = (/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/fore/secondary)
-"arq" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/apc{dir = 1; name = "Fore 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/fore/secondary)
-"arr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"ars" = (/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/fore/secondary)
-"art" = (/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/fore/secondary)
-"aru" = (/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/fore/secondary)
-"arv" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Air In"; on = 1},/obj/effect/landmark/blobstart,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"arw" = (/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/fore/secondary)
-"arx" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/apc{dir = 8; name = "Starboard Bow Solar APC"; pixel_x = -25; pixel_y = 3},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore)
-"ary" = (/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/solars/starboard/fore)
-"arz" = (/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/solars/starboard/fore)
-"arA" = (/turf/closed/wall/r_wall,/area/maintenance/starboard/fore)
-"arB" = (/obj/structure/closet/wardrobe/mixed,/obj/item/clothing/shoes/jackboots,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"arC" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"arD" = (/obj/machinery/light,/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"arE" = (/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/construction/mining/aux_base)
-"arF" = (/obj/structure/closet/toolcloset,/turf/open/floor/plasteel/yellow/side{dir = 9},/area/construction/mining/aux_base)
-"arG" = (/obj/structure/closet/toolcloset,/turf/open/floor/plasteel/yellow/side{dir = 1},/area/construction/mining/aux_base)
-"arH" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/yellow/side{dir = 5},/area/construction/mining/aux_base)
-"arI" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 2; name = "External Access"; req_access = null; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"arJ" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/port/fore)
-"arK" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/floorgrime,/area/maintenance/port/fore)
-"arL" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore)
-"arM" = (/obj/structure/grille,/obj/structure/window/fulltile{obj_integrity = 35},/turf/open/floor/plating,/area/maintenance/port/fore)
-"arN" = (/obj/effect/landmark/carpspawn,/obj/structure/lattice,/turf/open/space,/area/space/nearstation)
-"arO" = (/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)
-"arP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/fore)
-"arQ" = (/obj/structure/chair,/turf/open/floor/plating,/area/security/vacantoffice/b)
-"arR" = (/obj/machinery/airalarm{frequency = 1439; locked = 0; pixel_y = 23},/obj/structure/chair,/turf/open/floor/plating,/area/security/vacantoffice/b)
-"arS" = (/turf/open/floor/plasteel,/area/security/vacantoffice/b)
-"arT" = (/turf/open/floor/plating,/area/security/vacantoffice/b)
-"arU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore)
-"arV" = (/obj/machinery/light_switch{pixel_x = -20; pixel_y = 0},/obj/item/device/radio/intercom{pixel_y = 25},/turf/open/floor/wood,/area/lawoffice)
-"arW" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/wood,/area/lawoffice)
-"arX" = (/turf/open/floor/wood,/area/lawoffice)
-"arY" = (/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)
-"arZ" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"asa" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/fore/secondary)
-"asb" = (/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/fore/secondary)
-"asc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"asd" = (/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/fore/secondary)
-"ase" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"asf" = (/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/fore/secondary)
-"asg" = (/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/dorms)
-"ash" = (/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/fore/secondary)
-"asi" = (/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/fore/secondary)
-"asj" = (/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/fore/secondary)
-"ask" = (/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/fore/secondary)
-"asl" = (/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)
-"asm" = (/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/fore/secondary)
-"asn" = (/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/fore/secondary)
-"aso" = (/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)
-"asp" = (/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)
-"asq" = (/obj/structure/grille,/obj/effect/landmark/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)
-"asr" = (/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)
-"ass" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 2; name = "External Access"; req_access = null; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ast" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/engineering{icon_state = "door_closed"; locked = 0; name = "Starboard Bow Solar Access"; req_access_txt = "10"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore)
-"asu" = (/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/solars/starboard/fore)
-"asv" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"asw" = (/obj/structure/table,/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"asx" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"asy" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"asz" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"asA" = (/obj/effect/decal/cleanable/cobweb,/obj/item/weapon/coin/gold,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"asB" = (/obj/machinery/computer/slot_machine{balance = 15; money = 500},/obj/item/weapon/coin/iron,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"asC" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"asD" = (/obj/machinery/camera{c_tag = "Auxillary Mining Base"; dir = 8; network = list("SS13","AuxBase")},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"asE" = (/obj/docking_port/mobile/auxillary_base{dheight = 4; dir = 4; dwidth = 4; height = 9; width = 9},/obj/machinery/bluespace_beacon,/obj/machinery/computer/auxillary_base{pixel_y = 0},/turf/closed/wall,/area/shuttle/auxillary_base)
-"asF" = (/obj/structure/mining_shuttle_beacon{dir = 4},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"asG" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/docking_port/stationary/public_mining_dock{dir = 8},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"asH" = (/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/construction/mining/aux_base)
-"asI" = (/turf/open/floor/plasteel/yellow/side{dir = 8},/area/construction/mining/aux_base)
-"asJ" = (/turf/open/floor/plasteel,/area/construction/mining/aux_base)
-"asK" = (/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/machinery/computer/camera_advanced/base_construction,/turf/open/floor/plasteel/yellow/side{dir = 4},/area/construction/mining/aux_base)
-"asL" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/floorgrime,/area/maintenance/port/fore)
-"asM" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 5},/turf/open/floor/plating,/area/maintenance/port/fore)
-"asN" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 10},/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/port/fore)
-"asO" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"asP" = (/obj/machinery/power/apc{dir = 1; name = "Port Bow Maintenance APC"; pixel_x = -1; pixel_y = 26},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/maintenance/port/fore)
-"asQ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/port/fore)
-"asR" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fore)
-"asS" = (/turf/open/floor/plating,/area/maintenance/fore)
-"asT" = (/obj/item/weapon/bedsheet/red,/mob/living/simple_animal/bot/secbot/beepsky{name = "Officer Beepsky"},/turf/open/floor/plating,/area/security/processing)
-"asU" = (/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)
-"asV" = (/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)
-"asW" = (/obj/structure/table/wood,/obj/item/weapon/pen,/turf/open/floor/plating,/area/security/vacantoffice/b)
-"asX" = (/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/vacantoffice/b)
-"asY" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plating,/area/security/vacantoffice/b)
-"asZ" = (/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)
-"ata" = (/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)
-"atb" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/open/floor/wood,/area/lawoffice)
-"atc" = (/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)
-"atd" = (/turf/closed/wall,/area/crew_quarters/dorms)
-"ate" = (/obj/machinery/door/airlock/maintenance{name = "Dormitories Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"atf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/dorms)
-"atg" = (/turf/closed/wall,/area/crew_quarters/fitness)
-"ath" = (/obj/machinery/door/airlock/maintenance{name = "Fitness Maitenance"; 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/fore/secondary)
-"ati" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/crew_quarters/fitness)
-"atj" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"atk" = (/turf/open/floor/engine{name = "Holodeck Projector Floor"},/area/holodeck/rec_center)
-"atl" = (/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/starboard/fore)
-"atm" = (/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/starboard/fore)
-"atn" = (/obj/machinery/power/apc{dir = 1; name = "Starboard Bow Maintenance APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ato" = (/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/starboard/fore)
-"atp" = (/obj/machinery/light/small{dir = 1},/obj/machinery/camera{c_tag = "Fore Starboard Solar Access"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"atq" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"atr" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ats" = (/obj/structure/table,/obj/item/weapon/pen,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"att" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"atu" = (/obj/item/weapon/coin/gold,/obj/item/weapon/coin/iron,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"atv" = (/obj/structure/closet,/obj/item/weapon/coin/iron,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"atw" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"atx" = (/obj/machinery/light{dir = 1},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"aty" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/yellow/side{dir = 8},/area/construction/mining/aux_base)
-"atz" = (/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/construction/mining/aux_base)
-"atA" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 5},/turf/closed/wall,/area/maintenance/port/fore)
-"atB" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 4},/turf/closed/wall,/area/maintenance/port/fore)
-"atC" = (/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/port/fore)
-"atD" = (/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/port/fore)
-"atE" = (/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/port/fore)
-"atF" = (/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/port/fore)
-"atG" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{icon_state = "intact"; dir = 9},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/port/fore)
-"atH" = (/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"atI" = (/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/port/fore)
-"atJ" = (/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/port/fore)
-"atK" = (/turf/closed/wall,/area/maintenance/fore)
-"atL" = (/obj/structure/rack,/turf/open/floor/plasteel,/area/security/vacantoffice/b)
-"atM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/chair{dir = 1},/turf/open/floor/plating,/area/security/vacantoffice/b)
-"atN" = (/obj/structure/table/wood,/turf/open/floor/plating,/area/security/vacantoffice/b)
-"atO" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plating,/area/security/vacantoffice/b)
-"atP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/lawoffice)
-"atQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/filingcabinet/employment,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/wood,/area/lawoffice)
-"atR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood,/area/lawoffice)
-"atS" = (/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)
-"atT" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/start/lawyer,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/wood,/area/lawoffice)
-"atU" = (/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)
-"atV" = (/obj/structure/table,/obj/machinery/light/small{dir = 8},/turf/open/floor/carpet,/area/crew_quarters/dorms)
-"atW" = (/obj/structure/closet/secure_closet/personal,/turf/open/floor/carpet,/area/crew_quarters/dorms)
-"atX" = (/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/dorms)
-"atY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/dorms)
-"atZ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 9},/area/crew_quarters/dorms)
-"aua" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 5},/area/crew_quarters/dorms)
-"aub" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/wood,/area/crew_quarters/dorms)
-"auc" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/wood,/area/crew_quarters/dorms)
-"aud" = (/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/dorms)
-"aue" = (/obj/structure/dresser,/turf/open/floor/wood,/area/crew_quarters/dorms)
-"auf" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/closet/secure_closet/personal/cabinet,/turf/open/floor/wood,/area/crew_quarters/dorms)
-"aug" = (/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)
-"auh" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/bin,/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/fitness)
-"aui" = (/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)
-"auj" = (/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)
-"auk" = (/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)
-"aul" = (/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)
-"aum" = (/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)
-"aun" = (/obj/machinery/door/airlock/external{name = "External Access"; req_access = null; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"auo" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aup" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"auq" = (/obj/structure/door_assembly/door_assembly_mai,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aur" = (/obj/machinery/door/airlock/maintenance{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aus" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aut" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/snacks/donut,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"auu" = (/turf/closed/wall,/area/maintenance/department/electrical)
-"auv" = (/turf/closed/wall,/area/space/nearstation)
-"auw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/side{dir = 8},/area/construction/mining/aux_base)
-"aux" = (/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/construction/mining/aux_base)
-"auy" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/port/fore)
-"auz" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/fore)
-"auA" = (/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/port/fore)
-"auB" = (/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/fore)
-"auC" = (/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/port/fore)
-"auD" = (/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/port/fore)
-"auE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/closed/wall,/area/maintenance/port/fore)
-"auF" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/port/fore)
-"auG" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fore)
-"auH" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/fore)
-"auI" = (/obj/structure/chair/stool,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fore)
-"auJ" = (/obj/effect/decal/cleanable/cobweb,/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plating,/area/maintenance/fore)
-"auK" = (/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plating,/area/maintenance/fore)
-"auL" = (/obj/structure/closet/secure_closet/medical1,/turf/open/floor/plating,/area/maintenance/fore)
-"auM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/vacantoffice/b)
-"auN" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plating,/area/security/vacantoffice/b)
-"auO" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fore)
-"auP" = (/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)
-"auQ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/wood,/area/lawoffice)
-"auR" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start/lawyer,/turf/open/floor/wood,/area/lawoffice)
-"auS" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"auT" = (/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/dorms)
-"auU" = (/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/dorms)
-"auV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/dorms)
-"auW" = (/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/dorms)
-"auX" = (/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/dorms)
-"auY" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 4},/area/crew_quarters/dorms)
-"auZ" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/crew_quarters/dorms)
-"ava" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/dorms)
-"avb" = (/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/dorms)
-"avc" = (/turf/open/floor/wood,/area/crew_quarters/dorms)
-"avd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/crew_quarters/dorms)
-"ave" = (/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/dorms)
-"avf" = (/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)
-"avg" = (/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)
-"avh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"avi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"avj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side{dir = 4},/area/crew_quarters/fitness)
-"avk" = (/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)
-"avl" = (/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/starboard/fore)
-"avm" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"avn" = (/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/starboard/fore)
-"avo" = (/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/starboard/fore)
-"avp" = (/obj/structure/table,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"avq" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"avr" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel/floorgrime,/area/maintenance/department/electrical)
-"avs" = (/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/department/electrical)
-"avt" = (/obj/machinery/power/port_gen/pacman,/turf/open/floor/plating,/area/maintenance/department/electrical)
-"avu" = (/obj/machinery/mech_bay_recharge_port,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"avv" = (/turf/open/floor/mech_bay_recharge_floor,/area/maintenance/department/electrical)
-"avw" = (/obj/machinery/computer/mech_bay_power_console,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/circuit,/area/maintenance/department/electrical)
-"avx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/construction/mining/aux_base)
-"avy" = (/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/construction/mining/aux_base)
-"avz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/fore)
-"avA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/maintenance/port/fore)
-"avB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port/fore)
-"avC" = (/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/port/fore)
-"avD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/port/fore)
-"avE" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/space/nearstation)
-"avF" = (/obj/item/weapon/paper/crumpled,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/space/nearstation)
-"avG" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/fore)
-"avH" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/port/fore)
-"avI" = (/obj/structure/rack{dir = 1},/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"avJ" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/port/fore)
-"avK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore)
-"avL" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/light,/turf/open/floor/plating,/area/security/vacantoffice/b)
-"avM" = (/obj/machinery/camera{c_tag = "Vacant Office B"; dir = 1},/obj/structure/table/wood,/turf/open/floor/plasteel,/area/security/vacantoffice/b)
-"avN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/security/vacantoffice/b)
-"avO" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/lawoffice)
-"avP" = (/obj/structure/table/wood,/obj/item/device/taperecorder{pixel_y = 0},/obj/item/weapon/cartridge/lawyer,/turf/open/floor/wood,/area/lawoffice)
-"avQ" = (/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)
-"avR" = (/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)
-"avS" = (/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)
-"avT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/dorms)
-"avU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/crew_quarters/dorms)
-"avV" = (/obj/machinery/door/airlock{id_tag = "Dorm5"; name = "Cabin 1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/dorms)
-"avW" = (/obj/machinery/door/airlock{id_tag = "Dorm6"; name = "Cabin 2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/dorms)
-"avX" = (/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)
-"avY" = (/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)
-"avZ" = (/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)
-"awa" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"awb" = (/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)
-"awc" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"awd" = (/turf/open/floor/plasteel/red/side{dir = 4},/area/crew_quarters/fitness)
-"awe" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Holodeck Door"},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"awf" = (/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)
-"awg" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"awh" = (/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)
-"awi" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"awj" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"awk" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"awl" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"awm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"awn" = (/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/starboard/fore)
-"awo" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"awp" = (/turf/open/floor/plasteel/floorgrime,/area/maintenance/department/electrical)
-"awq" = (/turf/open/floor/plating,/area/maintenance/department/electrical)
-"awr" = (/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/department/electrical)
-"aws" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/department/electrical)
-"awt" = (/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/department/electrical)
-"awu" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"awv" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"aww" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plating,/area/shuttle/auxillary_base)
-"awx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/side{dir = 10},/area/construction/mining/aux_base)
-"awy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/yellow/side,/area/construction/mining/aux_base)
-"awz" = (/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/construction/mining/aux_base)
-"awA" = (/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/construction/mining/aux_base)
-"awB" = (/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/fore)
-"awC" = (/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/port/fore)
-"awD" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port/fore)
-"awE" = (/obj/structure/mirror{icon_state = "mirror_broke"; pixel_y = 28; broken = 1},/obj/machinery/iv_drip,/turf/open/floor/plating,/area/maintenance/port/fore)
-"awF" = (/obj/structure/frame/computer,/turf/open/floor/plating,/area/maintenance/port/fore)
-"awG" = (/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/port/fore)
-"awH" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/structure/chair,/obj/item/weapon/reagent_containers/blood/random,/turf/open/floor/plating,/area/maintenance/port/fore)
-"awI" = (/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/fore)
-"awJ" = (/obj/item/weapon/airlock_painter,/obj/structure/lattice,/obj/structure/closet,/turf/open/space,/area/space/nearstation)
-"awK" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"awL" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/fore)
-"awM" = (/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/fore)
-"awN" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/fore)
-"awO" = (/obj/machinery/door/airlock/maintenance{name = "Chemical Storage"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fore)
-"awP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/vacantoffice/b)
-"awQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/vacantoffice/b)
-"awR" = (/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/vacantoffice/b)
-"awS" = (/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)
-"awT" = (/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)
-"awU" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/fore)
-"awV" = (/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/dorms)
-"awW" = (/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/dorms)
-"awX" = (/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/dorms)
-"awY" = (/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/dorms)
-"awZ" = (/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/dorms)
-"axa" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/dorms)
-"axb" = (/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/dorms)
-"axc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/dorms)
-"axd" = (/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/dorms)
-"axe" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/crew_quarters/dorms)
-"axf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 5},/area/crew_quarters/dorms)
-"axg" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"axh" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/fitness)
-"axi" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"axj" = (/turf/open/floor/plasteel/vault{dir = 5},/area/crew_quarters/fitness)
-"axk" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"axl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"axm" = (/obj/machinery/computer/holodeck,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"axn" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"axo" = (/obj/machinery/door/poddoor/preopen{id = "maint3"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"axp" = (/obj/machinery/door/poddoor/preopen{id = "maint3"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"axq" = (/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/department/electrical)
-"axr" = (/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/department/electrical)
-"axs" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"axt" = (/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/department/electrical)
-"axu" = (/turf/closed/wall/r_wall,/area/hallway/secondary/entry)
-"axv" = (/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/construction/mining/aux_base)
-"axw" = (/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/construction/mining/aux_base)
-"axx" = (/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/port/fore)
-"axy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/port/fore)
-"axz" = (/obj/item/weapon/wrench,/turf/open/floor/plating,/area/maintenance/port/fore)
-"axA" = (/obj/structure/table/optable{name = "Robotics Operating Table"},/obj/item/weapon/surgical_drapes,/turf/open/floor/plating,/area/maintenance/port/fore)
-"axB" = (/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/space/nearstation)
-"axC" = (/obj/structure/table,/obj/machinery/cell_charger,/turf/open/floor/plating,/area/maintenance/port/fore)
-"axD" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"axE" = (/obj/machinery/light/small{dir = 4},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/port/fore)
-"axF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/maintenance/port/fore)
-"axG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port/fore)
-"axH" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fore)
-"axI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fore)
-"axJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore)
-"axK" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/closed/wall,/area/maintenance/fore)
-"axL" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore)
-"axM" = (/obj/machinery/power/apc{dir = 1; name = "Fore 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/fore)
-"axN" = (/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/fore)
-"axO" = (/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/fore)
-"axP" = (/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/fore)
-"axQ" = (/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/fore)
-"axR" = (/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/fore)
-"axS" = (/obj/effect/landmark/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/fore)
-"axT" = (/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/fore)
-"axU" = (/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/fore)
-"axV" = (/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)
-"axW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"axX" = (/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/fore/secondary)
-"axY" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"axZ" = (/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/dorms)
-"aya" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"ayb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"ayc" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"ayd" = (/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/dorms)
-"aye" = (/obj/structure/table/wood,/obj/item/weapon/storage/firstaid/regular,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"ayf" = (/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/dorms)
-"ayg" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"ayh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"ayi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"ayj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Fitness"},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"ayk" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"ayl" = (/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)
-"aym" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/vault{dir = 5},/area/crew_quarters/fitness)
-"ayn" = (/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/green/side{dir = 4},/area/crew_quarters/fitness)
-"ayo" = (/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)
-"ayp" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ayq" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ayr" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ays" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ayt" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ayu" = (/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/starboard/fore)
-"ayv" = (/obj/structure/janitorialcart,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ayw" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ayx" = (/obj/structure/table/glass,/obj/item/weapon/pen,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"ayy" = (/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/starboard/fore)
-"ayz" = (/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/starboard/fore)
-"ayA" = (/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/department/electrical)
-"ayB" = (/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/department/electrical)
-"ayC" = (/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/department/electrical)
-"ayD" = (/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/department/electrical)
-"ayE" = (/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/department/electrical)
-"ayF" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"ayG" = (/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/department/electrical)
-"ayH" = (/turf/closed/wall/mineral/titanium,/area/shuttle/pod_2)
-"ayI" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 4; icon_state = "propulsion"},/turf/closed/wall/mineral/titanium,/area/shuttle/pod_2)
-"ayJ" = (/turf/closed/wall,/area/hallway/secondary/entry)
-"ayK" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/hallway/secondary/entry)
-"ayL" = (/obj/structure/sign/pods,/turf/closed/wall,/area/hallway/secondary/entry)
-"ayM" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
-"ayN" = (/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
-"ayO" = (/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)
-"ayP" = (/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)
-"ayQ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/yellow/side{dir = 1},/area/hallway/secondary/entry)
-"ayR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/hallway/secondary/entry)
-"ayS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/arrival{dir = 1},/area/hallway/secondary/entry)
-"ayT" = (/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)
-"ayU" = (/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/port/fore)
-"ayV" = (/obj/machinery/sleeper{dir = 4; icon_state = "sleeper-open"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"ayW" = (/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/port/fore)
-"ayX" = (/obj/structure/table/glass,/obj/item/weapon/storage/bag/trash,/turf/open/floor/plating,/area/maintenance/port/fore)
-"ayY" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/closed/wall,/area/maintenance/port/fore)
-"ayZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aza" = (/obj/machinery/door/airlock/maintenance{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"azb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/fore)
-"azc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port/fore)
-"azd" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aze" = (/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/fore)
-"azf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore)
-"azg" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore)
-"azh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore)
-"azi" = (/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/fore)
-"azj" = (/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/fore)
-"azk" = (/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/fore)
-"azl" = (/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/fore)
-"azm" = (/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/fore)
-"azn" = (/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/fore)
-"azo" = (/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/fore)
-"azp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"azq" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"azr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/ai_monitored/storage/eva)
-"azs" = (/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)
-"azt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore)
-"azu" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/fore)
-"azv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fore/secondary)
-"azw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/fore/secondary)
-"azx" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"azy" = (/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"azz" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"azA" = (/obj/structure/table/wood,/obj/item/weapon/storage/crayons,/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"azB" = (/obj/structure/table/wood,/obj/item/device/paicard,/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"azC" = (/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/dorms)
-"azD" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"azE" = (/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/dorms)
-"azF" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"azG" = (/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)
-"azH" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"azI" = (/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)
-"azJ" = (/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)
-"azK" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/black,/area/crew_quarters/fitness)
-"azL" = (/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)
-"azM" = (/turf/open/floor/plasteel/green/side{dir = 4},/area/crew_quarters/fitness)
-"azN" = (/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)
-"azO" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"azP" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"azQ" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"azR" = (/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/starboard/fore)
-"azS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"azT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"azU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"azV" = (/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/department/electrical)
-"azW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/department/electrical)
-"azX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"azY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"azZ" = (/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/department/electrical)
-"aAa" = (/obj/docking_port/stationary/random{dir = 8; id = "pod_lavaland2"; name = "lavaland"},/turf/open/space,/area/space)
-"aAb" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/pod_2)
-"aAc" = (/obj/machinery/computer/shuttle/pod{pixel_x = 0; pixel_y = -32; possible_destinations = "pod_lavaland2"; 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)
-"aAd" = (/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},/obj/machinery/light/small,/turf/open/floor/mineral/titanium/blue,/area/shuttle/pod_2)
-"aAe" = (/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)
-"aAf" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 1; name = "Escape Pod One"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aAg" = (/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aAh" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aAi" = (/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aAj" = (/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)
-"aAk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aAl" = (/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)
-"aAm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aAn" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aAo" = (/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)
-"aAp" = (/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)
-"aAq" = (/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/port/fore)
-"aAr" = (/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/port/fore)
-"aAs" = (/obj/structure/table/glass,/obj/item/weapon/hemostat,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aAt" = (/obj/structure/table/glass,/obj/item/weapon/restraints/handcuffs/cable/zipties,/obj/item/weapon/reagent_containers/blood/random,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aAu" = (/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/port/fore)
-"aAv" = (/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/port/fore)
-"aAw" = (/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/port/fore)
-"aAx" = (/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/fore)
-"aAy" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aAz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aAA" = (/turf/closed/wall/r_wall,/area/maintenance/port/fore)
-"aAB" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fore)
-"aAC" = (/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/fore)
-"aAD" = (/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/fore)
-"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/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/fore)
-"aAF" = (/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/fore)
-"aAG" = (/turf/closed/wall/r_wall,/area/maintenance/fore)
-"aAH" = (/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/fore)
-"aAI" = (/turf/closed/wall/r_wall,/area/gateway)
-"aAJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore)
-"aAK" = (/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/fore)
-"aAL" = (/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"aAM" = (/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)
-"aAN" = (/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)
-"aAO" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/item/clothing/head/welding,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aAP" = (/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)
-"aAQ" = (/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)
-"aAR" = (/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)
-"aAS" = (/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)
-"aAT" = (/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)
-"aAU" = (/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)
-"aAV" = (/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)
-"aAW" = (/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aAX" = (/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)
-"aAY" = (/turf/closed/wall,/area/ai_monitored/storage/eva)
-"aAZ" = (/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)
-"aBa" = (/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)
-"aBb" = (/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/dorms)
-"aBc" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 8},/area/crew_quarters/dorms)
-"aBd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/crew_quarters/dorms)
-"aBe" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel/neutral/corner{dir = 2},/area/crew_quarters/dorms)
-"aBf" = (/obj/machinery/light,/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/dorms)
-"aBg" = (/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/dorms)
-"aBh" = (/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/dorms)
-"aBi" = (/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)
-"aBj" = (/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)
-"aBk" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"aBl" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"aBm" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"aBn" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"aBo" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness)
-"aBp" = (/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)
-"aBq" = (/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)
-"aBr" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/fitness)
-"aBs" = (/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aBt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aBu" = (/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"aBv" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"aBw" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"aBx" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"aBy" = (/obj/machinery/light_switch{pixel_y = -25},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"aBz" = (/obj/machinery/power/terminal,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"aBA" = (/obj/machinery/camera{c_tag = "Arrivals Escape Pod 2"; dir = 8},/obj/machinery/light/small,/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aBB" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aBC" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 2; name = "Port Docking Bay 1"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aBD" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aBE" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aBF" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aBG" = (/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)
-"aBH" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aBI" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/arrival{dir = 4},/area/hallway/secondary/entry)
-"aBJ" = (/turf/closed/wall,/area/hydroponics/garden)
-"aBK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/hydroponics/garden)
-"aBL" = (/obj/machinery/door/airlock/maintenance{name = "Garden Maintenace"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/fore)
-"aBM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall,/area/maintenance/port/fore)
-"aBN" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space,/area/space)
-"aBO" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/space,/area/space)
-"aBP" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/black,/area/gateway)
-"aBQ" = (/obj/machinery/gateway{dir = 9},/turf/open/floor/plasteel/vault{dir = 1},/area/gateway)
-"aBR" = (/obj/machinery/gateway{dir = 1},/turf/open/floor/plasteel/vault{dir = 8},/area/gateway)
-"aBS" = (/obj/machinery/gateway{dir = 5},/turf/open/floor/plasteel/vault{dir = 4},/area/gateway)
-"aBT" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/black,/area/gateway)
-"aBU" = (/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/fore)
-"aBV" = (/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)
-"aBW" = (/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)
-"aBX" = (/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)
-"aBY" = (/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)
-"aBZ" = (/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)
-"aCa" = (/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)
-"aCb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aCc" = (/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)
-"aCd" = (/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)
-"aCe" = (/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/fore)
-"aCf" = (/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/fore)
-"aCg" = (/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/dorms)
-"aCh" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel/neutral/corner{dir = 2},/area/crew_quarters/dorms)
-"aCi" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/dorms)
-"aCj" = (/obj/machinery/light_switch{pixel_y = -25},/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/dorms)
-"aCk" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/dorms)
-"aCl" = (/obj/structure/closet/wardrobe/pjs,/turf/open/floor/plasteel/neutral/side,/area/crew_quarters/dorms)
-"aCm" = (/obj/structure/closet/wardrobe/pjs,/turf/open/floor/plasteel/neutral/side{dir = 6},/area/crew_quarters/dorms)
-"aCn" = (/turf/closed/wall,/area/crew_quarters/toilet)
-"aCo" = (/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)
-"aCp" = (/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)
-"aCq" = (/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)
-"aCr" = (/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)
-"aCs" = (/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)
-"aCt" = (/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)
-"aCu" = (/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)
-"aCv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aCw" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aCx" = (/obj/structure/closet,/obj/effect/decal/cleanable/cobweb,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aCy" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aCz" = (/obj/machinery/door/poddoor/preopen{id = "maint2"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aCA" = (/obj/machinery/door/poddoor/preopen{id = "maint2"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aCB" = (/obj/structure/closet,/obj/effect/landmark/blobstart,/obj/effect/spawner/lootdrop/maintenance,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka/badminka,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aCC" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aCD" = (/obj/machinery/power/smes{charge = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"aCE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/closed/wall,/area/maintenance/department/electrical)
-"aCF" = (/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/department/electrical)
-"aCG" = (/obj/machinery/power/smes{charge = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/department/electrical)
-"aCH" = (/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)
-"aCI" = (/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)
-"aCJ" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aCK" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aCL" = (/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)
-"aCM" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aCN" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aCO" = (/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)
-"aCP" = (/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/checkpoint/checkpoint2)
-"aCQ" = (/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/port/fore)
-"aCR" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aCS" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aCT" = (/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/hydroponics/garden)
-"aCU" = (/obj/machinery/hydroponics/soil,/turf/open/floor/grass,/area/hydroponics/garden)
-"aCV" = (/obj/machinery/light{dir = 1},/obj/structure/sink{pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aCW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aCX" = (/obj/machinery/seed_extractor,/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aCY" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aCZ" = (/obj/structure/sink{pixel_y = 30},/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aDa" = (/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/port/fore)
-"aDb" = (/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/port/fore)
-"aDc" = (/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)
-"aDd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aDe" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore)
-"aDf" = (/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage)
-"aDg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage)
-"aDh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage)
-"aDi" = (/turf/open/floor/plasteel/black,/area/gateway)
-"aDj" = (/obj/machinery/gateway{dir = 8},/turf/open/floor/plasteel/vault{dir = 8},/area/gateway)
-"aDk" = (/obj/machinery/gateway/centerstation,/turf/open/floor/plasteel/black,/area/gateway)
-"aDl" = (/obj/machinery/gateway{dir = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/gateway)
-"aDm" = (/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)
-"aDn" = (/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/fore)
-"aDo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"aDp" = (/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)
-"aDq" = (/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)
-"aDr" = (/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)
-"aDs" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aDt" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aDu" = (/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)
-"aDv" = (/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)
-"aDw" = (/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)
-"aDx" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aDy" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ai_monitored/storage/eva)
-"aDz" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/fore)
-"aDA" = (/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/dorms)
-"aDB" = (/obj/machinery/shower{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aDC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aDD" = (/obj/machinery/shower{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aDE" = (/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/starboard/fore)
-"aDF" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aDG" = (/obj/item/clothing/under/rank/mailman,/obj/item/clothing/head/mailman,/obj/structure/closet,/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aDH" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aDI" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 1; name = "Port Docking Bay 1"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aDJ" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aDK" = (/turf/closed/wall,/area/security/checkpoint/checkpoint2)
-"aDL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/checkpoint/checkpoint2)
-"aDM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/checkpoint/checkpoint2)
-"aDN" = (/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "1"},/turf/open/floor/plating,/area/security/checkpoint/checkpoint2)
-"aDO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aDP" = (/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aDQ" = (/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/hydroponics/garden)
-"aDR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aDS" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aDT" = (/turf/closed/wall,/area/storage/primary)
-"aDU" = (/obj/machinery/door/airlock/maintenance{name = "Tool Storage 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/port/fore)
-"aDV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/storage/primary)
-"aDW" = (/turf/closed/wall/r_wall,/area/storage/primary)
-"aDX" = (/obj/machinery/computer/bank_machine,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/nuke_storage)
-"aDY" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/circuit,/area/ai_monitored/nuke_storage)
-"aDZ" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/light{dir = 1},/turf/open/floor/circuit,/area/ai_monitored/nuke_storage)
-"aEa" = (/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/circuit,/area/ai_monitored/nuke_storage)
-"aEb" = (/obj/structure/filingcabinet,/obj/item/weapon/folder/documents,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/nuke_storage)
-"aEc" = (/obj/machinery/gateway{dir = 10},/turf/open/floor/plasteel/vault{dir = 4},/area/gateway)
-"aEd" = (/obj/machinery/gateway,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plasteel/vault{dir = 8},/area/gateway)
-"aEe" = (/obj/machinery/gateway{dir = 6},/turf/open/floor/plasteel/vault{dir = 1},/area/gateway)
-"aEf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/fore)
-"aEg" = (/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)
-"aEh" = (/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)
-"aEi" = (/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)
-"aEj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aEk" = (/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)
-"aEl" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aEm" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ai_monitored/storage/eva)
-"aEn" = (/obj/machinery/camera{c_tag = "EVA East"; dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aEo" = (/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/dorms)
-"aEp" = (/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)
-"aEq" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aEr" = (/obj/structure/urinal{pixel_y = 32},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aEs" = (/obj/effect/landmark/xeno_spawn,/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)
-"aEt" = (/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)
-"aEu" = (/obj/machinery/camera{c_tag = "Theatre Storage"},/turf/open/floor/plasteel/white/side{dir = 4},/area/crew_quarters/theatre)
-"aEv" = (/obj/machinery/vending/autodrobe,/turf/open/floor/plasteel/white/side{dir = 4},/area/crew_quarters/theatre)
-"aEw" = (/turf/closed/wall,/area/crew_quarters/theatre)
-"aEx" = (/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/starboard/fore)
-"aEy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/starboard/fore)
-"aEz" = (/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)
-"aEA" = (/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)
-"aEB" = (/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)
-"aEC" = (/obj/machinery/atmospherics/components/binary/valve,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aED" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aEE" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aEF" = (/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/starboard/fore)
-"aEG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/maintenance/starboard/fore)
-"aEH" = (/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/starboard/fore)
-"aEI" = (/obj/machinery/door/poddoor/preopen{id = "maint1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aEJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard/fore)
-"aEK" = (/obj/structure/girder,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aEL" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aEM" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aEN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aEO" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aEP" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aEQ" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aER" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aES" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aET" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/chapel/main)
-"aEU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aEV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aEW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aEX" = (/turf/closed/wall,/area/chapel/main)
-"aEY" = (/turf/closed/wall/mineral/titanium,/area/shuttle/arrival)
-"aEZ" = (/obj/machinery/door/airlock/titanium{name = "Arrivals Shuttle Airlock"},/turf/open/floor/plating,/area/shuttle/arrival)
-"aFa" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/arrival)
-"aFb" = (/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)
-"aFc" = (/obj/structure/closet/secure_closet/security,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 9},/area/security/checkpoint/checkpoint2)
-"aFd" = (/obj/structure/closet/wardrobe/red,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint/checkpoint2)
-"aFe" = (/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/checkpoint/checkpoint2)
-"aFf" = (/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/checkpoint/checkpoint2)
-"aFg" = (/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/checkpoint/checkpoint2)
-"aFh" = (/turf/open/floor/plasteel/red/side{dir = 5},/area/security/checkpoint/checkpoint2)
-"aFi" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aFj" = (/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aFk" = (/obj/machinery/biogenerator,/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aFl" = (/obj/machinery/vending/assist,/turf/open/floor/plasteel,/area/storage/primary)
-"aFm" = (/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)
-"aFn" = (/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)
-"aFo" = (/obj/structure/table,/obj/item/device/t_scanner,/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel,/area/storage/primary)
-"aFp" = (/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)
-"aFq" = (/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)
-"aFr" = (/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)
-"aFs" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/open/floor/plasteel,/area/storage/primary)
-"aFt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/storage/primary)
-"aFu" = (/obj/machinery/vending/tool,/turf/open/floor/plasteel,/area/storage/primary)
-"aFv" = (/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)
-"aFw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/circuit,/area/ai_monitored/nuke_storage)
-"aFx" = (/obj/machinery/nuclearbomb/selfdestruct,/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/nuke_storage)
-"aFy" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/circuit,/area/ai_monitored/nuke_storage)
-"aFz" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/vault{dir = 4},/area/ai_monitored/nuke_storage)
-"aFA" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/black,/area/gateway)
-"aFB" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/black,/area/gateway)
-"aFC" = (/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)
-"aFD" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/gateway)
-"aFE" = (/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)
-"aFF" = (/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/fore)
-"aFG" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aFH" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aFI" = (/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)
-"aFJ" = (/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)
-"aFK" = (/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)
-"aFL" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aFM" = (/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)
-"aFN" = (/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)
-"aFO" = (/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)
-"aFP" = (/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/dorms)
-"aFQ" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/crew_quarters/dorms)
-"aFR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/toilet)
-"aFS" = (/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)
-"aFT" = (/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)
-"aFU" = (/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)
-"aFV" = (/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)
-"aFW" = (/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)
-"aFX" = (/obj/machinery/light/small,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aFY" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aFZ" = (/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)
-"aGa" = (/obj/structure/chair/stool,/obj/effect/landmark/start/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)
-"aGb" = (/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)
-"aGc" = (/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)
-"aGd" = (/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/starboard/fore)
-"aGe" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aGf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aGg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aGh" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aGi" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aGj" = (/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/starboard/fore)
-"aGk" = (/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/starboard/fore)
-"aGl" = (/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/starboard/fore)
-"aGm" = (/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/starboard/fore)
-"aGn" = (/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/starboard/fore)
-"aGo" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aGp" = (/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/starboard/fore)
-"aGq" = (/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)
-"aGr" = (/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/starboard/fore)
-"aGs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aGt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aGu" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/chapel/main)
-"aGv" = (/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)
-"aGw" = (/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)
-"aGx" = (/obj/machinery/door/poddoor{id = "chapelgun"; name = "Chapel Launcher Door"},/turf/open/floor/plating,/area/chapel/main)
-"aGy" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aGz" = (/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aGA" = (/obj/machinery/computer/arcade,/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aGB" = (/obj/structure/closet/wardrobe/green,/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aGC" = (/obj/structure/closet/wardrobe/black,/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aGD" = (/obj/structure/closet/wardrobe/mixed,/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aGE" = (/obj/structure/closet/wardrobe/grey,/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aGF" = (/obj/machinery/requests_console{department = "Arrival shuttle"; name = "Arrivals Shuttle console"; pixel_y = 30},/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aGG" = (/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating/airless,/area/shuttle/arrival)
-"aGH" = (/obj/structure/shuttle/engine/propulsion{dir = 4; icon_state = "burst_r"},/turf/open/floor/plating/airless,/area/shuttle/arrival)
-"aGI" = (/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)
-"aGJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/checkpoint2)
-"aGK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/checkpoint/checkpoint2)
-"aGL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/security/checkpoint/checkpoint2)
-"aGM" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/checkpoint/checkpoint2)
-"aGN" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/security/checkpoint/checkpoint2)
-"aGO" = (/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/checkpoint2)
-"aGP" = (/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/hydroponics/garden)
-"aGQ" = (/obj/machinery/door/airlock{name = "Garden"; req_access_txt = "0"},/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aGR" = (/turf/open/floor/plasteel,/area/storage/primary)
-"aGS" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/storage/primary)
-"aGT" = (/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)
-"aGU" = (/turf/open/floor/circuit,/area/ai_monitored/nuke_storage)
-"aGV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/circuit,/area/ai_monitored/nuke_storage)
-"aGW" = (/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)
-"aGX" = (/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)
-"aGY" = (/obj/structure/table,/obj/item/weapon/paper/pamphlet,/turf/open/floor/plasteel,/area/gateway)
-"aGZ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/gateway)
-"aHa" = (/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)
-"aHb" = (/obj/structure/table,/obj/machinery/recharger,/obj/structure/sign/biohazard{pixel_x = 32},/turf/open/floor/plasteel,/area/gateway)
-"aHc" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore)
-"aHd" = (/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)
-"aHe" = (/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)
-"aHf" = (/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)
-"aHg" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva)
-"aHh" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aHi" = (/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/dorms)
-"aHj" = (/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/dorms)
-"aHk" = (/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)
-"aHl" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aHm" = (/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)
-"aHn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/toilet)
-"aHo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall,/area/crew_quarters/toilet)
-"aHp" = (/obj/machinery/light/small{dir = 8},/obj/structure/dresser,/turf/open/floor/plasteel/redblue/redside,/area/crew_quarters/theatre)
-"aHq" = (/turf/open/floor/plasteel/redblue/redside,/area/crew_quarters/theatre)
-"aHr" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/redblue/redside,/area/crew_quarters/theatre)
-"aHs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aHt" = (/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/starboard/fore)
-"aHu" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aHv" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aHw" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/space,/area/space)
-"aHx" = (/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/starboard/fore)
-"aHy" = (/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/starboard/fore)
-"aHz" = (/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/starboard/fore)
-"aHA" = (/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/starboard/fore)
-"aHB" = (/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/starboard/fore)
-"aHC" = (/turf/closed/wall,/area/library)
-"aHD" = (/turf/closed/wall,/area/chapel/office)
-"aHE" = (/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)
-"aHF" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aHG" = (/turf/open/floor/plasteel/black,/area/chapel/main)
-"aHH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/chapel/main)
-"aHI" = (/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)
-"aHJ" = (/obj/structure/window/shuttle,/obj/structure/grille,/turf/open/floor/plating,/area/shuttle/arrival)
-"aHK" = (/obj/structure/chair,/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aHL" = (/obj/structure/chair,/obj/machinery/light/small{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aHM" = (/obj/structure/chair{dir = 8},/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aHN" = (/obj/structure/shuttle/engine/propulsion{dir = 4; icon_state = "propulsion"},/turf/open/floor/plating/airless,/area/shuttle/arrival)
-"aHO" = (/turf/open/floor/plasteel/arrival{dir = 4},/area/hallway/secondary/entry)
-"aHP" = (/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/checkpoint/checkpoint2)
-"aHQ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/red/side,/area/security/checkpoint/checkpoint2)
-"aHR" = (/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/checkpoint/checkpoint2)
-"aHS" = (/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/checkpoint/checkpoint2)
-"aHT" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table,/turf/open/floor/plasteel/red/side,/area/security/checkpoint/checkpoint2)
-"aHU" = (/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/checkpoint/checkpoint2)
-"aHV" = (/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/hydroponics/garden)
-"aHW" = (/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/hydroponics/garden)
-"aHX" = (/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)
-"aHY" = (/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)
-"aHZ" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/storage/primary)
-"aIa" = (/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/storage/primary)
-"aIb" = (/obj/effect/landmark/start/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)
-"aIc" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/storage/primary)
-"aId" = (/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)
-"aIe" = (/turf/open/floor/plasteel/vault{dir = 1},/area/ai_monitored/nuke_storage)
-"aIf" = (/obj/machinery/light,/turf/open/floor/plasteel/vault{dir = 6},/area/ai_monitored/nuke_storage)
-"aIg" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/vault,/area/ai_monitored/nuke_storage)
-"aIh" = (/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)
-"aIi" = (/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)
-"aIj" = (/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/fore)
-"aIk" = (/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)
-"aIl" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/gateway)
-"aIm" = (/turf/open/floor/plasteel,/area/gateway)
-"aIn" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel,/area/gateway)
-"aIo" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore)
-"aIp" = (/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)
-"aIq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aIr" = (/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aIs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aIt" = (/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)
-"aIu" = (/obj/machinery/light{dir = 8},/obj/structure/table,/obj/item/stack/sheet/plasteel{amount = 10},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aIv" = (/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)
-"aIw" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/fore)
-"aIx" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/fore)
-"aIy" = (/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)
-"aIz" = (/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aIA" = (/obj/structure/toilet{pixel_y = 8},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aIB" = (/obj/structure/toilet{pixel_y = 8},/obj/machinery/light/small{dir = 8},/obj/effect/landmark/blobstart,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aIC" = (/obj/machinery/light/small{dir = 8},/obj/machinery/recharge_station,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aID" = (/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)
-"aIE" = (/obj/structure/chair/stool,/obj/effect/landmark/start/clown,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/redblue,/area/crew_quarters/theatre)
-"aIF" = (/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)
-"aIG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/theatre)
-"aIH" = (/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/starboard/fore)
-"aII" = (/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/starboard/fore)
-"aIJ" = (/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/starboard/fore)
-"aIK" = (/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/starboard/fore)
-"aIL" = (/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/starboard/fore)
-"aIM" = (/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/starboard/fore)
-"aIN" = (/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/starboard/fore)
-"aIO" = (/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/starboard/fore)
-"aIP" = (/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/starboard/fore)
-"aIQ" = (/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/starboard/fore)
-"aIR" = (/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/starboard/fore)
-"aIS" = (/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/starboard/fore)
-"aIT" = (/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/starboard/fore)
-"aIU" = (/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/starboard/fore)
-"aIV" = (/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/starboard/fore)
-"aIW" = (/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/starboard/fore)
-"aIX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aIY" = (/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/starboard/fore)
-"aIZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/space,/area/space)
-"aJa" = (/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/starboard/fore)
-"aJb" = (/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/starboard/fore)
-"aJc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/library)
-"aJd" = (/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)
-"aJe" = (/obj/structure/table/wood,/obj/item/weapon/storage/pill_bottle/dice,/turf/open/floor/wood,/area/library)
-"aJf" = (/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)
-"aJg" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/wood,/area/library)
-"aJh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/chapel/office)
-"aJi" = (/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)
-"aJj" = (/obj/structure/closet/wardrobe/chaplain_black,/obj/item/device/radio/intercom{pixel_y = 25},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aJk" = (/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)
-"aJl" = (/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)
-"aJm" = (/obj/machinery/airalarm{pixel_y = 25},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aJn" = (/obj/structure/closet/coffin,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aJo" = (/obj/structure/closet/coffin,/obj/machinery/door/window/eastleft{name = "Coffin Storage"; req_access_txt = "22"},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aJp" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aJq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aJr" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aJs" = (/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main)
-"aJt" = (/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)
-"aJu" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/chapel/main)
-"aJv" = (/turf/closed/wall/mineral/titanium,/area/shuttle/escape)
-"aJw" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/escape)
-"aJx" = (/obj/effect/landmark/marauder_entry,/turf/open/space,/area/space)
-"aJy" = (/obj/machinery/door/airlock/titanium{name = "Arrivals Shuttle Airlock"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aJz" = (/obj/structure/shuttle/engine/propulsion{dir = 4; icon_state = "propulsion"},/obj/docking_port/mobile/arrivals,/obj/docking_port/stationary{dir = 8; dwidth = 3; height = 15; id = "arrivals_stationary"; name = "arrivals"; width = 7},/turf/open/floor/plating/airless,/area/shuttle/arrival)
-"aJA" = (/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)
-"aJB" = (/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/checkpoint/checkpoint2)
-"aJC" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/checkpoint/checkpoint2)
-"aJD" = (/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)
-"aJE" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel/green/side{dir = 5},/area/hydroponics/garden)
-"aJF" = (/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aJG" = (/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/hydroponics/garden)
-"aJH" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/turf/open/floor/plasteel,/area/storage/primary)
-"aJI" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/storage/primary)
-"aJJ" = (/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)
-"aJK" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage)
-"aJL" = (/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)
-"aJM" = (/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)
-"aJN" = (/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)
-"aJO" = (/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)
-"aJP" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/gateway)
-"aJQ" = (/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)
-"aJR" = (/obj/structure/grille,/obj/structure/window/fulltile{obj_integrity = 25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore)
-"aJS" = (/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)
-"aJT" = (/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)
-"aJU" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel/black,/area/ai_monitored/storage/eva)
-"aJV" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aJW" = (/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)
-"aJX" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"aJY" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aJZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Central Access"},/turf/open/floor/plasteel/blue/side{dir = 4},/area/hallway/primary/central)
-"aKa" = (/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/dorms)
-"aKb" = (/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/dorms)
-"aKc" = (/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/assistant,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aKd" = (/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aKe" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aKf" = (/obj/machinery/door/airlock{name = "Unit 2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aKg" = (/obj/machinery/door/airlock{name = "Unit B"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet)
-"aKh" = (/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)
-"aKi" = (/turf/open/floor/plasteel/redblue,/area/crew_quarters/theatre)
-"aKj" = (/obj/structure/closet/secure_closet/freezer/cream_pie,/turf/open/floor/plasteel/redblue,/area/crew_quarters/theatre)
-"aKk" = (/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)
-"aKl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aKm" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aKn" = (/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)
-"aKo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/bar)
-"aKp" = (/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)
-"aKq" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall,/area/crew_quarters/bar)
-"aKr" = (/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)
-"aKs" = (/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)
-"aKt" = (/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/starboard/fore)
-"aKu" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore)
-"aKv" = (/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/starboard/fore)
-"aKw" = (/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/starboard/fore)
-"aKx" = (/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/starboard/fore)
-"aKy" = (/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/starboard/fore)
-"aKz" = (/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)
-"aKA" = (/turf/closed/wall,/area/hydroponics)
-"aKB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/hydroponics)
-"aKC" = (/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/fore)
-"aKD" = (/obj/structure/filingcabinet,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/library)
-"aKE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/wood,/area/library)
-"aKF" = (/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)
-"aKG" = (/obj/structure/chair/office/dark,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/library)
-"aKH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/library)
-"aKI" = (/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)
-"aKJ" = (/obj/structure/bodycontainer/crematorium,/obj/effect/landmark/revenantspawn,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/chapel/office)
-"aKK" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/chapel/office)
-"aKL" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aKM" = (/obj/effect/landmark/start/chaplain,/obj/structure/chair,/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aKN" = (/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)
-"aKO" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aKP" = (/obj/structure/closet/coffin,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aKQ" = (/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main)
-"aKR" = (/obj/structure/table/glass,/turf/open/floor/plasteel/chapel,/area/chapel/main)
-"aKS" = (/turf/open/floor/mineral/titanium,/turf/closed/wall/mineral/titanium/interior,/area/shuttle/escape)
-"aKT" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aKU" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aKV" = (/obj/machinery/computer/emergency_shuttle,/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aKW" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 2; pixel_y = 3},/obj/item/weapon/crowbar,/obj/item/weapon/storage/firstaid/fire,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aKX" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aKY" = (/obj/structure/chair{dir = 1},/obj/machinery/light/small{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aKZ" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aLa" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aLb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aLc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aLd" = (/obj/machinery/camera{c_tag = "Arrivals Lounge"; dir = 2},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aLe" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aLf" = (/obj/structure/sign/map/left{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aLg" = (/obj/structure/sign/map/right{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aLh" = (/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/hydroponics/garden)
-"aLi" = (/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/hydroponics/garden)
-"aLj" = (/obj/structure/table,/obj/item/weapon/wrench,/obj/item/device/analyzer,/turf/open/floor/plasteel,/area/storage/primary)
-"aLk" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/storage/primary)
-"aLl" = (/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)
-"aLm" = (/obj/structure/table,/obj/item/weapon/storage/belt/utility,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel,/area/storage/primary)
-"aLn" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/storage/primary)
-"aLo" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/storage/primary)
-"aLp" = (/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)
-"aLq" = (/obj/structure/disposalpipe/trunk,/obj/machinery/disposal/bin,/turf/open/floor/plasteel,/area/storage/primary)
-"aLr" = (/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)
-"aLs" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/vault{dir = 5},/area/hallway/primary/port)
-"aLt" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/gateway)
-"aLu" = (/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)
-"aLv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/gateway)
-"aLw" = (/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)
-"aLx" = (/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)
-"aLy" = (/obj/machinery/camera{c_tag = "EVA South"; dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva)
-"aLz" = (/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)
-"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/random,/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/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/crew_quarters/bar)
-"aLQ" = (/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/starboard/fore)
-"aLR" = (/turf/closed/wall,/area/crew_quarters/bar)
-"aLS" = (/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)
-"aLT" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aLU" = (/obj/structure/sink/kitchen{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aLV" = (/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)
-"aLW" = (/turf/closed/wall,/area/crew_quarters/kitchen)
-"aLX" = (/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)
-"aLY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/kitchen)
-"aLZ" = (/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)
-"aMa" = (/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)
-"aMb" = (/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)
-"aMc" = (/obj/structure/table,/obj/machinery/reagentgrinder,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aMd" = (/obj/structure/table,/obj/item/weapon/book/manual/hydroponics_pod_people,/obj/item/weapon/paper/hydroponics,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aMe" = (/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)
-"aMf" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/wood,/area/library)
-"aMg" = (/obj/structure/table/wood,/obj/item/weapon/folder/yellow,/obj/item/weapon/pen,/turf/open/floor/wood,/area/library)
-"aMh" = (/obj/structure/table/wood,/obj/structure/disposalpipe/segment,/turf/open/floor/wood,/area/library)
-"aMi" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/wood,/area/library)
-"aMj" = (/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)
-"aMk" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aMl" = (/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)
-"aMm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/chapel/office)
-"aMn" = (/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)
-"aMo" = (/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)
-"aMp" = (/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)
-"aMq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aMr" = (/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)
-"aMs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/landmark/xmastree,/turf/open/floor/plasteel/black,/area/chapel/main)
-"aMt" = (/obj/structure/table/glass,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aMu" = (/obj/machinery/computer/atmos_alert,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aMv" = (/obj/structure/chair{dir = 8},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aMw" = (/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aMx" = (/obj/structure/chair{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aMy" = (/obj/machinery/computer/security,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aMz" = (/obj/structure/closet/emcloset,/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aMA" = (/obj/machinery/light,/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aMB" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/machinery/light,/turf/open/floor/mineral/titanium/blue,/area/shuttle/arrival)
-"aMC" = (/obj/structure/shuttle/engine/propulsion{dir = 4; icon_state = "burst_l"},/turf/open/floor/plating/airless,/area/shuttle/arrival)
-"aMD" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/neutral/corner{dir = 2},/area/hallway/secondary/entry)
-"aME" = (/turf/open/floor/plasteel/neutral/side,/area/hallway/secondary/entry)
-"aMF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/neutral/side,/area/hallway/secondary/entry)
-"aMG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side,/area/hallway/secondary/entry)
-"aMH" = (/turf/open/floor/plasteel/neutral/corner{dir = 8},/area/hallway/secondary/entry)
-"aMI" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/hydroponics/garden)
-"aMJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Garden"},/turf/open/floor/plasteel,/area/hydroponics/garden)
-"aMK" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/storage/primary)
-"aML" = (/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)
-"aMM" = (/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)
-"aMN" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/storage/primary)
-"aMO" = (/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)
-"aMP" = (/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)
-"aMQ" = (/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)
-"aMR" = (/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)
-"aMS" = (/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)
-"aMT" = (/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)
-"aMU" = (/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/fore)
-"aMV" = (/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)
-"aMW" = (/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)
-"aMX" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters{id = "stationawaygate"; name = "Gateway Access Shutters"},/turf/open/floor/plasteel,/area/gateway)
-"aMY" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/gateway)
-"aMZ" = (/turf/open/floor/plasteel/blue/side{dir = 8},/area/hallway/primary/central)
-"aNa" = (/turf/open/floor/plasteel/blue/side{dir = 4},/area/hallway/primary/central)
-"aNb" = (/obj/machinery/vending/snack/random,/turf/open/floor/plasteel/black,/area/hallway/primary/central)
-"aNc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/neutral/side{dir = 4},/area/hallway/primary/central)
-"aNd" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/light{dir = 1},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aNe" = (/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aNf" = (/obj/machinery/airalarm{dir = 2; pixel_y = 24},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aNg" = (/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)
-"aNh" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aNi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aNj" = (/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)
-"aNk" = (/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)
-"aNl" = (/obj/machinery/reagentgrinder,/obj/structure/table/wood,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aNm" = (/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)
-"aNn" = (/obj/machinery/camera{c_tag = "Bar Storage"},/turf/open/floor/wood,/area/crew_quarters/bar)
-"aNo" = (/turf/open/floor/wood,/area/crew_quarters/bar)
-"aNp" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aNq" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aNr" = (/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)
-"aNs" = (/obj/machinery/door/window/eastright{name = "Hydroponics Delivery"; req_access_txt = "35"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hydroponics)
-"aNt" = (/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aNu" = (/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)
-"aNv" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aNw" = (/obj/structure/closet/wardrobe/botanist,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aNx" = (/obj/structure/closet/secure_closet/hydroponics,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aNy" = (/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)
-"aNz" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aNA" = (/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)
-"aNB" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/turf/open/floor/wood,/area/library)
-"aNC" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/library)
-"aND" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/library)
-"aNE" = (/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)
-"aNF" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/wood,/area/library)
-"aNG" = (/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)
-"aNH" = (/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)
-"aNI" = (/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)
-"aNJ" = (/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)
-"aNK" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aNL" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aNM" = (/turf/open/floor/plasteel/grimy,/area/chapel/office)
-"aNN" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aNO" = (/obj/machinery/computer/crew,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aNP" = (/obj/structure/chair{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aNQ" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_x = 0; pixel_y = -29},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aNR" = (/obj/machinery/button/flasher{id = "cockpit_flasher"; pixel_x = 6; pixel_y = -24},/obj/machinery/light,/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aNS" = (/obj/machinery/computer/communications,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aNT" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aNU" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aNV" = (/obj/structure/chair/comfy/beige,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aNW" = (/obj/structure/chair/comfy/beige,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aNX" = (/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aNY" = (/obj/structure/chair/comfy/beige,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aNZ" = (/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)
-"aOa" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/black,/area/hallway/secondary/entry)
-"aOb" = (/turf/open/floor/plasteel/neutral/side{dir = 8},/area/hallway/secondary/entry)
-"aOc" = (/obj/machinery/door/firedoor,/obj/machinery/newscaster{pixel_y = 32},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aOd" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aOe" = (/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aOf" = (/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)
-"aOg" = (/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)
-"aOh" = (/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)
-"aOi" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aOj" = (/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)
-"aOk" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aOl" = (/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)
-"aOm" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aOn" = (/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)
-"aOo" = (/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)
-"aOp" = (/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)
-"aOq" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aOr" = (/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)
-"aOs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aOt" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aOu" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOw" = (/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)
-"aOx" = (/obj/machinery/light{dir = 1},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOy" = (/turf/open/floor/plasteel/blue/corner{dir = 4},/area/hallway/primary/central)
-"aOz" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOA" = (/turf/open/floor/plasteel{icon_state = "L1"},/area/hallway/primary/central)
-"aOB" = (/turf/open/floor/plasteel{icon_state = "L3"},/area/hallway/primary/central)
-"aOC" = (/turf/open/floor/plasteel{icon_state = "L5"},/area/hallway/primary/central)
-"aOD" = (/turf/open/floor/plasteel{icon_state = "L7"},/area/hallway/primary/central)
-"aOE" = (/turf/open/floor/plasteel{icon_state = "L9"},/area/hallway/primary/central)
-"aOF" = (/turf/open/floor/plasteel{icon_state = "L11"},/area/hallway/primary/central)
-"aOG" = (/turf/open/floor/plasteel{icon_state = "L13"; name = "floor"},/area/hallway/primary/central)
-"aOH" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/neutral/corner{dir = 4},/area/hallway/primary/central)
-"aOJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/neutral/corner{dir = 1},/area/hallway/primary/central)
-"aOK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/neutral/corner{dir = 4},/area/hallway/primary/central)
-"aOL" = (/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)
-"aOM" = (/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)
-"aON" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOO" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOP" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aOQ" = (/obj/structure/piano{icon_state = "piano"},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aOR" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aOS" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aOT" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aOU" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aOV" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aOW" = (/obj/machinery/computer/slot_machine,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aOX" = (/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)
-"aOY" = (/obj/structure/disposalpipe/segment,/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aOZ" = (/obj/machinery/vending/cola/random,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aPa" = (/obj/machinery/vending/coffee,/turf/open/floor/wood,/area/crew_quarters/bar)
-"aPb" = (/obj/machinery/icecream_vat,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aPc" = (/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)
-"aPd" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aPe" = (/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)
-"aPf" = (/obj/machinery/light/small,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aPg" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aPh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aPi" = (/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)
-"aPj" = (/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)
-"aPk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aPl" = (/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)
-"aPm" = (/obj/machinery/chem_master/condimaster,/turf/open/floor/plasteel/hydrofloor,/area/hydroponics)
-"aPn" = (/turf/open/floor/wood,/area/library)
-"aPo" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/wood,/area/library)
-"aPp" = (/obj/structure/chair/office/dark{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/wood,/area/library)
-"aPq" = (/obj/structure/bodycontainer/morgue,/obj/effect/landmark/revenantspawn,/turf/open/floor/plasteel/black,/area/chapel/office)
-"aPr" = (/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)
-"aPs" = (/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)
-"aPt" = (/obj/machinery/camera{c_tag = "Chapel North"; dir = 2; network = list("SS13")},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aPu" = (/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)
-"aPv" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aPw" = (/turf/closed/wall,/area/hallway/secondary/exit)
-"aPx" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aPy" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Cockpit"; req_access_txt = "19"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aPz" = (/obj/machinery/status_display,/turf/closed/wall/mineral/titanium,/area/shuttle/escape)
-"aPA" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aPB" = (/obj/structure/table/wood,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aPC" = (/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)
-"aPD" = (/turf/open/floor/carpet,/area/hallway/secondary/entry)
-"aPE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/hallway/secondary/entry)
-"aPF" = (/obj/structure/chair/comfy/beige{dir = 8},/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aPG" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/black,/area/hallway/secondary/entry)
-"aPH" = (/turf/open/floor/goonplaque,/area/hallway/secondary/entry)
-"aPI" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=CHW"; location = "Lockers"},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPJ" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPK" = (/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)
-"aPL" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPM" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPN" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPO" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPP" = (/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)
-"aPQ" = (/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)
-"aPR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPS" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPT" = (/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)
-"aPU" = (/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)
-"aPV" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPW" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aPX" = (/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)
-"aPY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aPZ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aQa" = (/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)
-"aQb" = (/turf/open/floor/plasteel{icon_state = "L2"},/area/hallway/primary/central)
-"aQc" = (/turf/open/floor/plasteel{icon_state = "L4"},/area/hallway/primary/central)
-"aQd" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Lockers"; location = "EVA"},/turf/open/floor/plasteel{icon_state = "L6"},/area/hallway/primary/central)
-"aQe" = (/obj/effect/landmark/observer_start,/turf/open/floor/plasteel{icon_state = "L8"},/area/hallway/primary/central)
-"aQf" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Security"; location = "EVA2"},/turf/open/floor/plasteel{icon_state = "L10"},/area/hallway/primary/central)
-"aQg" = (/turf/open/floor/plasteel{icon_state = "L12"},/area/hallway/primary/central)
-"aQh" = (/turf/open/floor/plasteel{icon_state = "L14"},/area/hallway/primary/central)
-"aQi" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aQj" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=EVA2"; location = "Dorm"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aQk" = (/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)
-"aQl" = (/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)
-"aQm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aQn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aQo" = (/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)
-"aQp" = (/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)
-"aQq" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aQr" = (/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)
-"aQs" = (/obj/structure/closet/secure_closet/bar{req_access_txt = "25"},/turf/open/floor/wood,/area/crew_quarters/bar)
-"aQt" = (/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)
-"aQu" = (/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)
-"aQv" = (/obj/structure/kitchenspike,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aQw" = (/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)
-"aQx" = (/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aQy" = (/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)
-"aQz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/hydroponics)
-"aQA" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/hydroponics)
-"aQB" = (/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)
-"aQC" = (/obj/machinery/bookbinder{pixel_y = 0},/turf/open/floor/wood,/area/library)
-"aQD" = (/obj/structure/disposalpipe/segment,/turf/open/floor/wood,/area/library)
-"aQE" = (/obj/machinery/photocopier,/turf/open/floor/wood,/area/library)
-"aQF" = (/obj/machinery/door/airlock/glass{name = "Chapel Office"; req_access_txt = "22"},/turf/open/floor/plasteel/black,/area/chapel/office)
-"aQG" = (/obj/machinery/door/morgue{name = "Confession Booth (Chaplain)"; req_access_txt = "22"},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aQH" = (/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)
-"aQI" = (/obj/structure/chair,/turf/open/floor/plasteel/red/side{dir = 9},/area/hallway/secondary/exit)
-"aQJ" = (/obj/structure/chair,/turf/open/floor/plasteel/red/side{dir = 1},/area/hallway/secondary/exit)
-"aQK" = (/obj/machinery/light{dir = 1},/obj/structure/chair,/turf/open/floor/plasteel/red/side{dir = 1},/area/hallway/secondary/exit)
-"aQL" = (/obj/structure/chair,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aQM" = (/obj/structure/chair,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aQN" = (/obj/structure/chair,/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"aQO" = (/obj/machinery/flasher{id = "cockpit_flasher"; pixel_x = 6; pixel_y = 24},/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aQP" = (/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aQQ" = (/obj/structure/closet/emcloset,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aQR" = (/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)
-"aQS" = (/obj/machinery/vending/snack/random,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aQT" = (/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)
-"aQU" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aQV" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aQW" = (/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)
-"aQX" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/hallway/secondary/entry)
-"aQY" = (/obj/machinery/vending/cola/random,/turf/open/floor/plasteel/black,/area/hallway/secondary/entry)
-"aQZ" = (/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)
-"aRa" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aRb" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aRc" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aRd" = (/obj/machinery/camera{c_tag = "Port Hallway 3"; dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aRe" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j1"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aRf" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aRg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aRh" = (/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)
-"aRi" = (/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)
-"aRj" = (/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)
-"aRk" = (/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)
-"aRl" = (/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)
-"aRm" = (/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)
-"aRn" = (/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)
-"aRo" = (/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)
-"aRp" = (/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)
-"aRq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aRr" = (/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)
-"aRs" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aRt" = (/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)
-"aRu" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aRv" = (/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)
-"aRw" = (/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"aRx" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"aRy" = (/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)
-"aRz" = (/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)
-"aRA" = (/obj/structure/window/reinforced,/obj/structure/table/wood,/obj/item/device/instrument/violin,/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aRB" = (/obj/structure/window/reinforced,/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aRC" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/wood,/area/crew_quarters/theatre)
-"aRD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/chair/stool,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aRE" = (/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)
-"aRF" = (/obj/effect/landmark/blobstart,/obj/item/toy/beach_ball/holoball,/turf/open/floor/plating,/area/crew_quarters/bar)
-"aRG" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aRH" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aRI" = (/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)
-"aRJ" = (/obj/machinery/gibber,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen)
-"aRK" = (/obj/structure/sink{icon_state = "sink"; dir = 8; pixel_x = -12; pixel_y = 2},/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRL" = (/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)
-"aRM" = (/obj/machinery/hydroponics/constructable,/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRN" = (/obj/machinery/hydroponics/constructable,/obj/machinery/camera{c_tag = "Hydroponics North"; dir = 2},/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRO" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRP" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/black,/area/hydroponics)
-"aRQ" = (/obj/structure/bookcase/random/religion,/turf/open/floor/wood,/area/library)
-"aRR" = (/turf/open/floor/carpet,/area/library)
-"aRS" = (/obj/structure/disposalpipe/segment,/turf/open/floor/carpet,/area/library)
-"aRT" = (/obj/structure/bookcase/random/reference,/turf/open/floor/wood,/area/library)
-"aRU" = (/obj/machinery/computer/libraryconsole,/obj/structure/table/wood,/turf/open/floor/wood,/area/library)
-"aRV" = (/obj/structure/bookcase{name = "Forbidden Knowledge"},/turf/open/floor/engine/cult,/area/library)
-"aRW" = (/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)
-"aRX" = (/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)
-"aRY" = (/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aRZ" = (/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aSa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main)
-"aSb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aSc" = (/obj/structure/grille,/obj/structure/window/reinforced/tinted/fulltile,/turf/open/floor/plasteel/black,/area/chapel/main)
-"aSd" = (/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)
-"aSe" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aSf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aSg" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aSh" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aSi" = (/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},/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"aSj" = (/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"aSk" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Brig"; req_access_txt = "2"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aSl" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aSm" = (/turf/closed/wall/mineral/titanium,/area/shuttle/pod_1)
-"aSn" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 4; icon_state = "propulsion"},/turf/closed/wall/mineral/titanium,/area/shuttle/pod_1)
-"aSo" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aSp" = (/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)
-"aSq" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aSr" = (/obj/structure/chair/comfy/beige{dir = 1; icon_state = "comfychair"},/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aSs" = (/obj/structure/chair/comfy/beige{dir = 1; icon_state = "comfychair"},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry)
-"aSt" = (/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)
-"aSu" = (/obj/machinery/vending/snack/random,/turf/open/floor/plasteel/black,/area/hallway/secondary/entry)
-"aSv" = (/turf/closed/wall,/area/maintenance/port)
-"aSw" = (/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)
-"aSx" = (/turf/closed/wall,/area/crew_quarters/locker)
-"aSy" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aSz" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aSA" = (/obj/machinery/status_display{density = 0; layer = 4},/turf/closed/wall,/area/crew_quarters/locker)
-"aSB" = (/turf/closed/wall,/area/storage/art)
-"aSC" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/storage/art)
-"aSD" = (/obj/machinery/door/airlock/glass{name = "Art Storage"},/turf/open/floor/plasteel,/area/storage/art)
-"aSE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/storage/art)
-"aSF" = (/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)
-"aSG" = (/turf/closed/wall,/area/storage/emergency/port)
-"aSH" = (/obj/structure/table,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aSI" = (/obj/structure/table,/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aSJ" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aSK" = (/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)
-"aSL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port)
-"aSM" = (/turf/closed/wall,/area/storage/tools)
-"aSN" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aSO" = (/turf/closed/wall/r_wall,/area/bridge)
-"aSP" = (/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)
-"aSQ" = (/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)
-"aSR" = (/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)
-"aSS" = (/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)
-"aST" = (/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)
-"aSU" = (/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)
-"aSV" = (/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)
-"aSW" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aSX" = (/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aSY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aSZ" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/crew_quarters/bar)
-"aTa" = (/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)
-"aTb" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aTc" = (/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)
-"aTd" = (/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)
-"aTe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/green/side{dir = 9},/area/hydroponics)
-"aTf" = (/turf/open/floor/plasteel/green/side{dir = 1},/area/hydroponics)
-"aTg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/green/side{dir = 5},/area/hydroponics)
-"aTh" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/wood,/area/library)
-"aTi" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/wood,/area/library)
-"aTj" = (/obj/structure/closet/crate,/obj/item/clothing/shoes/workboots/mining,/obj/item/clothing/under/rank/curator/treasure_hunter,/obj/item/clothing/suit/curator,/obj/item/clothing/head/curator,/obj/item/weapon/storage/backpack/satchel/explorer,/obj/machinery/light/small,/turf/open/floor/engine/cult,/area/library)
-"aTk" = (/obj/effect/landmark/blobstart,/obj/structure/chair/comfy/brown{dir = 1},/turf/open/floor/engine/cult,/area/library)
-"aTl" = (/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)
-"aTm" = (/turf/open/floor/plasteel/chapel,/area/chapel/main)
-"aTn" = (/obj/structure/table/wood,/turf/open/floor/plasteel/black,/area/chapel/main)
-"aTo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main)
-"aTp" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel,/area/chapel/main)
-"aTq" = (/obj/machinery/door/morgue{name = "Confession Booth"},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aTr" = (/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)
-"aTs" = (/turf/open/floor/plasteel/red/side{dir = 8},/area/hallway/secondary/exit)
-"aTt" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aTu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aTv" = (/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"aTw" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; name = "Security Escape Airlock"; req_access_txt = "2"},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aTx" = (/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aTy" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aTz" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; name = "Security Escape Airlock"; req_access_txt = "2"},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aTA" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"aTB" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"aTC" = (/obj/structure/chair,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aTD" = (/obj/structure/chair{dir = 4},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aTE" = (/obj/structure/table,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aTF" = (/obj/docking_port/stationary/random{dir = 8; id = "pod_lavaland1"; name = "lavaland"},/turf/open/space,/area/space)
-"aTG" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/pod_1)
-"aTH" = (/obj/machinery/computer/shuttle/pod{pixel_x = 0; pixel_y = -32; possible_destinations = "pod_lavaland1"; 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)
-"aTI" = (/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},/obj/machinery/light/small,/turf/open/floor/mineral/titanium/blue,/area/shuttle/pod_1)
-"aTJ" = (/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)
-"aTK" = (/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)
-"aTL" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aTM" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aTN" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/neutral/corner{dir = 4},/area/hallway/secondary/entry)
-"aTO" = (/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTP" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTQ" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTT" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/neutral/side{dir = 1},/area/hallway/secondary/entry)
-"aTU" = (/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)
-"aTV" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port)
-"aTW" = (/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)
-"aTX" = (/obj/structure/closet/wardrobe/white,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTY" = (/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aTZ" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUa" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUb" = (/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUc" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUd" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUe" = (/obj/machinery/vending/clothing,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUf" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUg" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUh" = (/obj/structure/closet/secure_closet/personal,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aUi" = (/obj/structure/table,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/turf/open/floor/plasteel,/area/storage/art)
-"aUj" = (/turf/open/floor/plasteel,/area/storage/art)
-"aUk" = (/obj/machinery/light/small{dir = 4},/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel,/area/storage/art)
-"aUl" = (/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)
-"aUm" = (/obj/machinery/door/airlock{name = "Port Emergency Storage"; req_access_txt = "0"},/turf/open/floor/plating,/area/storage/emergency/port)
-"aUn" = (/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)
-"aUo" = (/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)
-"aUp" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aUq" = (/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)
-"aUr" = (/obj/machinery/computer/atmos_alert,/turf/open/floor/plasteel/yellow/side{dir = 10},/area/bridge)
-"aUs" = (/obj/machinery/computer/station_alert,/turf/open/floor/plasteel/yellow/side,/area/bridge)
-"aUt" = (/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)
-"aUu" = (/obj/machinery/computer/shuttle/labor,/turf/open/floor/plasteel/blue/side{dir = 10},/area/bridge)
-"aUv" = (/obj/machinery/computer/communications,/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"aUw" = (/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)
-"aUx" = (/obj/machinery/modular_computer/console/preset/command,/turf/open/floor/plasteel/green/side{dir = 10},/area/bridge)
-"aUy" = (/obj/machinery/computer/crew,/turf/open/floor/plasteel/green/side{dir = 2},/area/bridge)
-"aUz" = (/obj/machinery/computer/med_data,/turf/open/floor/plasteel/green/side{dir = 6},/area/bridge)
-"aUA" = (/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)
-"aUB" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"aUC" = (/obj/effect/landmark/event_spawn,/turf/closed/wall,/area/crew_quarters/bar)
-"aUD" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/structure/chair/stool,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUE" = (/obj/structure/chair,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUF" = (/obj/structure/chair/stool/bar,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUG" = (/obj/structure/table/reinforced,/obj/item/weapon/lighter,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUH" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUI" = (/obj/machinery/vending/boozeomat,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aUJ" = (/obj/machinery/vending/dinnerware,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUK" = (/obj/structure/sink/kitchen{pixel_y = 28},/obj/machinery/food_cart,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUL" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUN" = (/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)
-"aUO" = (/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)
-"aUP" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUQ" = (/obj/structure/closet/secure_closet/freezer/kitchen,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aUR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/green/side{dir = 8},/area/hydroponics)
-"aUS" = (/turf/open/floor/plasteel,/area/hydroponics)
-"aUT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/green/side{dir = 4},/area/hydroponics)
-"aUU" = (/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)
-"aUV" = (/obj/structure/bookcase/random/fiction,/turf/open/floor/wood,/area/library)
-"aUW" = (/obj/structure/displaycase/trophy,/turf/open/floor/wood,/area/library)
-"aUX" = (/obj/machinery/camera{c_tag = "Library South"; dir = 8; network = list("SS13")},/turf/open/floor/wood,/area/library)
-"aUY" = (/obj/machinery/door/morgue{name = "Private Study"; req_access_txt = "37"},/turf/open/floor/engine/cult,/area/library)
-"aUZ" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aVa" = (/turf/open/floor/carpet,/area/chapel/main)
-"aVb" = (/obj/effect/landmark/event_spawn,/turf/open/floor/carpet,/area/chapel/main)
-"aVc" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aVd" = (/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)
-"aVe" = (/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)
-"aVf" = (/turf/closed/wall/mineral/titanium/nodiagonal,/area/shuttle/escape)
-"aVg" = (/obj/structure/table,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aVh" = (/obj/machinery/camera{c_tag = "Arrivals Escape Pod 1"; dir = 8},/obj/machinery/light/small,/turf/open/floor/plating,/area/hallway/secondary/entry)
-"aVi" = (/obj/machinery/light,/turf/open/floor/plasteel/arrival{dir = 2},/area/hallway/secondary/entry)
-"aVj" = (/turf/open/floor/plasteel/arrival{dir = 2},/area/hallway/secondary/entry)
-"aVk" = (/turf/open/floor/plasteel/white/corner{dir = 8},/area/hallway/secondary/entry)
-"aVl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aVm" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aVn" = (/obj/machinery/firealarm{dir = 2; pixel_y = -24},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aVo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aVp" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aVq" = (/obj/machinery/camera{c_tag = "Arrivals Hallway"; dir = 8; network = list("SS13")},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aVr" = (/turf/open/floor/plating,/area/maintenance/port)
-"aVs" = (/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)
-"aVt" = (/obj/effect/landmark/lightsout,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aVu" = (/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)
-"aVv" = (/obj/machinery/light_switch{pixel_y = 28},/obj/item/weapon/storage/box/lights/mixed,/turf/open/floor/plating,/area/storage/emergency/port)
-"aVw" = (/turf/open/floor/plating,/area/storage/emergency/port)
-"aVx" = (/obj/item/weapon/extinguisher,/turf/open/floor/plating,/area/storage/emergency/port)
-"aVy" = (/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)
-"aVz" = (/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)
-"aVA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/storage/tools)
-"aVB" = (/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)
-"aVC" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/emergency,/turf/open/floor/plasteel,/area/storage/tools)
-"aVD" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/storage/tools)
-"aVE" = (/obj/structure/table/reinforced,/obj/item/device/assembly/flash/handheld,/obj/item/device/assembly/flash/handheld,/turf/open/floor/plasteel,/area/bridge)
-"aVF" = (/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/bridge)
-"aVG" = (/obj/structure/chair{dir = 1; name = "Engineering Station"},/turf/open/floor/plasteel,/area/bridge)
-"aVH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/yellow/corner{dir = 4},/area/bridge)
-"aVI" = (/obj/structure/table/reinforced,/obj/item/device/aicard,/obj/item/device/multitool,/turf/open/floor/plasteel/blue/side{dir = 8},/area/bridge)
-"aVJ" = (/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)
-"aVK" = (/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)
-"aVL" = (/turf/open/floor/plasteel/green/corner{dir = 1},/area/bridge)
-"aVM" = (/obj/structure/chair{dir = 1; name = "Crew Station"},/turf/open/floor/plasteel,/area/bridge)
-"aVN" = (/turf/open/floor/plasteel/green/corner{dir = 4},/area/bridge)
-"aVO" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/plasteel,/area/bridge)
-"aVP" = (/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)
-"aVQ" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVR" = (/obj/structure/table,/obj/item/weapon/kitchen/fork,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVS" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVT" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVU" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVV" = (/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)
-"aVW" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVX" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVY" = (/mob/living/carbon/monkey/punpun,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aVZ" = (/obj/machinery/door/airlock/glass{name = "Kitchen"; req_access_txt = "28"},/turf/open/floor/plasteel/bar,/area/crew_quarters/kitchen)
-"aWa" = (/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aWb" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aWc" = (/obj/effect/landmark/start/cook,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aWd" = (/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)
-"aWe" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aWf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aWg" = (/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)
-"aWh" = (/obj/machinery/smartfridge,/turf/closed/wall,/area/crew_quarters/kitchen)
-"aWi" = (/turf/open/floor/plasteel/black,/area/hydroponics)
-"aWj" = (/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)
-"aWk" = (/obj/machinery/seed_extractor,/turf/open/floor/plasteel,/area/hydroponics)
-"aWl" = (/obj/machinery/biogenerator,/turf/open/floor/plasteel,/area/hydroponics)
-"aWm" = (/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)
-"aWn" = (/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)
-"aWo" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/wood,/area/library)
-"aWp" = (/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)
-"aWq" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main)
-"aWr" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/chapel,/area/chapel/main)
-"aWs" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main)
-"aWt" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel,/area/chapel/main)
-"aWu" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aWv" = (/obj/machinery/vending/cola/random,/obj/machinery/status_display{layer = 4; pixel_x = 0; pixel_y = 32},/turf/open/floor/plasteel/escape{dir = 9},/area/hallway/secondary/exit)
-"aWw" = (/turf/open/floor/plasteel/red/corner{dir = 1},/area/hallway/secondary/exit)
-"aWx" = (/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)
-"aWy" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; name = "Escape Airlock"},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"aWz" = (/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)
-"aWA" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aWB" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aWC" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/obj/machinery/light/small{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"aWD" = (/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)
-"aWE" = (/turf/closed/wall,/area/security/vacantoffice)
-"aWF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/vacantoffice)
-"aWG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/vacantoffice)
-"aWH" = (/turf/closed/wall,/area/security/vacantoffice/a)
-"aWI" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/port)
-"aWJ" = (/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)
-"aWK" = (/obj/structure/closet/wardrobe/green,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWL" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWM" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWN" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWO" = (/obj/structure/table,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWP" = (/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)
-"aWQ" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWR" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aWS" = (/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)
-"aWT" = (/obj/structure/table,/obj/item/weapon/hand_labeler,/turf/open/floor/plasteel,/area/storage/art)
-"aWU" = (/obj/structure/table,/obj/item/weapon/storage/crayons,/obj/item/weapon/storage/crayons,/turf/open/floor/plasteel,/area/storage/art)
-"aWV" = (/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)
-"aWW" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/storage/emergency/port)
-"aWX" = (/obj/machinery/light/small,/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/storage/emergency/port)
-"aWY" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/storage/emergency/port)
-"aWZ" = (/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/port)
-"aXa" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 0},/turf/open/floor/plasteel,/area/storage/tools)
-"aXb" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel,/area/storage/tools)
-"aXc" = (/turf/open/floor/plasteel,/area/storage/tools)
-"aXd" = (/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)
-"aXe" = (/turf/closed/wall,/area/bridge)
-"aXf" = (/obj/machinery/computer/prisoner,/turf/open/floor/plasteel/red/side{dir = 10},/area/bridge)
-"aXg" = (/obj/machinery/computer/security,/turf/open/floor/plasteel/red/side,/area/bridge)
-"aXh" = (/obj/machinery/computer/secure_data,/turf/open/floor/plasteel/red/side{dir = 6},/area/bridge)
-"aXi" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/open/floor/plasteel,/area/bridge)
-"aXj" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/bridge)
-"aXk" = (/turf/open/floor/plasteel,/area/bridge)
-"aXl" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel,/area/bridge)
-"aXm" = (/turf/open/floor/plasteel/blue/corner{dir = 1},/area/bridge)
-"aXn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/blue/corner{dir = 4},/area/bridge)
-"aXo" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/bridge)
-"aXp" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/bridge)
-"aXq" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/firstaid/regular,/turf/open/floor/plasteel,/area/bridge)
-"aXr" = (/obj/machinery/computer/teleporter,/turf/open/floor/plasteel/brown{dir = 10},/area/bridge)
-"aXs" = (/obj/machinery/computer/cargo/request,/turf/open/floor/plasteel/brown{dir = 2},/area/bridge)
-"aXt" = (/obj/machinery/computer/security/mining{network = list("MINE","AuxBase")},/turf/open/floor/plasteel/brown{dir = 6},/area/bridge)
-"aXu" = (/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)
-"aXv" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aXw" = (/obj/effect/landmark/event_spawn,/obj/effect/landmark/xmastree,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aXx" = (/obj/structure/table/reinforced,/obj/item/clothing/head/that{throwforce = 1},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aXy" = (/obj/effect/landmark/start/bartender,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aXz" = (/obj/machinery/requests_console{department = "Bar"; departmentType = 2; pixel_x = 30; pixel_y = 0; receive_ore_updates = 1},/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)
-"aXA" = (/obj/structure/table,/obj/item/weapon/reagent_containers/food/snacks/mint,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aXB" = (/obj/structure/table,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aXC" = (/obj/structure/table,/obj/item/weapon/kitchen/rollingpin,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aXD" = (/obj/structure/table,/obj/item/weapon/book/manual/chef_recipes,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aXE" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aXF" = (/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)
-"aXG" = (/turf/open/floor/plasteel/vault{dir = 8},/area/hydroponics)
-"aXH" = (/turf/open/floor/plasteel/green/side{dir = 8},/area/hydroponics)
-"aXI" = (/obj/machinery/vending/hydronutrients,/turf/open/floor/plasteel,/area/hydroponics)
-"aXJ" = (/obj/machinery/vending/hydroseeds{slogan_delay = 700},/turf/open/floor/plasteel,/area/hydroponics)
-"aXK" = (/turf/open/floor/plasteel/green/side{dir = 4},/area/hydroponics)
-"aXL" = (/obj/machinery/hydroponics/constructable,/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/black,/area/hydroponics)
-"aXM" = (/obj/structure/bookcase/random/adult,/turf/open/floor/wood,/area/library)
-"aXN" = (/obj/structure/chair/comfy/black,/obj/effect/landmark/start/assistant,/turf/open/floor/wood,/area/library)
-"aXO" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/open/floor/wood,/area/library)
-"aXP" = (/obj/effect/landmark/start/librarian,/obj/structure/chair/office/dark,/turf/open/floor/wood,/area/library)
-"aXQ" = (/obj/machinery/libraryscanner,/turf/open/floor/wood,/area/library)
-"aXR" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aXS" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main)
-"aXT" = (/obj/structure/chair/stool,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aXU" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main)
-"aXV" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main)
-"aXW" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"aXX" = (/obj/structure/chair{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aXY" = (/obj/structure/chair{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aXZ" = (/obj/structure/chair{dir = 8},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"aYa" = (/turf/closed/wall/mineral/titanium,/area/shuttle/transport)
-"aYb" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/transport)
-"aYc" = (/obj/machinery/door/airlock/external,/turf/open/floor/pod/dark,/area/shuttle/transport)
-"aYd" = (/obj/machinery/camera{c_tag = "Arrivals Bay 2"; dir = 8; network = list("SS13")},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"aYe" = (/turf/open/floor/wood,/area/security/vacantoffice)
-"aYf" = (/obj/structure/chair/office/dark{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/security/vacantoffice)
-"aYg" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/security/vacantoffice)
-"aYh" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/wood,/area/security/vacantoffice)
-"aYi" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/wood,/area/security/vacantoffice)
-"aYj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/security/vacantoffice)
-"aYk" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port)
-"aYl" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port)
-"aYm" = (/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)
-"aYn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYp" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYq" = (/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYr" = (/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)
-"aYs" = (/obj/structure/table,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYt" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYu" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aYx" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/storage/tools)
-"aYy" = (/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/storage/tools)
-"aYz" = (/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)
-"aYA" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/storage/tools)
-"aYB" = (/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)
-"aYC" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/bridge)
-"aYD" = (/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)
-"aYE" = (/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)
-"aYF" = (/obj/structure/chair{dir = 1; name = "Security Station"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/corner{dir = 4},/area/bridge)
-"aYH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"aYI" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/bridge)
-"aYJ" = (/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)
-"aYK" = (/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)
-"aYL" = (/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)
-"aYM" = (/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)
-"aYN" = (/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)
-"aYO" = (/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)
-"aYP" = (/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)
-"aYQ" = (/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)
-"aYR" = (/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)
-"aYS" = (/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)
-"aYT" = (/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)
-"aYU" = (/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)
-"aYV" = (/obj/machinery/camera{c_tag = "Bridge East Entrance"; dir = 2},/turf/open/floor/plasteel/blue/side{dir = 1},/area/hallway/primary/central)
-"aYW" = (/obj/machinery/holopad,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aYX" = (/obj/structure/chair,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"aYY" = (/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)
-"aYZ" = (/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)
-"aZa" = (/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)
-"aZb" = (/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)
-"aZc" = (/obj/machinery/processor,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"aZd" = (/obj/machinery/light{dir = 8},/obj/machinery/hydroponics/constructable,/turf/open/floor/plasteel/black,/area/hydroponics)
-"aZe" = (/obj/effect/landmark/start/botanist,/turf/open/floor/plasteel,/area/hydroponics)
-"aZf" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/black,/area/hydroponics)
-"aZg" = (/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/starboard/fore)
-"aZh" = (/obj/structure/table/wood,/obj/item/weapon/paper,/turf/open/floor/wood,/area/library)
-"aZi" = (/obj/structure/chair/comfy/black{dir = 8},/turf/open/floor/wood,/area/library)
-"aZj" = (/obj/structure/table/wood,/obj/item/device/camera_film,/obj/item/device/camera_film,/turf/open/floor/wood,/area/library)
-"aZk" = (/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)
-"aZl" = (/obj/structure/table/wood,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/turf/open/floor/wood,/area/library)
-"aZm" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main)
-"aZn" = (/obj/machinery/camera{c_tag = "Chapel South"; dir = 8; network = list("SS13")},/turf/open/floor/plasteel/black,/area/chapel/main)
-"aZo" = (/obj/item/device/radio/intercom{pixel_x = -25},/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"aZp" = (/obj/structure/shuttle/engine/propulsion{dir = 8; icon_state = "propulsion_l"},/turf/open/floor/plating/airless,/area/shuttle/transport)
-"aZq" = (/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/shuttle/transport)
-"aZr" = (/obj/structure/chair,/turf/open/floor/pod/dark,/area/shuttle/transport)
-"aZs" = (/obj/machinery/light{dir = 1},/turf/open/floor/pod/light,/area/shuttle/transport)
-"aZt" = (/turf/open/floor/pod/light,/area/shuttle/transport)
-"aZu" = (/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)
-"aZv" = (/obj/machinery/camera{c_tag = "Vacant Office"; dir = 4; network = list("SS13")},/turf/open/floor/wood,/area/security/vacantoffice)
-"aZw" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/security/vacantoffice)
-"aZx" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp,/turf/open/floor/wood,/area/security/vacantoffice)
-"aZy" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green,/turf/open/floor/wood,/area/security/vacantoffice)
-"aZz" = (/obj/structure/table/wood,/obj/item/weapon/pen/red,/turf/open/floor/wood,/area/security/vacantoffice)
-"aZA" = (/obj/structure/grille,/obj/structure/window{icon_state = "window"; dir = 8},/obj/structure/window,/turf/open/floor/plating,/area/maintenance/port)
-"aZB" = (/obj/structure/grille,/obj/structure/window{icon_state = "window"; dir = 1},/turf/open/floor/plating,/area/maintenance/port)
-"aZC" = (/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)
-"aZD" = (/obj/structure/closet/wardrobe/black,/obj/item/clothing/shoes/jackboots,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZF" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZG" = (/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)
-"aZH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZI" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZK" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"aZL" = (/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)
-"aZM" = (/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},/turf/open/floor/plating,/area/storage/art)
-"aZN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/maintenance/port)
-"aZO" = (/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},/turf/open/floor/plating,/area/maintenance/port)
-"aZP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/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/port)
-"aZQ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port)
-"aZR" = (/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},/turf/open/floor/plating,/area/storage/emergency/port)
-"aZS" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/port)
-"aZT" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/port)
-"aZU" = (/turf/closed/wall,/area/security/detectives_office)
-"aZV" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/side{dir = 4},/area/hallway/primary/central)
-"aZW" = (/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)
-"aZX" = (/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)
-"aZY" = (/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)
-"aZZ" = (/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)
-"baa" = (/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)
-"bab" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge)
-"bac" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/corner,/area/bridge)
-"bad" = (/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)
-"bae" = (/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)
-"baf" = (/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)
-"bag" = (/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)
-"bah" = (/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)
-"bai" = (/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)
-"baj" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"bak" = (/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)
-"bal" = (/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)
-"bam" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/blue/corner{dir = 8},/area/bridge)
-"ban" = (/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)
-"bao" = (/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)
-"bap" = (/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)
-"baq" = (/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)
-"bar" = (/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)
-"bas" = (/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)
-"bat" = (/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)
-"bau" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bav" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"baw" = (/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)
-"bax" = (/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)
-"bay" = (/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)
-"baz" = (/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)
-"baA" = (/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)
-"baB" = (/obj/effect/landmark/start/cook,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"baC" = (/obj/machinery/deepfryer,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"baD" = (/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)
-"baE" = (/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)
-"baF" = (/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)
-"baG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"baH" = (/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)
-"baI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/library)
-"baJ" = (/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)
-"baK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/library)
-"baL" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/carpet,/area/library)
-"baM" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Chapel"},/turf/open/floor/carpet,/area/chapel/main)
-"baN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/carpet,/area/chapel/main)
-"baO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/chapel/main)
-"baP" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/carpet,/area/chapel/main)
-"baQ" = (/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)
-"baR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"baS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"baT" = (/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)
-"baU" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"baV" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"baW" = (/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 8},/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/turf/open/floor/plating/airless,/area/shuttle/transport)
-"baX" = (/obj/machinery/light/small,/turf/open/floor/pod/light,/area/shuttle/transport)
-"baY" = (/obj/machinery/door/airlock/titanium,/turf/open/floor/pod/light,/area/shuttle/transport)
-"baZ" = (/obj/machinery/computer/shuttle/ferry/request,/turf/open/floor/pod/dark,/area/shuttle/transport)
-"bba" = (/obj/machinery/door/airlock/titanium,/obj/docking_port/mobile{dir = 8; dwidth = 2; height = 13; 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 = 13; id = "ferry_home"; name = "port bay 2"; turf_type = /turf/open/space; width = 5},/turf/open/floor/pod/light,/area/shuttle/transport)
-"bbb" = (/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)
-"bbc" = (/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)
-"bbd" = (/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)
-"bbe" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/wood,/area/security/vacantoffice)
-"bbf" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/carpet,/area/security/vacantoffice)
-"bbg" = (/turf/open/floor/carpet,/area/security/vacantoffice)
-"bbh" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/carpet,/area/security/vacantoffice)
-"bbi" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice)
-"bbj" = (/obj/machinery/light{dir = 4},/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/wood,/area/security/vacantoffice)
-"bbk" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/port)
-"bbl" = (/turf/closed/wall,/area/crew_quarters/toilet/locker)
-"bbm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/toilet/locker)
-"bbn" = (/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/toilet/locker)
-"bbo" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bbp" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bbq" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bbr" = (/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bbs" = (/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bbt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bbu" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bbv" = (/obj/machinery/power/apc{dir = 8; name = "Port 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)
-"bbw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/port)
-"bbx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port)
-"bby" = (/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)
-"bbz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall,/area/maintenance/port)
-"bbA" = (/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)
-"bbB" = (/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)
-"bbC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/security/detectives_office)
-"bbD" = (/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)
-"bbE" = (/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)
-"bbF" = (/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)
-"bbG" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/security/detectives_office)
-"bbH" = (/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)
-"bbI" = (/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)
-"bbJ" = (/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/central)
-"bbK" = (/obj/machinery/light,/turf/open/floor/plasteel/blue/side{dir = 0},/area/hallway/primary/central)
-"bbL" = (/obj/machinery/camera{c_tag = "Bridge West Entrance"; dir = 1},/turf/open/floor/plasteel/blue/side{dir = 0},/area/hallway/primary/central)
-"bbM" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/side{dir = 6},/area/hallway/primary/central)
-"bbN" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/bridge)
-"bbO" = (/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)
-"bbP" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"bbQ" = (/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)
-"bbR" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/blue/side{dir = 0},/area/bridge)
-"bbS" = (/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)
-"bbT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bbU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bbV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bbW" = (/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)
-"bbX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bbY" = (/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)
-"bbZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bca" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bcb" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/filingcabinet/filingcabinet,/turf/open/floor/plasteel/blue/side{dir = 10},/area/bridge)
-"bcc" = (/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)
-"bcd" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/side{dir = 10},/area/hallway/primary/central)
-"bce" = (/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)
-"bcf" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"bcg" = (/obj/structure/chair{dir = 1},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bch" = (/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)
-"bci" = (/obj/structure/chair/stool/bar,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bcj" = (/obj/structure/chair/stool/bar,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bck" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock{name = "Kitchen"; req_access_txt = "28"},/turf/open/floor/plasteel/bar,/area/crew_quarters/kitchen)
-"bcl" = (/obj/machinery/light_switch{pixel_y = -25},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"bcm" = (/obj/machinery/light,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"bcn" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"bco" = (/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)
-"bcp" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen)
-"bcq" = (/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel,/area/hydroponics)
-"bcr" = (/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel,/area/hydroponics)
-"bcs" = (/obj/machinery/hydroponics/constructable,/turf/open/floor/plasteel/green/side{dir = 1},/area/hydroponics)
-"bct" = (/obj/structure/chair/stool,/obj/effect/landmark/start/botanist,/turf/open/floor/plasteel,/area/hydroponics)
-"bcu" = (/obj/machinery/camera{c_tag = "Hydroponics South"; dir = 8; network = list("SS13")},/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel,/area/hydroponics)
-"bcv" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/closed/wall,/area/hydroponics)
-"bcw" = (/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)
-"bcx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bcy" = (/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)
-"bcz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/library)
-"bcA" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/carpet,/area/library)
-"bcB" = (/obj/machinery/holopad,/turf/open/floor/carpet,/area/library)
-"bcC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/carpet,/area/chapel/main)
-"bcD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/chapel/main)
-"bcE" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/carpet,/area/chapel/main)
-"bcF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/chapel/main)
-"bcG" = (/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)
-"bcH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"bcI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bcJ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bcK" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bcL" = (/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)
-"bcM" = (/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 8},/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/turf/open/floor/plating/airless,/area/shuttle/transport)
-"bcN" = (/obj/structure/chair{dir = 1},/turf/open/floor/pod/dark,/area/shuttle/transport)
-"bcO" = (/obj/machinery/light,/turf/open/floor/pod/light,/area/shuttle/transport)
-"bcP" = (/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)
-"bcQ" = (/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)
-"bcR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice)
-"bcS" = (/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)
-"bcT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/security/vacantoffice)
-"bcU" = (/obj/structure/chair/office/dark,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice)
-"bcV" = (/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/components/unary/tank/air{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bcW" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port)
-"bcX" = (/obj/structure/toilet{pixel_y = 8},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bcY" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bcZ" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bda" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bdb" = (/obj/structure/table,/obj/item/weapon/razor,/obj/structure/window{icon_state = "window"; dir = 1},/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"bdc" = (/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"bdd" = (/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)
-"bde" = (/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bdf" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bdg" = (/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)
-"bdh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker)
-"bdi" = (/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)
-"bdj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/port)
-"bdk" = (/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bdl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bdm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bdn" = (/turf/closed/wall,/area/quartermaster/storage)
-"bdo" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/port)
-"bdp" = (/obj/machinery/light/small{dir = 8},/obj/structure/rack,/obj/item/weapon/storage/briefcase,/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bdq" = (/turf/open/floor/carpet,/area/security/detectives_office)
-"bdr" = (/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)
-"bds" = (/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)
-"bdt" = (/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bdu" = (/obj/machinery/light_switch{pixel_x = 27},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bdv" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/central)
-"bdw" = (/turf/closed/wall/r_wall,/area/bridge/meeting_room)
-"bdx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/bridge/meeting_room)
-"bdy" = (/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)
-"bdz" = (/turf/closed/wall,/area/bridge/meeting_room)
-"bdA" = (/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai_upload)
-"bdB" = (/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai_upload)
-"bdC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai_upload)
-"bdD" = (/obj/machinery/porta_turret/ai{dir = 8},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai_upload)
-"bdE" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/captain)
-"bdF" = (/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/heads/captain)
-"bdG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/heads/captain)
-"bdH" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"bdI" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdJ" = (/obj/machinery/vending/cigarette{pixel_x = 0; pixel_y = 0},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdK" = (/obj/machinery/newscaster{pixel_y = -28},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdL" = (/obj/machinery/light,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdM" = (/obj/machinery/light,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdN" = (/obj/machinery/camera{c_tag = "Bar South"; dir = 1},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdO" = (/obj/structure/noticeboard{pixel_y = -27},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdP" = (/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdQ" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdR" = (/obj/machinery/light/small,/turf/open/floor/plasteel/bar,/area/crew_quarters/bar)
-"bdS" = (/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)
-"bdT" = (/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)
-"bdU" = (/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)
-"bdV" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/hydroponics)
-"bdW" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/hydroponics)
-"bdX" = (/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)
-"bdY" = (/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)
-"bdZ" = (/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)
-"bea" = (/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"beb" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bec" = (/obj/machinery/vending/coffee,/turf/open/floor/wood,/area/library)
-"bed" = (/obj/structure/chair/comfy/black{dir = 4},/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/wood,/area/library)
-"bee" = (/obj/structure/table/wood,/obj/item/weapon/pen,/turf/open/floor/wood,/area/library)
-"bef" = (/obj/structure/chair/comfy/black{dir = 4},/turf/open/floor/wood,/area/library)
-"beg" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/wood,/area/library)
-"beh" = (/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)
-"bei" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main)
-"bej" = (/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)
-"bek" = (/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)
-"bel" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bem" = (/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)
-"ben" = (/obj/machinery/door/airlock/external,/turf/open/floor/pod/light,/area/shuttle/transport)
-"beo" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"bep" = (/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)
-"beq" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/wood,/area/security/vacantoffice)
-"ber" = (/obj/structure/table/wood,/obj/item/weapon/folder/blue,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/security/vacantoffice)
-"bes" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bet" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"beu" = (/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/toilet/locker)
-"bev" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bew" = (/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/toilet/locker)
-"bex" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"bey" = (/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)
-"bez" = (/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)
-"beA" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"beB" = (/obj/item/weapon/storage/secure/safe{pixel_x = -23},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"beC" = (/obj/structure/chair/comfy/brown,/obj/effect/landmark/start/detective,/turf/open/floor/carpet,/area/security/detectives_office)
-"beD" = (/obj/structure/table/wood,/obj/item/device/camera/detective,/turf/open/floor/carpet,/area/security/detectives_office)
-"beE" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"beF" = (/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)
-"beG" = (/obj/machinery/photocopier,/turf/open/floor/wood,/area/bridge/meeting_room)
-"beH" = (/obj/machinery/button/door{id = "heads_meeting"; name = "Security Shutters"; pixel_x = 0; pixel_y = 24},/turf/open/floor/wood,/area/bridge/meeting_room)
-"beI" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/wood,/area/bridge/meeting_room)
-"beJ" = (/obj/machinery/camera{c_tag = "Conference Room"; dir = 2},/turf/open/floor/wood,/area/bridge/meeting_room)
-"beK" = (/turf/open/floor/wood,/area/bridge/meeting_room)
-"beL" = (/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)
-"beM" = (/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)
-"beN" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/wood,/area/bridge/meeting_room)
-"beO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"beP" = (/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)
-"beQ" = (/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai_upload)
-"beR" = (/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)
-"beS" = (/obj/structure/table,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai_upload)
-"beT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"beU" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"beV" = (/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/heads/captain)
-"beW" = (/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/heads/captain)
-"beX" = (/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/heads/captain)
-"beY" = (/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/heads/captain)
-"beZ" = (/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/heads/captain)
-"bfa" = (/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/heads/captain)
-"bfb" = (/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bfc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Diner"},/turf/open/floor/plasteel,/area/crew_quarters/bar)
-"bfd" = (/obj/structure/sign/barsign,/turf/closed/wall,/area/crew_quarters/bar)
-"bfe" = (/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/primary/starboard)
-"bff" = (/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)
-"bfg" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass{name = "Hydroponics"; req_access_txt = "35"},/turf/open/floor/plasteel,/area/hydroponics)
-"bfh" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/library)
-"bfi" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/chapel/main)
-"bfj" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/escape{dir = 8},/area/hallway/secondary/exit)
-"bfk" = (/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)
-"bfl" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; name = "Escape Airlock"},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"bfm" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Airlock"},/turf/open/floor/plating,/area/shuttle/escape)
-"bfn" = (/obj/machinery/light/small,/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"bfo" = (/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"bfp" = (/obj/machinery/light,/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"bfq" = (/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/a)
-"bfr" = (/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)
-"bfs" = (/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)
-"bft" = (/obj/machinery/door/airlock{name = "Unit 2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bfu" = (/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/toilet/locker)
-"bfv" = (/obj/machinery/washing_machine,/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"bfw" = (/obj/machinery/washing_machine,/obj/machinery/light,/turf/open/floor/plasteel/barber,/area/crew_quarters/locker)
-"bfx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/closet/crate,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bfy" = (/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)
-"bfz" = (/obj/structure/closet/crate,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bfA" = (/obj/machinery/door/airlock/maintenance{name = "Detective Maintenance"; req_access_txt = "4"},/turf/open/floor/plating,/area/security/detectives_office)
-"bfB" = (/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)
-"bfC" = (/obj/structure/table/wood,/obj/machinery/computer/security/wooden_tv,/turf/open/floor/carpet,/area/security/detectives_office)
-"bfD" = (/obj/structure/table/wood,/obj/item/weapon/storage/fancy/cigarettes,/obj/item/clothing/glasses/sunglasses,/turf/open/floor/carpet,/area/security/detectives_office)
-"bfE" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green,/turf/open/floor/carpet,/area/security/detectives_office)
-"bfF" = (/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)
-"bfG" = (/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)
-"bfH" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bfI" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bfJ" = (/obj/structure/chair/comfy/black,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bfK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bfL" = (/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)
-"bfM" = (/obj/machinery/vending/snack/random,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bfN" = (/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)
-"bfO" = (/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)
-"bfP" = (/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)
-"bfQ" = (/obj/machinery/vending/cigarette,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bfR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bfS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bfT" = (/obj/structure/chair/comfy/brown{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/heads/captain)
-"bfU" = (/obj/structure/table/wood,/obj/item/weapon/storage/fancy/donut_box,/turf/open/floor/carpet,/area/crew_quarters/heads/captain)
-"bfV" = (/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/heads/captain)
-"bfW" = (/obj/structure/displaycase/captain,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bfX" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Dorm"; location = "HOP2"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bfY" = (/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)
-"bfZ" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bga" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway"; dir = 2; network = list("SS13")},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgb" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgd" = (/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)
-"bge" = (/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)
-"bgf" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgg" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgh" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway 5"; dir = 2; network = list("SS13")},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bgi" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit)
-"bgj" = (/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)
-"bgk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bgl" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bgm" = (/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)
-"bgn" = (/obj/machinery/door/airlock/titanium{name = "Emergency Shuttle Cargo"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"bgo" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Infirmary"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
-"bgp" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/blue/corner{dir = 1},/area/hallway/secondary/entry)
-"bgq" = (/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)
-"bgr" = (/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)
-"bgs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bgt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bgu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port)
-"bgv" = (/obj/effect/landmark/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)
-"bgw" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port)
-"bgx" = (/obj/structure/rack{dir = 4},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port)
-"bgy" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bgz" = (/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)
-"bgA" = (/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/toilet/locker)
-"bgB" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bgC" = (/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)
-"bgD" = (/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)
-"bgE" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/structure/closet/crate/freezer,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bgF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bgG" = (/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)
-"bgH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/quartermaster/storage)
-"bgI" = (/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/security/detectives_office)
-"bgJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/security/detectives_office)
-"bgK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bgL" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bgM" = (/obj/machinery/light/small,/turf/open/floor/plasteel/grimy,/area/security/detectives_office)
-"bgN" = (/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)
-"bgO" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bgP" = (/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)
-"bgQ" = (/obj/item/weapon/hand_labeler,/obj/item/device/assembly/timer,/obj/structure/table,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bgR" = (/obj/structure/chair/comfy/black{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bgS" = (/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)
-"bgT" = (/obj/item/weapon/book/manual/wiki/security_space_law,/obj/structure/table/wood,/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bgU" = (/obj/structure/chair/comfy/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bgV" = (/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)
-"bgW" = (/obj/machinery/vending/cola/random,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bgX" = (/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)
-"bgY" = (/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/turret_protected/ai_upload)
-"bgZ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai_upload)
-"bha" = (/obj/machinery/computer/arcade,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bhb" = (/obj/structure/table/wood,/turf/open/floor/carpet,/area/crew_quarters/heads/captain)
-"bhc" = (/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)
-"bhd" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhe" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhg" = (/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)
-"bhh" = (/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)
-"bhi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhj" = (/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)
-"bhk" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bhm" = (/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)
-"bhn" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bho" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bhp" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bhq" = (/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)
-"bhr" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bhs" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; name = "Cargo Escape Airlock"},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"bht" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/hallway/secondary/exit)
-"bhu" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; name = "Cargo Escape Airlock"},/turf/open/floor/plating,/area/hallway/secondary/exit)
-"bhv" = (/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
-"bhw" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
-"bhx" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"bhy" = (/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"bhz" = (/turf/closed/wall,/area/maintenance/disposal)
-"bhA" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/disposal)
-"bhB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/disposal)
-"bhC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bhD" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bhE" = (/obj/machinery/door/airlock{name = "Unit 3"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bhF" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bhG" = (/obj/item/latexballon,/turf/open/floor/plating,/area/maintenance/port)
-"bhH" = (/obj/effect/landmark/blobstart,/obj/item/clothing/suit/ianshirt,/obj/structure/closet,/turf/open/floor/plating,/area/maintenance/port)
-"bhI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/locker)
-"bhJ" = (/obj/machinery/door/airlock/maintenance{name = "Locker Room Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bhK" = (/obj/structure/closet/crate/internals,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bhL" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bhM" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bhN" = (/obj/structure/closet/crate,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bhO" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/security/detectives_office)
-"bhP" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bhQ" = (/obj/item/weapon/storage/fancy/donut_box,/obj/structure/table,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bhR" = (/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)
-"bhS" = (/obj/item/weapon/folder/blue,/obj/structure/table/wood,/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bhT" = (/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)
-"bhU" = (/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)
-"bhV" = (/obj/machinery/computer/upload/ai,/obj/machinery/flasher{id = "AI"; pixel_x = 0; pixel_y = -21},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai_upload)
-"bhW" = (/obj/machinery/power/apc{cell_type = 5000; dir = 2; name = "Upload APC"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai_upload)
-"bhX" = (/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/circuit,/area/ai_monitored/turret_protected/ai_upload)
-"bhY" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai_upload)
-"bhZ" = (/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)
-"bia" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bib" = (/obj/structure/chair,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bic" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bid" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/heads/captain)
-"bie" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/carpet,/area/crew_quarters/heads/captain)
-"bif" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/carpet,/area/crew_quarters/heads/captain)
-"big" = (/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/heads/captain)
-"bih" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/central)
-"bii" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Stbd"; location = "HOP"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bij" = (/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)
-"bik" = (/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bil" = (/obj/machinery/light,/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/starboard)
-"bim" = (/turf/open/floor/plasteel/blue/side{dir = 0},/area/hallway/primary/starboard)
-"bin" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/blue/side{dir = 0},/area/hallway/primary/starboard)
-"bio" = (/obj/machinery/light,/turf/open/floor/plasteel/blue/corner{dir = 8},/area/hallway/primary/starboard)
-"bip" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"biq" = (/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)
-"bir" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 2},/area/hallway/primary/starboard)
-"bis" = (/turf/open/floor/plasteel/white/corner{dir = 8},/area/hallway/primary/starboard)
-"bit" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"biu" = (/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)
-"biv" = (/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)
-"biw" = (/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,/area/hallway/primary/starboard)
-"bix" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"biy" = (/turf/open/floor/plasteel/loadingarea{dir = 1},/area/hallway/primary/starboard)
-"biz" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"biA" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway 4"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"biB" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/secondary/exit)
-"biC" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/turf/open/floor/plasteel/escape{dir = 2},/area/hallway/secondary/exit)
-"biD" = (/obj/machinery/newscaster{pixel_y = -32},/obj/machinery/light,/turf/open/floor/plasteel/escape{dir = 2},/area/hallway/secondary/exit)
-"biE" = (/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)
-"biF" = (/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
-"biG" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
-"biH" = (/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"biI" = (/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},/obj/machinery/light/small{dir = 4},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
-"biJ" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 2; name = "Port Docking Bay 4"; req_access_txt = "0"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"biK" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 2; name = "Port Docking Bay 3"; req_access_txt = "0"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"biL" = (/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)
-"biM" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"biN" = (/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)
-"biO" = (/obj/machinery/conveyor{dir = 8; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal)
-"biP" = (/obj/machinery/conveyor{dir = 8; id = "garbage"},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/disposal)
-"biQ" = (/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)
-"biR" = (/obj/machinery/conveyor{dir = 6; id = "garbage"; verted = -1},/turf/open/floor/plating,/area/maintenance/disposal)
-"biS" = (/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)
-"biT" = (/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)
-"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/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"biV" = (/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)
-"biW" = (/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)
-"biX" = (/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"biY" = (/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/toilet/locker)
-"biZ" = (/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)
-"bja" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bjb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bjc" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bjd" = (/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)
-"bje" = (/obj/structure/closet/crate/medical,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bjf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/item/stack/sheet/cardboard,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bjg" = (/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)
-"bjh" = (/turf/closed/wall,/area/quartermaster/sorting)
-"bji" = (/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting)
-"bjj" = (/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/turf/open/floor/plating,/area/quartermaster/sorting)
-"bjk" = (/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/obj/structure/plasticflaps,/turf/open/floor/plating,/area/quartermaster/sorting)
-"bjl" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating,/area/quartermaster/sorting)
-"bjm" = (/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"bjn" = (/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)
-"bjo" = (/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bjp" = (/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)
-"bjq" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bjr" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room)
-"bjs" = (/obj/structure/noticeboard{dir = 8; pixel_x = 27; pixel_y = 0},/turf/open/floor/wood,/area/bridge/meeting_room)
-"bjt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bju" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bjv" = (/obj/machinery/ai_status_display,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bjw" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bjx" = (/obj/machinery/status_display{density = 0; layer = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bjy" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bjz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload)
-"bjA" = (/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/heads/captain)
-"bjB" = (/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/heads/captain)
-"bjC" = (/obj/structure/table/wood,/obj/item/weapon/hand_tele,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bjD" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bjE" = (/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bjF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bjG" = (/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/heads/captain)
-"bjH" = (/turf/closed/wall,/area/medical/chemistry)
-"bjI" = (/obj/structure/sign/bluecross_2,/turf/closed/wall,/area/medical/medbay/central)
-"bjJ" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/medbay/central)
-"bjK" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bjL" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bjM" = (/turf/closed/wall,/area/security/checkpoint/medical)
-"bjN" = (/turf/closed/wall,/area/medical/morgue)
-"bjO" = (/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)
-"bjP" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/hallway/primary/starboard)
-"bjQ" = (/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)
-"bjR" = (/turf/closed/wall,/area/storage/emergency/starboard)
-"bjS" = (/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/aft)
-"bjT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/science/robotics/mechbay)
-"bjU" = (/turf/closed/wall,/area/science/robotics/mechbay)
-"bjV" = (/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/science/robotics/mechbay)
-"bjW" = (/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/science/robotics/mechbay)
-"bjX" = (/turf/closed/wall/r_wall,/area/science/robotics/lab)
-"bjY" = (/turf/open/floor/plasteel/purple/side{dir = 10},/area/hallway/primary/starboard)
-"bjZ" = (/turf/open/floor/plasteel/purple/side{dir = 2},/area/hallway/primary/starboard)
-"bka" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/purple/side{dir = 2},/area/hallway/primary/starboard)
-"bkb" = (/obj/structure/sign/securearea{pixel_x = 0; pixel_y = -32},/turf/open/floor/plasteel/purple/side{dir = 2},/area/hallway/primary/starboard)
-"bkc" = (/obj/machinery/light,/turf/open/floor/plasteel/purple/side{dir = 2},/area/hallway/primary/starboard)
-"bkd" = (/turf/open/floor/plasteel/purple/side{dir = 6},/area/hallway/primary/starboard)
-"bke" = (/turf/closed/wall/r_wall,/area/science/lab)
-"bkf" = (/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)
-"bkg" = (/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)
-"bkh" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bki" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/exit)
-"bkj" = (/obj/structure/closet,/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
-"bkk" = (/obj/structure/closet/crate,/turf/open/floor/mineral/titanium/yellow,/area/shuttle/escape)
-"bkl" = (/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)
-"bkm" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/entry)
-"bkn" = (/obj/machinery/conveyor{dir = 5; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal)
-"bko" = (/obj/machinery/conveyor{dir = 4; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal)
-"bkp" = (/obj/machinery/conveyor{dir = 10; id = "garbage"; verted = -1},/turf/open/floor/plating,/area/maintenance/disposal)
-"bkq" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/closed/wall,/area/maintenance/disposal)
-"bkr" = (/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)
-"bks" = (/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)
-"bkt" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bku" = (/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)
-"bkv" = (/obj/machinery/door/airlock{name = "Unit 4"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bkw" = (/obj/machinery/airalarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker)
-"bkx" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port)
-"bky" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port)
-"bkz" = (/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)
-"bkA" = (/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)
-"bkB" = (/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)
-"bkC" = (/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)
-"bkD" = (/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)
-"bkE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/maintenance/port)
-"bkF" = (/obj/structure/closet/cardboard,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bkG" = (/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)
-"bkH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/structure/closet/crate,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/storage)
-"bkI" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/closed/wall,/area/quartermaster/sorting)
-"bkJ" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/closed/wall,/area/quartermaster/sorting)
-"bkK" = (/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/sorting)
-"bkL" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/sorting)
-"bkM" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/sorting)
-"bkN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/structure/table/reinforced,/obj/item/device/destTagger,/obj/item/device/destTagger,/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/sorting)
-"bkO" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/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},/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/sorting)
-"bkP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/quartermaster/sorting)
-"bkQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"bkR" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bkS" = (/obj/machinery/camera{c_tag = "Central Hallway West"; dir = 8},/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/central)
-"bkT" = (/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)
-"bkU" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bkV" = (/obj/machinery/computer/slot_machine,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bkW" = (/obj/machinery/computer/security/telescreen/entertainment{pixel_x = 0; pixel_y = -32},/turf/open/floor/wood,/area/bridge/meeting_room)
-"bkX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bkY" = (/obj/machinery/vending/coffee,/obj/machinery/light{dir = 4},/turf/open/floor/wood,/area/bridge/meeting_room)
-"bkZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bla" = (/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
-"blb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"blc" = (/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/heads/captain)
-"bld" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/effect/landmark/start/captain,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"ble" = (/obj/machinery/computer/communications,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"blf" = (/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/heads/captain)
-"blg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/holopad,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"blh" = (/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/heads/captain)
-"bli" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"blj" = (/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"blk" = (/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)
-"bll" = (/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)
-"blm" = (/obj/machinery/chem_dispenser,/turf/open/floor/plasteel/whiteyellow/side{dir = 1},/area/medical/chemistry)
-"bln" = (/obj/machinery/chem_master,/turf/open/floor/plasteel/whiteyellow/side{dir = 5},/area/medical/chemistry)
-"blo" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 0; pixel_y = 0},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"blp" = (/obj/structure/chair,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"blq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"blr" = (/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bls" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/checkpoint/medical)
-"blt" = (/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)
-"blu" = (/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)
-"blv" = (/obj/structure/filingcabinet,/obj/machinery/newscaster{pixel_x = 32; pixel_y = 0},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/checkpoint/medical)
-"blw" = (/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)
-"blx" = (/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bly" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"blz" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"blA" = (/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)
-"blB" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"blC" = (/obj/machinery/door/airlock{name = "Starboard Emergency Storage"; req_access_txt = "0"},/turf/open/floor/plating,/area/storage/emergency/starboard)
-"blD" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/sortjunction{dir = 2; icon_state = "pipe-j2s"; sortType = 14},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/aft)
-"blE" = (/obj/machinery/door/airlock/maintenance{name = "Mech Bay Maintenance"; req_access_txt = "29"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/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/science/robotics/mechbay)
-"blF" = (/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},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"blG" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"blH" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"blI" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"blJ" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"blK" = (/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{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"blL" = (/obj/machinery/airalarm{pixel_y = 25},/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"},/turf/open/floor/plasteel/whitered/side{dir = 8},/area/science/robotics/lab)
-"blM" = (/obj/machinery/requests_console{department = "Robotics"; departmentType = 2; name = "Robotics RC"; pixel_y = 30; receive_ore_updates = 1},/obj/machinery/light{dir = 1},/obj/machinery/r_n_d/circuit_imprinter,/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"blN" = (/obj/machinery/computer/rdconsole/robotics,/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"blO" = (/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/science/robotics/lab)
-"blP" = (/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/science/robotics/lab)
-"blQ" = (/turf/closed/wall,/area/science/research)
-"blR" = (/obj/machinery/door/airlock/research{cyclelinkeddir = 2; name = "Research Division Access"; req_access_txt = "47"},/turf/open/floor/plasteel/white,/area/science/research)
-"blS" = (/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/science/lab)
-"blT" = (/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/science/lab)
-"blU" = (/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/science/lab)
-"blV" = (/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/science/lab)
-"blW" = (/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/starboard)
-"blX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/starboard)
-"blY" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/airless,/area/shuttle/escape)
-"blZ" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 1; name = "Port Docking Bay 4"; req_access_txt = "0"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"bma" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 1; name = "Port Docking Bay 3"; req_access_txt = "0"},/turf/open/floor/plating,/area/hallway/secondary/entry)
-"bmb" = (/obj/machinery/conveyor{dir = 1; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal)
-"bmc" = (/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)
-"bmd" = (/obj/machinery/mineral/stacking_machine{input_dir = 1; stack_amt = 10},/turf/open/floor/plating,/area/maintenance/disposal)
-"bme" = (/obj/machinery/mineral/stacking_unit_console{dir = 2; machinedir = 8},/turf/closed/wall,/area/maintenance/disposal)
-"bmf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/port)
-"bmg" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port)
-"bmh" = (/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)
-"bmi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/toilet/locker)
-"bmj" = (/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)
-"bmk" = (/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)
-"bml" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window,/turf/open/floor/plating,/area/maintenance/port)
-"bmm" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bmn" = (/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)
-"bmo" = (/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)
-"bmp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/quartermaster/storage)
-"bmq" = (/obj/structure/disposalpipe/wrapsortjunction{dir = 1},/turf/closed/wall,/area/quartermaster/sorting)
-"bmr" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting)
-"bms" = (/obj/machinery/door/window/eastleft{dir = 4; icon_state = "right"; name = "Mail"; req_access_txt = "50"},/turf/open/floor/plating,/area/quartermaster/sorting)
-"bmt" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bmu" = (/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bmv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bmw" = (/obj/structure/table/reinforced,/obj/item/weapon/hand_labeler{pixel_y = 8},/obj/item/weapon/hand_labeler{pixel_y = 8},/obj/item/weapon/storage/box,/obj/item/weapon/storage/box,/obj/item/weapon/storage/box,/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bmx" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/quartermaster/sorting)
-"bmy" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/turf/open/floor/plasteel/blue/corner,/area/hallway/primary/central)
-"bmz" = (/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)
-"bmA" = (/obj/machinery/vending/cigarette,/turf/open/floor/wood,/area/bridge/meeting_room)
-"bmB" = (/turf/open/floor/plasteel/vault{dir = 1},/area/engine/gravity_generator)
-"bmC" = (/turf/open/floor/plasteel/vault{dir = 8},/area/engine/gravity_generator)
-"bmD" = (/turf/open/floor/plasteel/vault{dir = 4},/area/engine/gravity_generator)
-"bmE" = (/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/heads/captain)
-"bmF" = (/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/heads/captain)
-"bmG" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/item/weapon/melee/chainofcommand,/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bmH" = (/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; receive_ore_updates = 1},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bmI" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bmJ" = (/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bmK" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/chemist,/turf/open/floor/plasteel/whiteyellow/side{dir = 4},/area/medical/chemistry)
-"bmL" = (/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)
-"bmM" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bmN" = (/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)
-"bmO" = (/turf/open/floor/plasteel,/area/security/checkpoint/medical)
-"bmP" = (/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)
-"bmQ" = (/obj/structure/bodycontainer/morgue,/obj/effect/landmark/revenantspawn,/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bmR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bmS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bmT" = (/turf/open/floor/plating,/area/storage/emergency/starboard)
-"bmU" = (/obj/machinery/light/small{dir = 1},/obj/item/weapon/extinguisher,/turf/open/floor/plating,/area/storage/emergency/starboard)
-"bmV" = (/obj/item/weapon/storage/box/lights/mixed,/turf/open/floor/plating,/area/storage/emergency/starboard)
-"bmW" = (/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/science/robotics/mechbay)
-"bmX" = (/obj/machinery/mech_bay_recharge_port{icon_state = "recharge_port"; dir = 2},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/robotics/mechbay)
-"bmY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/circuit,/area/science/robotics/mechbay)
-"bmZ" = (/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"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"bna" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/circuit,/area/science/robotics/mechbay)
-"bnb" = (/obj/machinery/mech_bay_recharge_port{icon_state = "recharge_port"; dir = 2},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/science/robotics/mechbay)
-"bnc" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/science/robotics/lab)
-"bnd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/whitered/corner{icon_state = "whiteredcorner"; dir = 1},/area/science/robotics/lab)
-"bne" = (/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"bnf" = (/obj/structure/chair/office/light{dir = 1},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"bng" = (/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"},/obj/structure/table,/obj/item/weapon/book/manual/robotics_cyborgs{pixel_x = 2; pixel_y = 5},/obj/item/weapon/reagent_containers/glass/beaker/large,/turf/open/floor/plasteel/whitered/corner{dir = 4},/area/science/robotics/lab)
-"bnh" = (/turf/open/floor/plasteel/whitered/side{dir = 1},/area/science/robotics/lab)
-"bni" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/whitered/side{dir = 1},/area/science/robotics/lab)
-"bnj" = (/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel/whitered/side{dir = 1},/area/science/robotics/lab)
-"bnk" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/white,/area/science/research)
-"bnl" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white,/area/science/research)
-"bnm" = (/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/science/research)
-"bnn" = (/turf/open/floor/plasteel/whitepurple/side{dir = 1},/area/science/lab)
-"bno" = (/obj/structure/chair/stool,/obj/effect/landmark/start/scientist,/turf/open/floor/plasteel/whitepurple/side{dir = 1},/area/science/lab)
-"bnp" = (/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/science/lab)
-"bnq" = (/turf/open/floor/plasteel/white,/area/science/lab)
-"bnr" = (/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/starboard)
-"bns" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/escape)
-"bnt" = (/turf/closed/wall/mineral/titanium,/area/shuttle/abandoned)
-"bnu" = (/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)
-"bnv" = (/obj/machinery/door/airlock/titanium,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bnw" = (/obj/machinery/conveyor{dir = 1; id = "garbage"},/obj/structure/sign/vacuum{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/disposal)
-"bnx" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/disposal)
-"bny" = (/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)
-"bnz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/maintenance/disposal)
-"bnA" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal)
-"bnB" = (/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)
-"bnC" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/port)
-"bnD" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/port)
-"bnE" = (/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)
-"bnF" = (/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)
-"bnG" = (/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)
-"bnH" = (/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)
-"bnI" = (/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)
-"bnJ" = (/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)
-"bnK" = (/obj/structure/table,/obj/item/clothing/head/soft,/obj/item/clothing/head/soft,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bnL" = (/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)
-"bnM" = (/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)
-"bnN" = (/obj/machinery/camera{c_tag = "Cargo Bay North"},/obj/structure/closet/wardrobe/cargotech,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bnO" = (/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bnP" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bnQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bnR" = (/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)
-"bnS" = (/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)
-"bnT" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bnU" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/quartermaster/office)
-"bnV" = (/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/sorting)
-"bnW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bnX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bnY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/cargo_technician,/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bnZ" = (/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,/obj/structure/table/reinforced,/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"boa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"bob" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"boc" = (/turf/closed/wall/r_wall,/area/maintenance/central)
-"bod" = (/turf/open/floor/plating,/area/maintenance/central)
-"boe" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/central)
-"bof" = (/obj/machinery/power/apc{cell_type = 2500; dir = 1; name = "Central Maintenance APC"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1; d2 = 2},/turf/open/floor/plating,/area/maintenance/central)
-"bog" = (/obj/structure/closet/wardrobe/black,/turf/open/floor/plating,/area/maintenance/central)
-"boh" = (/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)
-"boi" = (/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/heads/captain)
-"boj" = (/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/heads/captain)
-"bok" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bol" = (/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/heads/captain)
-"bom" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/wood,/area/crew_quarters/heads/captain)
-"bon" = (/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)
-"boo" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bop" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"boq" = (/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)
-"bor" = (/obj/machinery/smartfridge/chemistry/preloaded,/turf/open/floor/plating,/area/medical/chemistry)
-"bos" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bot" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/whiteblue/corner{dir = 2},/area/medical/medbay/central)
-"bou" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/whiteblue/side{dir = 2},/area/medical/medbay/central)
-"bov" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/whiteblue/side{dir = 2},/area/medical/medbay/central)
-"bow" = (/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/central)
-"box" = (/turf/open/floor/plasteel/whiteblue/side{dir = 2},/area/medical/medbay/central)
-"boy" = (/obj/structure/table,/obj/machinery/recharger{pixel_y = 4},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/medical)
-"boz" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/security/checkpoint/medical)
-"boA" = (/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)
-"boB" = (/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)
-"boC" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/storage/emergency/starboard)
-"boD" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/storage/emergency/starboard)
-"boE" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/storage/emergency/starboard)
-"boF" = (/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/starboard)
-"boG" = (/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)
-"boH" = (/turf/open/floor/mech_bay_recharge_floor,/area/science/robotics/mechbay)
-"boI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/circuit,/area/science/robotics/mechbay)
-"boJ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/circuit,/area/science/robotics/mechbay)
-"boK" = (/turf/open/floor/circuit,/area/science/robotics/mechbay)
-"boL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"boM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"boN" = (/obj/machinery/light{dir = 4},/obj/machinery/status_display{density = 0; layer = 3; pixel_x = 32; pixel_y = 0},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"boO" = (/obj/structure/closet/firecloset,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/research)
-"boP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/science/research)
-"boQ" = (/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/science/research)
-"boR" = (/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = -30; pixel_y = 0; receive_ore_updates = 1},/turf/open/floor/plasteel/white,/area/science/lab)
-"boS" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/science/lab)
-"boT" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab)
-"boU" = (/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/science/lab)
-"boV" = (/turf/closed/wall,/area/maintenance/starboard)
-"boW" = (/obj/structure/shuttle/engine/propulsion{dir = 8; icon_state = "propulsion_l"},/turf/open/floor/plating/airless,/area/shuttle/abandoned)
-"boX" = (/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"boY" = (/obj/structure/table,/obj/item/device/radio/off,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"boZ" = (/obj/structure/table,/obj/item/weapon/screwdriver,/obj/structure/light_construct{dir = 1},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bpa" = (/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)
-"bpb" = (/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)
-"bpc" = (/turf/open/floor/plating,/area/maintenance/disposal)
-"bpd" = (/obj/effect/decal/cleanable/oil,/obj/machinery/light_switch{pixel_x = 25; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/disposal)
-"bpe" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/port)
-"bpf" = (/turf/closed/wall/r_wall,/area/maintenance/port)
-"bpg" = (/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)
-"bph" = (/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)
-"bpi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bpj" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bpk" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/storage)
-"bpl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/brown/corner{dir = 8},/area/quartermaster/office)
-"bpm" = (/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)
-"bpn" = (/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},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bpo" = (/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},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bpp" = (/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,/area/quartermaster/sorting)
-"bpq" = (/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,/area/quartermaster/sorting)
-"bpr" = (/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/plasteel,/area/quartermaster/sorting)
-"bps" = (/obj/structure/filingcabinet/filingcabinet,/obj/machinery/power/apc{dir = 2; name = "Delivery Office APC"; pixel_x = 1; pixel_y = -24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bpt" = (/obj/structure/table/reinforced,/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_y = -26},/obj/item/weapon/paper_bin{pixel_x = -3},/obj/item/weapon/pen{pixel_x = -3},/obj/item/weapon/folder/yellow{pixel_x = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bpu" = (/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)
-"bpv" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bpw" = (/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/central)
-"bpx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/maintenance/central)
-"bpy" = (/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/hop)
-"bpz" = (/obj/effect/landmark/blobstart,/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/plating,/area/maintenance/central)
-"bpA" = (/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)
-"bpB" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bpC" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
-"bpD" = (/obj/machinery/gravity_generator/main/station,/turf/open/floor/plasteel/vault{dir = 8},/area/engine/gravity_generator)
-"bpE" = (/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)
-"bpF" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bpG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/heads/captain)
-"bpH" = (/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/heads/captain)
-"bpI" = (/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/heads/captain)
-"bpJ" = (/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bpK" = (/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)
-"bpL" = (/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)
-"bpM" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bpN" = (/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)
-"bpO" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bpP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/whiteblue/side{dir = 4},/area/medical/medbay/central)
-"bpQ" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bpR" = (/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/central)
-"bpS" = (/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/central)
-"bpT" = (/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/central)
-"bpU" = (/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)
-"bpV" = (/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)
-"bpW" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = 30; pixel_y = 0},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/medical)
-"bpX" = (/obj/machinery/computer/mech_bay_power_console,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"bpY" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/holopad,/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"bpZ" = (/obj/machinery/computer/mech_bay_power_console,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"bqa" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"bqb" = (/obj/machinery/conveyor_switch/oneway{id = "robo1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"bqc" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/mecha_part_fabricator,/turf/open/floor/plasteel,/area/science/robotics/lab)
-"bqd" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/table,/obj/item/weapon/storage/belt/utility,/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 = 20; pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"bqe" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/table,/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1; pixel_y = 6},/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/item/clothing/glasses/welding,/obj/item/device/multitool{pixel_x = 3},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"bqf" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"bqg" = (/obj/effect/turf_decal/stripes/line{dir = 1},/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/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"bqh" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/white,/area/science/research)
-"bqi" = (/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/science/research)
-"bqj" = (/obj/machinery/r_n_d/destructive_analyzer,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/lab)
-"bqk" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/lab)
-"bql" = (/obj/machinery/r_n_d/protolathe,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/lab)
-"bqm" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/lab)
-"bqn" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/science/lab)
-"bqo" = (/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/science/lab)
-"bqp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard)
-"bqq" = (/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard)
-"bqr" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard)
-"bqs" = (/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/starboard)
-"bqt" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard)
-"bqu" = (/obj/structure/shuttle/engine/propulsion{dir = 8; icon_state = "propulsion"},/turf/open/floor/plating/airless,/area/shuttle/abandoned)
-"bqv" = (/obj/structure/shuttle/engine/heater{icon_state = "heater"; dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plating/airless,/area/shuttle/abandoned)
-"bqw" = (/turf/open/floor/plating,/turf/closed/wall/mineral/titanium/interior,/area/shuttle/abandoned)
-"bqx" = (/obj/machinery/computer/pod{id = "oldship_gun"},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bqy" = (/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)
-"bqz" = (/obj/machinery/conveyor_switch/oneway{convdir = -1; id = "garbage"; name = "disposal coveyor"},/turf/open/floor/plating,/area/maintenance/disposal)
-"bqA" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/disposal)
-"bqB" = (/obj/structure/closet,/turf/open/floor/plating,/area/maintenance/disposal)
-"bqC" = (/turf/closed/wall/mineral/titanium,/area/shuttle/supply)
-"bqD" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/quartermaster/storage)
-"bqE" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bqF" = (/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)
-"bqG" = (/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)
-"bqH" = (/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)
-"bqI" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bqJ" = (/mob/living/simple_animal/sloth/paperwork,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bqK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bqL" = (/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)
-"bqM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/brown{dir = 8},/area/quartermaster/office)
-"bqN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bqO" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bqP" = (/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/sorting)
-"bqQ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting)
-"bqR" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/quartermaster/sorting)
-"bqS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_mining{name = "Delivery Office"; req_access_txt = "50"},/turf/open/floor/plasteel,/area/quartermaster/sorting)
-"bqT" = (/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)
-"bqU" = (/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)
-"bqV" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/central)
-"bqW" = (/turf/closed/wall,/area/crew_quarters/heads/hop)
-"bqX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/heads/hop)
-"bqY" = (/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/hop)
-"bqZ" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hop)
-"bra" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
-"brb" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/black,/area/engine/gravity_generator)
-"brc" = (/turf/closed/wall,/area/crew_quarters/heads/captain)
-"brd" = (/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/heads/captain)
-"bre" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/heads/captain)
-"brf" = (/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/heads/captain)
-"brg" = (/obj/machinery/door/airlock{name = "Private Restroom"; req_access_txt = "0"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/heads/captain)
-"brh" = (/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/heads/captain)
-"bri" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/crew_quarters/heads/captain)
-"brj" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"brk" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"brl" = (/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)
-"brm" = (/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)
-"brn" = (/obj/structure/disposalpipe/segment,/obj/machinery/chem_heater,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bro" = (/obj/machinery/chem_dispenser,/turf/open/floor/plasteel/whiteyellow/side{dir = 2},/area/medical/chemistry)
-"brp" = (/obj/machinery/chem_master,/turf/open/floor/plasteel/whiteyellow/side{dir = 6},/area/medical/chemistry)
-"brq" = (/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/central)
-"brr" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"brs" = (/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/medical_doctor,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"brt" = (/obj/structure/chair/office/light{dir = 1},/obj/structure/sign/nosmoking_2{pixel_x = 28},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bru" = (/obj/structure/closet,/turf/open/floor/plasteel/red/side{dir = 10},/area/security/checkpoint/medical)
-"brv" = (/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)
-"brw" = (/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)
-"brx" = (/obj/structure/table,/obj/item/weapon/paper/morguereminder{pixel_x = 5; pixel_y = 4},/turf/open/floor/plasteel/black,/area/medical/morgue)
-"bry" = (/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)
-"brz" = (/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)
-"brA" = (/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)
-"brB" = (/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)
-"brC" = (/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)
-"brD" = (/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)
-"brE" = (/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)
-"brF" = (/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/starboard)
-"brG" = (/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/aft)
-"brH" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"brI" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"brJ" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical,/obj/item/weapon/crowbar/large,/obj/machinery/camera{c_tag = "Mech Bay"; dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"brK" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"brL" = (/obj/machinery/recharge_station,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay)
-"brM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/science/robotics/lab)
-"brN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/obj/machinery/light_switch{pixel_x = -23; pixel_y = 0},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"brO" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"brP" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/conveyor{dir = 4; id = "robo1"},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"brQ" = (/obj/machinery/conveyor{dir = 4; id = "robo1"},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"brR" = (/obj/effect/turf_decal/bot,/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel,/area/science/robotics/lab)
-"brS" = (/turf/open/floor/plasteel,/area/science/robotics/lab)
-"brT" = (/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/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"brU" = (/turf/closed/wall/r_wall,/area/science/research)
-"brV" = (/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/science/research)
-"brW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/science/research)
-"brX" = (/obj/machinery/computer/rdconsole/core,/turf/open/floor/plasteel,/area/science/lab)
-"brY" = (/turf/open/floor/plasteel,/area/science/lab)
-"brZ" = (/obj/machinery/r_n_d/circuit_imprinter,/obj/item/weapon/reagent_containers/glass/beaker/sulphuric,/turf/open/floor/plasteel,/area/science/lab)
-"bsa" = (/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/science/lab)
-"bsb" = (/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/science/lab)
-"bsc" = (/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/starboard)
-"bsd" = (/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/starboard)
-"bse" = (/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/starboard)
-"bsf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard)
-"bsg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/maintenance/starboard)
-"bsh" = (/turf/open/floor/plating,/area/shuttle/abandoned)
-"bsi" = (/turf/open/floor/mineral/titanium,/turf/closed/wall/mineral/titanium/interior,/area/shuttle/abandoned)
-"bsj" = (/obj/structure/rack,/obj/item/clothing/suit/space/hardsuit/medical,/obj/item/clothing/mask/breath,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bsk" = (/obj/machinery/door/airlock/glass,/turf/open/floor/plating,/area/shuttle/abandoned)
-"bsl" = (/obj/machinery/mass_driver{dir = 4; icon_state = "mass_driver"; id = "oldship_gun"},/turf/open/floor/plating,/area/shuttle/abandoned)
-"bsm" = (/obj/machinery/door/poddoor{id = "oldship_gun"; name = "pod bay door"},/turf/open/floor/plating,/area/shuttle/abandoned)
-"bsn" = (/obj/machinery/door/poddoor{id = "trash"; name = "disposal bay door"},/turf/open/floor/plating,/area/maintenance/disposal)
-"bso" = (/turf/open/floor/mineral/titanium/blue,/area/shuttle/supply)
-"bsp" = (/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/supply)
-"bsq" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bsr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bss" = (/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)
-"bst" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bsu" = (/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)
-"bsv" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel/brown{dir = 8},/area/quartermaster/office)
-"bsw" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bsx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bsy" = (/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)
-"bsz" = (/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)
-"bsA" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/quartermaster/office)
-"bsB" = (/obj/machinery/computer/cargo/request,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bsC" = (/turf/open/floor/plasteel,/area/quartermaster/office)
-"bsD" = (/obj/machinery/firealarm{pixel_y = 27},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bsE" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/quartermaster/office)
-"bsF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bsG" = (/turf/open/floor/plasteel/red/corner{dir = 2},/area/hallway/primary/central)
-"bsH" = (/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 = "57"},/obj/machinery/button/door{id = "hopqueue"; name = "Queue Shutters Control"; pixel_x = -4; pixel_y = 25; req_access_txt = "57"},/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/hop)
-"bsI" = (/obj/machinery/newscaster/security_unit{pixel_x = 0; pixel_y = 32},/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop)
-"bsJ" = (/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/hop)
-"bsK" = (/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/hop)
-"bsL" = (/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/hop)
-"bsM" = (/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)
-"bsN" = (/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)
-"bsO" = (/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)
-"bsP" = (/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)
-"bsQ" = (/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/heads/captain)
-"bsR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/crew_quarters/heads/captain)
-"bsS" = (/obj/structure/table/wood,/obj/item/device/flashlight/lamp/green,/turf/open/floor/carpet,/area/crew_quarters/heads/captain)
-"bsT" = (/obj/structure/toilet{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/heads/captain)
-"bsU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bsV" = (/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)
-"bsW" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bsX" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/device/radio/headset/headset_med,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bsY" = (/turf/closed/wall,/area/medical/medbay/central)
-"bsZ" = (/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/central)
-"bta" = (/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/central)
-"btb" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/medical/medbay/central)
-"btc" = (/obj/machinery/computer/med_data,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"btd" = (/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/central)
-"bte" = (/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)
-"btf" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/security/checkpoint/medical)
-"btg" = (/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)
-"bth" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/medical/morgue)
-"bti" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/medical/morgue)
-"btj" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall/r_wall,/area/medical/genetics)
-"btk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/genetics)
-"btl" = (/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/aft)
-"btm" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/robotics/mechbay)
-"btn" = (/turf/closed/wall,/area/science/robotics/lab)
-"bto" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/power/apc{dir = 8; name = "Robotics Lab APC"; pixel_x = -25},/obj/structure/cable,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"btp" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"btq" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/science/robotics/lab)
-"btr" = (/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,/obj/item/weapon/crowbar,/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"bts" = (/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/science/research)
-"btt" = (/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/science/research)
-"btu" = (/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/science/research)
-"btv" = (/turf/closed/wall,/area/science/lab)
-"btw" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab)
-"btx" = (/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/science/lab)
-"bty" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab)
-"btz" = (/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/science/lab)
-"btA" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/lab)
-"btB" = (/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/science/lab)
-"btC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/structure/plasticflaps{opacity = 1},/turf/open/floor/plasteel/loadingarea,/area/science/lab)
-"btD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/science/lab)
-"btE" = (/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/starboard)
-"btF" = (/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/starboard)
-"btG" = (/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/starboard)
-"btH" = (/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)
-"btI" = (/obj/machinery/conveyor_switch/oneway{id = "QMLoad2"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"btJ" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"btK" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/quartermaster/storage)
-"btL" = (/turf/open/floor/plasteel/brown/corner{dir = 1},/area/quartermaster/office)
-"btM" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/quartermaster/office)
-"btN" = (/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)
-"btO" = (/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)
-"btP" = (/obj/effect/landmark/start/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)
-"btQ" = (/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)
-"btR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/office)
-"btS" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/quartermaster/office)
-"btT" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"btU" = (/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)
-"btV" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/red/side{dir = 4},/area/hallway/primary/central)
-"btW" = (/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)
-"btX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"btY" = (/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/hop)
-"btZ" = (/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/hop)
-"bua" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/heads/hop)
-"bub" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/carpet,/area/crew_quarters/heads/hop)
-"buc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/crew_quarters/heads/hop)
-"bud" = (/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/hop)
-"bue" = (/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)
-"buf" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"bug" = (/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)
-"buh" = (/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/heads/captain)
-"bui" = (/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/heads/captain)
-"buj" = (/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/heads/captain)
-"buk" = (/obj/machinery/shower{dir = 1},/obj/item/weapon/soap/deluxe,/obj/item/weapon/bikehorn/rubberducky,/obj/effect/landmark/revenantspawn,/obj/structure/curtain,/turf/open/floor/plasteel/freezer,/area/crew_quarters/heads/captain)
-"bul" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bum" = (/obj/structure/closet/wardrobe/chemistry_white,/obj/machinery/light_switch{pixel_x = -23; pixel_y = 0},/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bun" = (/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)
-"buo" = (/obj/structure/chair,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"bup" = (/obj/structure/table,/obj/item/weapon/hand_labeler,/obj/item/stack/packageWrap,/turf/open/floor/plasteel/white,/area/medical/chemistry)
-"buq" = (/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/central)
-"bur" = (/obj/machinery/status_display,/turf/closed/wall,/area/medical/medbay/central)
-"bus" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Medbay Reception"; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"but" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"buu" = (/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/central)
-"buv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"buw" = (/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/central)
-"bux" = (/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/central)
-"buy" = (/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/central)
-"buz" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"buA" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"buB" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/whiteblue/side{dir = 4},/area/medical/medbay/central)
-"buC" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/medical/genetics)
-"buD" = (/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)
-"buE" = (/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)
-"buF" = (/obj/machinery/light{dir = 1},/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"buG" = (/obj/machinery/dna_scannernew,/turf/open/floor/plasteel/whiteblue/side{dir = 5},/area/medical/genetics)
-"buH" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel,/area/medical/genetics)
-"buI" = (/mob/living/carbon/monkey,/turf/open/floor/plasteel,/area/medical/genetics)
-"buJ" = (/turf/closed/wall/r_wall,/area/medical/genetics)
-"buK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/science/robotics/lab)
-"buL" = (/obj/structure/table,/obj/item/clothing/gloves/color/latex,/obj/item/weapon/surgical_drapes,/obj/item/weapon/razor,/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"buM" = (/obj/structure/table,/obj/item/weapon/hemostat,/obj/item/weapon/cautery{pixel_x = 4},/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"buN" = (/obj/structure/table,/obj/item/weapon/circular_saw,/obj/item/weapon/scalpel{pixel_y = 12},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"buO" = (/obj/structure/table,/obj/item/weapon/retractor,/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"buP" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/obj/item/device/mmi,/obj/item/device/mmi,/obj/item/device/mmi,/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"buQ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/whiteblue/corner{dir = 8},/area/science/robotics/lab)
-"buR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"buS" = (/obj/machinery/conveyor_switch/oneway{id = "robo2"},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"buT" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/mecha_part_fabricator,/turf/open/floor/plasteel,/area/science/robotics/lab)
-"buU" = (/obj/structure/table,/obj/item/weapon/storage/belt/utility,/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 = 20; pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"buV" = (/obj/structure/table,/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/item/device/multitool{pixel_x = 3},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"buW" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/weapon/stock_parts/cell/high/plus,/turf/open/floor/plasteel,/area/science/robotics/lab)
-"buX" = (/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/science/robotics/lab)
-"buY" = (/turf/open/floor/plasteel/white/corner{dir = 2},/area/science/research)
-"buZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 2},/area/science/research)
-"bva" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white/corner{dir = 8},/area/science/research)
-"bvb" = (/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/science/lab)
-"bvc" = (/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/science/lab)
-"bvd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/lab)
-"bve" = (/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/science/lab)
-"bvf" = (/obj/machinery/light_switch{pixel_x = 0; pixel_y = -23},/turf/open/floor/plasteel/white,/area/science/lab)
-"bvg" = (/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/science/lab)
-"bvh" = (/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/science/lab)
-"bvi" = (/turf/closed/wall/r_wall,/area/science/explab)
-"bvj" = (/obj/structure/shuttle/engine/propulsion{dir = 8; icon_state = "propulsion_r"},/turf/open/floor/plating/airless,/area/shuttle/abandoned)
-"bvk" = (/obj/structure/light_construct/small,/turf/open/floor/plating,/area/shuttle/abandoned)
-"bvl" = (/obj/machinery/door/airlock/titanium,/turf/open/floor/plating,/area/shuttle/abandoned)
-"bvm" = (/obj/item/weapon/stock_parts/cell{charge = 100; maxcharge = 15000},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bvn" = (/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)
-"bvo" = (/obj/structure/frame/computer{anchored = 1},/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bvp" = (/obj/structure/frame/computer{anchored = 1},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bvq" = (/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)
-"bvr" = (/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)
-"bvs" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/turf/open/floor/plating,/area/quartermaster/storage)
-"bvt" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/quartermaster/storage)
-"bvu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/loadingarea{dir = 4},/area/quartermaster/storage)
-"bvv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bvw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bvx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bvy" = (/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bvz" = (/obj/machinery/autolathe,/obj/machinery/light_switch{pixel_x = -27},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bvA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bvB" = (/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)
-"bvC" = (/obj/machinery/computer/cargo,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bvD" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bvE" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bvF" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bvG" = (/turf/open/floor/plasteel/red/corner{dir = 4},/area/hallway/primary/central)
-"bvH" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/hallway/primary/central)
-"bvI" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bvJ" = (/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/hop)
-"bvK" = (/obj/machinery/computer/card,/turf/open/floor/plasteel/blue/side{dir = 10},/area/crew_quarters/heads/hop)
-"bvL" = (/turf/open/floor/carpet,/area/crew_quarters/heads/hop)
-"bvM" = (/obj/machinery/holopad,/turf/open/floor/carpet,/area/crew_quarters/heads/hop)
-"bvN" = (/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/hop)
-"bvO" = (/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)
-"bvP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"bvQ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/holopad,/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"bvR" = (/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)
-"bvS" = (/turf/closed/wall/r_wall,/area/teleporter)
-"bvT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/teleporter)
-"bvU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/teleporter)
-"bvV" = (/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)
-"bvW" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bvX" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bvY" = (/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)
-"bvZ" = (/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)
-"bwa" = (/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)
-"bwb" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bwc" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bwd" = (/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/central)
-"bwe" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bwf" = (/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/central)
-"bwg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bwh" = (/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/central)
-"bwi" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bwj" = (/obj/structure/table/glass,/obj/item/weapon/storage/box/rxglasses,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bwk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bwl" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/geneticist,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bwm" = (/obj/machinery/computer/scan_consolenew,/turf/open/floor/plasteel/whiteblue/side{dir = 6},/area/medical/genetics)
-"bwn" = (/obj/structure/window/reinforced{dir = 8},/mob/living/carbon/monkey,/turf/open/floor/plasteel,/area/medical/genetics)
-"bwo" = (/turf/open/floor/plasteel,/area/medical/genetics)
-"bwp" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft)
-"bwq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/robotics/lab)
-"bwr" = (/obj/structure/table,/obj/item/weapon/storage/box/bodybags,/obj/item/weapon/pen,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"bws" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"bwt" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/window/eastright{name = "Robotics Surgery"; req_access_txt = "29"},/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"bwu" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/whiteblue/side{dir = 8},/area/science/robotics/lab)
-"bwv" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"bww" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"bwx" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/conveyor{dir = 4; id = "robo2"},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"bwy" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "robo2"},/turf/open/floor/plasteel,/area/science/robotics/lab)
-"bwz" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/bot,/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel,/area/science/robotics/lab)
-"bwA" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/robotics/lab)
-"bwB" = (/obj/effect/turf_decal/stripes/line,/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,/area/science/robotics/lab)
-"bwC" = (/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/science/robotics/lab)
-"bwD" = (/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research)
-"bwE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research)
-"bwF" = (/obj/structure/grille,/obj/machinery/door/poddoor/shutters/preopen{id = "rnd2"; name = "research lab shutters"},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/science/lab)
-"bwG" = (/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/science/lab)
-"bwH" = (/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/science/lab)
-"bwI" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = 0; pixel_y = 6},/turf/open/floor/plasteel/white/corner{dir = 2},/area/science/explab)
-"bwJ" = (/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/science/explab)
-"bwK" = (/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/science/explab)
-"bwL" = (/obj/structure/closet/l3closet/scientist,/turf/open/floor/plasteel/white/side{dir = 2},/area/science/explab)
-"bwM" = (/obj/structure/closet/emcloset{pixel_x = -2},/turf/open/floor/plasteel/white/corner{dir = 8},/area/science/explab)
-"bwN" = (/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/starboard)
-"bwO" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bwP" = (/obj/item/weapon/shard{icon_state = "medium"},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bwQ" = (/obj/machinery/door/airlock/titanium{name = "Supply Shuttle Airlock"; req_access_txt = "31"},/turf/open/floor/plating,/area/shuttle/supply)
-"bwR" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; name = "Supply Dock Airlock"; req_access_txt = "31"},/turf/open/floor/plating,/area/quartermaster/storage)
-"bwS" = (/turf/open/floor/plating,/area/quartermaster/storage)
-"bwT" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; name = "Supply Dock Airlock"; req_access_txt = "31"},/turf/open/floor/plating,/area/quartermaster/storage)
-"bwU" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bwV" = (/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bwW" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bwX" = (/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)
-"bwY" = (/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)
-"bwZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_mining{name = "Cargo Office"; req_access_txt = "50"},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bxa" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bxb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bxc" = (/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bxd" = (/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/hop)
-"bxe" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/vending/cart,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop)
-"bxf" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/carpet,/area/crew_quarters/heads/hop)
-"bxg" = (/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/hop)
-"bxh" = (/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/hop)
-"bxi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bxj" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bxk" = (/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)
-"bxl" = (/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"bxm" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/engine/gravity_generator)
-"bxn" = (/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)
-"bxo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"bxp" = (/turf/closed/wall,/area/teleporter)
-"bxq" = (/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)
-"bxr" = (/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)
-"bxs" = (/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)
-"bxt" = (/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)
-"bxu" = (/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)
-"bxv" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/teleporter)
-"bxw" = (/obj/machinery/light_switch{pixel_x = 27},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/teleporter)
-"bxx" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/blue/side{dir = 8},/area/hallway/primary/central)
-"bxy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bxz" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/medbay/central)
-"bxA" = (/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/central)
-"bxB" = (/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/central)
-"bxC" = (/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/central)
-"bxD" = (/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/central)
-"bxE" = (/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/central)
-"bxF" = (/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/central)
-"bxG" = (/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/central)
-"bxH" = (/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/central)
-"bxI" = (/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/central)
-"bxJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bxK" = (/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/central)
-"bxL" = (/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/central)
-"bxM" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel/whiteblue/corner{dir = 2},/area/medical/medbay/central)
-"bxN" = (/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/central)
-"bxO" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/whiteblue/side{dir = 6},/area/medical/medbay/central)
-"bxP" = (/obj/structure/table/glass,/obj/item/weapon/storage/box/disks{pixel_x = 2; pixel_y = 2},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bxQ" = (/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)
-"bxR" = (/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bxS" = (/obj/machinery/door/window/westleft{name = "Monkey Pen"; req_access_txt = "9"},/turf/open/floor/plasteel,/area/medical/genetics)
-"bxT" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"bxU" = (/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"bxV" = (/obj/structure/table/optable{name = "Robotics Operating Table"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"bxW" = (/obj/machinery/computer/operating{name = "Robotics Operating Computer"},/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"bxX" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/black,/area/science/robotics/lab)
-"bxY" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/whiteblue/corner{dir = 1},/area/science/robotics/lab)
-"bxZ" = (/obj/machinery/camera{c_tag = "Robotics Lab - South"; dir = 1; network = list("SS13","RD")},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"bya" = (/obj/machinery/light,/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"byb" = (/obj/structure/closet/wardrobe/robotics_black,/obj/item/device/radio/headset/headset_sci{pixel_x = -3},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"byc" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research)
-"byd" = (/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/science/research)
-"bye" = (/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/science/research)
-"byf" = (/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/science/research)
-"byg" = (/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/science/research)
-"byh" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 10},/area/science/research)
-"byi" = (/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/science/research)
-"byj" = (/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/science/research)
-"byk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 6},/area/science/research)
-"byl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research)
-"bym" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/science/explab)
-"byn" = (/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/science/explab)
-"byo" = (/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/science/explab)
-"byp" = (/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/science/explab)
-"byq" = (/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/science/explab)
-"byr" = (/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/science/explab)
-"bys" = (/obj/machinery/door/airlock/maintenance{name = "Experimentation Lab Maintenance"; req_access_txt = "47"},/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/science/explab)
-"byt" = (/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/starboard)
-"byu" = (/obj/structure/light_construct,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"byv" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/abandoned)
-"byw" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/mineral/titanium/blue,/area/shuttle/supply)
-"byx" = (/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},/obj/machinery/light{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/shuttle/supply)
-"byy" = (/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)
-"byz" = (/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)
-"byA" = (/obj/structure/table,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/item/weapon/folder/yellow,/turf/open/floor/plasteel,/area/quartermaster/office)
-"byB" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/quartermaster/office)
-"byC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/office)
-"byD" = (/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)
-"byE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office)
-"byF" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/office)
-"byG" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/quartermaster/office)
-"byH" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office)
-"byI" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/brown/corner{dir = 8},/area/hallway/primary/central)
-"byJ" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/blue/side{dir = 9},/area/crew_quarters/heads/hop)
-"byK" = (/turf/open/floor/plasteel,/area/crew_quarters/heads/hop)
-"byL" = (/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/hop)
-"byM" = (/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/hop)
-"byN" = (/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/hop)
-"byO" = (/turf/closed/wall/r_wall,/area/engine/gravity_generator)
-"byP" = (/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)
-"byQ" = (/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)
-"byR" = (/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)
-"byS" = (/obj/machinery/holopad,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/teleporter)
-"byT" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/bluespace_beacon,/turf/open/floor/plasteel,/area/teleporter)
-"byU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/teleporter)
-"byV" = (/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)
-"byW" = (/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)
-"byX" = (/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)
-"byY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"byZ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/medical/medbay/central)
-"bza" = (/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/central)
-"bzb" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bzc" = (/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/central)
-"bzd" = (/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/central)
-"bze" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bzf" = (/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/central)
-"bzg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bzh" = (/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/central)
-"bzi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bzj" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bzk" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bzl" = (/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/central)
-"bzm" = (/turf/closed/wall,/area/medical/genetics)
-"bzn" = (/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)
-"bzo" = (/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)
-"bzp" = (/obj/structure/chair/office/light{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bzq" = (/obj/machinery/computer/scan_consolenew,/turf/open/floor/plasteel/whiteblue/side{dir = 5},/area/medical/genetics)
-"bzr" = (/obj/structure/grille,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/science/robotics/lab)
-"bzs" = (/obj/machinery/door/airlock/research{name = "Robotics Lab"; req_access_txt = "29"; req_one_access_txt = "0"},/turf/open/floor/plasteel/white,/area/science/robotics/lab)
-"bzt" = (/obj/machinery/status_display{density = 0; layer = 3; pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research)
-"bzu" = (/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/science/research)
-"bzv" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research)
-"bzw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research)
-"bzx" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/research)
-"bzy" = (/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/science/research)
-"bzz" = (/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/science/research)
-"bzA" = (/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/science/research)
-"bzB" = (/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 = "47"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab)
-"bzC" = (/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/science/explab)
-"bzD" = (/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/science/explab)
-"bzE" = (/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/science/explab)
-"bzF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/science/explab)
-"bzG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab)
-"bzH" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/explab)
-"bzI" = (/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/science/explab)
-"bzJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/explab)
-"bzK" = (/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/starboard)
-"bzL" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard)
-"bzM" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/starboard)
-"bzN" = (/obj/structure/light_construct{dir = 1},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bzO" = (/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)
-"bzP" = (/obj/machinery/conveyor_switch/oneway{convdir = -1; id = "QMLoad"},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bzQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bzR" = (/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)
-"bzS" = (/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)
-"bzT" = (/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)
-"bzU" = (/obj/machinery/mineral/ore_redemption{input_dir = 8; output_dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/floorgrime,/area/quartermaster/office)
-"bzV" = (/turf/open/floor/plasteel/loadingarea{dir = 4},/area/quartermaster/office)
-"bzW" = (/obj/structure/chair{dir = 8},/obj/machinery/light,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bzX" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bzY" = (/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/hop)
-"bzZ" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/head_of_personnel,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop)
-"bAa" = (/obj/structure/table,/obj/item/weapon/folder/blue,/obj/item/weapon/stamp/hop,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop)
-"bAb" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop)
-"bAc" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall,/area/engine/gravity_generator)
-"bAd" = (/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)
-"bAe" = (/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)
-"bAf" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/closed/wall,/area/engine/gravity_generator)
-"bAg" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/teleporter)
-"bAh" = (/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)
-"bAi" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/teleporter)
-"bAj" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/teleporter)
-"bAk" = (/obj/machinery/shieldwallgen,/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/teleporter)
-"bAl" = (/obj/machinery/shieldwallgen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/teleporter)
-"bAm" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/teleporter)
-"bAn" = (/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)
-"bAo" = (/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/central)
-"bAp" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bAq" = (/obj/machinery/vending/medical{pixel_x = -2},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bAr" = (/turf/closed/wall,/area/medical/sleeper)
-"bAs" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/sleeper)
-"bAt" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bAu" = (/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)
-"bAv" = (/obj/structure/closet/wardrobe/white,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bAw" = (/obj/structure/closet/secure_closet/personal/patient,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bAx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bAy" = (/obj/machinery/dna_scannernew,/turf/open/floor/plasteel/whiteblue/side{dir = 6},/area/medical/genetics)
-"bAz" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plasteel,/area/medical/genetics)
-"bAA" = (/obj/structure/window/reinforced,/mob/living/carbon/monkey,/turf/open/floor/plasteel,/area/medical/genetics)
-"bAB" = (/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)
-"bAC" = (/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)
-"bAD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/research)
-"bAE" = (/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/science/research)
-"bAF" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/whiteblue/side{dir = 8},/area/science/research)
-"bAG" = (/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/science/research)
-"bAH" = (/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/science/research)
-"bAI" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research)
-"bAJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 10},/area/science/research)
-"bAK" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/research)
-"bAL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 6},/area/science/research)
-"bAM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research)
-"bAN" = (/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/science/research)
-"bAO" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research)
-"bAP" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/heads/hor)
-"bAQ" = (/turf/closed/wall,/area/crew_quarters/heads/hor)
-"bAR" = (/obj/machinery/light_switch{pixel_x = -20; pixel_y = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/explab)
-"bAS" = (/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = 0; pixel_y = -30; receive_ore_updates = 1},/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/science/explab)
-"bAT" = (/turf/open/floor/plasteel/white,/area/science/explab)
-"bAU" = (/obj/structure/chair/office/light,/obj/effect/landmark/start/scientist,/turf/open/floor/plasteel/white,/area/science/explab)
-"bAV" = (/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/science/explab)
-"bAW" = (/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)
-"bAX" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "0"; req_one_access_txt = "8;12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard)
-"bAY" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard)
-"bAZ" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard)
-"bBa" = (/turf/open/floor/plating,/area/maintenance/starboard)
-"bBb" = (/obj/machinery/door/window,/turf/open/floor/mineral/titanium/purple,/area/shuttle/abandoned)
-"bBc" = (/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)
-"bBd" = (/obj/structure/table,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bBe" = (/obj/structure/table,/obj/item/weapon/gun/energy/laser/retro,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bBf" = (/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)
-"bBg" = (/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)
-"bBh" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage)
-"bBi" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/quartermaster/storage)
-"bBj" = (/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)
-"bBk" = (/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)
-"bBl" = (/obj/machinery/camera{c_tag = "Cargo Bay South"; dir = 1},/turf/open/floor/plasteel,/area/quartermaster/storage)
-"bBm" = (/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)
-"bBn" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 6; pixel_y = -5},/turf/open/floor/plasteel,/area/quartermaster/office)
-"bBo" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/quartermaster/office)
-"bBp" = (/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)
-"bBq" = (/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)
-"bBr" = (/turf/open/floor/plasteel/brown/corner{dir = 8},/area/quartermaster/office)
-"bBs" = (/turf/closed/wall,/area/security/checkpoint/supply)
-"bBt" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/checkpoint/supply)
-"bBu" = (/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)
-"bBv" = (/obj/machinery/door/poddoor/shutters/preopen{id = "hopqueue"; name = "HoP Queue Shutters"},/turf/open/floor/plasteel/loadingarea{dir = 4},/area/hallway/primary/central)
-"bBw" = (/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/hop)
-"bBx" = (/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/hop)
-"bBy" = (/obj/structure/table,/obj/item/weapon/hand_labeler,/obj/item/stack/packageWrap{pixel_x = -1; pixel_y = -1},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop)
-"bBz" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop)
-"bBA" = (/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/hop)
-"bBB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/engine/gravity_generator)
-"bBC" = (/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)
-"bBD" = (/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)
-"bBE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/engine/gravity_generator)
-"bBF" = (/obj/machinery/computer/teleporter,/turf/open/floor/plating,/area/teleporter)
-"bBG" = (/obj/machinery/teleport/station,/turf/open/floor/plating,/area/teleporter)
-"bBH" = (/obj/machinery/teleport/hub,/turf/open/floor/plating,/area/teleporter)
-"bBI" = (/obj/structure/rack,/obj/item/weapon/tank/internals/oxygen,/obj/item/clothing/mask/gas,/turf/open/floor/plating,/area/teleporter)
-"bBJ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bBK" = (/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/central)
-"bBL" = (/obj/machinery/door/window/eastleft{name = "Medical Delivery"; req_access_txt = "5"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/medical/medbay/central)
-"bBM" = (/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/central)
-"bBN" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bBO" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bBP" = (/obj/machinery/computer/med_data,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bBQ" = (/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bBR" = (/turf/open/floor/plasteel/white/side{dir = 8},/area/medical/sleeper)
-"bBS" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bBT" = (/obj/structure/sign/nosmoking_2,/turf/closed/wall,/area/medical/sleeper)
-"bBU" = (/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)
-"bBV" = (/obj/machinery/atmospherics/components/unary/cryo_cell,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bBW" = (/obj/structure/table,/obj/machinery/cell_charger,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bBX" = (/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)
-"bBY" = (/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)
-"bBZ" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCa" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCb" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/genetics)
-"bCc" = (/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)
-"bCd" = (/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)
-"bCe" = (/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)
-"bCf" = (/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)
-"bCg" = (/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/door/airlock/research{name = "Genetics Research Access"; req_access_txt = "9"},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bCh" = (/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)
-"bCi" = (/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)
-"bCj" = (/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/science/research)
-"bCk" = (/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/science/research)
-"bCl" = (/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/science/research)
-"bCm" = (/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/science/research)
-"bCn" = (/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/science/research)
-"bCo" = (/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/science/research)
-"bCp" = (/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/science/research)
-"bCq" = (/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/science/research)
-"bCr" = (/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/science/research)
-"bCs" = (/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/science/research)
-"bCt" = (/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/science/research)
-"bCu" = (/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bCv" = (/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/heads/hor)
-"bCw" = (/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; receive_ore_updates = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bCx" = (/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/heads/hor)
-"bCy" = (/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/heads/hor)
-"bCz" = (/obj/effect/landmark/xmastree/rdrod,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor)
-"bCA" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/explab)
-"bCB" = (/turf/closed/wall,/area/science/explab)
-"bCC" = (/obj/structure/table,/obj/item/weapon/clipboard,/obj/item/weapon/book/manual/experimentor,/turf/open/floor/plasteel/white/corner{dir = 4},/area/science/explab)
-"bCD" = (/obj/machinery/computer/rdconsole/experiment,/turf/open/floor/plasteel/white/side{dir = 1},/area/science/explab)
-"bCE" = (/obj/structure/closet/radiation,/turf/open/floor/plasteel/white/corner{dir = 1},/area/science/explab)
-"bCF" = (/obj/machinery/button/door{id = "telelab"; name = "Test Chamber Blast Doors"; pixel_x = 25; pixel_y = 0; req_access_txt = "47"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/white,/area/science/explab)
-"bCG" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard)
-"bCH" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard)
-"bCI" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard)
-"bCJ" = (/obj/structure/lattice,/obj/effect/landmark/carpspawn,/turf/open/space,/area/space)
-"bCK" = (/obj/machinery/door/airlock/glass,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bCL" = (/obj/structure/light_construct{dir = 4},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bCM" = (/obj/structure/light_construct/small{dir = 4},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bCN" = (/obj/structure/light_construct{dir = 8},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bCO" = (/obj/structure/chair{dir = 4},/obj/effect/decal/remains/human,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bCP" = (/obj/machinery/computer/shuttle/white_ship,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bCQ" = (/turf/closed/wall,/area/quartermaster/qm)
-"bCR" = (/obj/machinery/door/airlock/glass_mining{name = "Quartermaster"; req_access_txt = "41"},/turf/open/floor/plasteel,/area/quartermaster/qm)
-"bCS" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/quartermaster/qm)
-"bCT" = (/turf/closed/wall,/area/quartermaster/miningdock)
-"bCU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/quartermaster/miningdock)
-"bCV" = (/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)
-"bCW" = (/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)
-"bCX" = (/obj/item/weapon/book/manual/wiki/security_space_law,/obj/structure/table,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint/supply)
-"bCY" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table,/turf/open/floor/plasteel/red/side{dir = 1},/area/security/checkpoint/supply)
-"bCZ" = (/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)
-"bDa" = (/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/hop)
-"bDb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall,/area/engine/gravity_generator)
-"bDc" = (/obj/machinery/ai_status_display,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/engine/gravity_generator)
-"bDd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/engine/gravity_generator)
-"bDe" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall,/area/engine/gravity_generator)
-"bDf" = (/obj/machinery/camera{c_tag = "Central Hallway South-East"; dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bDg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/medical/sleeper)
-"bDh" = (/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)
-"bDi" = (/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)
-"bDj" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bDk" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bDl" = (/turf/open/floor/plasteel,/area/medical/sleeper)
-"bDm" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bDn" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bDo" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bDp" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10; pixel_x = 0; initialize_directions = 10},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bDq" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bDr" = (/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)
-"bDs" = (/obj/structure/chair,/obj/effect/landmark/start/geneticist,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bDt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bDu" = (/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)
-"bDv" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bDw" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bDx" = (/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)
-"bDy" = (/obj/structure/sign/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/genetics)
-"bDz" = (/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)
-"bDA" = (/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)
-"bDB" = (/turf/closed/wall/r_wall,/area/science/server)
-"bDC" = (/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/science/server)
-"bDD" = (/turf/closed/wall,/area/security/checkpoint/science)
-"bDE" = (/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)
-"bDF" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/security/checkpoint/science)
-"bDG" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/checkpoint/science)
-"bDH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/science/research)
-"bDI" = (/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/heads/hor)
-"bDJ" = (/obj/structure/chair/office/light{dir = 8},/obj/effect/landmark/start/research_director,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bDK" = (/obj/machinery/computer/robotics,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bDL" = (/obj/structure/rack,/obj/item/device/aicard,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor)
-"bDM" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor)
-"bDN" = (/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/heads/hor)
-"bDO" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hor)
-"bDP" = (/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/science/explab)
-"bDQ" = (/obj/machinery/door/poddoor/preopen{id = "telelab"; name = "test chamber blast door"},/obj/machinery/door/firedoor/heavy,/turf/open/floor/engine,/area/science/explab)
-"bDR" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard)
-"bDS" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard)
-"bDT" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bDU" = (/obj/structure/light_construct/small{dir = 8},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bDV" = (/obj/structure/table,/obj/item/weapon/tank/internals/oxygen,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bDW" = (/turf/open/floor/mineral/titanium/blue,/turf/closed/wall/mineral/titanium/interior,/area/shuttle/supply)
-"bDX" = (/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)
-"bDY" = (/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)
-"bDZ" = (/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/qm)
-"bEa" = (/obj/machinery/holopad,/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/qm)
-"bEb" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/brown{dir = 1},/area/quartermaster/qm)
-"bEc" = (/obj/structure/closet/secure_closet/quartermaster,/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel/brown{dir = 5},/area/quartermaster/qm)
-"bEd" = (/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)
-"bEe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bEf" = (/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)
-"bEg" = (/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bEh" = (/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/supply)
-"bEi" = (/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark/start/depsec/supply,/turf/open/floor/plasteel,/area/security/checkpoint/supply)
-"bEj" = (/turf/open/floor/plasteel,/area/security/checkpoint/supply)
-"bEk" = (/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)
-"bEl" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bEm" = (/obj/structure/sign/securearea{pixel_y = 32},/turf/open/floor/plasteel/blue/side{dir = 1},/area/hallway/primary/central)
-"bEn" = (/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)
-"bEo" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/blue/side{dir = 1},/area/hallway/primary/central)
-"bEp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bEq" = (/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)
-"bEr" = (/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)
-"bEs" = (/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)
-"bEt" = (/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)
-"bEu" = (/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)
-"bEv" = (/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)
-"bEw" = (/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)
-"bEx" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bEy" = (/obj/structure/chair,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bEz" = (/obj/structure/chair,/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bEA" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/shower{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bEB" = (/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bEC" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bED" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bEE" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bEF" = (/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/central)
-"bEG" = (/obj/machinery/dna_scannernew,/turf/open/floor/plasteel/whiteblue/side{dir = 10},/area/medical/genetics)
-"bEH" = (/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)
-"bEI" = (/obj/machinery/clonepod,/turf/open/floor/plasteel/whiteblue/side{dir = 6},/area/medical/genetics)
-"bEJ" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/medical/genetics)
-"bEK" = (/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)
-"bEL" = (/obj/structure/closet/secure_closet/medical1,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bEM" = (/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/light,/turf/open/floor/plasteel/white,/area/medical/genetics)
-"bEN" = (/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)
-"bEO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/aft)
-"bEP" = (/obj/machinery/r_n_d/server/robotics,/turf/open/floor/circuit{name = "Server Base"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/server)
-"bEQ" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; external_pressure_bound = 140; on = 1; pressure_checks = 0},/turf/open/floor/circuit{name = "Server Base"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/server)
-"bER" = (/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/science/server)
-"bES" = (/obj/machinery/atmospherics/pipe/simple{dir = 10},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/black,/area/science/server)
-"bET" = (/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/science/server)
-"bEU" = (/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/science/server)
-"bEV" = (/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)
-"bEW" = (/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)
-"bEX" = (/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)
-"bEY" = (/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)
-"bEZ" = (/obj/structure/table,/obj/machinery/recharger{pixel_y = 4},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/checkpoint/science)
-"bFa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research)
-"bFb" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/heads/hor)
-"bFc" = (/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/heads/hor)
-"bFd" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bFe" = (/obj/machinery/computer/mecha,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bFf" = (/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/heads/hor)
-"bFg" = (/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor)
-"bFh" = (/obj/machinery/modular_computer/console/preset/research,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor)
-"bFi" = (/turf/open/floor/engine,/area/science/explab)
-"bFj" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard)
-"bFk" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/starboard)
-"bFl" = (/obj/machinery/power/apc{dir = 4; name = "Starboard Maintenace APC"; pixel_x = 26; pixel_y = 0},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/starboard)
-"bFm" = (/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)
-"bFn" = (/obj/machinery/door/window/northright,/obj/effect/decal/remains/human,/turf/open/floor/mineral/titanium/purple,/area/shuttle/abandoned)
-"bFo" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/airless,/area/shuttle/supply)
-"bFp" = (/obj/machinery/computer/cargo,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/brown{dir = 8},/area/quartermaster/qm)
-"bFq" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel,/area/quartermaster/qm)
-"bFr" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/quartermaster/qm)
-"bFs" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start/quartermaster,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/quartermaster/qm)
-"bFt" = (/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)
-"bFu" = (/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)
-"bFv" = (/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)
-"bFw" = (/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)
-"bFx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start/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)
-"bFy" = (/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)
-"bFz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bFA" = (/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)
-"bFB" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/supply)
-"bFC" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/checkpoint/supply)
-"bFD" = (/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)
-"bFE" = (/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)
-"bFF" = (/obj/machinery/door/firedoor,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFG" = (/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)
-"bFH" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFI" = (/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)
-"bFJ" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=HOP"; location = "CHE"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bFK" = (/obj/structure/chair,/obj/structure/sign/nosmoking_2{pixel_x = -28},/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bFL" = (/obj/structure/chair,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bFM" = (/obj/machinery/holopad,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bFN" = (/obj/structure/chair,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/black,/area/medical/sleeper)
-"bFO" = (/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)
-"bFP" = (/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)
-"bFQ" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bFR" = (/obj/structure/table/reinforced,/obj/item/weapon/wrench/medical,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bFS" = (/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)
-"bFT" = (/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)
-"bFU" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 1},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bFV" = (/turf/open/floor/plating,/area/maintenance/aft)
-"bFW" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bFX" = (/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/science/server)
-"bFY" = (/obj/effect/landmark/blobstart,/turf/open/floor/plasteel/black{name = "Server Walkway"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/server)
-"bFZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_command{name = "Server Room"; req_access_txt = "30"},/turf/open/floor/plasteel/black,/area/science/server)
-"bGa" = (/obj/machinery/atmospherics/pipe/manifold{dir = 8},/turf/open/floor/plasteel/black,/area/science/server)
-"bGb" = (/obj/structure/chair/office/light,/obj/machinery/atmospherics/pipe/simple{dir = 4},/turf/open/floor/plasteel/black,/area/science/server)
-"bGc" = (/obj/machinery/atmospherics/pipe/simple{dir = 9},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/black,/area/science/server)
-"bGd" = (/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)
-"bGe" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/security/checkpoint/science)
-"bGf" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/security/checkpoint/science)
-"bGg" = (/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)
-"bGh" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/security_space_law,/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/science)
-"bGi" = (/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/science/research)
-"bGj" = (/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/science/research)
-"bGk" = (/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/heads/hor)
-"bGl" = (/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/heads/hor)
-"bGm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bGn" = (/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/heads/hor)
-"bGo" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bGp" = (/obj/machinery/airalarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bGq" = (/obj/machinery/r_n_d/experimentor,/turf/open/floor/engine,/area/science/explab)
-"bGr" = (/obj/effect/landmark/blobstart,/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine,/area/science/explab)
-"bGs" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard)
-"bGt" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard)
-"bGu" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bGv" = (/obj/structure/shuttle/engine/propulsion{icon_state = "burst_l"},/turf/open/floor/plating/airless,/area/shuttle/supply)
-"bGw" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/supply)
-"bGx" = (/obj/structure/shuttle/engine/propulsion{icon_state = "burst_r"},/turf/open/floor/plating/airless,/area/shuttle/supply)
-"bGy" = (/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)
-"bGz" = (/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)
-"bGA" = (/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)
-"bGB" = (/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)
-"bGC" = (/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)
-"bGD" = (/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)
-"bGE" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/qm)
-"bGF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bGG" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bGH" = (/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)
-"bGI" = (/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)
-"bGJ" = (/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)
-"bGK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/red/side,/area/security/checkpoint/supply)
-"bGL" = (/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)
-"bGM" = (/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)
-"bGN" = (/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)
-"bGO" = (/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)
-"bGP" = (/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)
-"bGQ" = (/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)
-"bGR" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGS" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGT" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGU" = (/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)
-"bGV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/status_display{pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bGZ" = (/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)
-"bHa" = (/obj/structure/disposalpipe/sortjunction{dir = 8; icon_state = "pipe-j2s"; sortType = 22},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bHb" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bHc" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bHd" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central)
-"bHe" = (/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)
-"bHf" = (/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)
-"bHg" = (/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)
-"bHh" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/sleeper)
-"bHi" = (/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)
-"bHj" = (/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)
-"bHk" = (/obj/machinery/door/airlock/glass_medical{id_tag = null; name = "Recovery Room"; req_access_txt = "0"},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bHl" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bHm" = (/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/central)
-"bHn" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bHo" = (/turf/closed/wall,/area/crew_quarters/heads/cmo)
-"bHp" = (/obj/machinery/suit_storage_unit/cmo,/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bHq" = (/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/crew_quarters/heads/cmo)
-"bHr" = (/obj/machinery/computer/med_data,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bHs" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bHt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft)
-"bHu" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft)
-"bHv" = (/obj/machinery/r_n_d/server/core,/turf/open/floor/circuit{name = "Server Base"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/server)
-"bHw" = (/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/circuit{name = "Server Base"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/server)
-"bHx" = (/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/science/server)
-"bHy" = (/obj/machinery/atmospherics/pipe/simple{dir = 9},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/black,/area/science/server)
-"bHz" = (/obj/machinery/computer/rdservercontrol,/turf/open/floor/plasteel/black,/area/science/server)
-"bHA" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/weapon/pen,/turf/open/floor/plasteel/black,/area/science/server)
-"bHB" = (/obj/item/device/radio/intercom{pixel_x = -25},/obj/structure/filingcabinet,/turf/open/floor/plasteel/red/side{dir = 10},/area/security/checkpoint/science)
-"bHC" = (/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)
-"bHD" = (/obj/item/weapon/screwdriver{pixel_y = 10},/obj/item/device/radio/off,/turf/open/floor/plasteel/red/side,/area/security/checkpoint/science)
-"bHE" = (/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)
-"bHF" = (/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)
-"bHG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/research)
-"bHH" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research)
-"bHI" = (/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/heads/hor)
-"bHJ" = (/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/heads/hor)
-"bHK" = (/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/heads/hor)
-"bHL" = (/obj/structure/closet/secure_closet/RD,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bHM" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bHN" = (/obj/machinery/suit_storage_unit/rd,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor)
-"bHO" = (/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/science/explab)
-"bHP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard)
-"bHQ" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "0"; req_one_access_txt = "8;12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/starboard)
-"bHR" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard)
-"bHS" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bHT" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bHU" = (/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/aft)
-"bHV" = (/turf/closed/wall,/area/maintenance/port/aft)
-"bHW" = (/turf/closed/wall,/area/storage/tech)
-"bHX" = (/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)
-"bHY" = (/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)
-"bHZ" = (/turf/closed/wall,/area/janitor)
-"bIa" = (/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)
-"bIb" = (/turf/closed/wall,/area/maintenance/aft)
-"bIc" = (/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/aft)
-"bId" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/black,/area/hallway/primary/central)
-"bIe" = (/obj/structure/disposalpipe/segment,/obj/structure/table,/obj/item/weapon/surgicaldrill,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bIf" = (/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)
-"bIg" = (/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)
-"bIh" = (/obj/structure/table,/obj/item/weapon/retractor,/turf/open/floor/plasteel/white/side{dir = 2},/area/medical/sleeper)
-"bIi" = (/obj/structure/table,/obj/item/weapon/cautery{pixel_x = 4},/turf/open/floor/plasteel,/area/medical/sleeper)
-"bIj" = (/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)
-"bIk" = (/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)
-"bIl" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/medical/sleeper)
-"bIm" = (/obj/structure/closet/l3closet,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIn" = (/obj/structure/closet/wardrobe/white/medical,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIo" = (/obj/structure/closet/secure_closet/medical3,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIp" = (/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)
-"bIq" = (/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)
-"bIr" = (/obj/structure/disposalpipe/trunk,/obj/machinery/disposal/bin,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bIs" = (/turf/open/floor/plasteel/whiteblue/corner{dir = 8},/area/medical/medbay/central)
-"bIt" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/heads/cmo)
-"bIu" = (/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bIv" = (/obj/structure/chair/office/light,/obj/effect/landmark/start/chief_medical_officer,/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bIw" = (/obj/machinery/keycard_auth{pixel_x = 24; pixel_y = 0},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bIx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bIy" = (/turf/closed/wall/r_wall,/area/science/xenobiology)
-"bIz" = (/turf/closed/wall,/area/science/storage)
-"bIA" = (/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/science/research)
-"bIB" = (/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/science/research)
-"bIC" = (/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research)
-"bID" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard)
-"bIE" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard)
-"bIF" = (/obj/structure/light_construct/small{dir = 1},/turf/open/floor/plating,/area/shuttle/abandoned)
-"bIG" = (/obj/item/device/multitool,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bIH" = (/obj/structure/chair,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bII" = (/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)
-"bIJ" = (/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)
-"bIK" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/start/shaft_miner,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bIL" = (/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)
-"bIM" = (/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)
-"bIN" = (/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)
-"bIO" = (/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/port/aft)
-"bIP" = (/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)
-"bIQ" = (/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/port/aft)
-"bIR" = (/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/port/aft)
-"bIS" = (/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/port/aft)
-"bIT" = (/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)
-"bIU" = (/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)
-"bIV" = (/obj/structure/table,/obj/item/weapon/screwdriver{pixel_y = 16},/obj/item/weapon/wirecutters,/turf/open/floor/plating,/area/storage/tech)
-"bIW" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plating,/area/storage/tech)
-"bIX" = (/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)
-"bIY" = (/obj/structure/table,/obj/item/device/analyzer,/obj/item/device/healthanalyzer,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/storage/tech)
-"bIZ" = (/obj/structure/table,/obj/item/device/plant_analyzer,/obj/item/weapon/stock_parts/cell/high/plus,/turf/open/floor/plating,/area/storage/tech)
-"bJa" = (/turf/open/floor/plating,/area/storage/tech)
-"bJb" = (/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)
-"bJc" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bJd" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"bJe" = (/obj/structure/closet/jcloset,/turf/open/floor/plasteel,/area/janitor)
-"bJf" = (/obj/structure/closet/l3closet/janitor,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel,/area/janitor)
-"bJg" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/camera{c_tag = "Custodial Closet"},/obj/vehicle/janicart,/turf/open/floor/plasteel,/area/janitor)
-"bJh" = (/obj/item/weapon/storage/box/lights/mixed,/obj/item/weapon/storage/box/lights/mixed,/turf/open/floor/plasteel,/area/janitor)
-"bJi" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/janitor)
-"bJj" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/janitor)
-"bJk" = (/obj/machinery/portable_atmospherics/canister/water_vapor,/turf/open/floor/plasteel,/area/janitor)
-"bJl" = (/obj/machinery/door/window/westleft{name = "Janitoral Delivery"; req_access_txt = "26"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/janitor)
-"bJm" = (/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)
-"bJn" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/aft)
-"bJo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/aft)
-"bJp" = (/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)
-"bJq" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bJr" = (/obj/effect/landmark/start/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)
-"bJs" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bJt" = (/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)
-"bJu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/medical/sleeper)
-"bJv" = (/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)
-"bJw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bJx" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/whiteblue/side{dir = 4},/area/medical/sleeper)
-"bJy" = (/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)
-"bJz" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bJA" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bJB" = (/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)
-"bJC" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/whiteblue/side{dir = 8},/area/medical/medbay/central)
-"bJD" = (/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/central)
-"bJE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bJF" = (/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/central)
-"bJG" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bJH" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin{pixel_x = -2; pixel_y = 5},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bJI" = (/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/crew_quarters/heads/cmo)
-"bJJ" = (/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/crew_quarters/heads/cmo)
-"bJK" = (/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/crew_quarters/heads/cmo)
-"bJL" = (/turf/open/floor/engine,/area/science/xenobiology)
-"bJM" = (/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/science/xenobiology)
-"bJN" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel{name = "floor"},/area/science/storage)
-"bJO" = (/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/science/storage)
-"bJP" = (/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/science/research)
-"bJQ" = (/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/science/research)
-"bJR" = (/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research)
-"bJS" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/white,/area/science/research)
-"bJT" = (/turf/closed/wall,/area/science/mixing)
-"bJU" = (/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/science/mixing)
-"bJV" = (/obj/structure/closet/bombcloset,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bJW" = (/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/science/mixing)
-"bJX" = (/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/science/mixing)
-"bJY" = (/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/science/mixing)
-"bJZ" = (/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/science/mixing)
-"bKa" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bKb" = (/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/science/mixing)
-"bKc" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bKd" = (/turf/closed/wall/r_wall,/area/science/mixing)
-"bKe" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard)
-"bKf" = (/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/starboard)
-"bKg" = (/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/starboard)
-"bKh" = (/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/starboard)
-"bKi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/science/mixing)
-"bKj" = (/obj/structure/frame/computer{anchored = 1},/obj/structure/light_construct,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bKk" = (/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)
-"bKl" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bKm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bKn" = (/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)
-"bKo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/quartermaster/miningdock)
-"bKp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft)
-"bKq" = (/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/port/aft)
-"bKr" = (/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/port/aft)
-"bKs" = (/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/port/aft)
-"bKt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/maintenance/port/aft)
-"bKu" = (/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)
-"bKv" = (/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)
-"bKw" = (/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)
-"bKx" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/storage/tech)
-"bKy" = (/obj/structure/table,/obj/item/device/aicard,/obj/item/weapon/aiModule/reset,/turf/open/floor/plating,/area/storage/tech)
-"bKz" = (/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)
-"bKA" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/storage/tech)
-"bKB" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"bKC" = (/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bKD" = (/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)
-"bKE" = (/turf/open/floor/plasteel,/area/janitor)
-"bKF" = (/obj/structure/chair/stool,/obj/effect/landmark/start/janitor,/turf/open/floor/plasteel,/area/janitor)
-"bKG" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/janitor)
-"bKH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/janitor)
-"bKI" = (/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)
-"bKJ" = (/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)
-"bKK" = (/obj/item/weapon/mop,/obj/item/weapon/reagent_containers/glass/bucket,/turf/open/floor/plasteel,/area/janitor)
-"bKL" = (/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)
-"bKM" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/aft)
-"bKN" = (/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/aft)
-"bKO" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/maintenance/aft)
-"bKP" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/aft)
-"bKQ" = (/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/aft)
-"bKR" = (/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)
-"bKS" = (/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)
-"bKT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bKU" = (/obj/structure/table/optable,/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bKV" = (/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)
-"bKW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bKX" = (/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)
-"bKY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/whiteblue/side{dir = 8},/area/medical/sleeper)
-"bKZ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bLa" = (/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)
-"bLb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/medical/sleeper)
-"bLc" = (/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)
-"bLd" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bLe" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bLf" = (/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/central)
-"bLg" = (/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/central)
-"bLh" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bLi" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bLj" = (/obj/structure/disposalpipe/segment,/obj/machinery/light_switch{pixel_x = 28; pixel_y = 0},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bLk" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/floorgrime,/area/science/storage)
-"bLl" = (/turf/open/floor/plasteel/floorgrime,/area/science/storage)
-"bLm" = (/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/science/storage)
-"bLn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/science/storage)
-"bLo" = (/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/science/storage)
-"bLp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/science/storage)
-"bLq" = (/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/science/research)
-"bLr" = (/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/science/research)
-"bLs" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/white,/area/science/research)
-"bLt" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/science/mixing)
-"bLu" = (/turf/open/floor/plasteel/white,/area/science/mixing)
-"bLv" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bLw" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/machinery/meter,/turf/open/floor/plasteel/white,/area/science/mixing)
-"bLx" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bLy" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "0"; req_one_access_txt = "8;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/starboard)
-"bLz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/maintenance/starboard)
-"bLA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/science/mixing)
-"bLB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/science/mixing)
-"bLC" = (/obj/machinery/doppler_array{dir = 4},/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/mixing)
-"bLD" = (/turf/closed/wall,/area/science/test_area)
-"bLE" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating/airless,/area/science/test_area)
-"bLF" = (/obj/item/weapon/scalpel,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bLG" = (/obj/structure/table,/turf/open/floor/mineral/titanium/blue,/area/shuttle/labor)
-"bLH" = (/obj/machinery/computer/shuttle/mining,/turf/open/floor/mineral/titanium/blue,/area/shuttle/labor)
-"bLI" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/quartermaster/miningdock)
-"bLJ" = (/obj/machinery/computer/shuttle/mining,/turf/open/floor/plasteel/brown{dir = 9},/area/quartermaster/miningdock)
-"bLK" = (/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bLL" = (/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)
-"bLM" = (/obj/structure/closet/secure_closet/miner,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bLN" = (/obj/machinery/door/airlock/maintenance{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"bLO" = (/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/port/aft)
-"bLP" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bLQ" = (/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)
-"bLR" = (/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)
-"bLS" = (/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)
-"bLT" = (/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)
-"bLU" = (/obj/structure/table,/obj/machinery/cell_charger{pixel_y = 5},/obj/item/device/multitool,/turf/open/floor/plating,/area/storage/tech)
-"bLV" = (/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)
-"bLW" = (/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)
-"bLX" = (/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)
-"bLY" = (/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)
-"bLZ" = (/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)
-"bMa" = (/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)
-"bMb" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/janitor)
-"bMc" = (/obj/structure/janitorialcart,/turf/open/floor/plasteel,/area/janitor)
-"bMd" = (/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)
-"bMe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/janitor)
-"bMf" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/janitor)
-"bMg" = (/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/aft)
-"bMh" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft)
-"bMi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft)
-"bMj" = (/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/aft)
-"bMk" = (/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)
-"bMl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 4},/area/medical/sleeper)
-"bMm" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bMn" = (/obj/machinery/computer/operating,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bMo" = (/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)
-"bMp" = (/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)
-"bMq" = (/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)
-"bMr" = (/obj/structure/table,/obj/item/weapon/hand_labeler,/obj/item/weapon/gun/syringe,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bMs" = (/obj/structure/closet/crate/freezer/surplus_limbs,/obj/item/weapon/reagent_containers/glass/beaker/synthflesh,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bMt" = (/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/central)
-"bMu" = (/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/central)
-"bMv" = (/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/central)
-"bMw" = (/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/central)
-"bMx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bMy" = (/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/central)
-"bMz" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bMA" = (/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/crew_quarters/heads/cmo)
-"bMB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bMC" = (/obj/machinery/holopad,/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bMD" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bME" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/crew_quarters/heads/cmo)
-"bMF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bMG" = (/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/aft)
-"bMH" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine,/area/science/xenobiology)
-"bMI" = (/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/science/storage)
-"bMJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/floorgrime,/area/science/storage)
-"bMK" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel/floorgrime,/area/science/storage)
-"bML" = (/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/science/storage)
-"bMM" = (/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/science/storage)
-"bMN" = (/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/science/research)
-"bMO" = (/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/science/research)
-"bMP" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/research)
-"bMQ" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/research{name = "Toxins Lab"; req_access_txt = "7"},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bMR" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bMS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bMT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/mixing)
-"bMU" = (/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/science/mixing)
-"bMV" = (/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/science/mixing)
-"bMW" = (/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/science/mixing)
-"bMX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/science/mixing)
-"bMY" = (/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/science/mixing)
-"bMZ" = (/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/science/mixing)
-"bNa" = (/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/science/mixing)
-"bNb" = (/obj/item/target,/obj/structure/window/reinforced,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/science/test_area)
-"bNc" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 6; pixel_y = -5},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bNd" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/labor)
-"bNe" = (/obj/item/weapon/ore/iron,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bNf" = (/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)
-"bNg" = (/turf/open/floor/plasteel/brown{dir = 8},/area/quartermaster/miningdock)
-"bNh" = (/obj/effect/landmark/start/shaft_miner,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bNi" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bNj" = (/obj/machinery/light/small{dir = 1},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bNk" = (/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bNl" = (/turf/open/floor/plating,/area/maintenance/port/aft)
-"bNm" = (/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)
-"bNn" = (/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)
-"bNo" = (/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)
-"bNp" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/storage/tech)
-"bNq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/storage/tech)
-"bNr" = (/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)
-"bNs" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tech)
-"bNt" = (/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)
-"bNu" = (/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)
-"bNv" = (/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)
-"bNw" = (/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)
-"bNx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"bNy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/janitor)
-"bNz" = (/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)
-"bNA" = (/obj/machinery/power/apc{dir = 8; name = "Aft Maintenance APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/maintenance/aft)
-"bNB" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/aft)
-"bNC" = (/obj/structure/grille,/obj/structure/window/fulltile{obj_integrity = 25},/turf/open/floor/plating,/area/maintenance/aft)
-"bND" = (/obj/structure/disposalpipe/segment,/obj/structure/grille,/obj/structure/window/fulltile{obj_integrity = 35},/turf/open/floor/plating,/area/maintenance/aft)
-"bNE" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/maintenance/aft)
-"bNF" = (/obj/structure/disposalpipe/segment,/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bNG" = (/obj/structure/disposalpipe/segment,/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bNH" = (/obj/structure/closet/secure_closet/medical2,/turf/open/floor/plasteel,/area/medical/sleeper)
-"bNI" = (/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)
-"bNJ" = (/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)
-"bNK" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/white/side{dir = 1},/area/medical/sleeper)
-"bNL" = (/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)
-"bNM" = (/obj/structure/bed,/obj/item/weapon/bedsheet/medical,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bNN" = (/obj/machinery/light,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bNO" = (/obj/structure/closet/wardrobe/pjs,/turf/open/floor/plasteel/white,/area/medical/sleeper)
-"bNP" = (/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)
-"bNQ" = (/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)
-"bNR" = (/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)
-"bNS" = (/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)
-"bNT" = (/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)
-"bNU" = (/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)
-"bNV" = (/obj/structure/bed,/obj/item/weapon/bedsheet/medical,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bNW" = (/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/central)
-"bNX" = (/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/central)
-"bNY" = (/obj/structure/disposalpipe/junction{icon_state = "pipe-j2"; dir = 2},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bNZ" = (/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/central)
-"bOa" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/heads/cmo)
-"bOb" = (/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/crew_quarters/heads/cmo)
-"bOc" = (/obj/machinery/computer/card/minor/cmo,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bOd" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bOe" = (/obj/structure/closet/secure_closet/CMO,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/barber,/area/crew_quarters/heads/cmo)
-"bOf" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"},/turf/closed/wall/r_wall,/area/science/xenobiology)
-"bOg" = (/obj/structure/disposaloutlet{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/floor/engine,/area/science/xenobiology)
-"bOh" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/storage)
-"bOi" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/storage)
-"bOj" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/storage)
-"bOk" = (/obj/machinery/portable_atmospherics/scrubber/huge,/turf/open/floor/plasteel/floorgrime,/area/science/storage)
-"bOl" = (/obj/structure/sign/nosmoking_2{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research)
-"bOm" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/research)
-"bOn" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/white,/area/science/research)
-"bOo" = (/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/science/mixing)
-"bOp" = (/obj/structure/chair/stool,/obj/effect/landmark/start/scientist,/turf/open/floor/plasteel/white,/area/science/mixing)
-"bOq" = (/obj/structure/table/reinforced,/obj/item/weapon/wrench,/obj/item/weapon/screwdriver{pixel_y = 10},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bOr" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bOs" = (/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/science/mixing)
-"bOt" = (/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 = "7"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bOu" = (/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/science/mixing)
-"bOv" = (/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/science/mixing)
-"bOw" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/science/mixing)
-"bOx" = (/obj/machinery/door/airlock/research{name = "Toxins Launch Room"; req_access_txt = "7"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing)
-"bOy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing)
-"bOz" = (/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/science/mixing)
-"bOA" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/science/mixing)
-"bOB" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'BOMB RANGE"; name = "BOMB RANGE"},/turf/closed/wall,/area/science/test_area)
-"bOC" = (/obj/structure/chair,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating/airless,/area/science/test_area)
-"bOD" = (/obj/item/device/flashlight/lamp,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating/airless,/area/science/test_area)
-"bOE" = (/obj/structure/chair,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating/airless,/area/science/test_area)
-"bOF" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/obj/effect/decal/remains/human,/obj/structure/light_construct,/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"bOG" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/mineral/titanium/blue,/area/shuttle/labor)
-"bOH" = (/obj/machinery/door/airlock/titanium{name = "Mining Shuttle Airlock"; req_access_txt = "0"},/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)
-"bOI" = (/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)
-"bOJ" = (/obj/machinery/door/airlock/glass_mining{cyclelinkeddir = 8; name = "Mining Dock"; req_access_txt = "48"},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bOK" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bOL" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bOM" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bON" = (/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)
-"bOO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/storage/tech)
-"bOP" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/storage/tech)
-"bOQ" = (/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)
-"bOR" = (/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)
-"bOS" = (/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)
-"bOT" = (/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)
-"bOU" = (/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plating,/area/storage/tech)
-"bOV" = (/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)
-"bOW" = (/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)
-"bOX" = (/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)
-"bOY" = (/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/aft)
-"bOZ" = (/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)
-"bPa" = (/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/aft)
-"bPb" = (/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/aft)
-"bPc" = (/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/aft)
-"bPd" = (/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/aft)
-"bPe" = (/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/aft)
-"bPf" = (/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/aft)
-"bPg" = (/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bPh" = (/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)
-"bPi" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plating,/area/maintenance/aft)
-"bPj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/sleeper)
-"bPk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/medical/sleeper)
-"bPl" = (/turf/closed/wall/r_wall,/area/medical/medbay/central)
-"bPm" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bPn" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bPo" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/shieldwallgen/xenobiologyaccess,/turf/open/floor/plating,/area/science/xenobiology)
-"bPp" = (/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/science/xenobiology)
-"bPq" = (/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/science/xenobiology)
-"bPr" = (/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/science/xenobiology)
-"bPs" = (/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/science/xenobiology)
-"bPt" = (/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/science/xenobiology)
-"bPu" = (/turf/closed/wall,/area/science/xenobiology)
-"bPv" = (/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/science/research)
-"bPw" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research)
-"bPx" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/white,/area/science/research)
-"bPy" = (/obj/structure/closet/l3closet/scientist{pixel_x = -2},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bPz" = (/obj/structure/closet/wardrobe/science_white,/turf/open/floor/plasteel/white,/area/science/mixing)
-"bPA" = (/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/science/mixing)
-"bPB" = (/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; receive_ore_updates = 1},/obj/structure/table/reinforced,/turf/open/floor/plasteel/white,/area/science/mixing)
-"bPC" = (/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/science/mixing)
-"bPD" = (/obj/structure/tank_dispenser,/turf/open/floor/plasteel/white,/area/science/mixing)
-"bPE" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bPF" = (/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/science/mixing)
-"bPG" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/science/mixing)
-"bPH" = (/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/science/mixing)
-"bPI" = (/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/science/mixing)
-"bPJ" = (/obj/machinery/door/window/southleft{name = "Mass Driver Door"; req_access_txt = "7"},/turf/open/floor/plasteel/loadingarea,/area/science/mixing)
-"bPK" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/science/mixing)
-"bPL" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating/airless,/area/science/test_area)
-"bPM" = (/turf/open/floor/plating/airless,/area/science/test_area)
-"bPN" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating/airless,/area/science/test_area)
-"bPO" = (/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)
-"bPP" = (/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)
-"bPQ" = (/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)
-"bPR" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/brown{dir = 10},/area/quartermaster/miningdock)
-"bPS" = (/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)
-"bPT" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bPU" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bPV" = (/obj/machinery/mineral/equipment_vendor,/turf/open/floor/plasteel,/area/quartermaster/miningdock)
-"bPW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/port/aft)
-"bPX" = (/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)
-"bPY" = (/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)
-"bPZ" = (/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)
-"bQa" = (/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)
-"bQb" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plating,/area/storage/tech)
-"bQc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tech)
-"bQd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/storage/tech)
-"bQe" = (/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)
-"bQf" = (/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)
-"bQg" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"bQh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/aft)
-"bQi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/aft)
-"bQj" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/closed/wall/r_wall,/area/maintenance/aft)
-"bQk" = (/obj/structure/closet,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bQl" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bQm" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bQn" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bQo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"bQp" = (/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/aft)
-"bQq" = (/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/aft)
-"bQr" = (/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/aft)
-"bQs" = (/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/aft)
-"bQt" = (/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/aft)
-"bQu" = (/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/aft)
-"bQv" = (/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/central)
-"bQw" = (/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/central)
-"bQx" = (/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/central)
-"bQy" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central)
-"bQz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/medical/medbay/central)
-"bQA" = (/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/aft)
-"bQB" = (/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/crew_quarters/heads/cmo)
-"bQC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"bQD" = (/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/aft)
-"bQE" = (/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/science/xenobiology)
-"bQF" = (/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/science/xenobiology)
-"bQG" = (/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/science/xenobiology)
-"bQH" = (/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/science/xenobiology)
-"bQI" = (/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/science/xenobiology)
-"bQJ" = (/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/science/xenobiology)
-"bQK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/science/xenobiology)
-"bQL" = (/obj/structure/sign/biohazard,/turf/closed/wall,/area/science/xenobiology)
-"bQM" = (/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/science/research)
-"bQN" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/heavy,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/research)
-"bQO" = (/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/science/research)
-"bQP" = (/obj/structure/sign/fire,/turf/closed/wall,/area/science/research)
-"bQQ" = (/obj/structure/sign/nosmoking_2{pixel_x = -32},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bQR" = (/turf/closed/wall,/area/maintenance/starboard/aft)
-"bQS" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "0"; req_one_access_txt = "8;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/starboard/aft)
-"bQT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/starboard/aft)
-"bQU" = (/obj/machinery/mass_driver{dir = 4; id = "toxinsdriver"},/turf/open/floor/plating,/area/science/mixing)
-"bQV" = (/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/science/mixing)
-"bQW" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating,/area/science/mixing)
-"bQX" = (/obj/machinery/door/poddoor{id = "toxinsdriver"; name = "toxins launcher bay door"},/turf/open/floor/plating,/area/science/mixing)
-"bQY" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating/airless,/area/science/test_area)
-"bQZ" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating/airless,/area/science/test_area)
-"bRa" = (/obj/item/device/radio/beacon,/turf/open/floor/plating/airless,/area/science/test_area)
-"bRb" = (/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/science/test_area)
-"bRc" = (/turf/closed/indestructible{desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; icon_state = "riveted"; name = "hyper-reinforced wall"},/area/science/test_area)
-"bRd" = (/obj/structure/shuttle/engine/heater,/turf/open/floor/plating,/area/shuttle/labor)
-"bRe" = (/obj/structure/ore_box,/turf/open/floor/mineral/titanium/blue,/area/shuttle/labor)
-"bRf" = (/obj/structure/rack{dir = 8; layer = 2.9},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bRg" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bRh" = (/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/aft)
-"bRi" = (/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)
-"bRj" = (/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)
-"bRk" = (/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)
-"bRl" = (/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)
-"bRm" = (/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)
-"bRn" = (/obj/machinery/requests_console{department = "Tech storage"; pixel_x = 0; pixel_y = -32},/turf/open/floor/plating,/area/storage/tech)
-"bRo" = (/obj/machinery/vending/assist,/turf/open/floor/plating,/area/storage/tech)
-"bRp" = (/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)
-"bRq" = (/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)
-"bRr" = (/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)
-"bRs" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/caution{dir = 5},/area/hallway/primary/aft)
-"bRt" = (/turf/closed/wall/r_wall,/area/engine/atmos)
-"bRu" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos)
-"bRv" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos)
-"bRw" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos)
-"bRx" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos)
-"bRy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/atmos)
-"bRz" = (/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/engine/atmos)
-"bRA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/closed/wall/r_wall,/area/engine/atmos)
-"bRB" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/closed/wall/r_wall,/area/engine/atmos)
-"bRC" = (/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/aft)
-"bRD" = (/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/central)
-"bRE" = (/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/central)
-"bRF" = (/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/central)
-"bRG" = (/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/central)
-"bRH" = (/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/central)
-"bRI" = (/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/central)
-"bRJ" = (/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/central)
-"bRK" = (/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/aft)
-"bRL" = (/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/aft)
-"bRM" = (/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/aft)
-"bRN" = (/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/aft)
-"bRO" = (/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/science/xenobiology)
-"bRP" = (/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bRQ" = (/obj/structure/chair/stool,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bRR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bRS" = (/obj/machinery/monkey_recycler,/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bRT" = (/obj/machinery/processor{desc = "A machine used to process slimes and retrieve their extract."; name = "Slime Processor"},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bRU" = (/obj/machinery/smartfridge/extract/preloaded,/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bRV" = (/obj/structure/table,/obj/machinery/reagentgrinder,/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bRW" = (/obj/structure/closet/l3closet/scientist,/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bRX" = (/obj/structure/closet/l3closet/scientist,/obj/machinery/light_switch{pixel_x = 0; pixel_y = 28},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bRY" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/science/xenobiology)
-"bRZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research)
-"bSa" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/science/research)
-"bSb" = (/obj/machinery/door/poddoor{id = "mixvent"; name = "Mixer Room Vent"},/turf/open/floor/engine/vacuum,/area/science/mixing)
-"bSc" = (/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/science/mixing)
-"bSd" = (/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/science/mixing)
-"bSe" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/science/mixing)
-"bSf" = (/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/science/mixing)
-"bSg" = (/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/science/mixing)
-"bSh" = (/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/science/mixing)
-"bSi" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/science/mixing)
-"bSj" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bSk" = (/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/aft)
-"bSl" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bSm" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating/airless,/area/science/test_area)
-"bSn" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plating/airless,/area/science/test_area)
-"bSo" = (/obj/structure/shuttle/engine/propulsion/burst,/obj/structure/window/reinforced{dir = 1; layer = 2.9},/turf/open/floor/plating/airless,/area/shuttle/labor)
-"bSp" = (/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)
-"bSq" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bSr" = (/turf/open/floor/plasteel/caution{dir = 4},/area/hallway/primary/aft)
-"bSs" = (/turf/closed/wall,/area/engine/atmos)
-"bSt" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plasteel,/area/engine/atmos)
-"bSu" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bSv" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel,/area/engine/atmos)
-"bSw" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/atmos)
-"bSx" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/atmos)
-"bSy" = (/obj/machinery/pipedispenser,/turf/open/floor/plasteel,/area/engine/atmos)
-"bSz" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"bSA" = (/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/engine/atmos)
-"bSB" = (/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/engine/atmos)
-"bSC" = (/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/engine/atmos)
-"bSD" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"bSE" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Air to Distro"; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"bSF" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10; initialize_directions = 10},/turf/open/floor/plasteel,/area/engine/atmos)
-"bSG" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos)
-"bSH" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/atmos)
-"bSI" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/space,/area/space/nearstation)
-"bSJ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{icon_state = "intact"; dir = 10},/turf/open/space,/area/space/nearstation)
-"bSK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/medical/virology)
-"bSL" = (/turf/closed/wall/r_wall,/area/medical/virology)
-"bSM" = (/turf/closed/wall,/area/medical/virology)
-"bSN" = (/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)
-"bSO" = (/obj/structure/sign/biohazard,/turf/closed/wall,/area/medical/virology)
-"bSP" = (/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/aft)
-"bSQ" = (/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/science/xenobiology)
-"bSR" = (/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/science/xenobiology)
-"bSS" = (/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/science/xenobiology)
-"bST" = (/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/science/xenobiology)
-"bSU" = (/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/science/xenobiology)
-"bSV" = (/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/science/xenobiology)
-"bSW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bSX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bSY" = (/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/science/xenobiology)
-"bSZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research)
-"bTa" = (/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/science/research)
-"bTb" = (/turf/open/floor/engine/vacuum,/area/science/mixing)
-"bTc" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine/vacuum,/area/science/mixing)
-"bTd" = (/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/science/mixing)
-"bTe" = (/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume{dir = 2; frequency = 1449; id = "tox_airlock_pump"},/turf/open/floor/engine,/area/science/mixing)
-"bTf" = (/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/science/mixing)
-"bTg" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bTh" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing)
-"bTi" = (/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/science/mixing)
-"bTj" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bTk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bTl" = (/obj/structure/closet/wardrobe/grey,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bTm" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bTn" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating/airless,/area/science/test_area)
-"bTo" = (/obj/item/device/flashlight/lamp,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plating/airless,/area/science/test_area)
-"bTp" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plating/airless,/area/science/test_area)
-"bTq" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/science/test_area)
-"bTr" = (/turf/closed/wall,/area/construction)
-"bTs" = (/obj/structure/closet/crate,/turf/open/floor/plating,/area/construction)
-"bTt" = (/turf/open/floor/plating,/area/construction)
-"bTu" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plating,/area/construction)
-"bTv" = (/turf/open/floor/plasteel,/area/construction)
-"bTw" = (/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/construction)
-"bTx" = (/turf/open/floor/plasteel/caution{dir = 6},/area/hallway/primary/aft)
-"bTy" = (/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/engine/atmos)
-"bTz" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bTA" = (/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/engine/atmos)
-"bTB" = (/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/engine/atmos)
-"bTC" = (/obj/machinery/camera{c_tag = "Atmospherics North West"; dir = 4; network = list("SS13")},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos)
-"bTD" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"bTE" = (/turf/open/floor/plasteel,/area/engine/atmos)
-"bTF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"bTG" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/engine/atmos)
-"bTH" = (/obj/machinery/pipedispenser/disposal,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bTI" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"bTJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bTK" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"bTL" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Mix to Distro"; on = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"bTM" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 8; initialize_directions = 11},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos)
-"bTN" = (/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/engine/atmos)
-"bTO" = (/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/engine/atmos)
-"bTP" = (/obj/structure/grille,/turf/closed/wall/r_wall,/area/engine/atmos)
-"bTQ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space,/area/space/nearstation)
-"bTR" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall/r_wall,/area/medical/virology)
-"bTS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bTT" = (/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)
-"bTU" = (/obj/machinery/light{dir = 1},/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bTV" = (/obj/item/weapon/bedsheet,/obj/structure/bed,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bTW" = (/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)
-"bTX" = (/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)
-"bTY" = (/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)
-"bTZ" = (/turf/open/floor/plasteel/white,/area/medical/virology)
-"bUa" = (/mob/living/carbon/monkey,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bUb" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bUc" = (/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/aft)
-"bUd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/xenobiology)
-"bUe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bUf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/chair/comfy/black,/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bUg" = (/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/chair/comfy/black,/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bUh" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bUi" = (/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/science/xenobiology)
-"bUj" = (/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/science/xenobiology)
-"bUk" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bUl" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/science/xenobiology)
-"bUm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 1},/area/science/research)
-"bUn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/white/side{dir = 1},/area/science/research)
-"bUo" = (/turf/open/floor/plasteel/white/side{dir = 1},/area/science/research)
-"bUp" = (/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/science/mixing)
-"bUq" = (/obj/structure/sign/fire{pixel_y = -32},/obj/machinery/atmospherics/components/binary/pump{dir = 8; on = 1},/turf/open/floor/engine,/area/science/mixing)
-"bUr" = (/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/science/mixing)
-"bUs" = (/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/science/mixing)
-"bUt" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/science/mixing)
-"bUu" = (/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bUv" = (/obj/item/target,/obj/structure/window/reinforced{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/science/test_area)
-"bUw" = (/obj/structure/barricade/wooden,/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bUx" = (/obj/structure/light_construct{dir = 8},/turf/open/floor/plating,/area/construction)
-"bUy" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plating,/area/construction)
-"bUz" = (/obj/structure/light_construct{dir = 4},/turf/open/floor/plasteel,/area/construction)
-"bUA" = (/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)
-"bUB" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bUC" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/loadingarea{dir = 8},/area/hallway/primary/aft)
-"bUD" = (/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/engine/atmos)
-"bUE" = (/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/engine/atmos)
-"bUF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bUG" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bUH" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/atmos)
-"bUI" = (/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/engine/atmos)
-"bUJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/engine/atmos)
-"bUK" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel,/area/engine/atmos)
-"bUL" = (/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/atmos)
-"bUM" = (/obj/machinery/pipedispenser/disposal/transit_tube,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bUN" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"bUO" = (/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/engine/atmos)
-"bUP" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"bUQ" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"bUR" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix Outlet Pump"; on = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"bUS" = (/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/engine/atmos)
-"bUT" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/manifold/yellow/visible,/turf/open/floor/plasteel/green/side{dir = 5},/area/engine/atmos)
-"bUU" = (/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/engine/atmos)
-"bUV" = (/obj/machinery/atmospherics/pipe/simple{dir = 4},/obj/structure/grille,/obj/machinery/meter,/turf/closed/wall/r_wall,/area/engine/atmos)
-"bUW" = (/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/engine/atmos)
-"bUX" = (/obj/machinery/camera{c_tag = "Atmospherics Waste Tank"},/turf/open/floor/engine/vacuum,/area/engine/atmos)
-"bUY" = (/turf/open/floor/engine/vacuum,/area/engine/atmos)
-"bUZ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/aft)
-"bVa" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bVb" = (/obj/machinery/iv_drip,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bVc" = (/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)
-"bVd" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bVe" = (/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)
-"bVf" = (/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)
-"bVg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/mob/living/carbon/monkey,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bVh" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/virology)
-"bVi" = (/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/science/xenobiology)
-"bVj" = (/obj/machinery/computer/camera_advanced/xenobio,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bVk" = (/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/science/xenobiology)
-"bVl" = (/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/science/xenobiology)
-"bVm" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bVn" = (/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/science/xenobiology)
-"bVo" = (/obj/structure/table,/obj/item/weapon/extinguisher{pixel_x = 4; pixel_y = 3},/obj/item/weapon/extinguisher,/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bVp" = (/obj/structure/table,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = 0; pixel_y = -30; receive_ore_updates = 1},/obj/item/weapon/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/weapon/pen,/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bVq" = (/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/science/xenobiology)
-"bVr" = (/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/science/xenobiology)
-"bVs" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bVt" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/science/misc_lab)
-"bVu" = (/obj/machinery/door/airlock/research{name = "Testing Lab"; req_access_txt = "47"},/turf/open/floor/plasteel,/area/science/misc_lab)
-"bVv" = (/turf/closed/wall,/area/science/misc_lab)
-"bVw" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bVx" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bVy" = (/obj/machinery/vending/boozeomat,/turf/open/floor/plasteel/bar,/area/maintenance/port/aft)
-"bVz" = (/turf/open/floor/wood,/area/maintenance/port/aft)
-"bVA" = (/obj/effect/decal/cleanable/robot_debris/old,/turf/open/floor/wood,/area/maintenance/port/aft)
-"bVB" = (/turf/open/floor/wood{icon_state = "wood-broken"},/area/maintenance/port/aft)
-"bVC" = (/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/port/aft)
-"bVD" = (/obj/item/weapon/shard,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bVE" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bVF" = (/obj/structure/girder,/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bVG" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bVH" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bVI" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating,/area/maintenance/port/aft)
-"bVJ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port/aft)
-"bVK" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft)
-"bVL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/construction)
-"bVM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bVN" = (/obj/structure/closet/crate,/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bVO" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plating,/area/construction)
-"bVP" = (/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bVQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/construction)
-"bVR" = (/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)
-"bVS" = (/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)
-"bVT" = (/turf/open/floor/plasteel/caution{dir = 5},/area/hallway/primary/aft)
-"bVU" = (/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/engine/atmos)
-"bVV" = (/obj/structure/tank_dispenser{pixel_x = -1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/atmos)
-"bVW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos)
-"bVX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bVY" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"bVZ" = (/obj/machinery/computer/atmos_control,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/caution{dir = 4},/area/engine/atmos)
-"bWa" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"bWb" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bWc" = (/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/engine/atmos)
-"bWd" = (/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/engine/atmos)
-"bWe" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/engine/atmos)
-"bWf" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/atmos)
-"bWg" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Filter"; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"bWh" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bWi" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos)
-"bWj" = (/obj/machinery/atmospherics/pipe/manifold/green/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"bWk" = (/obj/machinery/atmospherics/pipe/manifold/green/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bWl" = (/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/engine/atmos)
-"bWm" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"bWn" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating/airless,/area/engine/atmos)
-"bWo" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "mix_sensor"},/turf/open/floor/engine/vacuum,/area/engine/atmos)
-"bWp" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/vacuum,/area/engine/atmos)
-"bWq" = (/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)
-"bWr" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bWs" = (/obj/structure/closet/wardrobe/virology_white,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bWt" = (/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)
-"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/virology)
-"bWv" = (/obj/structure/closet/l3closet,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bWw" = (/obj/effect/landmark/blobstart,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bWx" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bWy" = (/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/science/xenobiology)
-"bWz" = (/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/science/xenobiology)
-"bWA" = (/obj/structure/closet/bombcloset,/obj/machinery/light_switch{pixel_x = -20; pixel_y = 0},/turf/open/floor/plasteel,/area/science/misc_lab)
-"bWB" = (/turf/open/floor/plasteel,/area/science/misc_lab)
-"bWC" = (/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"bWD" = (/obj/machinery/requests_console{department = "Science"; departmentType = 2; dir = 2; name = "Science Requests Console"; pixel_x = 0; pixel_y = 30; receive_ore_updates = 1},/turf/open/floor/plasteel,/area/science/misc_lab)
-"bWE" = (/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/science/misc_lab)
-"bWF" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/engine,/area/science/misc_lab)
-"bWG" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/engine,/area/science/misc_lab)
-"bWH" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4; req_access = null},/turf/open/floor/engine,/area/science/misc_lab)
-"bWI" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/engine,/area/science/misc_lab)
-"bWJ" = (/obj/machinery/light/small{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/science/misc_lab)
-"bWK" = (/obj/machinery/light/small{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/science/misc_lab)
-"bWL" = (/turf/closed/wall/r_wall,/area/science/misc_lab)
-"bWM" = (/obj/structure/rack,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bWN" = (/obj/structure/table,/obj/machinery/chem_dispenser/drinks/beer,/turf/open/floor/wood,/area/maintenance/port/aft)
-"bWO" = (/obj/structure/table/wood,/obj/item/weapon/soap/nanotrasen,/turf/open/floor/wood{icon_state = "wood-broken7"},/area/maintenance/port/aft)
-"bWP" = (/obj/structure/table/wood,/turf/open/floor/wood{icon_state = "wood-broken5"},/area/maintenance/port/aft)
-"bWQ" = (/obj/structure/table/wood,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/wood,/area/maintenance/port/aft)
-"bWR" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bWS" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"bWT" = (/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"bWU" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bWV" = (/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/port/aft)
-"bWW" = (/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)
-"bWX" = (/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)
-"bWY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/construction)
-"bWZ" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/construction)
-"bXa" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/construction)
-"bXb" = (/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)
-"bXc" = (/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)
-"bXd" = (/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/engine/atmos)
-"bXe" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start/atmospheric_technician,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/atmos)
-"bXf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/atmos)
-"bXg" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/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/engine/atmos)
-"bXh" = (/obj/machinery/computer/atmos_alert,/turf/open/floor/plasteel/caution{dir = 4},/area/engine/atmos)
-"bXi" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"bXj" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel,/area/engine/atmos)
-"bXk" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos)
-"bXl" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos)
-"bXm" = (/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/engine/atmos)
-"bXn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bXo" = (/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/engine/atmos)
-"bXp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos)
-"bXq" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos)
-"bXr" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Pure to Mix"; on = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"bXs" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 5; initialize_directions = 12},/turf/open/floor/plasteel,/area/engine/atmos)
-"bXt" = (/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/engine/atmos)
-"bXu" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel/green/side{dir = 6},/area/engine/atmos)
-"bXv" = (/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/engine/atmos)
-"bXw" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/space,/area/space/nearstation)
-"bXx" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8; frequency = 1441; id = "mix_in"; pixel_y = 1},/turf/open/floor/engine/vacuum,/area/engine/atmos)
-"bXy" = (/obj/structure/table,/obj/machinery/light_switch{pixel_x = -23; pixel_y = 0},/obj/machinery/reagentgrinder,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXz" = (/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXA" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bXB" = (/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)
-"bXC" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/medical/virology)
-"bXD" = (/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)
-"bXE" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet,/turf/open/floor/engine,/area/science/xenobiology)
-"bXF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/engine,/area/science/xenobiology)
-"bXG" = (/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/science/xenobiology)
-"bXH" = (/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/science/xenobiology)
-"bXI" = (/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/science/xenobiology)
-"bXJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bXK" = (/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/science/xenobiology)
-"bXL" = (/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/science/xenobiology)
-"bXM" = (/obj/structure/closet/l3closet/scientist{pixel_x = -2},/turf/open/floor/plasteel,/area/science/misc_lab)
-"bXN" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"bXO" = (/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/science/misc_lab)
-"bXP" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/engine,/area/science/misc_lab)
-"bXQ" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/engine,/area/science/misc_lab)
-"bXR" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/engine,/area/science/misc_lab)
-"bXS" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/engine,/area/science/misc_lab)
-"bXT" = (/obj/machinery/magnetic_module,/obj/effect/landmark/blobstart,/obj/structure/target_stake,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/misc_lab)
-"bXU" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"bXV" = (/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/starboard/aft)
-"bXW" = (/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/starboard/aft)
-"bXX" = (/obj/machinery/space_heater,/turf/open/floor/wood,/area/maintenance/port/aft)
-"bXY" = (/obj/structure/chair/stool,/turf/open/floor/wood,/area/maintenance/port/aft)
-"bXZ" = (/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bYa" = (/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/port/aft)
-"bYb" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bYc" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bYd" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/aft)
-"bYe" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating,/area/construction)
-"bYf" = (/obj/machinery/camera{c_tag = "Construction Area"; dir = 1},/turf/open/floor/plating,/area/construction)
-"bYg" = (/obj/structure/rack{dir = 1},/obj/item/clothing/suit/hazardvest,/turf/open/floor/plating,/area/construction)
-"bYh" = (/obj/structure/table,/obj/item/stack/cable_coil{amount = 5},/obj/item/device/flashlight,/turf/open/floor/plating,/area/construction)
-"bYi" = (/obj/structure/table,/turf/open/floor/plating,/area/construction)
-"bYj" = (/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/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"bYl" = (/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/engine/atmos)
-"bYm" = (/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/engine/atmos)
-"bYn" = (/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/engine/atmos)
-"bYo" = (/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/engine/atmos)
-"bYp" = (/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/engine/atmos)
-"bYq" = (/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/engine/atmos)
-"bYr" = (/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/engine/atmos)
-"bYs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/atmos)
-"bYt" = (/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/engine/atmos)
-"bYu" = (/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/engine/atmos)
-"bYv" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"bYw" = (/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/engine/atmos)
-"bYx" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"bYy" = (/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/engine/atmos)
-"bYz" = (/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/engine/atmos)
-"bYA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bYB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bYC" = (/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)
-"bYD" = (/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)
-"bYE" = (/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)
-"bYF" = (/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)
-"bYG" = (/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)
-"bYH" = (/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)
-"bYI" = (/obj/machinery/vending/medical,/turf/open/floor/plasteel/white,/area/medical/virology)
-"bYJ" = (/obj/effect/landmark/revenantspawn,/turf/open/floor/engine,/area/science/xenobiology)
-"bYK" = (/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/science/xenobiology)
-"bYL" = (/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/science/xenobiology)
-"bYM" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"bYN" = (/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/science/xenobiology)
-"bYO" = (/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/science/xenobiology)
-"bYP" = (/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/science/misc_lab)
-"bYQ" = (/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/science/misc_lab)
-"bYR" = (/turf/open/floor/engine,/area/science/misc_lab)
-"bYS" = (/obj/machinery/atmospherics/components/binary/valve,/turf/open/floor/engine,/area/science/misc_lab)
-"bYT" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/engine,/area/science/misc_lab)
-"bYU" = (/obj/item/pipe{dir = 4; icon_state = "mixer"; name = "gas mixer fitting"; pipe_type = 14},/turf/open/floor/engine,/area/science/misc_lab)
-"bYV" = (/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/science/misc_lab)
-"bYW" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/science/misc_lab)
-"bYX" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/science/misc_lab)
-"bYY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/science/misc_lab)
-"bYZ" = (/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/starboard/aft)
-"bZa" = (/turf/open/floor/wood{icon_state = "wood-broken5"},/area/maintenance/port/aft)
-"bZb" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/wood,/area/maintenance/port/aft)
-"bZc" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/wood{icon_state = "wood-broken6"},/area/maintenance/port/aft)
-"bZd" = (/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/port/aft)
-"bZe" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{icon_state = "intact"; dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft)
-"bZf" = (/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/port/aft)
-"bZg" = (/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/port/aft)
-"bZh" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"bZi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/maintenance/port/aft)
-"bZj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port/aft)
-"bZk" = (/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/port/aft)
-"bZl" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall,/area/maintenance/port/aft)
-"bZm" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft)
-"bZn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/maintenance/port/aft)
-"bZo" = (/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)
-"bZp" = (/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)
-"bZq" = (/obj/item/weapon/crowbar,/obj/item/weapon/wrench,/obj/structure/window/reinforced,/turf/open/floor/plasteel/caution{dir = 6},/area/hallway/primary/aft)
-"bZr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/engine/atmos)
-"bZs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/engine/atmos)
-"bZt" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/glass_atmos{name = "Atmospherics Monitoring"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/engine/atmos)
-"bZu" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6; initialize_directions = 6},/turf/open/floor/plasteel,/area/engine/atmos)
-"bZv" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bZw" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 4; initialize_directions = 11},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos)
-"bZx" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos)
-"bZy" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos)
-"bZz" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"bZA" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"bZB" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "N2O Outlet Pump"; on = 0},/turf/open/floor/plasteel/escape{dir = 5},/area/engine/atmos)
-"bZC" = (/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/engine/atmos)
-"bZD" = (/turf/open/floor/engine/n2o,/area/engine/atmos)
-"bZE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/medical/virology)
-"bZF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/virology)
-"bZG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/medical/virology)
-"bZH" = (/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)
-"bZI" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bZJ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bZK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/virology)
-"bZL" = (/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/science/xenobiology)
-"bZM" = (/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/science/xenobiology)
-"bZN" = (/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/science/xenobiology)
-"bZO" = (/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/science/xenobiology)
-"bZP" = (/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/science/xenobiology)
-"bZQ" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 1},/turf/open/floor/engine,/area/science/xenobiology)
-"bZR" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"bZS" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10; pixel_x = 0; initialize_directions = 10},/turf/open/floor/plasteel,/area/science/misc_lab)
-"bZT" = (/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/science/misc_lab)
-"bZU" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/engine,/area/science/misc_lab)
-"bZV" = (/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/science/misc_lab)
-"bZW" = (/turf/open/floor/plating,/area/science/misc_lab)
-"bZX" = (/obj/structure/target_stake,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/science/misc_lab)
-"bZY" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/space/nearstation)
-"bZZ" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 2},/turf/open/floor/plating/airless,/area/maintenance/port/aft)
-"caa" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cab" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cac" = (/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/port/aft)
-"cad" = (/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/port/aft)
-"cae" = (/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/port/aft)
-"caf" = (/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/port/aft)
-"cag" = (/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/port/aft)
-"cah" = (/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/aft)
-"cai" = (/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)
-"caj" = (/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)
-"cak" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cal" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cam" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"can" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel/arrival{dir = 8},/area/engine/atmos)
-"cao" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 1},/obj/machinery/meter,/turf/closed/wall/r_wall,/area/engine/atmos)
-"cap" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/caution{dir = 8},/area/engine/atmos)
-"caq" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/atmos)
-"car" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel/caution{dir = 4},/area/engine/atmos)
-"cas" = (/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/engine/atmos)
-"cat" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Air to External"; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"cau" = (/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/engine/atmos)
-"cav" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos)
-"caw" = (/obj/item/device/radio/beacon,/turf/open/floor/plasteel,/area/engine/atmos)
-"cax" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Air to Port"; on = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"cay" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Mix to Port"; on = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"caz" = (/obj/machinery/atmospherics/components/binary/pump{dir = 0; name = "Pure to Port"; on = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"caA" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"caB" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"caC" = (/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/engine/atmos)
-"caD" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "n2o_sensor"},/turf/open/floor/engine/n2o,/area/engine/atmos)
-"caE" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/engine/n2o,/area/engine/atmos)
-"caF" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/n2o,/area/engine/atmos)
-"caG" = (/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/aft)
-"caH" = (/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/aft)
-"caI" = (/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/aft)
-"caJ" = (/obj/machinery/smartfridge/chemistry/virology/preloaded,/turf/open/floor/plasteel/whitegreen/side{dir = 8},/area/medical/virology)
-"caK" = (/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)
-"caL" = (/obj/machinery/computer/pandemic,/turf/open/floor/plasteel/whitegreen/side{dir = 4},/area/medical/virology)
-"caM" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/medical/virology)
-"caN" = (/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)
-"caO" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/virology)
-"caP" = (/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)
-"caQ" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "HIGH VOLTAGE"},/turf/closed/wall,/area/science/xenobiology)
-"caR" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"caS" = (/obj/structure/sink{dir = 4; icon_state = "sink"; pixel_x = 11; pixel_y = 0},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"caT" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"caU" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/obj/machinery/meter,/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"caV" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/science/misc_lab)
-"caW" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/misc_lab)
-"caX" = (/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/science/misc_lab)
-"caY" = (/obj/machinery/camera{c_tag = "Testing Firing Range"; dir = 8; network = list("SS13","RD"); pixel_y = -22},/turf/open/floor/plating,/area/science/misc_lab)
-"caZ" = (/obj/structure/target_stake,/turf/open/floor/plating,/area/science/misc_lab)
-"cba" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cbb" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation)
-"cbc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/maintenance/port/aft)
-"cbd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/maintenance/port/aft)
-"cbe" = (/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/port/aft)
-"cbf" = (/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/port/aft)
-"cbg" = (/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/port/aft)
-"cbh" = (/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/port/aft)
-"cbi" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/sign/deathsposal{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cbj" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cbk" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cbl" = (/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/port/aft)
-"cbm" = (/obj/structure/sign/nosmoking_2{pixel_x = -28},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cbn" = (/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/port/aft)
-"cbo" = (/turf/closed/wall/r_wall,/area/tcommsat/server)
-"cbp" = (/turf/closed/wall/r_wall,/area/tcommsat/computer)
-"cbq" = (/obj/structure/rack{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cbr" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cbs" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/closed/wall/r_wall,/area/engine/atmos)
-"cbt" = (/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/engine/atmos)
-"cbu" = (/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/atmos)
-"cbv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos)
-"cbw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel/caution{dir = 4},/area/engine/atmos)
-"cbx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/sign/securearea,/turf/closed/wall,/area/engine/atmos)
-"cby" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "External to Filter"; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"cbz" = (/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/engine/atmos)
-"cbA" = (/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel,/area/engine/atmos)
-"cbB" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/engine/atmos)
-"cbC" = (/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/engine/atmos)
-"cbD" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos)
-"cbE" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos)
-"cbF" = (/obj/machinery/atmospherics/pipe/manifold4w/general/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"cbG" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10; pixel_x = 0; initialize_directions = 10},/turf/open/floor/plasteel,/area/engine/atmos)
-"cbH" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 1; filter_type = "n2o"; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"cbI" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel/escape{dir = 6},/area/engine/atmos)
-"cbJ" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8; frequency = 1441; id = "n2o_in"; pixel_y = 1},/turf/open/floor/engine/n2o,/area/engine/atmos)
-"cbK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft)
-"cbL" = (/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)
-"cbM" = (/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)
-"cbN" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/medical/virology)
-"cbO" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"cbP" = (/obj/structure/bed,/obj/item/weapon/bedsheet,/obj/effect/landmark/revenantspawn,/turf/open/floor/plasteel/white,/area/medical/virology)
-"cbQ" = (/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)
-"cbR" = (/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/science/xenobiology)
-"cbS" = (/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/science/xenobiology)
-"cbT" = (/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/science/xenobiology)
-"cbU" = (/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/science/xenobiology)
-"cbV" = (/obj/item/device/radio/intercom{pixel_x = -25},/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"cbW" = (/obj/machinery/atmospherics/components/binary/pump{dir = 2},/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"cbX" = (/obj/structure/chair/office/light,/obj/effect/landmark/start/scientist,/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"cbY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"cbZ" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/components/unary/vent_pump{on = 1},/turf/open/floor/plasteel,/area/science/misc_lab)
-"cca" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plasteel,/area/science/misc_lab)
-"ccb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plating,/area/maintenance/port/aft)
-"ccc" = (/turf/open/floor/plasteel/floorgrime,/area/maintenance/port/aft)
-"ccd" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cce" = (/obj/machinery/atmospherics/pipe/manifold4w/general,/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/port/aft)
-"ccf" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/port/aft)
-"ccg" = (/turf/open/floor/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cch" = (/obj/machinery/telecomms/server/presets/engineering,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cci" = (/obj/machinery/telecomms/bus/preset_four,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ccj" = (/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/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cck" = (/obj/machinery/telecomms/processor/preset_three,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ccl" = (/obj/machinery/telecomms/server/presets/security,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ccm" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/open/floor/plating,/area/tcommsat/computer)
-"ccn" = (/obj/structure/table,/turf/open/floor/plasteel/yellow/side{dir = 9},/area/tcommsat/computer)
-"cco" = (/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)
-"ccp" = (/obj/machinery/light{dir = 1},/obj/machinery/announcement_system,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"ccq" = (/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)
-"ccr" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel/escape{dir = 8},/area/engine/atmos)
-"ccs" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 1},/obj/machinery/meter,/turf/closed/wall/r_wall,/area/engine/atmos)
-"cct" = (/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/engine/atmos)
-"ccu" = (/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/engine/atmos)
-"ccv" = (/turf/closed/wall/r_wall,/area/security/checkpoint/engineering)
-"ccw" = (/obj/item/device/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = -30},/turf/open/floor/plasteel,/area/engine/atmos)
-"ccx" = (/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/engine/atmos)
-"ccy" = (/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/engine/atmos)
-"ccz" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plasteel,/area/engine/atmos)
-"ccA" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Mix to Engine"; on = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"ccB" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"ccC" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"ccD" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos)
-"ccE" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/turf/open/space,/area/space/nearstation)
-"ccF" = (/obj/structure/door_assembly/door_assembly_mai,/turf/open/floor/plating,/area/maintenance/aft)
-"ccG" = (/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)
-"ccH" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology)
-"ccI" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/virologist,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"ccJ" = (/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)
-"ccK" = (/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)
-"ccL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/virology)
-"ccM" = (/obj/structure/table,/turf/open/floor/plasteel/white,/area/medical/virology)
-"ccN" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology)
-"ccO" = (/obj/effect/landmark/revenantspawn,/mob/living/simple_animal/slime,/turf/open/floor/engine,/area/science/xenobiology)
-"ccP" = (/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/science/xenobiology)
-"ccQ" = (/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/science/xenobiology)
-"ccR" = (/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"ccS" = (/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/science/misc_lab)
-"ccT" = (/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/science/misc_lab)
-"ccU" = (/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/science/misc_lab)
-"ccV" = (/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/science/misc_lab)
-"ccW" = (/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/science/misc_lab)
-"ccX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/misc_lab)
-"ccY" = (/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/science/misc_lab)
-"ccZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/science/misc_lab)
-"cda" = (/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/science/misc_lab)
-"cdb" = (/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/science/misc_lab)
-"cdc" = (/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/starboard/aft)
-"cdd" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; name = "External Access"; req_access = null; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cde" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; name = "External Access"; req_access = null; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cdf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel/floorgrime,/area/maintenance/port/aft)
-"cdg" = (/obj/effect/landmark/blobstart,/turf/open/floor/plasteel/floorgrime,/area/maintenance/port/aft)
-"cdh" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plasteel/floorgrime,/area/maintenance/port/aft)
-"cdi" = (/obj/machinery/telecomms/server/presets/common,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdj" = (/obj/machinery/telecomms/processor/preset_four,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdl" = (/obj/machinery/telecomms/bus/preset_three,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdm" = (/obj/machinery/telecomms/server/presets/command,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cdn" = (/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)
-"cdo" = (/obj/machinery/computer/message_monitor,/turf/open/floor/plasteel/yellow/side{dir = 8},/area/tcommsat/computer)
-"cdp" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cdq" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cdr" = (/obj/structure/table,/obj/item/weapon/paper_bin,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cds" = (/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/engine/atmos)
-"cdt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/turf/closed/wall/r_wall,/area/engine/atmos)
-"cdu" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/atmos{name = "Atmospherics"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/engine/atmos)
-"cdv" = (/obj/structure/sign/securearea,/turf/closed/wall/r_wall,/area/engine/atmos)
-"cdw" = (/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)
-"cdx" = (/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)
-"cdy" = (/obj/structure/filingcabinet,/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel/red/side{dir = 5},/area/security/checkpoint/engineering)
-"cdz" = (/obj/structure/fireaxecabinet{pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"cdA" = (/obj/structure/closet/secure_closet/atmospherics,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos)
-"cdB" = (/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/engine/atmos)
-"cdC" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/plasteel,/area/engine/atmos)
-"cdD" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/engine/atmos)
-"cdE" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos)
-"cdF" = (/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/engine/atmos)
-"cdG" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space,/area/space/nearstation)
-"cdH" = (/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/engine/atmos)
-"cdI" = (/turf/open/floor/engine/plasma,/area/engine/atmos)
-"cdJ" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine/plasma,/area/engine/atmos)
-"cdK" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/aft)
-"cdL" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"cdM" = (/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)
-"cdN" = (/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)
-"cdO" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plasteel/white,/area/medical/virology)
-"cdP" = (/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)
-"cdQ" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/medical/virology)
-"cdR" = (/obj/structure/closet/secure_closet/personal/patient,/turf/open/floor/plasteel/white,/area/medical/virology)
-"cdS" = (/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/science/xenobiology)
-"cdT" = (/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/science/xenobiology)
-"cdU" = (/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/science/xenobiology)
-"cdV" = (/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/science/misc_lab)
-"cdW" = (/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/science/misc_lab)
-"cdX" = (/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/science/misc_lab)
-"cdY" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/misc_lab)
-"cdZ" = (/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/science/misc_lab)
-"cea" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/science/misc_lab)
-"ceb" = (/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/science/misc_lab)
-"cec" = (/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/science/misc_lab)
-"ced" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/science/misc_lab)
-"cee" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/misc_lab)
-"cef" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/science/misc_lab)
-"ceg" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"ceh" = (/obj/structure/closet/crate,/obj/item/clothing/under/color/lightpurple,/obj/item/stack/spacecash/c200,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cei" = (/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/port/aft)
-"cej" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cek" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/maintenance/port/aft)
-"cel" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Space"; on = 0},/turf/open/floor/plasteel/floorgrime,/area/maintenance/port/aft)
-"cem" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/plasteel/floorgrime,/area/maintenance/port/aft)
-"cen" = (/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/port/aft)
-"ceo" = (/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cep" = (/obj/machinery/blackbox_recorder,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ceq" = (/obj/machinery/telecomms/broadcaster/preset_right,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cer" = (/obj/machinery/telecomms/receiver/preset_right,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ces" = (/obj/machinery/computer/telecomms/server{network = "tcommsat"},/turf/open/floor/plasteel/yellow/side{dir = 10},/area/tcommsat/computer)
-"cet" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"ceu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cev" = (/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)
-"cew" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"cex" = (/turf/closed/wall,/area/engine/break_room)
-"cey" = (/turf/open/floor/plasteel/caution{dir = 9},/area/engine/break_room)
-"cez" = (/turf/open/floor/plasteel/caution{dir = 1},/area/engine/break_room)
-"ceA" = (/turf/open/floor/plasteel/caution{dir = 5},/area/engine/break_room)
-"ceB" = (/turf/closed/wall,/area/security/checkpoint/engineering)
-"ceC" = (/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,/obj/machinery/light_switch{pixel_x = -27; pixel_y = 4},/turf/open/floor/plasteel/red/side{dir = 8},/area/security/checkpoint/engineering)
-"ceD" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/checkpoint/engineering)
-"ceE" = (/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)
-"ceF" = (/obj/machinery/suit_storage_unit/atmos,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos)
-"ceG" = (/obj/structure/sign/nosmoking_2,/turf/closed/wall,/area/engine/atmos)
-"ceH" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos)
-"ceI" = (/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/engine/atmos)
-"ceJ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space,/area/space/nearstation)
-"ceK" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "tox_sensor"},/turf/open/floor/engine/plasma,/area/engine/atmos)
-"ceL" = (/obj/machinery/portable_atmospherics/canister/toxins,/turf/open/floor/engine/plasma,/area/engine/atmos)
-"ceM" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/plasma,/area/engine/atmos)
-"ceN" = (/obj/structure/closet/l3closet/virology,/turf/open/floor/plasteel/whitegreen/side{dir = 2},/area/medical/virology)
-"ceO" = (/obj/structure/closet/secure_closet/medical1,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/whitegreen/side{dir = 2},/area/medical/virology)
-"ceP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/medical/virology)
-"ceQ" = (/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/science/xenobiology)
-"ceR" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"ceS" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/engine,/area/science/misc_lab)
-"ceT" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/engine,/area/science/misc_lab)
-"ceU" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/science/misc_lab)
-"ceV" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/science/misc_lab)
-"ceW" = (/obj/structure/grille,/obj/structure/window/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/science/misc_lab)
-"ceX" = (/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/science/misc_lab)
-"ceY" = (/obj/structure/rack,/obj/item/weapon/gun/energy/laser/practice,/obj/item/clothing/ears/earmuffs,/turf/open/floor/plasteel,/area/science/misc_lab)
-"ceZ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cfa" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cfb" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cfc" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Port"; on = 0},/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cfd" = (/obj/item/stack/tile/plasteel,/turf/open/space,/area/space/nearstation)
-"cfe" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cff" = (/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/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cfg" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cfh" = (/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)
-"cfi" = (/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)
-"cfj" = (/obj/machinery/status_display,/turf/closed/wall,/area/tcommsat/computer)
-"cfk" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/turf/open/floor/plating,/area/tcommsat/computer)
-"cfl" = (/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)
-"cfm" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/tcommsat/computer)
-"cfn" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/caution/corner{dir = 8},/area/hallway/primary/aft)
-"cfo" = (/obj/machinery/door/firedoor,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft)
-"cfp" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"cfq" = (/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)
-"cfr" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel,/area/engine/break_room)
-"cfs" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room)
-"cft" = (/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)
-"cfu" = (/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)
-"cfv" = (/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)
-"cfw" = (/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)
-"cfx" = (/obj/machinery/computer/secure_data,/obj/machinery/computer/security/telescreen{desc = "Used for watching the Engine."; dir = 8; layer = 4; name = "Engine Monitor"; network = list("Engine"); pixel_x = 30; pixel_y = 0},/turf/open/floor/plasteel/red/side{dir = 4},/area/security/checkpoint/engineering)
-"cfy" = (/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/engine/atmos)
-"cfz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/atmos)
-"cfA" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/obj/item/weapon/wrench,/turf/open/floor/plasteel,/area/engine/atmos)
-"cfB" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos)
-"cfC" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 1; filter_type = "plasma"; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"cfD" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos)
-"cfE" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space,/area/space/nearstation)
-"cfF" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8; frequency = 1441; id = "tox_in"; pixel_y = 1},/turf/open/floor/engine/plasma,/area/engine/atmos)
-"cfG" = (/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/aft)
-"cfH" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/aft)
-"cfI" = (/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/aft)
-"cfJ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/medical/virology)
-"cfK" = (/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/aft)
-"cfL" = (/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/aft)
-"cfM" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating,/area/maintenance/aft)
-"cfN" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/aft)
-"cfO" = (/obj/structure/rack{dir = 1},/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"cfP" = (/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/science/xenobiology)
-"cfQ" = (/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/science/xenobiology)
-"cfR" = (/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/science/xenobiology)
-"cfS" = (/obj/item/device/radio/intercom{pixel_x = -25},/turf/open/floor/engine,/area/science/misc_lab)
-"cfT" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/science/misc_lab)
-"cfU" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/science/misc_lab)
-"cfV" = (/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/science/misc_lab)
-"cfW" = (/obj/structure/table,/obj/item/device/flashlight/lamp,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cfX" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cfY" = (/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft)
-"cfZ" = (/obj/item/weapon/weldingtool,/turf/open/floor/plating/airless,/area/space/nearstation)
-"cga" = (/obj/machinery/power/terminal{dir = 4},/obj/machinery/ntnet_relay,/turf/open/floor/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cgb" = (/obj/machinery/power/smes{charge = 5e+006},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cgc" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cgd" = (/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)
-"cge" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cgf" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cgg" = (/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)
-"cgh" = (/turf/open/floor/plasteel/vault{dir = 5},/area/tcommsat/computer)
-"cgi" = (/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)
-"cgj" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cgk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cgl" = (/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)
-"cgm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cgn" = (/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/aft)
-"cgo" = (/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)
-"cgp" = (/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)
-"cgq" = (/turf/open/floor/plasteel/yellow/corner{dir = 2},/area/hallway/primary/aft)
-"cgr" = (/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)
-"cgs" = (/turf/open/floor/plasteel,/area/engine/break_room)
-"cgt" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room)
-"cgu" = (/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)
-"cgv" = (/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)
-"cgw" = (/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)
-"cgx" = (/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)
-"cgy" = (/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)
-"cgz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/checkpoint/engineering)
-"cgA" = (/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/engine/atmos)
-"cgB" = (/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/engine/atmos)
-"cgC" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/engine/atmos)
-"cgD" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos)
-"cgE" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{icon_state = "intact"; dir = 5},/turf/open/space,/area/space/nearstation)
-"cgF" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"cgG" = (/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/aft)
-"cgH" = (/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/aft)
-"cgI" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"cgJ" = (/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/aft)
-"cgK" = (/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/aft)
-"cgL" = (/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/aft)
-"cgM" = (/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/aft)
-"cgN" = (/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/aft)
-"cgO" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plating,/area/maintenance/aft)
-"cgP" = (/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/aft)
-"cgQ" = (/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/aft)
-"cgR" = (/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/aft)
-"cgS" = (/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/science/xenobiology)
-"cgT" = (/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/science/xenobiology)
-"cgU" = (/obj/machinery/sparker{id = "testigniter"; pixel_x = -25},/turf/open/floor/engine,/area/science/misc_lab)
-"cgV" = (/obj/item/device/radio/beacon,/turf/open/floor/engine,/area/science/misc_lab)
-"cgW" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/engine,/area/science/misc_lab)
-"cgX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/engine,/area/science/misc_lab)
-"cgY" = (/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/science/misc_lab)
-"cgZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel{name = "floor"},/area/science/misc_lab)
-"cha" = (/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/science/misc_lab)
-"chb" = (/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/science/misc_lab)
-"chc" = (/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/science/misc_lab)
-"chd" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/science/misc_lab)
-"che" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"chf" = (/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/starboard/aft)
-"chg" = (/obj/structure/table,/obj/item/weapon/paper_bin{pixel_x = -2; pixel_y = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"chh" = (/obj/structure/table,/obj/item/weapon/folder/white,/obj/item/weapon/folder/white,/obj/item/weapon/pen,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"chi" = (/obj/structure/closet/secure_closet/freezer/kitchen/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft)
-"chj" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/port/aft)
-"chk" = (/obj/item/stack/sheet/metal,/turf/open/floor/plating/airless,/area/space/nearstation)
-"chl" = (/obj/item/stack/cable_coil{amount = 5},/turf/open/floor/plating/airless,/area/space/nearstation)
-"chm" = (/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)
-"chn" = (/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)
-"cho" = (/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)
-"chp" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'SERVER ROOM'."; name = "SERVER ROOM"; pixel_y = 0},/turf/closed/wall,/area/tcommsat/computer)
-"chq" = (/turf/open/floor/plasteel,/area/tcommsat/computer)
-"chr" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"chs" = (/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)
-"cht" = (/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)
-"chu" = (/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)
-"chv" = (/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)
-"chw" = (/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)
-"chx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room)
-"chy" = (/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)
-"chz" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/security/checkpoint/engineering)
-"chA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"chB" = (/obj/structure/closet/wardrobe/atmospherics_yellow,/turf/open/floor/plasteel,/area/engine/atmos)
-"chC" = (/obj/machinery/space_heater,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos)
-"chD" = (/obj/machinery/space_heater,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos)
-"chE" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos)
-"chF" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Port to Filter"; on = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"chG" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/item/weapon/cigbutt,/turf/open/floor/plasteel,/area/engine/atmos)
-"chH" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos)
-"chI" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "CO2 Outlet Pump"; on = 0},/turf/open/floor/plasteel/yellow/side{dir = 5},/area/engine/atmos)
-"chJ" = (/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/engine/atmos)
-"chK" = (/turf/open/floor/engine/co2,/area/engine/atmos)
-"chL" = (/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/aft)
-"chM" = (/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)
-"chN" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"chO" = (/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/aft)
-"chP" = (/obj/machinery/door/airlock/atmos{name = "Atmospherics Maintenance"; req_access_txt = "12;24"},/turf/open/floor/plating,/area/maintenance/aft)
-"chQ" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/aft)
-"chR" = (/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/aft)
-"chS" = (/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/science/xenobiology)
-"chT" = (/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/science/xenobiology)
-"chU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"chV" = (/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/science/xenobiology)
-"chW" = (/obj/machinery/camera{c_tag = "Testing Chamber"; dir = 1; network = list("Test","RD"); pixel_x = 0},/obj/machinery/light,/turf/open/floor/engine,/area/science/misc_lab)
-"chX" = (/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/science/misc_lab)
-"chY" = (/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/science/misc_lab)
-"chZ" = (/obj/structure/closet/crate,/obj/item/target,/obj/item/target,/obj/item/target,/turf/open/floor/plasteel,/area/science/misc_lab)
-"cia" = (/obj/structure/closet/crate,/obj/item/target/syndicate,/obj/item/target/alien,/obj/item/target/clown,/turf/open/floor/plasteel,/area/science/misc_lab)
-"cib" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cic" = (/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/aft)
-"cid" = (/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/aft)
-"cie" = (/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/aft)
-"cif" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cig" = (/obj/structure/sink/kitchen{dir = 8; pixel_x = 11},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cih" = (/obj/item/clothing/head/hardhat,/turf/open/floor/plating/airless,/area/space/nearstation)
-"cii" = (/obj/machinery/message_server,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cij" = (/obj/machinery/telecomms/broadcaster/preset_left,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cik" = (/obj/machinery/telecomms/receiver/preset_left,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cil" = (/obj/structure/table,/obj/item/device/multitool,/turf/open/floor/plasteel/yellow/side{dir = 9},/area/tcommsat/computer)
-"cim" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cin" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cio" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/tcommsat/computer)
-"cip" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 9},/area/hallway/primary/aft)
-"ciq" = (/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)
-"cir" = (/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)
-"cis" = (/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)
-"cit" = (/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)
-"ciu" = (/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)
-"civ" = (/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)
-"ciw" = (/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)
-"cix" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room)
-"ciy" = (/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)
-"ciz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"ciA" = (/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)
-"ciB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/break_room)
-"ciC" = (/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/engine/break_room)
-"ciD" = (/turf/closed/wall/r_wall,/area/engine/engineering)
-"ciE" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel,/area/engine/atmos)
-"ciF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/turf/open/floor/plasteel,/area/engine/atmos)
-"ciG" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 1},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos)
-"ciH" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"ciI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/atmos)
-"ciJ" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "N2 to Pure"; on = 0},/turf/open/floor/plasteel,/area/engine/atmos)
-"ciK" = (/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/engine/atmos)
-"ciL" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "co2_sensor"},/turf/open/floor/engine/co2,/area/engine/atmos)
-"ciM" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/turf/open/floor/engine/co2,/area/engine/atmos)
-"ciN" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/co2,/area/engine/atmos)
-"ciO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plating,/area/maintenance/aft)
-"ciP" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/aft)
-"ciQ" = (/obj/structure/sign/nosmoking_2{pixel_x = 0; pixel_y = 28},/turf/open/floor/plating,/area/maintenance/aft)
-"ciR" = (/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/aft)
-"ciS" = (/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/aft)
-"ciT" = (/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/aft)
-"ciU" = (/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/aft)
-"ciV" = (/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/aft)
-"ciW" = (/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/aft)
-"ciX" = (/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)
-"ciY" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft)
-"ciZ" = (/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/starboard/aft)
-"cja" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"cjb" = (/obj/structure/rack,/obj/item/clothing/shoes/winterboots,/obj/item/clothing/suit/hooded/wintercoat,/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"cjc" = (/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/misc_lab)
-"cjd" = (/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/science/misc_lab)
-"cje" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/floorgrime,/area/science/misc_lab)
-"cjf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/starboard/aft)
-"cjg" = (/obj/structure/table,/obj/effect/decal/cleanable/cobweb,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cjh" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cji" = (/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/aft)
-"cjj" = (/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/port/aft)
-"cjk" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cjl" = (/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cjm" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cjn" = (/obj/machinery/telecomms/server/presets/supply,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cjo" = (/obj/machinery/telecomms/bus/preset_two,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cjp" = (/obj/machinery/telecomms/processor/preset_one,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cjq" = (/obj/machinery/telecomms/server/presets/medical,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cjr" = (/obj/machinery/computer/telecomms/monitor{network = "tcommsat"},/turf/open/floor/plasteel/yellow/side{dir = 8},/area/tcommsat/computer)
-"cjs" = (/obj/structure/chair/office/dark{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cjt" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cju" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer)
-"cjv" = (/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)
-"cjw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 8},/area/hallway/primary/aft)
-"cjx" = (/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)
-"cjy" = (/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)
-"cjz" = (/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)
-"cjA" = (/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)
-"cjB" = (/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)
-"cjC" = (/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)
-"cjD" = (/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)
-"cjE" = (/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)
-"cjF" = (/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)
-"cjG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"cjH" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"cjI" = (/obj/machinery/vending/cigarette{pixel_x = 0; pixel_y = 0},/turf/open/floor/plasteel,/area/engine/break_room)
-"cjJ" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/turf/open/floor/plasteel,/area/engine/atmos)
-"cjK" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"cjL" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos)
-"cjM" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"cjN" = (/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/engine/atmos)
-"cjO" = (/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/engine/atmos)
-"cjP" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 1; filter_type = "co2"; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"cjQ" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 6},/area/engine/atmos)
-"cjR" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8; frequency = 1441; id = "co2_in"; pixel_y = 1},/turf/open/floor/engine/co2,/area/engine/atmos)
-"cjS" = (/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/aft)
-"cjT" = (/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/aft)
-"cjU" = (/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/aft)
-"cjV" = (/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/aft)
-"cjW" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"cjX" = (/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/aft)
-"cjY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"cjZ" = (/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/aft)
-"cka" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/mob/living/simple_animal/mouse,/turf/open/floor/plating,/area/maintenance/aft)
-"ckb" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"ckc" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/aft)
-"ckd" = (/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/starboard/aft)
-"cke" = (/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/circuit{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/xenobiology)
-"ckf" = (/turf/open/floor/circuit{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/xenobiology)
-"ckg" = (/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/circuit{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/xenobiology)
-"ckh" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/sign/biohazard,/turf/open/floor/plating,/area/science/xenobiology)
-"cki" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{target_temperature = 80; dir = 2; on = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"ckj" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"ckk" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"ckl" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"ckm" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/misc_lab)
-"ckn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/science/misc_lab)
-"cko" = (/obj/structure/rack{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"ckp" = (/obj/structure/table,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"ckq" = (/obj/structure/table,/obj/item/weapon/kitchen/knife,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plating,/area/maintenance/port/aft)
-"ckr" = (/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/port/aft)
-"cks" = (/obj/machinery/power/apc{dir = 8; name = "Port Quarter Maintenance APC"; pixel_x = -25; pixel_y = 1},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/port/aft)
-"ckt" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cku" = (/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/port/aft)
-"ckv" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"ckw" = (/obj/machinery/telecomms/server/presets/service,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ckx" = (/obj/machinery/telecomms/processor/preset_two,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"cky" = (/obj/structure/sign/nosmoking_2{pixel_y = -32},/obj/machinery/light,/turf/open/floor/circuit{name = "Mainframe Base"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ckz" = (/obj/machinery/telecomms/bus/preset_one,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ckA" = (/obj/machinery/telecomms/server/presets/science,/turf/open/floor/plasteel/black{name = "Mainframe Floor"; initial_gas_mix = "n2=100;TEMP=80"},/area/tcommsat/server)
-"ckB" = (/obj/structure/window/reinforced/fulltile,/obj/structure/grille,/obj/structure/cable,/turf/open/floor/plating,/area/tcommsat/computer)
-"ckC" = (/obj/structure/table,/obj/item/device/radio/off,/turf/open/floor/plasteel/yellow/side{dir = 10},/area/tcommsat/computer)
-"ckD" = (/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)
-"ckE" = (/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)
-"ckF" = (/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)
-"ckG" = (/obj/structure/sign/securearea{pixel_x = -32; pixel_y = 0},/turf/open/floor/plasteel/yellow/side{dir = 10},/area/hallway/primary/aft)
-"ckH" = (/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)
-"ckI" = (/turf/open/floor/plasteel/yellow/side,/area/hallway/primary/aft)
-"ckJ" = (/obj/machinery/light,/turf/open/floor/plasteel/yellow/side,/area/hallway/primary/aft)
-"ckK" = (/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)
-"ckL" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/yellow/side{dir = 6},/area/hallway/primary/aft)
-"ckM" = (/obj/structure/grille,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/break_room)
-"ckN" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room)
-"ckO" = (/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)
-"ckP" = (/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)
-"ckQ" = (/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)
-"ckR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/break_room)
-"ckS" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room)
-"ckT" = (/obj/structure/extinguisher_cabinet{pixel_x = 27; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/break_room)
-"ckU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering)
-"ckV" = (/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/engine/atmos)
-"ckW" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"ckX" = (/obj/machinery/atmospherics/components/binary/valve/digital{name = "Waste Release"},/turf/open/floor/plasteel,/area/engine/atmos)
-"ckY" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos)
-"ckZ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/open/floor/plating,/area/engine/atmos)
-"cla" = (/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/disposal/incinerator)
-"clb" = (/obj/structure/sign/fire{pixel_x = 0; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"clc" = (/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/aft)
-"cld" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"cle" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft)
-"clf" = (/obj/structure/sign/biohazard,/turf/closed/wall,/area/maintenance/aft)
-"clg" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/aft)
-"clh" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/aft)
-"cli" = (/obj/structure/disposalpipe/segment,/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/aft)
-"clj" = (/obj/structure/disposalpipe/segment,/obj/structure/closet/l3closet,/turf/open/floor/plating,/area/maintenance/aft)
-"clk" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/circuit{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/xenobiology)
-"cll" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/circuit{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/xenobiology)
-"clm" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/circuit{name = "Killroom Floor"; initial_gas_mix = "n2=500;TEMP=80"},/area/science/xenobiology)
-"cln" = (/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/science/xenobiology)
-"clo" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"clp" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology)
-"clq" = (/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/science/xenobiology)
-"clr" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cls" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"clt" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"clu" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{icon_state = "intact"; dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"clv" = (/obj/machinery/portable_atmospherics/canister,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/misc_lab)
-"clw" = (/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/science/misc_lab)
-"clx" = (/obj/item/stack/sheet/cardboard,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cly" = (/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"clz" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"clA" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"clB" = (/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/starboard/aft)
-"clC" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"clD" = (/obj/machinery/processor,/turf/open/floor/plating,/area/maintenance/port/aft)
-"clE" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/port/aft)
-"clF" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"clG" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/port/aft)
-"clH" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/port/aft)
-"clI" = (/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/port/aft)
-"clJ" = (/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/port/aft)
-"clK" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/chief)
-"clL" = (/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/crew_quarters/heads/chief)
-"clM" = (/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/crew_quarters/heads/chief)
-"clN" = (/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/crew_quarters/heads/chief)
-"clO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/yellow/side{dir = 10},/area/engine/break_room)
-"clP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/side,/area/engine/break_room)
-"clQ" = (/obj/machinery/light,/obj/structure/closet/firecloset,/turf/open/floor/plasteel/yellow/side{dir = 6},/area/engine/break_room)
-"clR" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 2; filter_type = "n2"; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"clS" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 5},/turf/open/space,/area/space/nearstation)
-"clT" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space,/area/space/nearstation)
-"clU" = (/turf/closed/wall,/area/maintenance/disposal/incinerator)
-"clV" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/closed/wall,/area/maintenance/disposal/incinerator)
-"clW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/disposal/incinerator)
-"clX" = (/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/disposal/incinerator)
-"clY" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/item/toy/minimeteor,/obj/item/weapon/poster/random_contraband,/turf/open/floor/plating,/area/maintenance/aft)
-"clZ" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/obj/item/roller,/turf/open/floor/plating,/area/maintenance/aft)
-"cma" = (/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/aft)
-"cmb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/item/weapon/c_tube,/turf/open/floor/plating,/area/maintenance/aft)
-"cmc" = (/obj/structure/mopbucket,/obj/item/weapon/caution,/turf/open/floor/plating,/area/maintenance/aft)
-"cmd" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/science/xenobiology)
-"cme" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/science/xenobiology)
-"cmf" = (/obj/machinery/door/airlock/maintenance{name = "Air Supply Maintenance"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cmg" = (/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/science/misc_lab)
-"cmh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/science/misc_lab)
-"cmi" = (/obj/structure/closet/cardboard,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cmj" = (/obj/machinery/door/airlock/maintenance{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cmk" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating/airless,/area/maintenance/solars/port/aft)
-"cml" = (/turf/closed/wall/r_wall,/area/maintenance/solars/port/aft)
-"cmm" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cmn" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cmo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall,/area/maintenance/port/aft)
-"cmp" = (/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/port/aft)
-"cmq" = (/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/port/aft)
-"cmr" = (/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/port/aft)
-"cms" = (/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/port/aft)
-"cmt" = (/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/aft)
-"cmu" = (/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/port/aft)
-"cmv" = (/obj/machinery/suit_storage_unit/ce,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/chief)
-"cmw" = (/obj/machinery/holopad,/turf/open/floor/plasteel/neutral{dir = 2},/area/crew_quarters/heads/chief)
-"cmx" = (/obj/machinery/light{dir = 1},/obj/machinery/keycard_auth{pixel_x = 0; pixel_y = 24},/turf/open/floor/plasteel/neutral{dir = 2},/area/crew_quarters/heads/chief)
-"cmy" = (/turf/open/floor/plasteel/neutral{dir = 2},/area/crew_quarters/heads/chief)
-"cmz" = (/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/crew_quarters/heads/chief)
-"cmA" = (/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/crew_quarters/heads/chief)
-"cmB" = (/obj/structure/sign/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/engine/engineering)
-"cmC" = (/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)
-"cmD" = (/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)
-"cmE" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/engine/atmos)
-"cmF" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel,/area/engine/atmos)
-"cmG" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"cmH" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"cmI" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4; filter_type = "o2"; on = 1},/turf/open/floor/plasteel,/area/engine/atmos)
-"cmJ" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos)
-"cmK" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4; initialize_directions = 12},/turf/open/floor/plasteel,/area/engine/atmos)
-"cmL" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos)
-"cmM" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/structure/lattice,/turf/open/space,/area/space/nearstation)
-"cmN" = (/obj/effect/decal/cleanable/cobweb,/obj/structure/reagent_dispensers/watertank,/obj/item/weapon/extinguisher,/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cmO" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/components/binary/pump{dir = 2; name = "atmospherics mix pump"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cmP" = (/obj/machinery/light_switch{pixel_x = 0; pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cmQ" = (/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/disposal/incinerator)
-"cmR" = (/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/disposal/incinerator)
-"cmS" = (/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/disposal/incinerator)
-"cmT" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/aft)
-"cmU" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/aft)
-"cmV" = (/obj/structure/disposalpipe/segment,/obj/structure/grille/broken,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"cmW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"cmX" = (/obj/structure/disposalpipe/segment,/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"cmY" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"cmZ" = (/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/starboard/aft)
-"cna" = (/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/starboard/aft)
-"cnb" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating/airless,/area/space/nearstation)
-"cnc" = (/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/starboard/aft)
-"cnd" = (/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/starboard/aft)
-"cne" = (/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/starboard/aft)
-"cnf" = (/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/starboard/aft)
-"cng" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard/aft)
-"cnh" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cni" = (/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/starboard/aft)
-"cnj" = (/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/starboard/aft)
-"cnk" = (/obj/structure/rack{dir = 1},/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cnl" = (/obj/machinery/door/airlock/maintenance{name = "Research Delivery access"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cnm" = (/obj/machinery/light/small{dir = 1},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cnn" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cno" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft)
-"cnp" = (/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/solars/port/aft)
-"cnq" = (/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/solars/port/aft)
-"cnr" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/solars/port/aft)
-"cns" = (/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/solars/port/aft)
-"cnt" = (/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/port/aft)
-"cnu" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cnv" = (/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/port/aft)
-"cnw" = (/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/port/aft)
-"cnx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cny" = (/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/port/aft)
-"cnz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cnA" = (/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/port/aft)
-"cnB" = (/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/computer/apc_control,/turf/open/floor/plasteel/neutral{dir = 2},/area/crew_quarters/heads/chief)
-"cnC" = (/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/crew_quarters/heads/chief)
-"cnD" = (/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/crew_quarters/heads/chief)
-"cnE" = (/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/crew_quarters/heads/chief)
-"cnF" = (/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/crew_quarters/heads/chief)
-"cnG" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/engineering)
-"cnH" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cnI" = (/obj/machinery/camera{c_tag = "Engineering Access"},/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering)
-"cnJ" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel/red/side{dir = 10},/area/engine/atmos)
-"cnK" = (/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/engine/atmos)
-"cnL" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "N2 Outlet Pump"; on = 1},/turf/open/floor/plasteel/red/side{dir = 6},/area/engine/atmos)
-"cnM" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/atmos)
-"cnN" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plasteel/blue/side{dir = 10},/area/engine/atmos)
-"cnO" = (/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/engine/atmos)
-"cnP" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "O2 Outlet Pump"; on = 1},/turf/open/floor/plasteel/blue/side{dir = 6},/area/engine/atmos)
-"cnQ" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/plasteel/arrival{dir = 10},/area/engine/atmos)
-"cnR" = (/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/engine/atmos)
-"cnS" = (/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/engine/atmos)
-"cnT" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 4; name = "Atmospherics External Airlock"; req_access_txt = "24"},/turf/open/floor/plating,/area/engine/atmos)
-"cnU" = (/turf/open/floor/plating,/area/engine/atmos)
-"cnV" = (/obj/machinery/door/airlock/external{cyclelinkeddir = 8; name = "Atmospherics External Airlock"; req_access_txt = "24"},/turf/open/floor/plating,/area/engine/atmos)
-"cnW" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/turf/open/space,/area/space/nearstation)
-"cnX" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/closed/wall,/area/maintenance/disposal/incinerator)
-"cnY" = (/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/disposal/incinerator)
-"cnZ" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to MiniSat"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"coa" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cob" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"coc" = (/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cod" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"coe" = (/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/disposal/incinerator)
-"cof" = (/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/starboard/aft)
-"cog" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"coh" = (/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/starboard/aft)
-"coi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft)
-"coj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard/aft)
-"cok" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"col" = (/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/starboard/aft)
-"com" = (/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/starboard/aft)
-"con" = (/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/starboard/aft)
-"coo" = (/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/starboard/aft)
-"cop" = (/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/starboard/aft)
-"coq" = (/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/starboard/aft)
-"cor" = (/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/starboard/aft)
-"cos" = (/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/starboard/aft)
-"cot" = (/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/starboard/aft)
-"cou" = (/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/starboard/aft)
-"cov" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cow" = (/obj/machinery/power/tracker,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port/aft)
-"cox" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft)
-"coy" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft)
-"coz" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft)
-"coA" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft)
-"coB" = (/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/solars/port/aft)
-"coC" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/port/aft)
-"coD" = (/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/solars/port/aft)
-"coE" = (/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/solars/port/aft)
-"coF" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/port/aft)
-"coG" = (/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/solars/port/aft)
-"coH" = (/obj/machinery/door/airlock/engineering{name = "Port Quarter Solar Access"; req_access_txt = "10"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/port/aft)
-"coI" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"coJ" = (/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/port/aft)
-"coK" = (/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/port/aft)
-"coL" = (/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/port/aft)
-"coM" = (/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/port/aft)
-"coN" = (/obj/machinery/shieldgen,/turf/open/floor/plating,/area/engine/engineering)
-"coO" = (/turf/open/floor/plating,/area/engine/engineering)
-"coP" = (/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)
-"coQ" = (/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)
-"coR" = (/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)
-"coS" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/table,/obj/item/clothing/gloves/color/yellow,/obj/item/clothing/gloves/color/yellow,/turf/open/floor/plasteel/yellow/side,/area/engine/engineering)
-"coT" = (/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)
-"coU" = (/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)
-"coV" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel/yellow/side,/area/engine/engineering)
-"coW" = (/turf/closed/wall,/area/engine/engineering)
-"coX" = (/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)
-"coY" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/modular_computer/console/preset/engineering,/turf/open/floor/plasteel,/area/engine/engineering)
-"coZ" = (/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/crew_quarters/heads/chief)
-"cpa" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/chief_engineer,/turf/open/floor/plasteel/neutral{dir = 2},/area/crew_quarters/heads/chief)
-"cpb" = (/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/crew_quarters/heads/chief)
-"cpc" = (/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/crew_quarters/heads/chief)
-"cpd" = (/obj/structure/closet/secure_closet/engineering_chief{req_access_txt = "0"},/turf/open/floor/plasteel/neutral{dir = 2},/area/crew_quarters/heads/chief)
-"cpe" = (/obj/structure/grille,/obj/structure/cable,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/heads/chief)
-"cpf" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/engineering)
-"cpg" = (/obj/effect/landmark/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)
-"cph" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering)
-"cpi" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/closed/wall/r_wall,/area/engine/atmos)
-"cpj" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"cpk" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plating,/area/engine/atmos)
-"cpl" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"cpm" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/atmos)
-"cpn" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/closed/wall/r_wall,/area/engine/atmos)
-"cpo" = (/obj/machinery/atmospherics/components/unary/tank/toxins{dir = 4},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cpp" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "plasma tank pump"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cpq" = (/obj/machinery/atmospherics/pipe/manifold4w/general{level = 2},/obj/machinery/meter,/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cpr" = (/obj/effect/landmark/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/disposal/incinerator)
-"cps" = (/obj/item/weapon/cigbutt,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cpt" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cpu" = (/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/disposal/incinerator)
-"cpv" = (/obj/structure/table,/obj/item/weapon/cartridge/medical,/turf/open/floor/plating,/area/maintenance/aft)
-"cpw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/closet/firecloset/full,/turf/open/floor/plating,/area/maintenance/aft)
-"cpx" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/item/latexballon,/turf/open/floor/plating,/area/maintenance/aft)
-"cpy" = (/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/starboard/aft)
-"cpz" = (/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/starboard/aft)
-"cpA" = (/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/starboard/aft)
-"cpB" = (/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/starboard/aft)
-"cpC" = (/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/starboard/aft)
-"cpD" = (/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/starboard/aft)
-"cpE" = (/obj/structure/rack,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cpF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft)
-"cpG" = (/obj/structure/grille,/obj/structure/window/reinforced/tinted/fulltile,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cpH" = (/obj/structure/grille,/obj/structure/window/reinforced/tinted/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cpI" = (/obj/machinery/power/apc{dir = 8; name = "Starboard Quarter 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/starboard/aft)
-"cpJ" = (/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/starboard/aft)
-"cpK" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cpL" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft)
-"cpM" = (/obj/machinery/power/solar_control{id = "portsolar"; name = "Port Quarter Solar Control"; track = 0},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/solars/port/aft)
-"cpN" = (/turf/open/floor/plating,/area/maintenance/solars/port/aft)
-"cpO" = (/obj/machinery/power/apc{dir = 4; name = "Port Quarter 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/solars/port/aft)
-"cpP" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cpQ" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cpR" = (/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/port/aft)
-"cpS" = (/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)
-"cpT" = (/obj/machinery/portable_atmospherics/canister/freon,/turf/open/floor/plating,/area/engine/engineering)
-"cpU" = (/obj/machinery/door/poddoor{id = "Secure Storage"; name = "secure storage"},/turf/open/floor/plating,/area/engine/engineering)
-"cpV" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cpW" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cpX" = (/turf/open/floor/plasteel,/area/engine/engineering)
-"cpY" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/engineering)
-"cpZ" = (/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)
-"cqa" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cqb" = (/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)
-"cqc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/engineering)
-"cqd" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/computer/security/telescreen{desc = "Used for watching the Engine."; dir = 8; layer = 4; name = "Engine Monitor"; network = list("Engine"); pixel_x = 30; pixel_y = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"cqe" = (/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/crew_quarters/heads/chief)
-"cqf" = (/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/crew_quarters/heads/chief)
-"cqg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/neutral{dir = 2},/area/crew_quarters/heads/chief)
-"cqh" = (/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/crew_quarters/heads/chief)
-"cqi" = (/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)
-"cqj" = (/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)
-"cqk" = (/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)
-"cql" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space,/area/space/nearstation)
-"cqm" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "waste_out"},/turf/open/floor/plating/airless,/area/engine/atmos)
-"cqn" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/space,/area/space/nearstation)
-"cqo" = (/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/disposal/incinerator)
-"cqp" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "input port pump"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cqq" = (/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/disposal/incinerator)
-"cqr" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"cqs" = (/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/disposal/incinerator)
-"cqt" = (/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/disposal/incinerator)
-"cqu" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/disposal/incinerator)
-"cqv" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/aft)
-"cqw" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/closed/wall,/area/maintenance/aft)
-"cqx" = (/obj/structure/disposalpipe/segment,/obj/item/weapon/shard,/turf/open/floor/plating,/area/maintenance/aft)
-"cqy" = (/obj/structure/disposalpipe/segment,/obj/item/weapon/cigbutt/roach,/turf/open/floor/plating,/area/maintenance/aft)
-"cqz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall,/area/maintenance/starboard/aft)
-"cqA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cqB" = (/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/starboard/aft)
-"cqC" = (/obj/structure/chair,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cqD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard/aft)
-"cqE" = (/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/starboard/aft)
-"cqF" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cqG" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cqH" = (/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/starboard/aft)
-"cqI" = (/turf/closed/wall/r_wall,/area/maintenance/solars/starboard/aft)
-"cqJ" = (/obj/machinery/door/airlock/engineering{name = "Starboard Quarter 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/solars/starboard/aft)
-"cqK" = (/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/solars/starboard/aft)
-"cqL" = (/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/aft)
-"cqM" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cqN" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/closed/wall/r_wall,/area/engine/engine_smes)
-"cqO" = (/turf/closed/wall/r_wall,/area/engine/engine_smes)
-"cqP" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cqQ" = (/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/port/aft)
-"cqR" = (/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)
-"cqS" = (/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/engine/engineering)
-"cqT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cqU" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 4; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"cqV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cqW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/engineering)
-"cqX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/engineering)
-"cqY" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel/neutral{dir = 2},/area/crew_quarters/heads/chief)
-"cqZ" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/neutral{dir = 2},/area/crew_quarters/heads/chief)
-"cra" = (/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/crew_quarters/heads/chief)
-"crb" = (/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/crew_quarters/heads/chief)
-"crc" = (/obj/structure/sign/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering)
-"crd" = (/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)
-"cre" = (/obj/machinery/atmospherics/pipe/simple,/obj/structure/grille,/obj/machinery/meter,/turf/closed/wall/r_wall,/area/engine/atmos)
-"crf" = (/obj/machinery/atmospherics/pipe/simple,/obj/structure/grille,/obj/machinery/meter{name = "Mixed Air Tank In"},/turf/closed/wall/r_wall,/area/engine/atmos)
-"crg" = (/obj/machinery/atmospherics/pipe/simple,/obj/structure/grille,/obj/machinery/meter{name = "Mixed Air Tank Out"},/turf/closed/wall/r_wall,/area/engine/atmos)
-"crh" = (/obj/structure/grille,/obj/structure/disposalpipe/segment,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/disposal/incinerator)
-"cri" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"crj" = (/obj/machinery/atmospherics/components/binary/valve{name = "Mix to Space"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"crk" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 2},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"crl" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"crm" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"crn" = (/obj/machinery/portable_atmospherics/canister,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/aft)
-"cro" = (/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/aft)
-"crp" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/starboard/aft)
-"crq" = (/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/starboard/aft)
-"crr" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"crs" = (/obj/machinery/power/apc{dir = 8; name = "Starboard Quarter Solar APC"; pixel_x = -26; pixel_y = 3},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft)
-"crt" = (/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/solars/starboard/aft)
-"cru" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/solars/starboard/aft)
-"crv" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/maintenance/port/aft)
-"crw" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"crx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"cry" = (/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)
-"crz" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"crA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft)
-"crB" = (/obj/machinery/field/generator,/turf/open/floor/plating,/area/engine/engineering)
-"crC" = (/obj/machinery/power/emitter,/turf/open/floor/plating,/area/engine/engineering)
-"crD" = (/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)
-"crE" = (/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)
-"crF" = (/obj/structure/table,/obj/item/weapon/book/manual/engineering_singularity_safety,/obj/item/clothing/gloves/color/yellow,/obj/item/clothing/gloves/color/yellow,/turf/open/floor/plasteel,/area/engine/engineering)
-"crG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"crH" = (/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)
-"crI" = (/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)
-"crJ" = (/obj/structure/tank_dispenser,/turf/open/floor/plasteel,/area/engine/engineering)
-"crK" = (/obj/machinery/suit_storage_unit/engine,/turf/open/floor/plasteel,/area/engine/engineering)
-"crL" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/heads/chief)
-"crM" = (/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/crew_quarters/heads/chief)
-"crN" = (/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/crew_quarters/heads/chief)
-"crO" = (/obj/structure/grille,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/crew_quarters/heads/chief)
-"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/crew_quarters/heads/chief)
-"crQ" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/yellow/side{dir = 9},/area/engine/engineering)
-"crR" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"crS" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/yellow/side{dir = 5},/area/engine/engineering)
-"crT" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "n2_in"},/turf/open/floor/engine/n2,/area/engine/atmos)
-"crU" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "n2_sensor"},/turf/open/floor/engine/n2,/area/engine/atmos)
-"crV" = (/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/engine/atmos)
-"crW" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "o2_in"},/turf/open/floor/engine/o2,/area/engine/atmos)
-"crX" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "o2_sensor"},/turf/open/floor/engine/o2,/area/engine/atmos)
-"crY" = (/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/engine/atmos)
-"crZ" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "air_in"},/turf/open/floor/engine/air,/area/engine/atmos)
-"csa" = (/obj/machinery/air_sensor{frequency = 1441; id_tag = "air_sensor"},/turf/open/floor/engine/air,/area/engine/atmos)
-"csb" = (/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/engine/atmos)
-"csc" = (/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/disposal/incinerator)
-"csd" = (/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/disposal/incinerator)
-"cse" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/meter,/turf/open/floor/plasteel/floorgrime,/area/maintenance/disposal/incinerator)
-"csf" = (/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/disposal/incinerator)
-"csg" = (/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/disposal/incinerator)
-"csh" = (/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/disposal/incinerator)
-"csi" = (/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/disposal/incinerator)
-"csj" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"csk" = (/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/aft)
-"csl" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/binary/pump{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"csm" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/aft)
-"csn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft)
-"cso" = (/obj/structure/disposalpipe/segment,/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/aft)
-"csp" = (/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access = null; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/aft)
-"csq" = (/obj/structure/rack,/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"csr" = (/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/starboard/aft)
-"css" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cst" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"csu" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft)
-"csv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"csw" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"csx" = (/obj/structure/chair/stool,/obj/machinery/camera{c_tag = "Aft Starboard Solar Control"; dir = 4; network = list("SS13")},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft)
-"csy" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft)
-"csz" = (/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/solars/starboard/aft)
-"csA" = (/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/port/aft)
-"csB" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft)
-"csC" = (/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)
-"csD" = (/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)
-"csE" = (/turf/open/floor/plasteel/vault{dir = 8},/area/engine/engine_smes)
-"csF" = (/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)
-"csG" = (/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)
-"csH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/closed/wall,/area/engine/engineering)
-"csI" = (/obj/structure/grille,/obj/structure/window/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"csJ" = (/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)
-"csK" = (/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)
-"csL" = (/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)
-"csM" = (/obj/structure/table,/obj/item/weapon/crowbar/large,/obj/item/weapon/storage/box/lights/mixed,/obj/item/clothing/glasses/meson,/obj/item/clothing/glasses/meson,/turf/open/floor/plasteel/yellow/side{dir = 9},/area/engine/engineering)
-"csN" = (/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)
-"csO" = (/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/engine/engineering)
-"csP" = (/turf/open/floor/plasteel/yellow/corner{dir = 4},/area/engine/engineering)
-"csQ" = (/obj/machinery/light{dir = 1},/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/glasses/meson,/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"csR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/engine/engineering)
-"csS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"csT" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/closet/radiation,/turf/open/floor/plasteel/yellow/side{dir = 4},/area/engine/engineering)
-"csU" = (/turf/open/floor/engine/n2,/area/engine/atmos)
-"csV" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/turf/open/floor/engine/n2,/area/engine/atmos)
-"csW" = (/turf/open/floor/engine/o2,/area/engine/atmos)
-"csX" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/engine/o2,/area/engine/atmos)
-"csY" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine/air,/area/engine/atmos)
-"csZ" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/landmark/event_spawn,/turf/open/floor/engine/air,/area/engine/atmos)
-"cta" = (/turf/open/floor/engine/air,/area/engine/atmos)
-"ctb" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/disposal/incinerator)
-"ctc" = (/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator)
-"ctd" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 2},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator)
-"cte" = (/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/disposal/incinerator)
-"ctf" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator)
-"ctg" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 9},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft)
-"cth" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft)
-"cti" = (/obj/structure/disposalpipe/junction{dir = 2; icon_state = "pipe-y"},/turf/open/floor/plating,/area/maintenance/aft)
-"ctj" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft)
-"ctk" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/aft)
-"ctl" = (/obj/effect/landmark/xeno_spawn,/obj/structure/disposalpipe/segment,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft)
-"ctm" = (/obj/structure/closet/toolcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"ctn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cto" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"ctp" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"ctq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/maintenance/starboard/aft)
-"ctr" = (/obj/machinery/power/solar_control{id = "starboardsolar"; name = "Starboard Quarter Solar Control"; track = 0},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft)
-"cts" = (/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/solars/starboard/aft)
-"ctt" = (/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/solars/starboard/aft)
-"ctu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/engine/engine_smes)
-"ctv" = (/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)
-"ctw" = (/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)
-"ctx" = (/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)
-"cty" = (/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)
-"ctz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering)
-"ctA" = (/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/port/aft)
-"ctB" = (/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)
-"ctC" = (/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"ctD" = (/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)
-"ctE" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/open/floor/plasteel/yellow/side{dir = 1},/area/engine/engineering)
-"ctF" = (/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)
-"ctG" = (/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)
-"ctH" = (/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)
-"ctI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"ctJ" = (/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)
-"ctK" = (/obj/structure/closet/secure_closet/engineering_personal,/turf/open/floor/plasteel/yellow/side{dir = 4},/area/engine/engineering)
-"ctL" = (/obj/machinery/light/small,/turf/open/floor/engine/n2,/area/engine/atmos)
-"ctM" = (/obj/machinery/light/small,/turf/open/floor/engine/o2,/area/engine/atmos)
-"ctN" = (/obj/machinery/light/small,/turf/open/floor/engine/air,/area/engine/atmos)
-"ctO" = (/obj/structure/lattice,/obj/machinery/atmospherics/components/binary/pump{dir = 2; name = "Incinerator Output Pump"; on = 1},/turf/open/space,/area/maintenance/disposal/incinerator)
-"ctP" = (/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/disposal/incinerator)
-"ctQ" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/maintenance/disposal/incinerator)
-"ctR" = (/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/disposal/incinerator)
-"ctS" = (/obj/machinery/light/small,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft)
-"ctT" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/aft)
-"ctU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft)
-"ctV" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft)
-"ctW" = (/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/aft)
-"ctX" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/aft)
-"ctY" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"ctZ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/solars/starboard/aft)
-"cua" = (/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/solars/starboard/aft)
-"cub" = (/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/aft)
-"cuc" = (/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)
-"cud" = (/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)
-"cue" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/vault{dir = 8},/area/engine/engine_smes)
-"cuf" = (/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)
-"cug" = (/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)
-"cuh" = (/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)
-"cui" = (/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)
-"cuj" = (/obj/machinery/camera{c_tag = "Engineering West"; dir = 4; network = list("SS13")},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel/yellow/corner{dir = 1},/area/engine/engineering)
-"cuk" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"cul" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/engineering)
-"cum" = (/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/engineering)
-"cun" = (/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)
-"cuo" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/space,/area/maintenance/disposal/incinerator)
-"cup" = (/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/disposal/incinerator)
-"cuq" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/closed/wall,/area/maintenance/aft)
-"cur" = (/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/aft)
-"cus" = (/obj/structure/disposalpipe/junction{dir = 4; icon_state = "pipe-j2"},/turf/open/floor/plating,/area/maintenance/aft)
-"cut" = (/obj/structure/closet/emcloset,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/aft)
-"cuu" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cuv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft)
-"cuw" = (/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)
-"cux" = (/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)
-"cuy" = (/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)
-"cuz" = (/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)
-"cuA" = (/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)
-"cuB" = (/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)
-"cuC" = (/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)
-"cuD" = (/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)
-"cuE" = (/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)
-"cuF" = (/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)
-"cuG" = (/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)
-"cuH" = (/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)
-"cuI" = (/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)
-"cuJ" = (/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)
-"cuK" = (/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)
-"cuL" = (/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)
-"cuM" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cuN" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"cuO" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cuP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering)
-"cuQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cuR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cuS" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_engineering{name = "Supermatter Engine Room"; req_access_txt = "10"},/turf/open/floor/engine,/area/engine/engineering)
-"cuT" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cuU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering)
-"cuV" = (/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)
-"cuW" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1; frequency = 1441; id = "inc_in"},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator)
-"cuX" = (/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/disposal/incinerator)
-"cuY" = (/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/disposal/incinerator)
-"cuZ" = (/obj/machinery/door/poddoor{id = "auxincineratorvent"; name = "Auxiliary Incinerator Vent"},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator)
-"cva" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/maintenance/aft)
-"cvb" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cvc" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cvd" = (/obj/structure/table,/obj/item/weapon/weldingtool,/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cve" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cvf" = (/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/solars/starboard/aft)
-"cvg" = (/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)
-"cvh" = (/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)
-"cvi" = (/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)
-"cvj" = (/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)
-"cvk" = (/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)
-"cvl" = (/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)
-"cvm" = (/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)
-"cvn" = (/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)
-"cvo" = (/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)
-"cvp" = (/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)
-"cvq" = (/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)
-"cvr" = (/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)
-"cvs" = (/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)
-"cvt" = (/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)
-"cvu" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/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/engine/engineering)
-"cvv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cvw" = (/obj/structure/cable/yellow{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,/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cvx" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/engine,/area/engine/engineering)
-"cvy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cvz" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cvA" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/structure/table/reinforced,/obj/item/weapon/storage/toolbox/mechanical,/obj/item/device/flashlight,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/item/weapon/pipe_dispenser,/turf/open/floor/engine,/area/engine/engineering)
-"cvB" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/table/reinforced,/obj/item/weapon/tank/internals/emergency_oxygen/engi{pixel_x = 5; pixel_y = 0},/obj/item/clothing/gloves/color/black,/obj/item/clothing/glasses/meson/engine,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cvC" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cvD" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/table/reinforced,/obj/item/clothing/suit/radiation,/obj/item/clothing/head/radiation,/obj/item/clothing/glasses/meson,/obj/item/device/geiger_counter,/obj/item/device/geiger_counter,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cvE" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/table/reinforced,/obj/item/clothing/suit/radiation,/obj/item/clothing/head/radiation,/obj/item/clothing/glasses/meson,/obj/item/clothing/glasses/meson,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cvF" = (/obj/structure/cable/yellow{d1 = 2; d2 = 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/engine,/area/engine/engineering)
-"cvG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/engine,/area/engine/engineering)
-"cvH" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cvI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{icon_state = "intact"; dir = 4},/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cvJ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering)
-"cvK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cvL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/vending/tool,/turf/open/floor/plasteel,/area/engine/engineering)
-"cvM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/vending/engivend,/turf/open/floor/plasteel,/area/engine/engineering)
-"cvN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/obj/structure/closet/secure_closet/engineering_electrical,/turf/open/floor/plasteel,/area/engine/engineering)
-"cvO" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/turf_decal/stripes/line{dir = 5},/obj/structure/closet/secure_closet/engineering_welding,/turf/open/floor/plasteel,/area/engine/engineering)
-"cvP" = (/obj/structure/closet/emcloset,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/engine/engineering)
-"cvQ" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/closed/wall/mineral/titanium,/area/shuttle/pod_4)
-"cvR" = (/turf/closed/wall/mineral/titanium,/area/shuttle/pod_4)
-"cvS" = (/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/disposal/incinerator)
-"cvT" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/space,/area/maintenance/aft)
-"cvU" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"; pixel_y = 0},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft)
-"cvV" = (/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)
-"cvW" = (/turf/open/floor/plasteel,/area/engine/engine_smes)
-"cvX" = (/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plasteel,/area/engine/engine_smes)
-"cvY" = (/obj/machinery/light,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/engine/engine_smes)
-"cvZ" = (/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)
-"cwa" = (/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)
-"cwb" = (/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)
-"cwc" = (/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)
-"cwd" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwe" = (/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)
-"cwf" = (/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)
-"cwg" = (/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)
-"cwh" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_engineering{name = "Supermatter Engine Room"; req_access_txt = "10"},/turf/open/floor/engine,/area/engine/engineering)
-"cwj" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/engine,/area/engine/engineering)
-"cwk" = (/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/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"cwl" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/engine,/area/engine/engineering)
-"cwm" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/engine,/area/engine/engineering)
-"cwn" = (/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/engine,/area/engine/engineering)
-"cwo" = (/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_y = 0},/turf/open/floor/engine,/area/engine/engineering)
-"cwp" = (/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/engine,/area/engine/engineering)
-"cwq" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/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/engine,/area/engine/engineering)
-"cwr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/engine,/area/engine/engineering)
-"cws" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/engine,/area/engine/engineering)
-"cwt" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_engineering{name = "Supermatter Engine Room"; req_access_txt = "10"},/turf/open/floor/engine,/area/engine/engineering)
-"cwu" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwv" = (/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)
-"cww" = (/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)
-"cwx" = (/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)
-"cwy" = (/obj/item/device/radio/intercom{pixel_y = 25},/obj/item/weapon/storage/pod{pixel_x = 6; pixel_y = -32},/obj/structure/chair{dir = 4},/obj/machinery/light/small,/turf/open/floor/mineral/titanium/blue,/area/shuttle/pod_4)
-"cwz" = (/obj/machinery/computer/shuttle/pod{pixel_y = -32; possible_destinations = "pod_lavaland4"; 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)
-"cwA" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/pod_4)
-"cwB" = (/obj/docking_port/stationary/random{dir = 4; id = "pod_lavaland4"; name = "lavaland"},/turf/open/space,/area/space)
-"cwC" = (/obj/machinery/power/turbine{luminosity = 2},/obj/structure/cable/yellow,/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator)
-"cwD" = (/obj/item/weapon/wrench,/obj/structure/lattice/catwalk,/turf/open/space,/area/space/nearstation)
-"cwE" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/plating/airless,/area/maintenance/aft)
-"cwF" = (/obj/effect/decal/cleanable/dirt,/obj/structure/table_frame,/obj/item/weapon/wirerod,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cwG" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cwH" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating/airless,/area/space)
-"cwI" = (/obj/machinery/door/airlock{name = "Observatory Access"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cwJ" = (/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)
-"cwK" = (/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)
-"cwL" = (/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)
-"cwM" = (/obj/structure/table,/obj/machinery/camera{c_tag = "Engineering Storage"; dir = 4; network = list("SS13")},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwN" = (/obj/structure/table,/obj/item/stack/rods{amount = 50},/turf/open/floor/plasteel,/area/engine/engineering)
-"cwO" = (/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,/area/engine/engineering)
-"cwP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/engine,/area/engine/engineering)
-"cwQ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/engine/engineering)
-"cwR" = (/obj/effect/turf_decal/stripes/corner,/obj/machinery/atmospherics/pipe/simple/general/visible{icon_state = "intact"; dir = 6},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/engine/engineering)
-"cwS" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/engine,/area/engine/engineering)
-"cwT" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/components/trinary/filter/flipped{icon_state = "filter_off_f"; dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"cwU" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/light,/turf/open/floor/engine,/area/engine/engineering)
-"cwV" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/obj/machinery/firealarm{dir = 1; pixel_x = 0; pixel_y = -26},/obj/machinery/camera{c_tag = "Engineering Supermatter Fore"; dir = 1; network = list("SS13","Engine"); pixel_x = 23},/turf/open/floor/engine,/area/engine/engineering)
-"cwW" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Gas to Filter"; on = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cwX" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/obj/machinery/button/door{id = "engsm"; name = "Radiation Shutters Control"; pixel_x = 0; pixel_y = -24; req_access_txt = "10"},/turf/open/floor/engine,/area/engine/engineering)
-"cwY" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/light,/obj/machinery/meter,/turf/open/floor/engine,/area/engine/engineering)
-"cwZ" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cxa" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cxb" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Atmos to Loop"; on = 0},/turf/open/floor/engine,/area/engine/engineering)
-"cxc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"cxd" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plating,/area/engine/engineering)
-"cxe" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cxf" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/engineering)
-"cxg" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/engineering)
-"cxh" = (/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)
-"cxi" = (/obj/machinery/camera{c_tag = "Engineering Escape Pod"; dir = 4; network = list("SS13")},/turf/open/floor/plating,/area/engine/engineering)
-"cxj" = (/obj/effect/landmark/carpspawn,/turf/open/space,/area/space/nearstation)
-"cxk" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/plating/airless,/area/maintenance/disposal/incinerator)
-"cxl" = (/obj/structure/sign/fire{pixel_x = 0; pixel_y = 0},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator)
-"cxm" = (/obj/machinery/door/poddoor{id = "turbinevent"; name = "Turbine Vent"},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator)
-"cxn" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cxo" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cxp" = (/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)
-"cxq" = (/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)
-"cxr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/engineering)
-"cxs" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cxt" = (/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)
-"cxu" = (/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)
-"cxv" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/engine/engineering)
-"cxw" = (/obj/item/weapon/wrench,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cxx" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{name = "scrubbers pipe"; icon_state = "manifold"; dir = 4},/obj/machinery/meter,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cxy" = (/obj/structure/sign/radiation,/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cxz" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cxA" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock/glass_engineering{heat_proof = 1; name = "Supermatter Chamber"; req_access_txt = "10"},/turf/open/floor/engine,/area/engine/supermatter)
-"cxB" = (/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cxC" = (/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/black,/area/engine/engineering)
-"cxD" = (/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/black,/area/engine/engineering)
-"cxE" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/engine/engineering)
-"cxF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/engine,/area/engine/engineering)
-"cxG" = (/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,/area/engine/engineering)
-"cxH" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering)
-"cxI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cxJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cxK" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering)
-"cxL" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/closed/wall,/area/engine/engineering)
-"cxM" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space,/area/space)
-"cxN" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 9},/turf/open/space,/area/space/nearstation)
-"cxO" = (/obj/machinery/door/airlock/external{name = "External Access"; req_access = null; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cxP" = (/obj/effect/decal/cleanable/dirt,/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/starboard/aft)
-"cxQ" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft)
-"cxR" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cxS" = (/obj/structure/chair,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cxT" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cxU" = (/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)
-"cxV" = (/obj/structure/table,/obj/item/stack/sheet/metal{amount = 50},/obj/item/stack/sheet/metal{amount = 50},/turf/open/floor/plasteel,/area/engine/engineering)
-"cxW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering)
-"cxX" = (/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)
-"cxY" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/engine/engineering)
-"cxZ" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/engine/engineering)
-"cya" = (/obj/machinery/light/small{dir = 8},/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/engine/engineering)
-"cyb" = (/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)
-"cyc" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cyd" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Gas to Filter"},/obj/machinery/airalarm{dir = 4; locked = 0; pixel_x = -23; pixel_y = 0; req_access = null; req_one_access_txt = "24;10"},/obj/effect/decal/cleanable/dirt,/turf/open/floor/engine,/area/engine/supermatter)
-"cye" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/engine,/area/engine/supermatter)
-"cyf" = (/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/supermatter)
-"cyg" = (/obj/structure/sign/fire,/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cyh" = (/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/black,/area/engine/engineering)
-"cyi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"cyj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_engineering{name = "Supermatter Engine Room"; req_access_txt = "10"},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cyk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering)
-"cyl" = (/obj/structure/sign/securearea,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering)
-"cym" = (/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)
-"cyn" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel,/area/engine/engineering)
-"cyo" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/engine/engineering)
-"cyp" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cyq" = (/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/aft)
-"cyr" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft)
-"cys" = (/obj/structure/table,/obj/item/device/taperecorder{pixel_y = 0},/turf/open/floor/plating,/area/maintenance/port/aft)
-"cyt" = (/obj/structure/table,/obj/item/weapon/storage/box/matches,/obj/item/weapon/storage/fancy/cigarettes,/turf/open/floor/plating,/area/maintenance/port/aft)
-"cyu" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cyv" = (/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)
-"cyw" = (/obj/structure/grille,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cyx" = (/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)
-"cyy" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/engine/engineering)
-"cyz" = (/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)
-"cyA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/camera{c_tag = "Engineering Supermatter Port"; dir = 4; network = list("SS13","Engine")},/turf/open/floor/engine,/area/engine/engineering)
-"cyB" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/engine/engineering)
-"cyC" = (/obj/machinery/ai_status_display,/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cyD" = (/obj/machinery/atmospherics/pipe/simple/general/visible{icon_state = "intact"; dir = 6},/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cyE" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cyF" = (/obj/machinery/door/airlock/glass_engineering{heat_proof = 1; name = "Supermatter Chamber"; req_access_txt = "10"},/turf/open/floor/engine,/area/engine/supermatter)
-"cyG" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cyH" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cyI" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cyJ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/machinery/light{dir = 8},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/engine/engineering)
-"cyK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/camera{c_tag = "Engineering Supermatter Starboard"; dir = 8; network = list("SS13","Engine"); pixel_x = 0; pixel_y = 0},/turf/open/floor/engine,/area/engine/engineering)
-"cyL" = (/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cyM" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cyN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering)
-"cyO" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering)
-"cyP" = (/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)
-"cyQ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel,/area/engine/engineering)
-"cyR" = (/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)
-"cyS" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space,/area/space)
-"cyT" = (/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/aft)
-"cyU" = (/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/aft)
-"cyV" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft)
-"cyW" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft)
-"cyX" = (/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/aft)
-"cyY" = (/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/aft)
-"cyZ" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 6},/obj/structure/lattice,/turf/open/space,/area/space)
-"cza" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/turf/open/space,/area/space)
-"czb" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/obj/structure/lattice,/turf/open/space,/area/space)
-"czc" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/turf/open/space,/area/space)
-"czd" = (/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 8},/turf/closed/wall/r_wall,/area/engine/engineering)
-"cze" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"czf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Gas to Cooling Loop"; on = 1},/turf/open/floor/engine,/area/engine/engineering)
-"czg" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable/yellow{icon_state = "1-4"; d1 = 1; d2 = 4},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/engine,/area/engine/engineering)
-"czh" = (/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},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/engine/supermatter)
-"czi" = (/obj/machinery/power/rad_collector{anchored = 1},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/camera{c_tag = "Supermatter Chamber"; dir = 2; network = list("Engine"); pixel_x = 23},/turf/open/floor/engine,/area/engine/supermatter)
-"czj" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plating,/area/engine/supermatter)
-"czk" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/engine,/area/engine/supermatter)
-"czl" = (/turf/open/floor/engine,/area/engine/supermatter)
-"czm" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/engine,/area/engine/supermatter)
-"czn" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/manifold/general/visible{icon_state = "manifold"; dir = 4},/turf/open/floor/plating,/area/engine/supermatter)
-"czo" = (/obj/machinery/power/rad_collector{anchored = 1},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/open/floor/engine,/area/engine/supermatter)
-"czp" = (/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},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/engine/supermatter)
-"czq" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/meter,/turf/open/floor/engine,/area/engine/engineering)
-"czr" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Gas"; on = 0},/turf/open/floor/engine,/area/engine/engineering)
-"czs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"czt" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"czu" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"czv" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{icon_state = "connector_map"; dir = 8},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"czw" = (/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)
-"czx" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/engine/engineering)
-"czy" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/engine/engineering)
-"czz" = (/obj/structure/transit_tube,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/engine/engineering)
-"czA" = (/obj/structure/cable,/obj/machinery/power/solar{id = "starboardsolar"; name = "Starboard Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/aft)
-"czB" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 5},/turf/open/space,/area/space)
-"czC" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/turf/open/space,/area/space)
-"czD" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 10},/turf/open/space,/area/space)
-"czE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall/r_wall,/area/engine/engineering)
-"czF" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"czG" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible,/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/engine,/area/engine/engineering)
-"czH" = (/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},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/obj/item/weapon/tank/internals/plasma,/turf/open/floor/plating,/area/engine/supermatter)
-"czI" = (/obj/machinery/power/rad_collector{anchored = 1},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/open/floor/engine,/area/engine/supermatter)
-"czJ" = (/obj/machinery/power/supermatter_shard/crystal,/turf/open/floor/engine,/area/engine/supermatter)
-"czK" = (/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},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/engine/supermatter)
-"czL" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/engine,/area/engine/engineering)
-"czM" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"czN" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{icon_state = "connector_map"; dir = 8},/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"czO" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/engine/engineering)
-"czP" = (/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)
-"czQ" = (/obj/structure/window/reinforced/fulltile,/obj/structure/transit_tube,/turf/open/floor/plating,/area/engine/engineering)
-"czR" = (/turf/closed/wall/r_wall,/area/space)
-"czS" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 9},/turf/open/space,/area/space)
-"czT" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering)
-"czU" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/engine,/area/engine/engineering)
-"czV" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable/yellow{icon_state = "1-4"; d1 = 1; d2 = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 2; icon_state = "pump_map"; name = "Cooling Loop Bypass"},/turf/open/floor/engine,/area/engine/engineering)
-"czW" = (/obj/machinery/door/poddoor/shutters/preopen{id = "engsm"; name = "Radiation Chamber Shutters"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/engine/supermatter)
-"czX" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plating,/area/engine/supermatter)
-"czY" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/engine/supermatter)
-"czZ" = (/obj/machinery/door/poddoor/shutters/preopen{id = "engsm"; name = "Radiation Chamber Shutters"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plating,/area/engine/supermatter)
-"cAa" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Mix Bypass"},/turf/open/floor/engine,/area/engine/engineering)
-"cAb" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cAc" = (/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)
-"cAd" = (/obj/structure/sign/securearea,/turf/closed/wall,/area/engine/engineering)
-"cAe" = (/obj/structure/transit_tube/curved/flipped{dir = 1},/turf/open/space,/area/space)
-"cAf" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cAg" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple,/obj/structure/lattice,/turf/open/space,/area/space)
-"cAh" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 6},/turf/open/space,/area/space)
-"cAi" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 10},/obj/structure/lattice,/turf/open/space,/area/space)
-"cAj" = (/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering)
-"cAk" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/engine,/area/engine/engineering)
-"cAl" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Cooling Loop to Gas"; on = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cAm" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4; initialize_directions = 11},/turf/open/floor/engine,/area/engine/engineering)
-"cAn" = (/obj/structure/sign/electricshock,/turf/closed/wall/r_wall,/area/engine/supermatter)
-"cAo" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/turf/open/floor/plating,/area/engine/supermatter)
-"cAp" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/meter,/turf/open/floor/engine,/area/engine/engineering)
-"cAq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Gas to Mix"; on = 0},/turf/open/floor/engine,/area/engine/engineering)
-"cAr" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"cAs" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cAt" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cAu" = (/obj/structure/transit_tube/curved{dir = 4},/turf/open/space,/area/space)
-"cAv" = (/obj/structure/lattice,/obj/structure/transit_tube/crossing/horizontal,/turf/open/space,/area/space)
-"cAw" = (/obj/structure/transit_tube/horizontal,/turf/open/space,/area/space)
-"cAx" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/transit_tube/crossing/horizontal,/turf/open/space,/area/space)
-"cAy" = (/obj/structure/window/reinforced/fulltile,/obj/structure/transit_tube/horizontal,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cAz" = (/obj/structure/transit_tube/horizontal,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cAA" = (/obj/structure/transit_tube/station/reverse,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cAB" = (/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cAC" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/heat_exchanging/simple,/turf/open/space,/area/space)
-"cAD" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/heat_exchanging/simple,/turf/open/space,/area/space)
-"cAE" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/engine,/area/engine/engineering)
-"cAF" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/engine,/area/engine/engineering)
-"cAG" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"cAH" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4; filter_type = "co2"; on = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cAI" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/light{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cAJ" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4; filter_type = "o2"; on = 1},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/engine,/area/engine/engineering)
-"cAK" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/camera{c_tag = "Engineering Supermatter Aft"; dir = 2; network = list("SS13","Engine"); pixel_x = 23},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cAL" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4; filter_type = "plasma"; on = 1},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/engine,/area/engine/engineering)
-"cAM" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"cAN" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4; filter_type = ""; on = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cAO" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cAP" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/engine,/area/engine/engineering)
-"cAQ" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/engine,/area/engine/engineering)
-"cAR" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 8; on = 1},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cAS" = (/obj/structure/closet/firecloset,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cAT" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cAU" = (/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)
-"cAV" = (/obj/structure/closet/crate/bin,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/engine,/area/engine/engineering)
-"cAW" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/engine,/area/engine/engineering)
-"cAX" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/open/floor/engine,/area/engine/engineering)
-"cAY" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/engine,/area/engine/engineering)
-"cAZ" = (/turf/open/floor/engine,/area/engine/engineering)
-"cBa" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/engine,/area/engine/engineering)
-"cBb" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cBc" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/engine,/area/engine/engineering)
-"cBd" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/engine,/area/engine/engineering)
-"cBe" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/effect/turf_decal/stripes/corner,/turf/open/floor/engine,/area/engine/engineering)
-"cBf" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/engine,/area/engine/engineering)
-"cBg" = (/obj/structure/table,/obj/item/weapon/pipe_dispenser,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cBh" = (/obj/machinery/light,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cBi" = (/obj/structure/closet/secure_closet/engineering_personal,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cBj" = (/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)
-"cBk" = (/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)
-"cBl" = (/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)
-"cBm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cBn" = (/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft)
-"cBo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/engine/engineering)
-"cBp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/engine/engineering)
-"cBq" = (/obj/structure/closet/wardrobe/engineering_yellow,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/engine,/area/engine/engineering)
-"cBr" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/engine/engineering)
-"cBs" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/engine/engineering)
-"cBt" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/engine/engineering)
-"cBu" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/engine/engineering)
-"cBv" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/engine,/area/engine/engineering)
-"cBw" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cBx" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/engine,/area/engine/engineering)
-"cBy" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/engine/engineering)
-"cBz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/stripes/line,/turf/open/floor/engine,/area/engine/engineering)
-"cBA" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/meter,/turf/open/floor/engine,/area/engine/engineering)
-"cBB" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/engine/engineering)
-"cBC" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/plating,/area/engine/engineering)
-"cBD" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space,/area/space)
-"cBE" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cBF" = (/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)
-"cBG" = (/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)
-"cBH" = (/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)
-"cBI" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plating,/area/engine/engineering)
-"cBJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/glass_engineering{name = "Laser Room"; req_access_txt = "10"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/engine,/area/engine/engineering)
-"cBK" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/engine/engineering)
-"cBL" = (/obj/structure/grille,/obj/structure/window/reinforced/highpressure/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/engine/engineering)
-"cBM" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plating/airless,/area/engine/engineering)
-"cBN" = (/turf/closed/wall,/area/ai_monitored/turret_protected/aisat_interior)
-"cBO" = (/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)
-"cBP" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall,/area/ai_monitored/turret_protected/aisat_interior)
-"cBQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/ai_monitored/turret_protected/aisat_interior)
-"cBR" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8},/turf/open/floor/plating/airless,/area/ai_monitored/turret_protected/aisat_interior)
-"cBS" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft)
-"cBT" = (/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/aft)
-"cBU" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 5},/obj/structure/lattice,/turf/open/space,/area/space)
-"cBV" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 1; on = 1; scrub_N2O = 0; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cBW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering)
-"cBX" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cBY" = (/obj/structure/reflector/double{anchored = 1},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cBZ" = (/obj/structure/reflector/box{anchored = 1; dir = 1},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cCa" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 1; on = 1},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cCb" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/plating/airless,/area/engine/engineering)
-"cCc" = (/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)
-"cCd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat_interior)
-"cCe" = (/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)
-"cCf" = (/obj/machinery/airalarm{dir = 4; icon_state = "alarm0"; pixel_x = -22},/turf/open/floor/plasteel/black,/area/engine/engineering)
-"cCg" = (/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/engine/engineering)
-"cCh" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/plating,/area/engine/engineering)
-"cCi" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/open/floor/plating,/area/engine/engineering)
-"cCj" = (/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/engine/engineering)
-"cCk" = (/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)
-"cCl" = (/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)
-"cCm" = (/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)
-"cCn" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior)
-"cCo" = (/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)
-"cCp" = (/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)
-"cCq" = (/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)
-"cCr" = (/obj/machinery/teleport/hub,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cCs" = (/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/plating,/area/engine/engineering)
-"cCt" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/emitter{anchored = 1; dir = 4; icon_state = "emitter"; state = 2},/turf/open/floor/plating,/area/engine/engineering)
-"cCu" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/power/emitter{anchored = 1; dir = 8; icon_state = "emitter"; state = 2},/turf/open/floor/plating,/area/engine/engineering)
-"cCv" = (/obj/effect/decal/cleanable/dirt,/turf/closed/wall/r_wall,/area/engine/engineering)
-"cCw" = (/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)
-"cCx" = (/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)
-"cCy" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/landmark/start/cyborg,/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior)
-"cCz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior)
-"cCA" = (/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat_interior)
-"cCB" = (/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)
-"cCC" = (/obj/machinery/bluespace_beacon,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat_interior)
-"cCD" = (/obj/machinery/teleport/station,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cCE" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/light,/turf/open/floor/plating,/area/engine/engineering)
-"cCF" = (/obj/structure/reflector/single{anchored = 1; dir = 1; icon_state = "reflector"},/turf/open/floor/plating,/area/engine/engineering)
-"cCG" = (/obj/structure/reflector/single{anchored = 1; dir = 4; icon_state = "reflector"},/turf/open/floor/plating,/area/engine/engineering)
-"cCH" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/light,/turf/open/floor/plating,/area/engine/engineering)
-"cCI" = (/obj/item/weapon/crowbar/large,/turf/open/floor/plating,/area/engine/engineering)
-"cCJ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{icon_state = "intact"; dir = 5},/turf/open/space,/area/space)
-"cCK" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{icon_state = "intact"; dir = 10},/obj/structure/lattice,/turf/open/space,/area/space)
-"cCL" = (/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)
-"cCM" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior)
-"cCN" = (/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)
-"cCO" = (/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)
-"cCP" = (/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)
-"cCQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/ai_monitored/turret_protected/aisat_interior)
-"cCR" = (/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)
-"cCS" = (/obj/machinery/computer/teleporter,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior)
-"cCT" = (/obj/structure/cable,/obj/machinery/power/tracker,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/aft)
-"cCU" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat/atmos)
-"cCV" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/meter,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat/atmos)
-"cCW" = (/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)
-"cCX" = (/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)
-"cCY" = (/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)
-"cCZ" = (/obj/machinery/turretid{control_area = null; enabled = 1; icon_state = "control_standby"; name = "Antechamber Turret Control"; pixel_x = 0; pixel_y = -24; req_access_txt = "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)
-"cDa" = (/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)
-"cDb" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat/service)
-"cDc" = (/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/aisat/atmos)
-"cDd" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/atmos)
-"cDe" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat_interior)
-"cDf" = (/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)
-"cDg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat_interior)
-"cDh" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/service)
-"cDi" = (/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,/area/ai_monitored/turret_protected/aisat/atmos)
-"cDj" = (/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/aisat/atmos)
-"cDk" = (/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/aisat/atmos)
-"cDl" = (/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/aisat/atmos)
-"cDm" = (/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)
-"cDn" = (/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)
-"cDo" = (/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)
-"cDp" = (/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/aisat/service)
-"cDq" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating{icon_plating = "warnplate"},/area/ai_monitored/turret_protected/aisat/service)
-"cDr" = (/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/aisat/service)
-"cDs" = (/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/aisat/atmos)
-"cDt" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat/atmos)
-"cDu" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat/atmos)
-"cDv" = (/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/aisat/atmos)
-"cDw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat_interior)
-"cDx" = (/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_txt = "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)
-"cDy" = (/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)
-"cDz" = (/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_txt = "65"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/darkblue/corner{dir = 4},/area/ai_monitored/turret_protected/aisat_interior)
-"cDA" = (/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/aisat/service)
-"cDB" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat/service)
-"cDC" = (/obj/machinery/atmospherics/components/unary/vent_scrubber{dir = 8; on = 1; scrub_Toxins = 0},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat/service)
-"cDD" = (/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/aisat/service)
-"cDE" = (/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/aisat/atmos)
-"cDF" = (/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/aisat/atmos)
-"cDG" = (/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/aisat/atmos)
-"cDH" = (/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/aisat/atmos)
-"cDI" = (/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)
-"cDJ" = (/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)
-"cDK" = (/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/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)
-"cDL" = (/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)
-"cDM" = (/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)
-"cDN" = (/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/aisat/service)
-"cDO" = (/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"},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat/service)
-"cDP" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat/service)
-"cDQ" = (/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/aisat/service)
-"cDR" = (/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/turret_protected/aisat/atmos)
-"cDS" = (/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/aisat/atmos)
-"cDT" = (/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)
-"cDU" = (/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_txt = "65"},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat_interior)
-"cDV" = (/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)
-"cDW" = (/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/aisat/service)
-"cDX" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/aisat/service)
-"cDY" = (/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/plasteel/vault{dir = 8},/area/ai_monitored/turret_protected/aisat/service)
-"cDZ" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEa" = (/turf/closed/wall,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEb" = (/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/aisat/hallway)
-"cEc" = (/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/aisat/hallway)
-"cEd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEe" = (/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/aisat/hallway)
-"cEf" = (/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)
-"cEg" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEi" = (/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEj" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEk" = (/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/hallway)
-"cEl" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEm" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEn" = (/obj/structure/rack,/obj/item/weapon/crowbar/red,/obj/item/weapon/wrench,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEo" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEp" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEq" = (/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)
-"cEr" = (/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/circuit,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEs" = (/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/aisat/hallway)
-"cEt" = (/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/aisat/hallway)
-"cEu" = (/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/circuit,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEv" = (/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)
-"cEw" = (/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/aisat/hallway)
-"cEx" = (/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/circuit,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEy" = (/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/aisat/hallway)
-"cEz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEA" = (/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/aisat/hallway)
-"cEB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEC" = (/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/aisat/hallway)
-"cED" = (/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/aisat/hallway)
-"cEE" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEF" = (/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/aisat/hallway)
-"cEG" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEH" = (/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEI" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23; pixel_y = 0},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEJ" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEK" = (/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/aisat/hallway)
-"cEL" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 4; name = "MiniSat Chamber Hallway APC"; pixel_x = 27; pixel_y = 0},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway)
-"cEM" = (/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/aisat/hallway)
-"cEN" = (/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/aisat/hallway)
-"cEO" = (/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/aisat/hallway)
-"cEP" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai)
-"cEQ" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai)
-"cER" = (/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)
-"cES" = (/obj/structure/sign/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai)
-"cET" = (/obj/machinery/ai_status_display,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai)
-"cEU" = (/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)
-"cEV" = (/obj/machinery/airalarm{frequency = 1439; pixel_y = 23},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cEW" = (/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)
-"cEX" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cEY" = (/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)
-"cEZ" = (/obj/structure/table/reinforced,/obj/item/weapon/folder/white,/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cFa" = (/obj/machinery/atmospherics/components/unary/vent_pump{dir = 4; on = 1},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cFb" = (/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)
-"cFc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cFd" = (/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)
-"cFe" = (/obj/structure/grille,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway)
-"cFf" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai)
-"cFg" = (/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)
-"cFh" = (/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)
-"cFi" = (/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)
-"cFj" = (/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai)
-"cFk" = (/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cFl" = (/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)
-"cFm" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/machinery/status_display{pixel_x = -32},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai)
-"cFn" = (/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)
-"cFo" = (/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)
-"cFp" = (/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)
-"cFq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cFr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cFs" = (/obj/machinery/light{icon_state = "tube1"; dir = 4},/obj/machinery/ai_status_display{pixel_x = 32},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai)
-"cFt" = (/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai)
-"cFu" = (/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/circuit,/area/ai_monitored/turret_protected/ai)
-"cFv" = (/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/circuit,/area/ai_monitored/turret_protected/ai)
-"cFw" = (/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/circuit,/area/ai_monitored/turret_protected/ai)
-"cFx" = (/turf/closed/wall,/area/ai_monitored/turret_protected/ai)
-"cFy" = (/obj/effect/landmark/start/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/circuit,/area/ai_monitored/turret_protected/ai)
-"cFz" = (/obj/machinery/ai_slipper{uses = 10},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cFA" = (/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)
-"cFB" = (/obj/effect/landmark/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/circuit,/area/ai_monitored/turret_protected/ai)
-"cFC" = (/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)
-"cFD" = (/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)
-"cFE" = (/obj/effect/landmark/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/circuit,/area/ai_monitored/turret_protected/ai)
-"cFF" = (/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)
-"cFG" = (/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)
-"cFH" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cFI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_y = 0},/turf/closed/wall,/area/ai_monitored/turret_protected/ai)
-"cFJ" = (/obj/machinery/power/smes{charge = 5e+006},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai)
-"cFK" = (/obj/machinery/camera/motion{c_tag = "MiniSat AI Chamber South"; dir = 2; network = list("MiniSat")},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai)
-"cFL" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/machinery/ai_slipper{uses = 10},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai)
-"cFM" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/black,/area/ai_monitored/turret_protected/ai)
-"cFN" = (/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)
-"cFO" = (/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)
-
-(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
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaacaadaadaadaadaadaacaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaafaagaahaaiaajaakaalaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaamaanaaoaapaaoaaqaaraacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaasaasaasaasaasaasaasaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaataacaacaauaavaacaacaacaawaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxaacaayaazaaAaacaaBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaCaaoaaDaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaacaacaacaacaacaaEaaoaaFaaGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaHaazaazaaIaacaaCaaoaaDaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaJaazaazaaKaacaaCaazaaDaacaacaaLaaMaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaJaazaazaaNaacaaOaaPaaOaacaaQaaRaaSaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaJaazaazaaTaaUaazaazaazaaVaazaazaazaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaWaazaazaaXaaOaazaaoaazaaOaaYaaYaaZaacabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaacaacabcaacaacaacaazaaoaazaacaacaacaauaacaacaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacabdaaTabeabfabgaacaazaaoaazaacabhabiabjabkablaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacabmaasaasaasaasaacabnaaoaboaacaasaasaasaasaasaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacabdaazabpabqabqabrabqabqabqabrabqabqabsaazabtaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabuaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacabvaazabwaaRaaRaaOaaRaaRaaRaaOaaRaaRabxaazabyaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacabzabAabBabCabDaacaasaasaasaacabEabFabBabGabHaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacabIaazabJaacaacaacaaOabKaaOaacaacaacaazaazaboaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacabLabMabNaacaaaaacabOabOabOaacaaaaacabPabQabPaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacabOabOabOaacaaaaatabRabSabTaawaaaaacabOabOabOaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatabRabSabTaaBaaaaaaaaaaaaaaaaaaaaaaaxabRabSabTaawaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabWabWabWabWabWabWabWabWabWabWabWaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabXabVaaaabVaaaabVaaaabVaaaabVaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabYabYabZacaacbacaacbacaaccabYabYaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabYacdaceacfacgachaciacjackaclabYaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVabYacmacnacoacnacnacnacpackacqabYabVabVaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaabVaaaabVaaaabVaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabYabYacracsactacuacvaciaciackacwabYabVabVabVabVabVabVabVabVabVabVabVaaaaaaaaaabVaaaabVaaaabVaaaabVaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacxabYacyaciaciaciaciaczaciaciacAacBabYaaaabVaaaaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaaabVaaaabVaaaabVaaaabVaaaaaaaaaaaaaaaaaaabWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabYabYacCaczaciaciacDacEaczaciacFacGabYabVacHabVabVabVabVabVabVabVabVabVabVabVabVabVaaaabVaaaabVaaaabVaaaaaaaaaaaaaaaaaaabWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaacIacIacIacIacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabYacJaciaciaciacKacLacMaciaciacNacOabYabYacPabVabVabVabVabVabVabVabVaaaaaaaaaaaaabVabVabVabVabVabVabVabVaaaaaaaaaaaaaaaabWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIacIacIacIacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaabVaaaacQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacRacSacTacUacVacWaciacXaciaciaciaciaciaciackaciacYacZacPadaadaadbadaadaadbadbadaadcaddadeaddadeaddadfadfadgadgadgadfadfaaaaaaaaaaaaaaaabWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaabVaaaacQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVadhabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadiadjadkadladmadnaciaciadoadpadqaciadradsadtaciaduadvacPabVaaaaaaaaaaaaaaaaaaabVadeadwadxadxadxadyadfadzadAadBadCadDadfaaaaaaaaaabVaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVadEabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIadbadbadbadbabVabVaaaadFaaaabVabVacIacIacIacIacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadiadGadHadIadmadJadKadJadJadJadLadJadJadJadMadJadJadNacPacPacPacPacPacPacPacPacPacPadOadxadPadQadwadfadRadSadTadUadVadfaaaabVadWabWabWabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIacIacIacIacIabVabVaaaadXaaaadYabVacIacIacIacIacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaaaabVaaaabVaaaaaaadFaaaaaaabVaaaabVaaaaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadiadZaeaaebadmaecaciaedadJaeeaefaegadJaehaeiaejadJaekacPaelaemaenaeoaepaeqaeraesacPaetadxadPaeuadwadgaevaewaexadTaeyadfaaaabVaddaezaddabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQaaaaaaabVaaaabVaaaaaaadXaaaaaaabVaaaabVaaaaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVaeAaeAaeAaeAaeAaaaaeBaaaaeAaeAaeAaeAaeAabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacRaeCaeDaeEadmaeFaciaeGadJaeHaeIaeJadJaeKaeLaeGadJaeMacPaeNaeOaePaePaePaePaePaeQacPaeRadxadPaeuadwadgaeSaeTaeUadTaeVadfabVabVaddaeWaddabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVaeXaeXaeXaeXaeXaaaaeYaaaaeXaeXaeXaeXaeXabVacIaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaeZafaafaafaafaafbafcafdafeafeafeafeaffaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafgacRacRacRafhafiafjadmafkaflafmadJafkafnadJadJadJafoafmadJadJacPafpafqafrafsaftafuafvafwafxadxadxadPaeuadwadfafyafzafAafBafCadfadeadeadcaezaddaddadcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaafDafEafEafEafEafFafGafHafIafIafIafIafJaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVafKafKafKafKafKaaaafcaaaafKafKafKafKafKabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacRafLafMafNafOafPafQafRafSafTafUafVafWafXafYafZagaagbagcagdacPageagfaggaghagiagjagkaglagmadxadxagnagoaddadfagpadfagqadfagradfagsagtaddaguaddagvagwagwagwaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVagxagxagxagxagxaaaafGaaaagxagxagxagxagxabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaaaaaaabVaaaaaaaaaafcaaaaaaaaaabVaaaaaaaaaacQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacRagyagzagAagBagCagDagEagFagFagGagHagFagFagFagIagJagKagLagMacPageageagNagOagPagQagRagSacPagTagUagVagWaddagXagYagZahaahbahcagZahdaheahfahgahhahiahjahkahlahmaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaaaaaaabVaaaaaaaaaafGaaaaaaaaaabVaaaaaaaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVaeAaeAaeAaeAaeAaaaafcaaaaeAaeAaeAaeAaeAabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahnahoahpahqahrahsahtahuahvahwahwahxahyahzahAahAahAadJahBahCacPacPacPahDahEahFahGahHahIacPahJadeahKahLaddahMahNahOahPahQahRahSahTahUaddahVaddagvagwagwagwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVaeXaeXaeXaeXaeXaaaafGaaaaeXaeXaeXaeXaeXabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaeZafaafaafaafaafbafcafdafeafeafeafeaffaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacRacRacRahWahXahYahtabYadJahZadJadJadJaiaaiaaiaaiaaiaaibaicaidaieaifaigaihaiiaijaikailaidaimagZainaioaipaiqairahOaisahQaitahSaiuaddadcaddaddaddadcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaafDafEafEafEafEafFafGafHafIafIafIafIafJaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIadYafKafKafKafKafKaaaafcaaaafKafKafKafKafKabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaacRacRacRacRahtabYaivaiwaixaiyaizaiaaiAaiBaiCaiDaiEaiFaiGaiHaiIaiJaiKaiiaiLaiiaiMaiNaiOaiPaiQaiRahOaiPaiSaiTaiUaiVaiWaiXaiYaiZajaajbajcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVagxagxagxagxagxaaaafGaaaagxagxagxagxagxabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaaaaaaabVaaaaaaaaaafcaaaaaaaaaabVaaaaaaaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVabVabVabVabYaizajdajeajfaizaiaajgajhajiajjaiEaiFaidajkajlajmajnajoajpajqajrajsajtajuajvajwajxajxajwajyajzajAajBajCajDaddajEajFajcaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaaaaaaabVaaaaaaaaaafGaaaaaaaaaabVaaaaaaaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVaeAaeAaeAaeAaeAaaaafcaaaaeAaeAaeAaeAaeAabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabYaizajdajGajfajHaiaajIajJajiajKaiEaiFaiGajLajMajNajOajPajQajRajSajTajUajVajWajXajYajZakaakbakcakdakeakfakgakhakiakjakkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVaeXaeXaeXaeXaeXaaaafGaaaaeXaeXaeXaeXaeXabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaeZafaafaafaafaafbafcafdafeafeafeafeaffaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaabVaaaaaaabYaklakmakmaknakoaiaakpakqakraksaiEaiFaidaktakuakvakwakxakyakzaidaidadcakAakBadcadcaddaddaddaddaddaddaddaddaddakCakDakkabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaafDafEafEafEafEafFafGafHafIafIafIafIafJaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQakEafKafKafKafKafKaaaafcaaaafKafKafKafKafKabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVakFakFakGakGabYabYadJadJafkakHaiaaiaaiaaiaaiaakIakJakKakLakKakKakKakKakKakKakMakNakOakPakQakRakSakTakUakVakWakXakYakZalaalbakCakDakkabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVagxagxagxagxagxaaaafGaaaagxagxagxagxagxakEacQaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaaaabVaaaabVaaaaaaalcaaaaaaabVaaaabVaaaaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVakFaldalealfalgalhalialjalkallalmalnaloalpalqalralsaltalualtaltaltaltaltaltalvaltaltalwalualxalyalzalAalBalCalDalEalFalGalbakCakDajcabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaaaabVaaaabVaaaaaaafGaaaaaaabVaaaabVaaaaaaacIaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIacIacIabVabVabVabValHalIalHabVabVabVabVacIacIacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalJalKalKalKalJaaaabValLalMalNalOalPalQalRalSalTalUalValWalXalYalZalWamaambalZalWalXamcamdamdamdameamfamgamhamiamjamkamlammamlamlamlamnamoamoalbakCakDakkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIacIacIabVabVabVabVabVafGabVabVabVabVabVacIacIacIabVaaaaaaaaaaaaaaaaaaaaaabVaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaabVaaaaaaabVaaaalHampalHaaaaaaabVaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalJamqamramsalJakGakGamtamuamvamwamxakSaiaamyaiaaiaamzamAamBamCamDamEamBamCamDamFamGamCamHamIamCamJamKamCamLamMamNakSamOamPamoamQamoamRamSamoalbakCakDakkabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaaabVaaaaaaamTaaaaaaabVaaaaaaabVaaaabVabVabVaaaaaaaaaaaaaaaaaaabVaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaabVaaaaaaabValHalHamUalHalHaaaabVaaaaaaabVaaaaaaaaaaaaaaaaaaaaaabUamVamVamVamVamVaaaalKamWamXamYamZanaanbancamuandaneanfakSangakKanhaiaanianjankaiaanlanjankaiaanlanmankaiaannanoanpanqakRaiaanjanransakSantanuanvanwanvanxanyamoalbakCakDakkabVaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaaaaaabVaaaaaaanzaaaaaaabVaaaaaaabVaaaaaaaaaabVabVaaaaaaaaaaaaaaaanAanBanAabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaabVaaaaaaabVanCanDanEanFanCanGanGanGanGanGanGanGanGanGaaaaaaaaaaaaamVanHanIanJamVaaaalJanKalJanLalJakGakGakGanManNanOanPakSanQanRanSaiaanTanjanUaiaanVanjanWaiaanXanjanYaiaanZaoaaobanqaocaiaaodaoeaofakSaogaohaogaoiaogaojaogaogalbakCakDajcajcabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaaaaaaaaabVaaaaokaolaokaaaabVaaaaaaabVaaaaaaaaaaaaabVabVaaaaaaaaaaaaanAaomanAabVaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVabVaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanCaonaooaopanCaoqaoqanGaoraosaotanGaouanGaaaaaaaaaabVanGaovaosaowanGaaaalJaoxaoyaozalJaaaaaaaoAakFakGaoBaoCakSaoDaoEaoFakSaoGaoHaoHaoIaoHaoHaoHaoIaoHaoHaoHaoIaoJaoKaoLaoMaoNakSakSakSakSakSaoOaoPaoOalaaoOaoQaoOalaalbaoRaoSaoTajcajcajcabWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaaaaaaaaaaaabVaaaaokaoUaokaaaabVabVabVabVaaaabVaaaaaaaaaabVabVaaaaaaaaaanAaoVanAabVaaaabVaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanCaoXaoYaoZanCapaapbapcapdaosapeanGanGanGamVanGamVamVanGapfapgapfanGaaaalKaoxaoxaphalJakGakGakGapiapjapkaplalLakSakSakSakSapmapmapmapnapmapmapmapoapmapmapmapnapmapmapmappappapqaprapraprapsaoOaoPaoOalaaoOaoQaoOalaalbakCaptapuapvapwapvabWaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaaaaaaaaaaaaaaabVaokaokapxaokaokabVaaaaaaabVaaaabVaaaaaaaaaaaaabVabVaaaaaaanAaoVanAabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWapyapzapzapzapzapzapzapzapAaoWabVaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaanCanCapBapCanCapDaosanGaosaosaosapcaosaosapEaosanIaosaosaosaosapFamVaaaalJapGaoxaoxapHapIanbapJamuandaneandapKappappappapLappappapMappappappappappappappapNappappappapOappappappappappappapPalaapQapRapSapTapUapRalaapVapWapXapYapYapZajcabWaaaaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaaaaaaaaaaaaaaaaaabVaqaaqbaqcaqdaqaabVaaaaaaabVaaaabVaaaabVaaaaaaaaaabVanAanAanAaoVanAanAanAanAanAanAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoWaqeaqfaqfaqfaqfaqfaqfaqfaqgaoWabVaaaaaaaaaabVaaaaaaaaaaaaanGanGanGanGanGabVabVanGaqhaqiaqjaqkapbanGanGamVamVanGanGanGanGamVanGamVamVanGaqlaosaqmanGaaaalJaqnaqnaqnalJakGakGaqoaqpaqqaqraqsakFaqtaqtaqtaqtaqtaquaqvaqtaqtaqtaqtaqtaqtaqtaqwaqxaqxaqxaqyaqzaqxaqAaqBaqCaqDapsaqEaqFalbalbalbalbalbalbalbakCaqGajcaqHaqIajcaaaaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaaaaaaaaaaaaaaaaaaaaabVaqaaqJaqKaqLaqaabVaaaaaaabVaaaabVaaaabVanAanBanAanBanAaqMaoVaoVaoVaoVaoVaoVaqNanAabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaoWaqeaqfaqfaqfaqfaqfaqfaqfaqgaoWaoWaqOaoWaoWabVabWabWanGanGanGaqPaqQaqRanGaaaaaaanGaosaqiapDaosaqSanGaqTaqTaqUaqTaqTaqUaqUacxacxaqVaqVanGaqWaosaqXanGaaaalJaqYaqYaqYalJaaaabValLakFaqZakFaraarbarbarbarcarbarbarbardarearearearfareareargarhariarjapYarkapYapYapYapYarlapYarmarmarmarmarnaroarparqarrarrarsartaruarvarwajcaaaaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaaaaaaaaabWabWabWaaaabVaqaarxaryarzaqaarAarAarAarAarAanBanBanBanAarBaoVaqNanAanAaoVanAanAanAanAarCanAanAabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVaoWaqeaqfaqfaqfarDaqfaqfaqfaqgarEarFarGarHaoWabVanGarIanGarJarKaosarLaosanGamVamVanGarMaqiapDarManGanGanGamVamVamVanGanGacxarNaqUaqUacxanGanGapcanGanGaaaaaaaaaaaaaaaaaaaaaabVakFarOanbakFarParbarQarRarSarTarSarbarUarearVarWarXarYareapmapparZasaasbascascascascascasdaseascascascascascasfasgashasiasjaskaslajcasmasnajcabVasoaspaspasqaspaspasrabVabVaaaaaaaaaabVanBassanBaaaarAaqaaqaastasuaqaasvaoVaoVaoVanAaswaoVasxanAasyaoVaoVaszanAaoVanAasAasBanAaoVasCanAaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaoWaqeaqfaqfasDasEasFaqfaqfasGasHasIasJasKaoWabVanGaosanGasLasMaqkasNasOanGaqXaosasPaosaqiasQaosaosaosaosaosaosaosaosanGanGanGaqUacxaqUacxasRasSasRaaaaaaaaaaaaaaaaaaaaaaaaabVakFasTasUakFasVarbasWasXasYarSarSarbarUareasZarXataatbatcapmappaprasaakCatdatdatdatdatdateatfatdatdatdatdatdatdatdatdatgathatgatiatgatgatgatgatgatjatkatkatkatkatkatjatgabVaaaaaaaaaabVatlaoVanBaaaarAatmatnatoatpaoVaoVaoVanAaoVanAatqaoVaoVanAaoVatratsattarCaoVanAatuatvanAaoVatwanAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaoWaqeaqfaqfaqfatxaqfaqfaqfaqgaqOatyasJatzaoWanGanGarIanGanGanGapcatAatBatBatCatDatEatDatFatGatHatIanGaosanGanGanGaosanGatJanGacxaqUaqTaqUasRasSasRaaaaaaaaaaaaaaaatKatKatKatKatKatKatKatKarParbatLatMatNarSatOarbarUatPatQatRatSatTatcapmappatUasaakCatdatVatWatXatYatZauaatdaubaucaudatdaueaucaufatgaugauhauiaujaukaulaumatgatjatkatkatkatkatkatjatgabVabVabVabVanBanBaunanBanBarAauoaoVaupaoVaqMaoVanAanAauqanAanAauranAanAattausautaoVanAaoVauuauuauuauuauuauuauuauuauuauvauvauvauvacxauvauvaqUaqUaqTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaoWaqeaqfaqfaqfaqfaqfaqfaqfaqgaqOauwasJauxaoWauyauzauAauBauBauBauBauBauBauCauDauEanGanGanGanGaosanGanGaosauFanGatHaosanGanGanGanGaqTaqTaqTasRauGasRaaaaaaaaaabVabVatKauHauIatKauJauKauLatKarParbarTauMarTauNarSarbauOauPauQarXauRarXatcapmappauSasaakCatdauTauUauVauWauXauYatdauZavaavbatdavcavdaveatgavfavgavhavhavhavhaviavjavkatkatkatkatkatkatjatgatgatgaaaaaaanBaoVaoVaoVasvarAavlattaupaoVavmavnavoarCaoVaoVaoVaoVaoVaoVaoVausavpaoVavqaoVauuavravsavtauuavuavvavwauuaqUaqTaqTaqTaqTaqTaqTaqTaqTaqTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaoWaqeaqfaqfaqfaqfaqfaqfaqfaqgaqOauwavxavyaoWaosaosavzavAavBavBavBavBavBavBavCavDavEacxavFanGaosavGarMatHavHanGavIaosaosaosavJamVaqTaqTaqUasRasSasRaaaaaaaaaatKatKatKasSasSatKasSasSasSatKavKarbarTavLavMavNarTarbarUavOareavPavQavRareavSappaprasaakCatdatdatdatdatdavTavUatdatdavVatfatdatdavWatfatgavXavYavZawaawaawbawcawdaweatkatkatkatkatkawfawgawhawiaaaaaaanBaoVaoVawjaoVarAawkaoVawlawmawmawmawmawnawmawoaoVaoVaoVaoVaoVaoVaoVaoVanAavnauuawpawqawqauuawrawsawtauuaqTaqTaqTaqTaqTaqTaqTaqTaqTaqTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVabVabVabVaoWawuawvawvawvawvawvawvawvawwaqOawxawyawzaoWawAawBawCawDaqlawEawFawGawHanGawIavDacxawJavEamVaosauFanGanGanGanGanGanGanGawKavJamVaqUaqTaqUasRasSasRabWabWabWawLawMawNasSasSatKatKawOatKatKavKarbarbawParbawQarbarbawRawSareareareareareawTappawUasaakCatdatVatWawVatYawWawXawYawZaxaaxbaxcaxdaxeaxfaxgaxhavYaxiaxjaxjaxkaxlawdawiatkatkatkatkatkawiaxmaxnawiabVabVanAaoVaoVanAanAarAarAarAarAarAarAarAarAarAanAaxoaxpanAanAanAanAanAanAanAanAaoVaxqauuawqawqaxraxsawpaxtauuaqTaqTaqTaqTaqTaqTaqTaqTaqTaqTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxuaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaoWaxvaxwaoWaoWaxxanGavzaxyaosaxzaxAaosaosanGawIavDaxBaqUaxBanGaosaxCanGaxDaxEanGavIasOaxFaxGaxGaxGaxHaxHaxHaxIaxJaxKaxHaxHaxHaxIaxKaxIaxIaxJaxIaxLaxJaxMaxNaxOaxPaxPaxQaxPaxRaxPaxPaxSaxTaxPaxPaxPaxPaxUaxVaxWaxWaxXaxYatdauTauVauVaxZauXayaaybaycaydayeayfaygayhayiayjaykaylaxiaymaxjaxkaxlaynawiatkatkatkatkatkawiayoaxnatgaaaaaaanAaypasyaoVayqanAayraqNaysaytaqManAawkaqManAayuaoVanAayvaoVanAaywayxayyayzayzayzayAayBayCayDayEayFayGauuauvauvacxacxauvauvauvauvaqUaqUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayHayHayHayIayJayKayLayMayNayNayNayNayNayNayNayOayPayQayRaySayTanGayUaxyayVaosayWaosayXanGawIayYaxGaxGaxGaxGayZaxGauEaosayWazaaosaosazbazcazdazeazfazfazfazgazfazhazfazfaziazjazkazlazlazlazlazlazlazmaznazoazpazpazpazpazqazpazpazqazpazrazrazrazrazrazsaztazuazvazwatdatdatdatdatdavTazxazyazzazAazBazCazDazEazFazGazHazIazJazKazKazLaxlazMaweatkatkatkatkatkazNazOazPatgaaaaaaanAaoVaoVaoVaoVaoVaoVazQawmawmawmawmawmawmawmazRaoVaoVaoVaoVavqaoVaoVazSazTazUazVazWazXazYawqawqawqazZauuaqUaqTaqTaqTaqTaqTaqTaqTaqTaqTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaAaaAbaAcaAdaAeaAfaAgaAfaAhaAiaAhaAjaAkaAkaAlaAmaAkaAnaAoaAkaAkaApaxGaAqaxyaAraosaosaAsaAtanGaAuaAvaAwaAwaAwaAwaAwaAxavDaAyaosanGauyauyavDaAzanGaAAaABaACaACaADaACaAEaACaACaAFaAGaAHaAIaAIaAIaAIaAIaAIaAIaAJaAKaALaAMaANaAOaAPaAQaARaASaATaAUaAVaAWaAXaAYaAZappaBaajcapuatdatVatWaBbatYaBcaBdazyazyazyazzaBeaBfaBgaBhaxgaBiaBjaBkaBlaBmaBnaBoaBpaBqatkatkatkatkatkaBratgatgatganAanAanAaqManAanAarCanAanAaupanAanAaBsanAanAarCanAaupaypanAanAarCanAaoVaypazSaBtausauuaBuaBvaBwaBxaByaBvaBzauuaqUaqTaqTaqTaqTaqTaqTaqTaqTaqTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayHayHayHayIayJaBAayJaBBaBCaBBaBDaAiaAiaBEaBBaBCaBBaBFaBGaBHaBIanGayUaxyanGanGanGanGaBJaBJaBKaBLaBJaBJaBJaBJaBJawIayYaxGaxGaxGaxGaxGaBMaAzaqXaAAaaaabVaaaaBNaaaaBOaaaabVaaaaAGaAHaAIaBPaBQaBRaBSaBTaAIaAJaBUaBVaBWaBWaBXaBYaBZaBZaBZaCaaCbaCbaCcaCdaAYaCeappaCfajcapuatdauTauVauVaCgauXaChaCiaCjaCkaClaCmaCnaCnaCoaCnatgaCpaCqaCraCsaCtaCuatgaBratkatkatkatkatkaBranAatwaoVaCvaCwanAanAanAatwaoVanAatwaupanAaCxaoVanAaCyaoVanAaCzaCAanAaCBaoVanAarCarCazSaCCarCauuaCDaBvaCEaCFaCEaBvaCGauuaqUaqUaqUaqTaqTaqTaqTaqTaqTaqTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxuaCHaxuaCIaAgaBBaCJaCKaCLaCMaBBaAgaCIaBBaxuaCNaCOanGaCPaCQaCRaCRaCSaCTaBJaCUaCVaCWaCXaCYaCZaCUaBJaDaaDbaDcaDdaDdaDdaDdaDdaDeauyaAAabVaDfaDfaDgaDfaDhaDfaDfabVaAGaAHaAIaDiaDjaDkaDlaDiaAIaDmaDnaDoaDpaDqaDraDsaDtaDuaDvaDwaDxaAWaAWaAWaDyaCeappaDzajcapuatdatdatdatdatdaDAavUaCnaCnaCnaCnaCnaCnaDBaDCaDDaCnatgatgatgatgaDEatiatgaBratkatkatkatkatkaBranAanAaoVaDFaCwanAaDGanAaoVaoVanAaoVaupanAaoVaoVanAaoVaoVanAaupavnanAaoVaoVanAaDHaoVazSaBtattauuauuauuauuauuauuauuauuauuauvauvauvauvauvaqUaqTaqTaqTaqTaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaBBaDIaBBaBBaBBaBBaBBaBBaDIaBBaaaaxuaDJaBIaDKaDLaDMaDKaDKaDKaDNaBJaCUaDOaDPaDQaDRaDSaCUaBJaDTaDUaDTaDTaDTaDTaDTaDTaDVaDTaDWaaaaDfaDXaDYaDZaEaaEbaDfaaaaAGaAHaAIaDiaEcaEdaEeaDiaAIasSaEfaALaEgaEhaEiaEjaEkaDxaElaEmaAWaAWaEnaAWaDyaCeappaCfajcapuatdatVatWaEoatYaBcavUaCnaEpaEqaEraEraCnaDBaEsaDDaCnaEtaEuaEvaEwaExaEyabVaEzaEAaEAaEAaEAaEAaEBaaaanAaoVaECaEDanAanAanAanAanAanAaEEaEFanAanAanAanAanAanAaEGaEHaEIaEJaEJaEJaEKaELaEMaENaEOaEPaEQaERaESaETaEUaEVaEWaEXaEXaEXabVabVabVabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaEYaEYaEZaEYaFaaFaaFaaFaaEYaEZaEYaEYaxuaBDaFbaDKaFcaFdaFeaFfaFgaFhaBJaCUaFiaFjaFkaFjaFjaCUaBJaFlaFmaFnaFoaFpaFqaFraFsaFtaFuaDWabVaDfaFvaFwaFxaFyaFzaDfabVaAGaAHaAIaFAaFBaFCaFDaFEaAIasSaFFaALaFGaFHaFIaAWaFJaFKaFLaFMaFNaDyaAYaFOaAYaCeappaCfajcapuatdauTauUauVaFPauXaFQaFRaFSaFTaFUaFUaFVaFWaFXaFYaCnaFZaGaaGbaGcaGdaEyaaaabVaaaabVaaaabVaaaabVaaaanAaypaGeaGfaGgaGhanAavmaoVaypaupaoVanAaaaanAaCvaGfaGfaGiaGjaGkaGkaGkaGkaGkaGlaGmaGnaGoaGpaGpaGpaGqaGraGsaGtaGuaGvaGwaGxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEYaEYaEYaEYaGyaGzaGAaGBaGCaGDaGEaGFaGzaGGaGHaBBaBDaGIaDKaGJaGKaGLaGMaGNaGOaBJaGPaFjaFjaFjaFjaFjaFjaGQaGRaFmaGRaGSaGRaGRaGRaGRaFtaGRaDWaaaaDfaGTaGUaGUaGVaGWaDfaaaaAGaAHaAIaGXaGYaGZaHaaHbaAIasSaHcaALaALaFMaHdaHeaHfaHgaALaALaAWaAWaAYaHhaAYaCeappaCfajcapuatdatdatdatdatdaHiaHjaHkaHlaHmaHnaHnaHnaHnaHnaHoaCnaHpaHqaHraEwaExaEyanAanAanAanAanAanAanAanAanAanAanAanAanAaHsanAanAanAanAaCvaHtaHuaHvaHwaHvaHxaHyaHzaHAaHBaHCaHCaHCaHCaHDaHEaHFaHDaHDaHDaHDaHDaHDaHDaHGaHHaHIaEXaEXaEXabVabVabVabVabVabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaHJaHKaHLaEYaGzaHMaGzaHMaGzaHMaGzaHMaGzaGGaHNaBBaBDaHOaDKaHPaHQaHRaHSaHTaHUaBJaHVaFjaFjaFjaFjaFjaHWaBJaHXaHYaHZaIaaGRaGRaGRaIbaIcaIdaDWabVaDfaIeaIfaIgaIhaIiaDfabVaAGaIjaAIaIkaIlaGZaImaInaAIasSaIoaAYaIpaAWaIqaIraIsaAWaItaAYaIuaIvaAYaIraAYaIwarhaIxajcapuapuapuapuapuapVavTavUaCnaIyaIzaCnaIAaCnaIBaCnaICaCnaIDaIEaIFaIGaIHaIIaIJaIKaILaIMaINaIOaIOaIOaIOaIPaIQaIOaIOaIRaISaITaIUaEJaIVaIWaIXaIYaIZaIYaJaaJbaHCaJcaJdaHCaJeaJfaJgaHDaJhaJiaHDaJjaJkaJlaJmaJnaJoaJpaJqaJraJsaJtaJuaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaJvaJwaJwaJwaJwaJwaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaJxaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaFaaGzaGzaJyaGzaHMaGzaHMaGzaHMaGzaHMaGzaGGaJzaBBaBDaJAaDKaDKaJBaJCaJDaJCaDKaBJaBJaBJaBJaJEaFjaJFaJGaBJaJHaFmaGRaGRaGRaJIaGRaGRaFtaJJaDWaaaaDfaDfaJKaJLaJKaDfaDfaaaaAGaAHaAIaJMaJNaJOaJPaJQaAIasSaJRaAYaJSaAWaJTaIraJUaAWaJVaAYaDyaDyaAYaJWaAYaJXaJYaJZajcapVajcajcajcajcajcaKaaKbaCnaKcaKdaCnaKeaCnaKfaCnaKgaCnaKhaKiaKjaEwaKkaKlaKmaKnaKoaKoaKpaKqaKoaKraKoaKsaKtaKuazUazUazUaKvaKwaKxaKyaKzaoVaKAaKAaKAaKBaKCaHCaKDaKEaKFaKGaKHaKIaHDaKJaKKaHDaKLaKMaKNaKOaJnaKPaHGaHHaGuaKQaKRaJuaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaJvaKSaKTaKUaKVaKUaKWaKSaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaFaaKXaKYaEYaGzaHMaGzaHMaGzaHMaGzaHMaGzaGGaHNaBBaBDaAiaKZaLaaLbaLaaLcaAiaLdaLeaLfaLgaBJaLhaFjaFjaLiaBJaLjaFmaGRaLkaLlaLmaLnaLoaLpaLqaDWaaaabVaaaaLraLsaLraaaabVaaaaAGaAHaAIaLtaLuaLvaImaLwaAIasSarUaAYaLxaAWaIraIraIraLyaLzaAYaaaaaaaLAaLBaLCaLDaLEaLFaLGaLHaLAaaaaaaaLIaLJaLKaLLaCnaLMaKdaKdaKdaLNaKdaKdaKdaCnaEwaLOaEwaEwaEwaLPaLQaLRaLRaLSaLTaLUaLRaLVaLWaLWaLXaLYaLZaLWaMaaKAaKAaMbaKBaKAaKAaKAaMcaMdaKBaKCaHCaMeaMfaMgaMhaMiaMjaHDaMkaMlaMmaMnaMoaMpaMqaMraKPaHGaMsaGuaJsaMtaJuaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaJvaMuaMvaMwaMwaMwaMxaMyaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEYaEYaEYaEYaMzaGzaMAaGzaGzaGzaGzaMBaGzaGGaMCaBBaBDaAiaMDaMEaMFaMEaMGaMEaMEaMEaMHaAiaBJaMIaMJaMIaBJaBJaMKaMLaMKaDTaDTaDTaDTaMKaMMaMNaDWaMOaMPaMPaMQaMRaMSaMPaMPaMTaAGaMUaAIaMVaAIaMWaMXaMYaAIatKardaAYaAYaAYaDyaHeaDyaAYaAYaAYaLAaLAaLAaMZaLEaLEaLEaLEaLEaNaaLAaLAaLAaLIaNbaLKaNcaCnaCnaCnaCnaCnaCnaCnaCnaCnaCnaNdaNeaNfaNgaNhaNiaNjaNkaLRaNlaLTaNmaNnaNoaLWaNpaNqaLYaNraLWaNsaNtaNuaNvaNwaNxaNxaNyaNzaNAaKBaKCaHCaNBaNCaNDaNEaMiaNFaHDaNGaNHaNIaNJaNKaNLaNMaHDaHDaNNaHHaGuaKQaKRaJuaaaabVabVabVabVabVabVabVaaaaaaaaaaaaaJvaNOaNPaNQaNRaMwaMxaNSaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEYaEYaEZaEYaFaaFaaFaaFaaEYaEZaEYaEYaxuaNTaAiaNUaNVaNWaNXaNYaNZayJaOaaObaAiaOcaOdaOeaOeaOfaOeaOeaOgaOeaOeaOeaOeaOeaOeaOhaOiaOjaOkaOlaOmaOmaOnaOmaOmaOmaOmaOoaOpaOqaOraOmaOsaOmaOtaJYaOuaOvaOwaOxaOyaLGaLGaLGaLDaLEaLEaOzaLEaLEaOAaOBaOCaODaOEaOFaOGaLEaLEaOzaOHaOIaOJaOKaOLaOMaONaOOaLEaOPaLEaEwaOQaORaNeaNeaNeaOSaOTaOUaOVaOWaLRaOXaOYaNoaOZaPaaLWaPbaNqaPcaPdaLWaLWaPeaPfaPgaPhaPiaPjaPkaPlaPmaKBaKCaHCaPnaPnaPoaPpaPnaPnaHDaPqaPraHDaPsaNMaNMaNMaHDaPtaPuaPvaGuaEXaEXaEXaPwaPwaPwaPxaPxaPxabVabVaaaaaaaaaaJvaJvaJvaJvaJvaJvaPyaPzaJvaJvaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaBBaBCaBBaBBaBBaBBaBBaBBaBCaBBaaaaxuaDJaPAaNUaPBaPCaPDaPEaPFayJaPGaObaPHaKZaOdaPIaPJaPKaPLaPMaPNaOeaOeaOeaOeaOeaOeaOeaOiaOeaOdaPOaOeaOeaPPaPQaPRaPRaPRaPSaPTaPRaPUaPRaPVaPRaPWaPXaPYaPZaQaaLEaLEaLEaLEaLEaLEaLEaLEaOzaLEaLEaQbaQcaQdaQeaQfaQgaQhaLEaLEaOzaLEaQiaLEaLEaLEaLEaLEaLEaLEaQjaLEaEwaQkaNeaNeaQlaQmaQnaQoaQpaQqaQraLRaQsaQtaQuaLRaLRaLWaQvaNqaQwaQxaQyaLWaKAaKAaQzaKAaKAaKAaQAaQBaQAaKBaKCaHCaQCaPnaPnaQDaPnaQEaHDaHDaHDaHDaHDaHDaHDaQFaHDaHGaHGaHHaGuaQGaQHaEXaQIaQJaQKaQLaQMaPxabVaaaaaaaaaaaaaJvaQNaQNaQNaJwaQOaMwaQPaQQaQRaJwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxuaCHaxuaBBaAgaBBaQSaQTaQUaQVaBBaAgaBBaBBaxuaBDaAiaNUaQWaQXaPDaPEaPFayJaQYaObaAiaKZaOdaOeaQZaRaaRaaRaaRbaRcaRdaRaaReaRaaRaaRaaRfaRaaRgaRaaRaaRaaRhaRiaRjaRkaRkaRlaRmaRnaRoaRpaRqaRraRsaRtaRuaRvaLEaRwaRwaRwaRxaRwaRwaRwaRwaRyaRwaRwaRwaRwaRwaRwaRwaRwaRwaRwaRwaRzaRwaRwaRwaRwaRwaRwaRwaRwaLEaLEaLEaEwaRAaRBaRBaRBaRBaRBaRCaNiaRDaOWaLRaLRaREaLRaLRaRFaLWaRGaRHaRIaQxaRJaLWaKAaRKaRLaRMaRNaRMaRMaROaRPaKBaKCaHCaRQaRQaRRaRSaRTaRTaRUaHCaRVaRWaRXaEXaRYaJsaRZaHGaHGaSaaSbaEXaScaEXaSdaSeaSfaSgaShaPxaPxaPxaPxaPxaPxaJvaSiaSjaSjaSkaMwaMwaMwaMwaSlaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaSmaSmaSmaSnayJayKayJaBBaDIaBBaBDaAiaAiaBEaBBaDIaBBaSoaSpaSqaAiaNUaSraSsaNXaStaNZayJaSuaObaAiaSvaSvaSvaSwaSxaSxaSxaSxaSxaSxaSyaSzaSxaSAaSxaSxaSxaSBaSCaSDaSCaSEaSFaSGaOeaOeaSHaSIaSJaOeaSKaSLaOeaSMaSMaLEaSNaOyaLAaLAaLAaLAaLAaLAaLAaLAaSOaSPaSQaSRaSQaSQaSQaSSaSQaSTaSQaSUaSOaLAaLAaLAaLAaLAaLAaLAaLAaLDaLEaLEaLRaSVaSWaSXaSXaSXaSXaSXaNiaSYaSZaLRaTaaTbaTcaLWaLWaLWaLWaTdaLYaLWaLWaLWaLWaRMaTeaTfaTfaTfaTfaTgaRMaKBaKCaHCaThaPnaRRaRSaPnaPnaTiaHCaTjaTkaTlaEXaHGaKQaTmaTnaTnaToaTpaTqaTraEXaTsaTtaTuaTvaTvaTwaTxaTxaTyaTxaTzaTAaSjaTBaTBaJwaTCaTDaTEaMwaQPaJwaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaJxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaTFaTGaTHaTIaTJaAfaAgaAfaTKaAiaTLaSqaAiaAiaTMaTLaAiaTKaSqaAiaAiaAiaTNaTOaTPaTQaTRaTSaTSaTTaTUaAiaSvaTVaSvaTWaSxaTXaTYaTZaUaaUbaTYaUcaUdaUeaUfaUgaUhaSBaUiaUjaUkaSEaUlaSGaSGaUmaSGaSGaSMaSMaUnaUoaSMaSMaSMaUpaLEaOyaLAaaaaaaaaaaaaaaaaaaaaaaSOaUqaUraUsaUtaUuaUvaUwaUxaUyaUzaUAaSOaaaaaaaaaaaaaaaaaaaaaaLAaLDaLEaUBaUCaUDaSXaUEaSXaSXaSXaSWaNiaSYaUFaUGaSXaUHaUIaLWaUJaUKaULaUMaUNaUOaUPaUQaLWaRMaURaUSaUSaUSaUSaUTaRMaKBaUUaHCaUVaUVaRRaRSaUWaUWaUXaHCaHCaUYaHCaEXaUZaJsaRZaVaaVbaSaaSbaEXaEXaEXaPxaVcaVdaPxaPxaPxaPxaPxaPxaPxaVeaJvaJvaJvaJvaVfaVgaTEaTEaMwaQPaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaSmaSmaSmaSnayJaVhayLaViaVjaVjaVjaVjaVjaVjaVjaVjaViaVjaVkaAiaAiaKZaAiaVlaVmaAiaVnaAiaVoaVpaVqaSvaVraSvaTWaSxaVsaTYaTYaTYaTYaTYaUcaVtaTYaTYaTYaUhaSBaVuaUjaUjaSEaUlaSGaVvaVwaVwaVxaSMaVyaVzaVAaVBaVCaVDaLEaLEaOyaLAaaaaaaaaaaaaaSOaSOaSOaSOaVEaVFaVGaVHaVIaVJaVKaVLaVMaVNaVOaSOaSOaSOaSOaaaaaaaaaaaaaLAaLDaLEaLEaVPaSXaVQaVRaVSaVTaVUaVVaVWaSYaUFaVXaSXaVYaSXaVZaWaaWbaWcaWdaWeaWfaWgaWaaWhaWiaWjaUSaWkaWlaUSaWmaRMaKBaKCaHCaPnaPnaRRaRSaUWaUWaPnaWnaWoaPnaWpaEXaNNaWqaWraVaaVaaWsaWtaWuaEXaWvaWwaTtaTuaTvaTvaWxaTxaTxaTxaTxaWyaWzaWAaWBaMwaMwaMwaMwaMwaMwaWCaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxuaxuaxuaxuaBBaBBaBBaBBaBBaBBaBBaBBaxuaxuayJaKZaWDaWEaWEaWFaWEaWEaWEaWEaWGaWEaWHaSvaVraWIaWJaSxaWKaTYaWLaWMaWNaWOaWPaWQaWRaTYaTYaWSaSBaWTaWUaWVaSEaUlaSGaWWaWXaWYaWZaSMaXaaXbaVAaXcaXdaVDaLEaLEaOyaLAaLAaLIaXeaSOaSOaXfaXgaXhaXiaXjaXkaXlaXmaXkaXnaXkaXoaXpaXqaXraXsaXtaSOaSOaXeaLIaLAaLAaLDaLEaLEaLRaXuaSXaXvaSXaXwaSXaSWaSXaSYaUFaXxaXyaSXaXzaLWaWaaWaaXAaXBaXCaXDaXEaWaaXFaXGaXHaUSaXIaXJaUSaXKaXLaKBaKCaHCaXMaXMaRRaRSaXNaPnaPnaXOaPnaXPaXQaEXaXRaXSaXTaVaaVaaXUaXVaHGaEXaXWaTvaTtaTuaTvaShaPxaPxaPxaPxaPxaPxaJvaTDaMwaXXaXYaMwaXXaXYaMwaXZaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaYaaYbaYaaYaaYcaYaaYaaYbaYaaaaaBBaCJaBHaYdaWEaYeaYfaYgaYhaYgaYiaYjaYgaWHaVraVraYkaYlaSxaYmaYnaYoaYpaYqaYraYsaYtaYuaYvaYwaUhaSBaSBaSBaSBaSEaUlaSGaSGaSGaSGaSGaSMaYxaYyaYzaXcaYAaVDaLEaLEaOyaLGaLGaYBaYCaYDaSOaYEaYFaYGaYHaYIaYHaYJaYKaYLaYMaYNaYOaYPaYNaYQaYRaYSaSOaYTaYCaYUaYVaLGaLDaLEaLEaVPaSXaSXaSWaSXaYWaSXaYXaSXaSYaUFaVXaSXaSXaSXaYYaWaaWaaYZaZaaZbaXBaXEaZcaLWaZdaXHaZeaUSaUSaUSaXKaZfaKBaZgaHCaHCaHCaRRaRSaZhaZiaPnaZjaZkaNDaZlaEXaHGaWqaWraVaaVaaZmaWtaZnaEXaZoaTvaTtaTuaTvaShaPxaaaabVabVabVaaaaJwaTDaMwaXXaXYaMwaXXaXYaMwaXZaJwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaZpaZqaYaaYaaZraZraZsaZtaZtaZraZraYbaZuaBBaBBaBDaAiaWEaZvaZwaZxaYeaZyaZzaYjaYgaWHaZAaZBaZCaSvaSxaZDaZEaZFaZGaZHaZHaZIaZHaZHaZHaZJaZKaSxaZLaZMaZNaZOaZPaZQaZRaZSaZTaZUaZUaZUaZUaZUaZUaZUaZUaLEaLEaLEaLEaLEaZVaZWaZXaZYaZZbaababbacbadbaebafbagbahbaibajbakbalbambabbanbaobapbaqbarbasbatbaubavaLEaLEaLRbawaSWbaxaSWaSXaVQbayaVSaSYaUFaVXaVXbazbaAaLWaWaaWaaWabaBbaCbaCaXEbaDaLWaRMaXHaUSaUSaUSaUSaXKaRMaKBbaEbaFbaGbaHbaIbaJbaKbaKbaLaRRaRRaRRaRRbaMaVaaVaaVaaVaaVabaNbaObaPbaQbaRbaSbaTbaUaSgbaVaPxabVabVaaaabVabVaJwaTDaMwaXXaXYaMwaXXaXYaMwaXZaJwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaZpbaWaZtbaXbaYaZtaZtaZtbaZaZtaZtaZtbbabbbaAgbbcaAiaAiaWEbbdbbebbfbbgbbgbbhbbibbjaWHbbkaVraZCbblbblbblbbmbbnbblbbobbpbbqbbrbbsbbsbbtbbuaSxbbvbbwbbxbbybbzbbAbbxbbBbbCbbCbbDbbEbbFbbGbbHbbIaZUaLEaLEbbJbbKbbLbbMbbNbbOaSObbPbbQbbRbbSbbTbbUbbUbbVbbWbbXbbYbbZbcabcbbbRbccbbPaSObbObbNbcdbcebbKbcfaLEaLEaVPaSXaSXaSWaSXaSXaSXbcgaSXbchaSXbcibcjaSXaSXbckbclbcmaWaaWabcnaWabcobcpaLWbcqbcraUSbcsbcsbctbcrbcubcvbcwbcxbcxbcybczbcAaRRaRRbcBaRRaRRaRRaRRbaMbcCbcDbcDbcDbcDbcDbcEbcFbcGbcHbcIbcJbcKaTvbcLaPxaaaabVabVabVaaaaJwaTDaMwaXXaXYaMwaXXaXYaMwaXZaJwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaZpbcMaYaaYabcNbcNaZtaZtbcObcNbcNaYbaBBaBBaBBaBDbcPbcQbcRbcSbcTbcTbcTbcTbcUaYeaWHbcVbcWaZCbblbcXbcYbcZbdabblbdbbdcbddaSxbdebdfbdgbdhaSxbdibdjbdkbdlbdkbdmbdnbdoaZUbdpbdqbdqbdrbdsbdtbduaZUaOzaOzbdvbdwbdwbdwbdwbdwbdwbdxbdybdzbbTbbVbdAbdBbdBbdCbdBbdBbdDbbXbcabdEbdFbdGbdEbdEbdEbdEbdEbdEbdHaOzaOzaLRbdIbdJbdKbdLaSXaSXaSXbdMbdNbdObdPbdQbdRaSXaLWaLWaLWbdSbdTbdTbdTaLWaLWaLWbdUaUSaUSbdVbdWbdXbdYbdWaKBbdZbeabebaHCbecbedbeeaZiaPnbefaXOaZibegaEXbehaHGbeiaVaaVabeiaHGbejaEXbekbelbemaTuaTvaShaPxaPxaPxaPxaPxaPxaJvaTDaMwaXXaXYaMwaXXaXYaMwaXZaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaYaaYbaYaaYabenaYaaYaaYbaYaaaaaBBbeoaSqbepaWEaYgaZwaYgaYebeqaYgberaYgaWHbesbetbeubblbblbblbevbewbblbdcbexbdcaSxbdebdfbdgbdhaSxbdibdjbeybezbdkbeAbdnbdoaZUbeBbdqbdqbeCbeDbdqbeEbeFaLEaLEbbJbdwbeGbeHbeIbeJbeKbeLbeMbeNbeObePbdBbdBbeQbeRbeQbdBbdBbeSbeTbeUbeVbeWbeXbeYbeZbfabfbbdEbcfaLEaLEaLRaLRaLRaLRaLRbfcaVPbfcbfdaLRaLRaLRaLRaLRaLRaLWbfebfebfebfebfebfebffbfeaLWbdWbfgbfgbdWbeabeabeabeaaKBbdZbeabebaHCaHCaHCbfhaHCbfhaHCbfhaHCaHCaEXaEXbfibfibfibfibfibfiaEXaEXbfjaTvbfkaTuaTvaTvbflaTxaTxaTxaTxaWybfmbfnbfoaMwaMwbfpaMwaMwaMwaWCaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVabVabVaxuaxuaBBaBBaBBaBBaBBaBBaBBaBBaxuaxuayJaAiaAiaWEaWEaWFaWEaWEaWEaWEaWGaWEaWHbfqbfrbfsbblbcXbftbevbfubblbfvbfwbfvaSxbdebdfbdgbdhaSxbdibdjbdkbfxbfybfzbdnbdobfAbdtbfBbfCbfDbfEbdqbeEbfFaLEaLEbbJbfGbfHbeKbfIbfJbfJbfKbfLbfMbeObfNbdBbdBbeQbfObeQbdBbdBbfPbeTbfQbfRbfSbfTbfUbfVbfbbfWbdEbcfbfXbfYaJYbfZbeabeabeabeabeabeabeabeabgabeabeabeabeabgbbeabeabeabeabeabeabeabeabfZbeabeabeabeabeabeabeabgcbgdbgebgfbeabggbeabeabeabeabeabeabeabeabeabgbbghbeabeabeabeabeabeabfZbgiaWwaTvbgjbgkbglbgmaPxaPxaPxaPxaPxaVeaJvaJvaJvbgnaJvaPzaJwbgoaJwaJwaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaBBayMayNayNayNayNayNayNayNayNayMayNbgpaAkaAkbgqbgrbgsbgtbgtbgtbgubgvbgwaSvbgxbgybgzbblbblbblbgAbgBbblaSxaSxaSxaSxbdebdfbgCbgDaSxbdibdjbdkbgEbgFbgGbgHbgIbgJbgKbgKbgKbgLbgMbdtbgNaZUbgOaQibbJbgPbgQbeKbgRbgSbgTbgUbgVbgWbeObgXbeQbdBbgYbgZbgYbdBbeQbdDbeTbhabfRbfSbfTbhbbfVbfbbfbbdEbhcaLEaLEaJYbfZbeabeabeabeabeabeabeabeabeabhdbeabeabeabeabeabhebcxbcxbcxbcxbhfbeabfZbeabeabeabeabeabeabhgbhhbhibhjbhkbhkbhkbhlbhkbhkbhkbhkbhkbhkbhkbhkbhkbhkbhkbhkbhkbhkbhkbhmbhnbhobhpbhpbhqaTubhraTvbhsaTxaTxbhtaTxbhubfmbhvbhvbhvbhwaJvaQQaQPaQPbhxaJwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaBBaAhaAiaAhaBHaAiaAibhyaAhaAiaAhaBHaAiaAiaAibhzbhAbhzbhzbhzbhzbhBbhCaSvaSvaSvbhDaZCbblbcXbhEbhFbfubblbhGbhHbhGaSxaSxaSxbhIbhJaSxbdibdjbhKbhLbhMbhNbdnaSvaZUaZUaZUaZUaZUaZUaZUbhOaZUbhPaLEbbJbgPbhQbeKbgRbhRbhSbgUbgVbeKbeObhTbhUbdBbhVbhWbhXbdBbhYbhZbeTbiabibbicbidbiebifbfbbigbdEbihbiibijaJYbfZbeabeabikbeabilbimbimbimbimbinbimbimbiobeabeabeabeabeabipbiqbirbisbfZbeabeabeabeabeabitbiubivbiwbixbiybiybiybeabeabizbiAbeabeabeabeabeabeabeabeabeabeabeabeabeabfZbiBbiCbiDbiEaTuaTvaShaPxaPxaPxaPxaPxaPxaJvbiFbhvbhvbiGaJvbiHaQPaQPbiIaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayJaBBbiJaBBaBDaAiaAiaBEaBBbiKaBBaBFbiLbiMbiMbhzbiNbiObiPbiQbiRbhBbiSbiTbiUbiUbiVbiWbblbblbblbiXbiYbblaSvaSvaSvaSvbiZbjabjbbjcbjabjdbdjbjebjfbdkbdmbdnbjgbjhbjibjjbjjbjjbjjbjkbjlbjhbjmaLEbbJbdwbeKbjnbjobjpbjqbjrbgVbjsbjtbbUbjubjvbjwbjwbjwbjxbjybbZbjzbjAbjBbjCbjDbjEbjFbfbbjGbdEbcfaLEaLEbjHbjHbjHbjHbjHbjHbjHbjIbjJbjJbjJbjKbjLbjIbjMbjMbjMbjMbjMbjNbjNbjNbjObjNbjNbjNbjNbjPbeabizbjQbjRbjSbjTbjUbjVbjVbjVbjWbjXbjXbjXbjXbjXbjYbjZbjZbjZbkabjZbkbbkcbjZbjZbkdbkebkebkebkebkfbkgbkhbkiaPxabVaaaaaaaaaaaaaJvbkjbkjbkkbkkaJvaQQaQPaQPbhxaJwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaCHaxuaCIaAgaBBaCJaCKbklbkmaBBaAgaCIaBBaxuaCHayJbhzbknbkobkobkobkpbkqbkrbksbjabjabktbkubblbcXbkvbiXbkwbblbkxbkxaVrbkybkzbkAbkBbkCbkCbkDbkEbkFbdlbkGbkHbdnaVrbkIbkJbjhbkKbkLbkMbkNbkObkPbkQbkRbkSbdwbkTbdzbkUbkVbkWbkXbgVbkYbdwabVbkZblablablablablablbabVbdEblcbldbleblfbfbblgbfbblhbdEbcfaLEblibjHbljblkbllblmblnbjHbloblpblpblpblqblrblrblsbltblublvbjMblwblxblyblzblxblAblBbjNbjRblCbjRbjRbjRblDblEblFblGblHblIblJblKblLblMblNbjXblOblPblObjXblQblRblQbkeblSblTblSbkeblUblVbkeblWblXaPxaPxaPxabVabVaaaaaaaaaaJvaJvblYblYblYblYblYblYblYaJvaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaabVabVabVabVaBBblZaBBaBBaBBaBBaBBaBBbmaaBBabVabVabVaaabhzbmbbhzbmcbkobmdbmebhzaVraWIbmfbmgbmhbmibmibmibmibmibmibmjbmkbmlbmmbmnbdnbdnbdnbdnbdnbdnbdnbmobmpbdnbdnbdnbmqbmrbmsbmtbmubmvbmubmwbmxbjmaLEbmybdwbmzbdzbdzbdzbdzbkXbgVbmAbdwabVbkZblabmBbmCbmDblablbabVbdEbmEbfRbmFbmGbfbbjFbfbbfbbdEbcfaLEaLEbjHbmHbmIbmJbmJbmKbmLblrbmMblrblrblqblrblrblsbmNbmObmPbjMbmQblxbmQbmRbmQbmSblxbjNbmTbmTbmUbmVbjRbmWbjTbmXbmYbmZbnabnbbncbndbnebnfbngbnhbnibnjbjXbnkbnlbnmbkebnnbnobnnbnpbnqbnqbkebnrblXaaaabVaaaabVaaaaaaaaaabVaaaaJvbnsbnsbnsbnsbnsbnsbnsaJvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabntbntaaaaaaaaaaaaaaaaaabntbnubntbntbntbntbntbntbnvbntaaaabVabVaaabhzbnwbnxbnybnzbnzbnAbnBbnCbnDaSvbnEbnFbnGbnGbnGbnHbnHbnHbnHbnHbnHbnIbnJbdnbnKbnLbnMbnNbnObnPbnQbnRbdnbnSbnTbnUbjhbjhbnVbnWbnXbnWbnYbnZboabobbbJbocbodboebofbogbdzbohbgVbdwbdwabVbkZblabmCblabmCblablbabVbdEbdEboibfSbojbfbbokbolbombdEbcfaLEaLEbjHbonbmIboobopboqborblrbosbotboubovbowboxblsboybozboAbjMbmQblxbmQbmRbmQbmSboBbjNboCboDboEboFbjRboGbjTboHboIboJboKboHbncboLboMbnebnebnebneboNbjXboOboPboQbkeboRbnqbnqboSboTboUbkebnrblXboVboVboVboVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaJxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaboWbntbntaaaaaaaaaaaabntbntboXboXboYboZboXboXboXboXbntaaaabVabVaaabhzbpabhzbpbbpcbpcbpdbhzbpebpeaSvbpfbpgbpfbpfbpfbpgbpfaSvaSvbdnbdnbmpbphbdnbnObnObnObnObnObnObpibpjbpkbplbpmbpnbpobppbpqbppbprbpsbptbmxbjmbpubpvbpwbpxbpybpzbpAbdzbkXbgVbdwabVabVbpBbpCbmDbpDbmBbpEbpFabVabVbdEbpGbpHbdEbdEbdEbdEbpIbdEbpJaLEaLEbjHbpKbpLbpMbmJbmKbpNblrbpObpPbpQbpRbpSbpTbjMbpUbpVbpWbjMbmQblxbmQbmRbmQbmSblxbjNbjRbjRbjRbjRbjRboGbjTbpXbmYbpYbnabpZbncbqabqbbqcbqdbqebqfbqgbjXbqhboPbqibkebqjbqkbqlbqmbqnbqobkebnrbqpbqqbqrbqsbqtaaaaaaabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqubqvbqwbntaaaaaabntbntbntboXboXboXboXboXboXboXbqxbntbntbntabVaaabhzbqybnxbqzbpcbqAbqBbhzaaaaaaaaabqCbqCbqCbqCbqCbqCbqCaaaaaabqDbqEbqFbqGbqHbqIbnObnObnObqJbnObnObqKbqLbqMbqNbqObqPbqQbqRbmxbqSbjhbjhbjhbqTbqUaOzbocbqVbqWbqWbqWbqWbqXbqYbqZabVaaabkZbrablablablabrbblbaaaabVbrcbrdbrebrfbrgbrhbrcbribrcbrjaLEbrkbjHbrlbrmbrnbrobrpbjHbrqbpObpPbrrbrsblrbrtbjMbrubrvbrwbjMbrxbrybrzbrAbrBbrCbrBbrDbrEbrFbrEbrEbrEbrGbjTbrHbrIbrJbrKbrLbrMbrNbrObrPbrQbrRbrSbrTbjXbrUbrVbrWbkebrXbrYbrZbsabnqbsbbkebscbsdbsebsfbsfbsfbsfbsfbsfbsgaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqubqvbshbqwbntbntbntbsibntbsjboXboXboXboXboXboXboXbskbslbsmabVaaabhzbsnbnxbnxbnxbhzbhzbhzaaaaaaaaabqCbsobsobspbsobsobqCaaaaaabqDbsqbsrbssbstbstbstbstbstbstbstbstbstbsubsvbswbsxbsybszbsAbsBbsCbsCbsDbsEbjmbsFbsGbocbocbqZbsHbsIbsJbsKbsLbqZaaaaaabkZbsMbsNbsObsNbsPblbaaaaaabrcbsQbsRbsSbrcbsTbrcbribrcbrjaLEbsUbjHbsVbrmbsWbmJbsXbjHbsYbsZbtabtbbtcblrbtdbjMblsbtebtfbjMbjNbtgbjNbthbtibtjbtkbtkbtkbtkbtkbtkbtkbtlbtmbjUbjUbjUbjUbjUbtnbtobnebtpbrSbrSbtqbtrbtnbtsbttbtubtvbtwbtxbtybtzbtAbtBbkebtCbtDbtEbtFbtFbtFbtFbtFbtGblXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqubqvbshbshbntbntbsiboXbntbsjboXboXboXboXboXbsibntbntbntbntbntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqCbsobsobsobsobsobqCbtHbqDbqDbtIbsrbnQbnObtJbtJbtJbtJbnObnObnObnObtKbtLbtMbtNbtObtPbtQbtRbtSbsCbsCbsEbtTbtUbtVbtWbtXbtYbtZbuabubbucbudbqZabVaaabkZbuebufbufbufbugblbaaaabVbrcbuhbuibujbrcbukbrcbribrcbulaLEbsUbjHbumbrmbunbuobupbjHbuqbpOblqbtbburbusbsYbsYbutbuubuvbuwbuxbuybuzbuAbuBbuCbuDbuEbuFbuGbuHbuIbuJboGbuKbuLbuMbuNbuObuPbuQbuRbuSbuTbuUbuVbrSbuWbuXbuYbuZbvabtvbvbbvcbvdbvebnqbvfbvgbvhbkebvibvibvibvibvibvibnrblXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabvjbntbqwbvkbvlboXbvmboXbntbsibvnboXboXboXbsibntbsibvobvpbsibntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqCbsobsobsobsobsobvqbvrbvsbvrbvtbvubvvbvwbvxbnObnObnObnObnObvybdnbdnbvzbsCbvAbvBbvCbsAbvDbsCbvEbsCbvFbrjbsFbvGbvHbvIbvJbvKbvLbvMbucbvNbqZaaaaaabkZbvObvPbvQbvPbvRblbaaaaaabvSbvTbvUbvSbvSbvSbvSbvVbvSbvWaOzbvXbjHbjHbvYbvZbwabjHbjHbwbbwcbwdblrblrblrblrblrbwebwfbwgbwgbwgbwhbwgbwibuBbuCbwjbwkbwlbwmbwnbwobuJbwpbwqbwrbwsbwsbwsbwtbwubwvbwwbwxbwybwzbwAbwBbwCbwDboPbwEbtvbtvbwFbwGbwHbwFbtvbkebkebkebwIbwJbwKbwLbwMbvibwNblXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabntbntbntbntboXboXboXbsibntbntbntbnvbntbntbsiboXbwObwObwPbntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqCbsobsobsobsobsobwQbwRbwSbwTbwUbnObnQbnObtJbtJbwVbtJbnObnObwWbwXbdnbwYbsCbvAbvBbsCbwZbsCbsCbxabsCbvFbrjbxbaLEbvHbxcbxdbxebxfbxfbxgbxhbqZabVabVbxibxjbxkbxlbxmbxnbxoabVabVbxpbxqbxrbxsbxtbxubxvbxwbvSbxxaLEbxybxzbxAbxBbxCbxDbxEbxFbxGbxHbxIbxJbxJbxJbxJbxJbxKbxLbxJbxJbxJbxMboxbxNbxObuCbxPbxQbxRbxRbxSbuIbuJboGbuKbxTbxUbxVbxWbxXbxYbxZbnebyabnebnebnebybbtnbycbydbyebyfbygbyhbyibyjbykbylbymbynbyobypbyqbyqbyqbyrbysbytblXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabntbntbntbsiboXbntboXboXboXboXbyuboXboXboXbsibntboXboXboXboXboXbyvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqCbywbsobsobsobyxbqCbtHbqDbqDbyybnObnQbnObnObnObnObnObnObnObwWbyzbdnbyAbyBbyCbyDbyEbyFbyEbyGbsCbyHbsEbyIbxbaLEbvHbvIbqZbyJbyKbyLbyMbyNbqZaaaaaaabVbkZbyObyPbyOblbabVaaaaaabxpbyQbyRbySbyTbyUbyUbyVbyWbyXbyYaPYbyZbzabzbbzcbzdbzebzfbzebzebzgbzhbzibzjbzjbzjbzkblrblrblrbzlbzmbzmbznbuCbuCbuCbzobzpbzqbwnbuIbuJbjSbuKbjXbtnbtnbtnbtnbtnbtnbtnbtnbtnbzrbzsbzrbtnbztbzubzvbzwbzwbzwbzxbzybzzbzAbzBbzCbzDbzEbzFbzGbzHbzIbzJbzKbzLboVbzMbzMboVabVabVabVabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabntbntbntbntbntbntbntbntbntbntbntaaabntbntbsibzNboXboXbntboXboXbntbntbntbnvbntboXboXbntboXboXboXboXboXbyvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqCbsobsobsobsobsobzObwRbwSbwTbsqbzPbpibzQbqIbnObzPbnObnObnObwWbzRbdnbzSbsCbvAbzTbvDbzUbzVbsCbsCbzWbsEbyIbxbbbJbvHbzXbqZbzYbzZbAabAbbsLbqZaaaaaaabVbAcbAdbufbAebAfabVaaaaaabxpbAgbAhbAibAjbAkbAlbAmbvSbAnaLEaLEbsYbsYbAobApbwebAqbArbAsbAtbAtbAsbArbAsbArbAsbArbAsbArbjLbjLbzmbAubxRbAvbAwbuCbzobAxbAybAzbAAbuJbABbACbADbAEbAFbzwbzwbAGbzwbzwbAHbAIbAJbAKbALbzwbAMbANbAObAPbAPbAPbAQbAQbAQbAQbAQbARbASbATbAUbATbAVbATbvibAWbAXbAYbAZbBaboVabVaaaaaaaaaaaaaaaaaaabVaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabntbsiboXboXboXboXboXboXboXbsibntbntbntbsiboXboXboXboXbyvboXboXbntbBbbBcboXbntboXboXbyvboXboXboXbBdbBebyvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqCbsobsobsobsobsobBfbBgbBhbBgbBibBjbBibBibBibBibBibBkbBlbnObwWbBmbdnbBnbBobBpbBqbBrbBsbBtbBtbBtbBsbBsbBubxbaNabBvbvIbqZbBwbBxbBybBzbBAbqZaaaaaaabVbBBbBCbxlbBDbBEabVaaaaaabxpbBFbBGbBHbBIbAkbAlbAmbvSbBJaLEaLEbBKbBLbBMbApbBNbBObArbBPbBQbBRbBSbBTbBUbBVbBWbBVbBXbArblrblrbzmbBYbxRbBZbCabCbbCcbCdbCebCebCfbCgbChbCibCjbCkbClbCmbCnbCmbCmbCobCmbCmbCpbCqbCmbCmbCrbCsbCtbAPbCubCvbCwbCxbCybCzbAQbCAbCBbCCbCDbCEbCBbCFbvibAWblXbCGbCHbCIboVaaaaaaaaaaaaaaaaaaaaaabVbCJabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabnvboXboXboXboXboXboXboXboXboXbnvboXbnvboXboXboXboXboXbCKboXbCLbntboXboXbCMbntbCNboXbCKboXboXboXbCObCPbyvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqCbsobsobsobsobsobqCbtHbqDbqDbqDbdnbqDbqDbqDbCQbCQbCQbCQbCRbCSbCSbCQbCQbCTbCUbCVbCTbBsbCWbCXbCYbCZbBsbyIbxbaOyaLIaLIbqZbqZbqZbqZbqZbDabqZaLAaLAaLAbDbbDcbyPbDdbDeaLAaLAaLAbvSbvSbvSbvSbvSbvSbvSbvSbvSbBJaLEbDfbArbArbDgbDhbArbArbArbDibBQbDjbBQbDkbDlbDmbDnbDobDpbDkblrblrbzmbDqbDrbDsbDtbDubDvbDwbDtbDtbDxbDybDzbDAbDBbDBbDBbDBbDCbDBbDBbDBbDDbDDbDEbDFbDGbDGbwDbDHbwEbAPbDIbDJbDKbDLbDMbDNbDObvibvibDPbDPbDPbvibDQbvibAWblXbDRbCHbDSboVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabntbsiboXboXboXbyuboXboXbDTbsibntbntbntbsiboXboXboXboXbyvboXboXbntbDUbDVboXbntboXboXbyvboXboXboXbBdbBdbyvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqCbDWbsobsobsobDWbqCaaaaaaaaaaaaabVaaaaaaaaaaaabCQbDXbDYbDZbEabEbbEcbCSbEdbEebEfbEgbBtbEhbEibEjbEkbBsbyIbxbaLEaLEaLEbElaOOaONaOzbEmbEnbEobaubaubaubEpbEqbErbEsbEtaLEaLEaLEaLEaOOaLEaOzaLEaLEaLEbElaLEbBJaLEbEubArbEvbEwbExbEybEzbArbEAbBQbEBbBQbDkbDlbDlbECbEDbEEbDkblrbEFbzmbxRbEGbEHbEIbEJbEKbELbEMbENbuJbuJbjSbEObDBbEPbEQbERbESbETbEUbDBbEVbEWbEXbEYbEZbDGbwDbDHbFabFbbFcbFdbFebFfbFgbFhbDObFibFibFibFibFibFibFibvibAWblXbFjbFkbFlboVabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaJxaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabntbntbntbntbntbntbntbntbntbntbntaaabntbntbsibyuboXboXbntboXboXbntboXbFmbFnbntboXboXbntboXboXboXboXboXbyvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqCbqCbFobFobFobqCbqCaaaaaaaaaaaaabVaaaaaaaaaaaabCSbFpbFqbFrbFsbFtbFubFvbFwbFxbFybFzbFAbFBbEjbFCbFDbBsbyIbFEaLEaLEaLEaLEaLEaLEbFFaLEbxbaLEaLEaLEaLEaLEbFGbFHbFIaLEaLEaLEaLEaLEaLEaLEaOzaLEaLEaLEaLEaQibBJbFJaLEbArbFKbFLbFMbFNbEzbArbFObBQbBRbFPbArbFQbFRbFSbFTbFUbArblrblrbzmbzmbzmbzmbzmbuJbuJbuJbuJbuJbuJbFVboGbFWbDBbFXbFYbFZbGabGbbGcbDBbGdbGebGfbGgbGhbDGbwDbGibGjbGkbGlbGmbGmbGnbGobGpbDObFibFibGqbGrbFibFibFibvibAWblXbGsbCHbGtboVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabntbntbntbsibGubntboXboXbntbnvbntbntbntboXboXbntbBdboXboXboXboXbyvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabGvbGwbGwbGwbGxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabCQbGybGzbGAbGBbGCbGDbGEbGFbGGbGHbGFbGIbGJbGKbGLbGMbBsbGNbGObpvbpvbpvbGPbpvbpvbGQbpvbGRaLEbGSbGTaLEaOHbGUbGVbGWbGXbGYbGZbaubaubHabaubHbbHcbaubHdbHebHfbHgaLEaLEbArbHhbHibHjbAsbAsbArbAsbHkbAsbArbArbArbArbArbArbArbArblrblrblrbHlbHmbAqbHnbHobHpbHqbHrbHsbHobHtbtlbHubDBbHvbHwbHxbHybHzbHAbDBbHBbHCbHDbHEbHFbDGbwDbHGbHHbAQbHIbHJbHKbHLbHMbHNbDObFibFibFibHObFibFibFibvibHPbHQbHRbCHbCIboVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabntbntbntbntboXboXboXboXbzNboXboXboXboXbntbBdboXboXboXboXbntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabCQbCQbCSbCSbCSbCSbCQbCQbHSbEebEfbHTbBsbBsbBsbBsbBsbBsbHUbHVaLIaLIaLIaLIbHWbHWbHWbHWbHWbHWbHWbHWbHWbHWbHXaJYbHYbHZbHZbHZbHZbHZbIabHZbHZbHZbHZbIbbIcbIbaLJaNbbIdbArbIebIfbIgbIhbIibArbIjbBQbIkbIlbImbInbIobIpbIqbIrbIlbIsblrblrblrblrblrbwebItbIubIvbIubIwbHobIxboGbIybIybIybIybIybIybIybIybIybIzbIzbIzbIzbIzbIzbIAbIBbICbAQbAQbAQbAQbAQbAQbAQbDObvibvibvibvibvibvibvibvibAWblXbIDbIEboVboVabVabVabVabWabWabWabWabWabWabWabWabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaboWbntbqwbIFbvlboXboXboXboXboXboXbvmboXbIGbntbBdboXbIHboXbsibntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabIIaaaaaaaaaabVaaaaaabCTbIJbIKbILbIMbIMbINbIObIPbIQbIRbISbHVaaaaaaabVaaabHWbITbIUbIVbIWbIXbIYbIZbJabHWbJbbJcbJdbHZbJebJfbJgbJhbJibJjbJkbJlbJmbJnbJobIbbIbbIbbIbbArbJpbJqbJrbJsbJtbJubJvbJwbJxbJybJwbJwbJwbJzbBQbJAbJBbJCbzjbzjbJDbJEbJFbJGbItbJHbJIbJJbJKbHobIxboGbIybJLbJLbJLbJMbJLbJLbJLbIybJNbJNbJObJNbJNbIzbJPbJQbJRbJSbJTbJUbJVbJWbJXbJYbJZbKabKbbKcbKdbKebKfbKgbKgbKhbKibJTbJTboVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqubqvbshbshbntbntbntbntbnvbntbntbyvbyvbyvbntbntbsibKjbsibntbntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalJalJalKalJalJaaaabVaaabCTbCTbKkbKlbKmbGFbKnbKobKpbKpbKqbKrbKsbKtabVbKubKvbKwbKxbKybJabKzbJabKAbJabJabJabHWbKBbKCbKDbHZbKEbKFbKGbKHbKIbKJbKKbHZbHZbKLbKMbKNbKObKPbKQbKRbKSbKTbKUbKVbKWbKXbKYbKZbLabLbbLcbLdbBQbBQbBQbLebsYbsYbsYbsYbsYbLfbLgbApbItbLhbLibIubLjbHobIxboGbIybJLbJLbJLbJLbJLbJLbJLbIybLkbLlbLmbLnbLobLpbLqbLrbJRbLsbLtbLubLubLubLubLubLubLvbLwbLxbKdboVbLybLzbLAbLAbLBbLCbLtabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVbLDbLEbLDabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqubqvbshbqwbntbntbntbntboXboXboXbLFboXboXboXboXbsibntbntbntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalJbLGbLHbLGalJbLIbLIbLIbCTbLJbLKbEebLLbLKbLMbCTbHVbLNbHVbHVbLObLPaaabLQbLRbLSbLTbJabJabLUbJabLVbLWbLXbJabHWbKBbKCbLYbHZbLZbMabMbbMcbMdbMebMfbHZbFVbMgbMhbMibMhbMjbMkbLbbMlbMmbMnbBQbBRbArbMobMpbMqbArbMrbBQbBQbBQbBQbMsbsYbMtbMubMvbMwbMxbMybMzbMAbMBbIubMCbMDbMEbMFbMGbIybJLbJLbMHbJLbJLbJLbJLbIybMIbMJbMJbMKbMLbMMbMNbMObJRbMPbMQbLubLubLubLubMRbMSbMSbMSbMSbMTbMUbMVbMWbMXbMYbMZbNabLtabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVbLEbLDbNbbLDbLEabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqubqvbqwbntaaaaaabntbntbsibNcboXboXboXboXboXboXbvpbntbntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalKaoxbNdaoxalKbLIbNebNfbCTbNgbLKbNhbLKbNibLMbCTbNjbNkbNlbHVbLObLPabVbLQbNmbNnbNobNpbNqbNpbNpbNrbNsbNtbNtbNubNvbNwbNxbHZbHZbHZbHZbHZbNybNzbHZbHZbNAbNBbNCbNDbNEbNFbNGbArbNHbNIbNJbNKbNLbArbNMbNNbNObArbNPbNQbNRbNSbNTbNUbsYbNVbNWbwgbNXbwgbNYbNZbOabObbOcbOdbOebHobIxboGbIybIybOfbJLbJLbOgbOfbIybIybOhbOibOjbOjbOkbIzbOlbOmbJRbOnbLtbLubLubOobOpbOqbLubLubOrbOsbOtbOubOvbOwbOxbOybOzbOAbLtabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVbOBbLEbOCbODbOEbLEbOBabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabvjbntbntaaaaaaaaaaaabntbntbntbsiboXbOFboXboXbsibntbntaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalJbOGaoxaoxbOHbOIbLKbLKbOJbNgbLKbOKbLKbLKbLMbCTbOLbNlbOMbHVbLObLPaaabLQbONbOObOPbJabJabOQbJabORbOSbOTbOUbHWbOVbOWbOXbOYbOZbOZbOZbOZbPabPbbOZbOZbPcbPdbPebPfbPgbPhbPibJubJubJubJubJubJubJubJubJubJubPjbPjbPjbPjbPjbPjbPkbPlbsYbsYbsYbsYbPmbPnbpObHobHobHobHobHobHobIxboGbIybPobPpbPqbPrbPsbPtbPobPubOhbOibOjbOjbOkbIzbPvbPwbJRbPxbJTbPybPzbPAbPBbPCbPDbLubPEbPFbKdbPGbPHbPIbJTbPJbPKbPKbJTabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVbLEbLEbPLbPMbPMbPMbPNbLEbLEabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabntbntaaaaaaaaaaaaaaaaaaaaabntbntbntbntbntbntbntaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalKbNdbNdbNdalKbLIbPObPPbPQbPRbLKbPSbPTbPUbPVbCTbHVbHVbHVbHVbLObPWabVbPXbKvbPYbKxbPZbJabQabJabJabJabQbbQcbQdbQebQfbQgbQhbQibQibQibQibQjbQibQkbQlbQmbQnbQobQpbQqbQrbQsbrEbQtbrEbrEbrEbrEbrEbrEbrEbrEbrEbrEbrEbrEbrEbQubQvbsYbNVbQwbMxbQxbMxbMybQybQzbQAbQAbQBbQCbQnbQobQDbIybQEbQFbQGbQHbQIbQJbQKbPubPubPubPubPubPubQLbQMbQNbQObQPbJTbKdbKdbKdbKdbKdbKdbQQbLubLubKdbQRbQSbQTbJTbQUbQVbQWbQXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabQYbQZbQYbPMbRabPMbRbbRcbLDabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalJapGbRdbRealJbLIbLIbLIbCTbCTbLIbLIbLIbCTbCTbCTbRfbHVaaabRgbRhbLPaaaaaaabVaaabHWbRibRjbRkbJabRlbRmbRnbRobHWbRpbRqbRrbRsbRtbRubRvbRwbRxbRtbRtbRtbRtbRtbRybRzbRtbRtbRAbRtbRBbRtbRtbRtbRtbRtbIbbIbbIbbIbbIbbIbbIbbIbbRCbIxbsYbRDbREbRFbRGbwgbRHbRIbRJbRKbRKbRLbRKbRKbRMbRNbIybRObRPbRQbRPbRPbRPbRRbRSbRTbRUbRVbRWbRXbRYbRZbOmbJRbSaabVbSbbScbSdbSebSfbSebSgbShbSibKdbSjbSkbSlbJTbJTbJTbJTbJTabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVbLEbLEbSmbPMbPMbPMbSnbLEbLEabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaalJalJbSoalJalJaqTaqTaqTaqUacxaqUaqTaqUacxaqUbRgbNlbRgabVbRgbLObLPabVabVabVabVbHWbHWbHWbHWbHWbHWbHWbHWbHWbHWbSpbRqbSqbSrbRtbRubRvbRwbRxbSsbSsbStbSubSvbSwbSxbSybSzbSAbSBbSCbSDbSEbSFbSGbSHbSIbSIbSIbSIbSIbSIbSJbIbbRCbSKbSLbSLbSLbSLbSLbSMbSNbSObSLbSLbSLbSLbSLbSLbSKbSPbSQbSRbSSbSTbSSbSUbSSbSVbSWbSXbSWbSWbSWbSWbSYbSZbTabJRbSaabVbSbbTbbTcbTdbTebTfbTgbThbTibKdbTjbSkbTkbQRbTlbTmbQRabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaabVabVbOBbLEbTnbTobTpbTqbOBabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaqTaqTaqTaqUacxaqUaqTaqUacxaqUbRgbNlbRgbRgbRgbLObLPaaaaaaaaaabVbTrbTsbTsbTtbTubTvbTvbTwbTwbTrbKBbRqbSqbTxbRtbTybTzbTzbTAbTBbSsbTCbTDbTEbTFbTGbTHbTIbTJbTKbTEbTLbTEbTMbTNbTOaqUbTPbTPbTPbTPbTPbTQbIbbRCbTRbTSbTTbTUbTVbSLbTWbTXbTYbSLbTZbUabUbbUabTZbTRbUcbUdbUebUfbUebUgbUhbUebUibUebUjbUebUkbUebUebUlbUmbUnbUobSaabVbSbbTbbUpbSebUqbSebUrbUsbUtbKdbUubSkbTkbQRbUubUubQRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVbLEbLDbUvbLDbTqabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVbHVbHVbHVbRgbHVbRgbHVbHVbHVbHVbHVbHVbRgbRgbRgbHVbHVbHVbNlbNlbNlbUwbLObLPaaaaaaaaaabVbTrbUxbTtbTtbTtbUybTvbTvbUzbTrbUAbRqbUBbUCbUDbUEbUFbUGbUHbUIbUJbUFbUFbUFbUKbULbUMbUNbUObUPbSGbUQbURbUSbUTbUUbSIbUVbUWbUXbUYbTPbTQbUZbRCbSKbVabTZbTZbVbbSLbVcbVdbVebSLbUabTZbUabVfbVgbVhboGbIybVibVjbVkbVjbVlbVmbVnbRPbVobVpbVqbVrbVsbPubVtbVubVtbVvbVvbKdbKdbKdbKdbKdbKdbJTbJTbJTbKdbUubSkbVwbUubUubVxbQRabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVbLDbLEbLDabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabHVbVybVzbVAbVzbVBbVCbVDbVEbNlbVFbVGbVHbVIbNlbNlbUwbNlbNlbRgbRgbRgbRhbLPaaaabVbVJbVKbVLbVMbVMbVNbVMbVObVPbVQbVQbVRbVSbRqbKCbVTbVUbVVbVWbVXbVYbVZbWabVXbWbbVXbWcbWdbWebSzbWfbWgbWhbWibWjbWkbWlbWmaqUbWnbWobUYbWpbTPbTQbUZbRCbSKbWqbWrbTZbWsbSLbWtbWubWvbSLbTZbTZbWwbTZbTZbSKbRCbIybPubPubPubPubQLbWxbWybWzbQLbPubPubPubPubPubWAbWBbWCbWDbWEbWFbWGbWHbWGbWIbVvbWJbWCbWKbWLbWMbSkbTkbQRbQRbQRbQRauvabVabVabVabWabWabWabWabWabWabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabHVbHVbWNbWObWPbWQbHVbNlbHVbNlbWRbWSbNlbNlbNlbWTbHVbRgbRgbHVaaabRgbLObLPaaaabVbWUbWVbWWbWXbWYbWYbWYbWYbWYbWYbWZbXabXbbXcbKCbSrbXdbXebXfbTEbXgbXhbXibXjbXkbXlbXmbXnbXnbXobXpbSGbXqbXrbXsbXtbXubXvbXwbUVbXxbUYbUYbTPbTQbUZbRCbSKbXybXzbXAbSMbSLbSLbXBbSLbSLbXCbXCbXDbXCbXCbSKbRCbIybXEbXFbXFbXGbXHbRPbXIbXJbXKbXLbJLbJLbJLbPubXMbWCbWBbXNbXObWFbXPbXQbXRbXSbVtbWCbXTbWCbWLbXUbXVbXWbQRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabWabWabWabWabWabWabWabWabWabWabWabWbRgbXXbVzbXYbXYbXYbHVbXZbHVbYabHVbWSbNlbNlbYbbYcbHVaaaabVaaaaaabRgbLObPWbHVbHVbPWbYdbTrbYebTtbTtbTtbYfbYgbYhbYibTrbYjbYkbKCbSrbYlbYmbYnbTEbTEbYobSsbYpbYqbYrbYsbTEbTEbSzbYtbYubYvbYwbYxbYybYxbYzaqUbTPbTPbTPbTPbTPbTQbIbbRCbSKbTZbYAbYBbYCbYDbYEbYFbYGbYHbTZbTZbTZbTZbYIbSKbRCbIybJLbYJbJLbYKbYLbRPbYMbRPbYNbYObJLbYJbJLbPubYPbWCbWCbWBbYQbYRbYSbYTbYUbYVbVvbYWbWCbYXbWLbVvbYYbYZbQRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabHVbHVbVzbZabZbbZcbZdbZebZfbZgbHVbHVbHVbZhbHVbHVbHVbRgbRgbRgbZibZjbZkbZlbZmbKpbZnbYdbTrbTrbTrbTrbTrbTrbTrbTrbTrbTrbZobZpbKCbZqbRtbZrbZsbXibZtbXibSsbTEbTEbTEbYsbZubZvbZvbZwbZxbZybUQbZzbZAbZBbUUbSIbUVbZCbZDbZDbTPbTQbIbbRCbZEbZFbZFbZFbZGbZHbTZbZIbYBbZJbYBbYBbYBbYBbZKbSKbRCbIybJLbJLbJLbZLbZMbXJbZNbRPbZObZPbXFbXFbZQbPubZRbZSbWCbWBbZTbWFbXRbZUbYRbZVbVvbZWbZWbZWbWLbZXbYYbYZbQRabVabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaqTaqTbZYaqUaqUbZZaqTbHVbHVbHVbHVbHVbHVbHVbHVbHVbHVbNlbNlbNlbNlbNlbNlbNlcaacabcaccadcaecafcafcafcafcagcahcahcahcaicahcajcakcakcalbHVbYjcambKCcancaocapcaqbZvbZvcarcasbZvbZvcatcaucavbTEcawcaxcaycazbTEcaAcaBcaCbWmaqUbWncaDcaEcaFbTPbTQbUZcaGcaHcaHcaHcaIbSKcaJbTZcaKcaLcaMcaNcaOcaOcaOcaPbSKbRCbIybPubPubPubPucaQcaRbYMcaScaQbPubPubPubPubPucaTcaUbWBbWCcaVcaWcaWcaWcaWcaXbVtbZWbZWcaYbWLcaZbYYbYZbQRbQRbQRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacbacbbcbbcbbcbbcbccbdcbdcbecbfcbgcbhcbicbjcbkcblbHVcbmbRgbRgbRgbRgbRgbRgbRgbRgbPWcbncbocbocbocbocbocbocbocbocbpcbpcbpcbpcbpcbqcbrbHVbYjcambKCcancbscbtcbucbvbXncbwcbxbXnbXncbycbzcbAcbBcbCcbDcbEcbFcbGcaAcbHcbIbXvbXwbUVcbJbZDbZDbTPbTQbUZcbKbIbbIbbIbboGbSKcbLbTZbTZcbMcbNcbOcbPcaOcbPcbQbSKbRCbIybXEbXFbXFcbRbXHbRPcbSbXJcbTcbUbJLbJLbJLbPucbVcbWcbXbWBcbYbWBbWCbWCcbZccabVvbZWbZWbZWbWLcaZbYYbYZbUubUubQRabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaqTaqUbZYaqTaqUaqTaqTbRgbRgbRgbNlccbcccccdcceccfbHVbNlbRgaqTaqTaqUaqTaqTaqUaqTbPWcbncboccgcchcciccjcckcclccgccmccnccoccpcbpcbpcbrbHVccqcambKCccrccscctcctccuccvccvccvccvccvccwccxbSsbSsbSsccybTEcaycczccAccBccCccDccEbTPbTPbTPbTPbTPbTQbUZcbKccFbFVbFVboGbTRccGccHccIccJccKccLccMcaOccMccNbSKbRCbIybJLccObJLccPbYLbRPbYMbRPbYNccQbJLccObJLbPuccRccSccTccUccVccWccXccXccYccZbVtcdacaWcdbbWLbZWbYYcdcbQRbUubQRbQRbQRabWabWabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaqTaqUbZYbZYbZYbZYbZYcddbNlcdebNlcdfcdgccccdhbNlbHVbNlbRgaqTaqTaqUaqTaqTaqUaqTbPWcbncboccgcdicdjcdkcdlcdmccgcdncdocdpcdqcdrcbpcbrbHVbYjcambKCcdscdtbRtcducdvccvcdwcdxcdyccvcdzbYscdAbSscdBcdCbTEcbDcdDcdEbZAcdFbUUcdGbUVcdHcdIcdJbTPbTQbIbcbKbIbcdKcdLboGbSKcdMcdNcdOcdPcdQcdNcdRcaOcdRbVfbVhbRCbIybJLbJLbJLcdScdTbXJbZNbRPbZOcdUbXFbXFbZQbIybWLcdVcdWcdXbWLbWLcdYcdZceacebceccedceecefbZWbZWbYYbYZbQRcegbQRcehbQRabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaqTaqTaqTaqTaqTaqUaqUbRgbRgbRgceicejcekcelcembNlcenbNlbRgaqTaqTaqTaqTaqTaqTaqTbPWcbncboceocepceqcdkcerceoceocdncescetceucevcbpcbrbHVbYjcamcewcexcexceycezceAceBceCceDceEccvbTEbYsceFceGcdBceHbTEcbDcdDcaAcaBceIbWmceJbWnceKceLceMbTPbTQbIbcbKbIbbNEbNEboGbSKbSLceNceObSLcePbSLbSLbSLbSLbSLbSKbRCbIybPubPubPubPucaQceQbYMceRcaQbPubPubPubPubIybYRceSbYRceTbYRbWLcdYcdZceUceVceWceXbWBceYbWLbZWbYYbYZbQRbUubUubUuceZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaJxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVabVabVabVabVabVaaaaaaaaaaaaaaaaaaabVabVabVbRgcfacfbcfbcfcccfbRfbHVbRgbRgaqTcfdaqTaqTaqTaqTaqTbLPcbncboceoceocfecffcfgceocfhcficfjcfkcflcfmcbpcbrbHVcfncfocfpcexcfqcfrcfscftcfucfvcfwcfxccvcfycfzcdAbSscdBcfAbTEcfBcdDcaAcfCcfDbXvcfEbUVcfFcdIcdIbTPbTQbUZcbKcfGbIbcfHboGcfIbZFbZFcfJbSLcfKcfLcfMbIbcfNcfObIxbRCbIybXEbXFbXFcfPbXHbRPcbSbXJcfQcfRbJLbJLbJLbIycfSbYRbYRbYRbYRbWLcfTcfTcfUcfVbVvbVvbWBbVvbWLbVvbYYbYZbQRcfWcfXcfYceZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIacIacIacIacIacIacIacIacIacQacIacIacIacIacIaaaaaabHVbHVbHVbHVbHVbHVcenbHVbHVbHVbHVaqUaqTaqTaqUacxcfZaqTaqTaqTbLPcbncbocgacgbcgccgdcgecgfcggcghcgicgjcgkcglcbpcgmcgncgocgpcgqcexcgrcgscgtcgucgvcgwcgxcgycgzbUPcgAbSsbSsbSscgBbTEcgCcgDcaAcaBbTEbWmceJbTPbTPbTPbTPbTPcgEcgFcgGcgHbIbcgIcgJcgKcaHcgLcgMbIbcgNcgOcgPbIbcgQbRKbRMcgRbIybJLbYJbJLcgSbYLbRPbYMbRPbYNcgTbJLbYJbJLbIycgUbYRcgVcgWcgXcgYcgZchachbchcbVvbWBbWBchdbWLbXUchechfbQRchgchhbUuceZaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaabVaaaabVaaaabVaaaadYaaaabVaaaabVaaaacIabVabVbHVchichjbNlbZhbNlbNlbNlbNlbRfbRgaqTaqTaqTacxchkchlacxacxaqUbLPcbncbochmceoccgccgccgceochnchochpchqchrchscbpbHVbHVchtchuchvcexcexchwchxchychzchzchzchzccvbTEchAchBchCchDchEchFchGchHcdEbZAchIbUUcdGbUVchJchKchKbTPaqUbUZbFVchLbIbbIbchMbEObIbchNchObIbbIbchPbIbbIbchOchQbMFchRbIybJLbJLbMHchSchTbXJchUbRPbZOchVbXFbXFbZQbIybYRbYRchWbYRbYRbWLcfTcfTchXchYbVvchZciaciabWLcibchebYZbQRbQRbQRbUubQRabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaciccidcieaaaciccidcieaaaciccidcieaaaacIaaaaaabHVcifbNlcigbHVbHVbZhbHVbHVbHVbHVaqTaqTaqTcihacxacxaqUaqTaqTbLPcbncboceociicijccgcikceoceocdncilcdqcimcinciocipciqcirciscitciucivciwcixciycizciAciBciCciDciEciFciGbXnciHciIbZuciJbZzbXqcaBciKbWmceJbWnciLciMciNbTPaqUbIbbIbciOciPciQchMciRbIbchNciSciTciUciVciWciTciXciYbQTciZbIybIybIybIybIybIybRPcjacjbbIybIybIybIybIybIybWLbWLbWLbWLbWLbWLcjccjccjdcjebWLbWLbWLbWLbWLbQRcjfbYZbQRcjgcjhbUubQRabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVciccjicieaaaciccjicieaaaciccjicieabVabVaaaaaabHVcjjbNlcjkbHVbYabNlcjlbVHcjmbHVaqTaqTaqTaqTaqUaqTaqTaqTaqTbPWcbncboccgcjncjoccgcjpcjqccgcdncjrcjscjtcjucjvcjwcjxcjycjzcjAcjBcjCcjDcjEcjFcjGcjHchxcjIciDcjJbTEchAbZucjKcjLcjMcjNcjObSFcjPcjQbXvcfEbUVcjRchKchKbTPaqUbIbbFVcjScjTcjUcjVcjWbIbcjXcjYcjZciYckaciYchQckbckcbQTckdbIyckeckfckfckgckhbRPcjackibIyabVabVabVabVbQRckjbTmckkcklcklbWLckmckmcjdcknbWLckobUubUubUubXUcjfcdcbQRckpbUubUubQRbQRbQRabWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaciccjicieabVciccjicieabVciccjicieaaaabVabVabVbHVckqcjkckrbHVckscktckuckvbYbbHVaqTaqTaqTaqTaqUaqTaqTaqUaqTbPWcbncboccgckwckxckyckzckAccgckBckCckDckEckFcbpckGckHckIckJckKckLckMckNckOckPckQckRckSckTckUckVbTEchAckWckXbTEbTEckWckWckWcaBckYckZceJbTPbTPbTPbTPbTPaqUbIbcgIclaclbclccldclebIbbIbclfclgclhbIxclicljbIbbIbbQTckdbIyclkcllcllclmclncloclpclqbIyabVaaaaaaabVbQRbUuclrclscltclubWLclvclvclwcknbWLbQRbQRclxclybXUcjfbYZbUubUubUuclzclAclBclCabWabWabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVciccjicieaaaciccjicieaaaciccjicieabVabVaaaaaabHVclDclEclFbHVclGclHbHVclIbHVbHVaqTaqUaqTaqTaqUaqTaqTaqUaqTbPWcbncbocbocbocbocbocbocbocbocbpcbpcbpcbpcbpcbpbHVclJbHVciDclKclKclKclLclMclNclKclOclPclQciDbTEbWiclRckWchEbXlbTEbTMcavckWcaBckWbRtclSclTccEaqUaqUaqUaqUclUclUclVclWclXclUclUclUclYclZcmaclhcmbclhclhbIbcmcbQTckdbIybIycmdcmdbIybIycmdcmecmdbIyaaaaaaaaaaaabQRbQRcjfcmfbQRbQRbWLbWLbWLcmgcmhbWLbXUbQRcfYbUucmicjfchfbQRbQRcmjbQRbQRbQRbQRabWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIacIacIabVaaaciccjicieaaaciccjicieaaaciccjicieaaaabVaaaaaacmkcmlcmlcmlcmlbHVbHVcmmcmnbHVbRgbRgbRgbRgbRgbRgbRgbRgbRgbHVcmocmpbZjcmqcmrcmscmscmscmscmscmscmscmscmscmtcmtcmscmuclGciDcmvcmwcmxcmycmzcmAclKcmBcmCcmDciDcmEcmFbXscmGcmHcmIcmJcmGcmKcmGcmLckWbRtbRtbRtcmMaqTaqUaqUclUclUcmNcmOcmPcmQcmRcmSclUcmTbFVcmUcmVcmWcmXcmYbQCbQCcmZcnabQRaaaaaaaaaaaaaaaabVcnbabVaaaaaaaaaaaaaaabQRcnccndcnecnecnfcngcnhcnicnjcnkbQRbQRbQRbQRcnlbQRcjfbYZbQRcnmcnnbUubQRaaaabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaabVaaaaaaaaacnoaaaaaaaaacnoaaaaaaaaacnoaaaaaaabVcmkcmkcmkcnpcnqcnrcnscntbNlcnucnvcnwcnxcnxcnxcnxcnxcnxcnxcnxcnxcnxcnxcnycakcnzcnAciDciDciDciDciDciDciDciDciDciDciDciDciDciDciDclKcnBcmycnCcnDcnEcnFcnGcnHcnIciDcmEcnJcnKcnLcnMcnNcnOcnPbTEcnQcnRcnScnTcnUcnVcmMaqTaqUcnWcnXcnYcnZcoacobcoccodcoeclUbFVbFVclhclhbEOclhciYbFVbFVbQTcofbQRbQRceZceZbQRbQRceZcogceZbQRbQRceZceZceZbQRcohcoicojcokcolcomcomcomconcoocopcoqcorcoscoscoscotcoubQRcjhbUucovbQRaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVcowcoxcoxcoycozcozcozcozcozcozcozcozcozcozcozcoAcoBcoCcoDcoEcoFcoGcoHcnxcnxcoIbVHbHVbRgbRgbRgbRgbRgbRgbRgbRgbRgbHVbHVcoJcoKcoLcoMciDcoNcoNcoOciDcoPcoQcoRcoScoTcoUcoVcoWcoXcoYclKcoZcpacpbcpccpdcpecpfcpgcphciDbRtcpibSzcpjcpkcplbSzcpjbSzcpmbSzcpnbRtbRtbRtceJaqUaqUbTQclUcpocppcpqcprcpscptcpuclUcpvbFVciYciYcpwclhciYbFVcpxbQTcpycpzcpzcpzcpzcpzcpAcpzcpBcnecnecnecnecnecnecpCcpDbTkbQRcpEcpFbQRbQRceZceZbQRbQRcpGchecpHcojcpIcpJcpKbQRbQRbQRbQRbQRaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaabVaaaaaaaaacpLaaaaaaaaacpLaaaaaaaaacpLaaaaaaabVcmkcmkcmkcpMcpNcpOcmlbNlbNlbNlbNlbHVaaaaaaabVaaaaaaabVaaaaaaabVaaabHVcpPbHVcpQcpRciDcpScpTcoOcpUcpVcpWcpXcpYcpXcpZcqacqbcqccqdclKcqecmycqfcqgcqhclKcqicqjcqkciDaqUcqlaqUbTQcqmcqlaqUbTQaqUcqnaqUcqnaqUaqUaqTceJaqTaqUbTQclUcqocqpcoacqqcqrcqscqtcqucqvcqwcqxciYbIxciYcqychQckbcqzcqAcqAcqAcqAcqAcqAcqAcqBcqCcqAcqAcqAcqAcqAcqAcqDcqEcqFbQRcqGchebQRaaaaaaaaaaaabQRbUuchecqHcqIcqIcqJcqKcqIaaaabVabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIacIacIabVaaaciccqLcieaaaciccqLcieaaaciccqLcieaaaabVaaaaaacmkcmlcmlcmlcmlcqMbRfbNlbNlbHVbHVbRgcqNcqOcqOcqOcqOcqOcqOabVbHVbHVbHVcqPcqQciDcqRcqScoOcpUcqTcpXcqUcqVcqWcqXcpXcpXcpXcpXclKcqYcqZcqZcracrbclKcrccrdciDciDbTPcrebWncrebTPcrebWncrebTPcrfbWncrgbTPaqTaqTceJaqTaqTbTQcrhcricoccrjcoccrkcrlcrmclUcrnclhclhclhcroclhclhclhbIbbIbbQRbQRceZceZceZbQRbQRceZceZceZbQRbQRceZceZceZbQRcrpbQRbQRcrqchebQRbQRceZceZbQRbQRbUuchecrrcqIcrscrtcrucqIaaaaaaabVabVaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVciccqLcieaaaciccqLcieaaaciccqLcieabVabVabVaaaaaaaaaaaaabWbHVbHVbHVcrvbNlbHVcrvbOMcqOcrwcrxcrycrxcrzcqOaaabHVbYbbNlcrAcqQciDcrBcrBcrCciDcrDcrEcrFcpXcrGcrHcrIcrJcrKcrKclKcrLcrMcrMcrNcrOcrPcrQcrRcrSciDbTPcrTcrUcrVbTPcrWcrXcrYbTPcrZcsacsbbTPaqTaqTceJaqTaqTbTQclUcsccsdcsecsfcsgcshcsiclUcsjcskcslcsmcsncsociYciYbFVcspbFVbUZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaabQRcsqbXUbQRcsrcsscstcngcstcstcstcstcsucsvcswcqIcsxcsycszcqIabVaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaJxaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaciccqLcieabVciccqLcieabVciccqLcieaaaabVabVabVaaaaaaaaaabWcddcsAcdebNlbNlbZhbNlcsBcqOcsCcsDcsEcsFcsGcqOaaabHVclHbNlcrAcqQciDcrBcrBcrCciDcsHcoWcsIcsJcsKcsLcsIcoWcsIcsIcoWcsMcsNcsOcqTcsPcsQcsRcsScsTciDbTPcsUcsVcsUbTPcsWcsXcsWbTPcsYcsZctabTPaqUaqUceJaqUaqUbTQclUclUclUctbctcctdctectfctccsjctgciYcthctictjckcciYctkbIbbFVbUZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaabQRctlcnnbQRctmctnctnctoctncojcojcojctpctpctqcqIctrctscttcqIabVaaaabVaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVciccqLcieaaaciccqLcieaaaciccqLcieabVabVaaaabVabVaaaaaaabWbHVbHVbHVbHVbNlbHVbHVbHVcqOctuctvctwctxctucqOabVbHVciDctyctzctAciDcrBcrCcrCciDctBctCctCcsOcrGctDctEctFctEctEctGctHctIctIcpWcpXcpXctJcnHctKciDbTPcsUctLcsUbTPcsWctMcsWbTPctactNctabTPaqUaqUceJaqTaqTcgEbSJaqTaqTctOctcctPctQctRctcbFVctSctTbMFctUctVchQctWctXbIbcspbUZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaabQRctYbUubQRbQRbQRbQRbQRbUubQRabVaaaaaaaaaabVctZctZcuactZctZabVabVabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQaaaciccubcieaaaciccubcieaaaciccubcieaaaacIaaaaaaabVabVaaaaaaaaaaaaaaabRgbNlbRgaaaaaacqOcuccudcuecufcugcqOcqOcqOciDcuhctzcuiciDciDciDciDciDcujcukcpXcpXcrGcsScpXcpYcpXculcpXcpXcpXcpXcpXcumcpXcrGcsScunciDbTPbTPbTPbTPbTPbTPbTPbTPbTPbTPbTPbTPbTPaqUaqTceJaqTaqTaqTbTQaqTaqTcuoctcctdcupctfctcbIbcuqckbcurcusckbcutbIbbIbbIbabWabWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVbQRcuubUubUubUubUubUubUubUubQRabVaaaaaaaaaabVaaactZcuvctZaaaabVaaaabVaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaabVaaaabVaaaabVaaaabVaaaabVaaaabVaaaacIaaaaaaaaaabVabVaaaaaaaaaaaabRgbNlbRgaaaaaacqOcuwcuxcuycuzcuAcuBcuCcuDcuBcuEcuFcuGcuHcuIcuJcuKcuLcuMcuNcuOcuPcuQcuRciDciDcuScuTcuSciDciDcuTcuTciDcuTcuUcsScuVciDciDciDciDciDcoWcoWcoWcoWciDaaaaaaaaaaaaaqTaqTceJaqTaqTaqTbTQaqTaqTcuoctccuWcuXcuYcuZaqUbIbclfcvabUZbUZbIbbIbaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVbQRcvbcvccvdckocvebSjbTjbQRbQRabVaaaaaaaaaabVaaactZcvfctZaaaabVaaaabVaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIacIacIacIacIacQacIacIacIacIacIacIacIacIacIaaaaaaaaaaaaabVabVaaaaaaabVbRgbNlbRgabVabVcqOcvgcvhcvicvjcvkcvlcvmcvncvocvpcvqcvrcvscvscvscvtcvscvucvvcvwcvxcvycvzcvAcvBcvCcvCcvCcvDcvEcvCcvFcvGcvHcvIcvJcvKcvLcvMcvNcvOciDcvPcoWcvQcvRcvRcvRaaaaaaaaaaqTaqTceJaqTaqTaqTbTQaqTaqTcuoctcctccvSctcctcaaaaqUaaacvTaqTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabQRbQRbQRcegbQRcrpbQRceZceZbQRbQRaaaabVaaaaaaaaaabVaaaaaacvUaaaaaaabVaaaabVaaaaaaabVaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaabRgbNlbRgaaaaaacqOcvVcvWcvXcvYcvZcqOcwacwbcqOcwccwdcwecpYcpXcwfcsIcwgcwhcwicwjcwkcwlcwmcwncwmcwmcwmcwmcwmcwocwpcwqcwrcwscwtcqVcqVcqVcqWcsScwucwvcoOcwwcwxcwycwzcwAcwBaaaaaaaqTaqTceJaqTaqTaqTbTQaqTaqTcuobZYctccwCctccwDaqUaqUaaacwEaqTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabQRcwFcwGcwGbQRcwHabVaaaaaaabVaaaaaaabVaaaaaaaaaabVaaaaaacvUaaaaaaabVaaaabVaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVbHVbHVcwIbHVbHVaaacqOcwJcwKcwLcqOcqOcqOcqOcqOciDcwMcpXcwecpXcpXcwNcsIcwOcpXcuTcwPcwQcwRcwScwTcwUcwVcwWcwXcwYcwZcwZcxacxbcxccxdcxecxfcxgcrGcsScxhciDcxicoWcvQcvRcvRcvRaaaaaaaaaaqTaqTceJaqTcxjaqTbTQaqTaqTcxkbZYcxlcxmcxlbZYaqUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaceZceZceZcwGcwGcxnbQRaaaabVaaaaaaabVaaaacIacIacIacQabVabVabVabVcvUabVabVabVabVabVacQacIacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVbHVcpPbNlcxobHVabVcqOcqOcqOcqOcqOabVaaaaaaabVciDcxpcpXcxqcxrcxscxtcoWcoWcxuciDcwPcwQcxvcxwcxxcxycxzcxAcxzcxBcxCcxDcxEcwQcxFcoWcxGcpXcxHcxIcxJcxKcxKcxLcxLcxLcxLcxKcxMcxMcxMcxMclTclTcxNaqUaqUaqUbTQaqTaqTaqUbZYaaaaaaaaabZYaqUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaceZbUucxOcwGcwGcxPbQRaaaabVaaaaaaabVaaaacIaaaaaaabVaaaabVaaaaaacxQaaaaaaabVaaaabVaaaaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRgcxRcxScxTbHVabVaaaaaaabVaaaaaaabVaaaaaaabVciDcxUcxVcxWcxXcxYcxZcoWcyacybciDcwPcwQcxvcyccyccxBcydcyecyfcygcyhcyhcxEcwQcyiciDcuTcyjciDcrGcykcylcymcyncyocypaaaabVabVabVabVabVaqTaqTaqUaqTaqTaqTbTQaqTaqTaqTbZYbZYbZYbZYbZYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaceZcxOceZceZceZceZbQRaaaabVaaaaaaabVaaaacIabVcyqcyqcyqcyqcyqaaacyraaacyqcyqcyqcyqcyqabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRgcyscytbOLbHVcoWcyucyucyucyucyucyucyucyucoWciDcyvcywcyxcyycyvciDciDciDcyzciDcyAcwQcyBcyCcxBcyDcyEcyFcyGcyHcxBcyIcyJcwQcyKciDcyLcyMciDcyNcyOcyPcyQcpXcyRcypaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaacySaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabWabWabWaaaaaaaaaaaaaaaaaaaaaaaaabVaaaacIaaacyTcyUcyUcyUcyUcyVcyrcyWcyXcyXcyXcyXcyYaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabRgbRgbRgbRgbHVabVaaaaaaaaaaaaaaaaaaabVabVabVaaaaaacyZczaczbczaczcczaczcczaczdczeczfczgczhcziczjczkczlczmcznczoczpczqczrczscztczuczvciDczwciDciDczxczyczzcypaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaacySaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaacIadYczAczAczAczAczAaaacyraaaczAczAczAczAczAabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbadbadaabVabVczBczCczCczCczCczCczCczDczEczFcwQczGczHczIczjczkczJczmcznczoczKczLcwQcyicyLczMczNciDczOczPciDcoWcoWczQcoWabVabVabVabVabVabVabVabVabVabVabVabVcySabVabVabVabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaacIaaaaaaaaaabVaaaaaaaaacyraaaaaaaaaabVaaaaaaaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbczRadaaaaaaacyZczaczbczaczbczaczbczSczTczUcwQczVczWczIczXczkczlczmczYczoczZcAacwQcyicyLczMcAbciDcAccAdcoWabVaaacAeaaaabVaaaaaaaaaabVaaaaaaaaaabVaaaaaaaaacySaaaaaaaaacAfcAfcAfcAfcAfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVcyqcyqcyqcyqcyqaaacyraaacyqcyqcyqcyqcyqabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbczRadaaaaaaacAgcAhcAicAhcAicAhcAicAhcAjcAkcAlcAmcyIcxBcxBcAncAocygcxBcxBcyCcApcAqcArcAscAtcAbcuTabWabWabWabVaaaaaacAucAvcAwcAwcAwcAvcAwcAwcAwcAvcAwcAwcAwcAxcAwcAwcAwcAycAzcAAcABcAfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaacyTcyUcyUcyUcyUcyVcyrcyWcyXcyXcyXcyXcyYaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbczRadaabVabVcACcADcADcADcADcADcADcADczTcAEcwQcAFcAGcAHcAIcAJcAKcALcAMcANcAOcAPcwQcAQcARcyLcAScuTaaaaaaabWabVaaaaaaaaaabVaaaaaaaaaabVaaaaaaaaaabVaaaaaaaaacySabWcAfcAfcAfcATcAUcATcAfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVczAczAczAczAczAaaacyraaaczAczAczAczAczAabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbczRadaaaaaaacAgcACcAgcACcAgcACcAgcACczTcAVcAWcwmcAXcAYcAZcBacBbcBccAZcAYcBdcwmcBecBfcBgcBhcBicuTaaaaaaabWabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVabVcySabWcBjcBkcBlcABcBmcABcAfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacQaaaaaaaaaabVaaaaaaaaacBnaaaaaaaaaabVaaaaaaaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbczRadaaaaaaacAgcACcAgcACcAgcACcAgcACcBocBpcBqcBrcBscBtcBucBvcBwcBxcBucBycBzcBucBAcBBcBCciDciDciDaaaaaaabWabWabWabWabWabWabWabWabWabWabWabWabWabWabWabWabWcBDabWcAfcBEcBFcBGcBmcBHcBFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVcyqcyqcyqcyqcyqaaacvUaaacyqcyqcyqcyqcyqabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbczRadaabVabVcACcADcADcADcADcADcADcADaaacBocuPcBIcBJcuTciDcuTcuTcuTciDcuTcBJcBKckUcBLcBMabWaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacySabWcBNcBNcBNcBNcBOcBPcBQcBRabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaacyTcyUcyUcyUcyUcBScBTcBScyXcyXcyXcyXcyYaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbczRadaaaaaaacBUczScBUczScBUczScBUczSaaaaaaciDcBVcBWcoOcBXcBYcBZcyLcBXcoOcBWcCaciDabWcCbabWaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacySaaaaaacBNcBNcCccCdcCecBNcBNcBNcBNcBNabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVczAczAczAczAczAaaacvUaaaczAczAczAczAczAabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbadbadaaaaaaaaaaabVaaaabVaaaabVaaaabVaaaabVciDcCfcCgcChcyLcyLcyLcyLcyLcCicCjcyMciDabWabWabWabVabVaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacySaaaaaacBNcCkcClcCmcCncCocCpcCqcCrcBNabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaaaaabVaaaabVaaaaaacvUaaaaaaabVaaaabVaaaaaaacIaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaabVaaaabVaaaabVaaaabVaaaaaaciDcyLcCscCtcyLcyLcBZcyLcyLcCucCjcyLcCvabVaaaabVaaaabVczRadbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacySaaaaaacBNcCwcCxcCycCzcCAcCBcCCcCDcBNabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaacIacIacIacIacIabVabVaaacvUaaaabVabVacIacIacIacQacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVabVabVadaadaadaadaadaadaadaadaadaabVabVciDcoOcCEcCtcoOcCFciDcCGcoOcCicCHcCIciDabVabVabVabVabVczRadbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcCJcCKabVcBNcCLcCMcCNcCOcCPcCQcCRcCScBNabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIabVcCTabVacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbczRczRabVaaaadbczRczRczRczRczRczRczRadaaaaaaaciDciDciDciDciDciDciDciDciDciDciDciDciDabVaaaabVczRczRczRadbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcCUcCVcCUcCUcCWcCXcCYcCZcDacDbcDbcDbcDbabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIaaaabVaaaacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbadbczRabVaaaadbadbadbadbadbadbadbadbadaaaaaaaaaaaaaabVaaaabVaaaaaaabVabVaaaabVabVabVabVaaaabVadbadbadbadbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcCUcDccDdcCUcDecDecDfcDgcDecDbcDhcDhcDbcDbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacIacIacIacIacIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbadbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaadbadaadbadaadbadbadbacIadbadaadbadbaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcDicDjcDkcDlcDecDmcDncDocDecDpcDqcDqcDrcDbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVabVabVabVczRczRczRczRczRczRczRczRczRczRczRadaabVabVabVabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcDscDtcDucDvcDwcDxcDycDzcDwcDAcDBcDCcDDcDbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaadbadaadbadbadbadbadbadbadbadaadbadbaaaaaaabVaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcDEcDFcDGcDHcDIcDJcDKcDLcDMcDNcDOcDPcDQcDbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaabVaaaaaaaaaaaaabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcCUcDRcDtcDScDecDTcDUcDVcDecDWcDXcDYcDbcDbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcDZcEacEbcEacDZcDZcEccEdcDZcEacEecEacDZabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacEfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacDZcEgcEhcEacEicEjcEkcElcEicEacEmcEncDZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcDZcEocEhcEacEicEjcEkcElcEicEacEmcEpcDZabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacEqcDZcDZcEhcEacErcEjcEscEtcEucEacEmcDZcDZcEvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVcDZcEwcEacExcEjcEkcElcEicEacEycDZabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcDZcEzcEAcEBcECcEDcElcEEcEFcEGcDZabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcDZcEHcEacEIcEJcEKcElcELcEacEHcDZabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVcDZcEHcEacErcEMcENcElcEucEacEHcDZabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcDZcDZcEHcEacEicEjcEkcElcEicEacEHcDZcDZabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcDZcEHcEHcEacEicEjcEOcElcEicEacEHcEHcDZabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacDZcEHcEPcEPcEQcEPcERcEScETcEPcEPcEHcDZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacDZcEHcEPcEPcEUcEVcEWcEXcEYcEPcEPcEHcDZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacDZcEHcEPcEPcEZcFacFbcFccFdcEPcEPcEHcDZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacDZcFecEPcEPcFfcFfcFgcFhcFfcEPcEPcFecDZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacFiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacDZcFecEPcFjcFjcFkcFlcFccFjcFjcEPcFecDZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacEPcEPcEPcFmcFncFocFpcFqcFrcFscEPcEPcEPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacEPcEPcEPcFtcEWcFucFvcFwcFccFtcEPcEPcEPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcEPcEPcEPcFjcFlcFxcFycFxcFzcFjcEPcEPcEPabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacFAcEPcEPcFBcFkcFCcFxcFxcFxcFDcFkcFEcEPcEPcFFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacFGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcEPcEPcEPcFtcFHcFIcFJcFxcFkcFtcEPcEPcEPabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacEPcEPcEPcFmcFkcFKcFLcFjcFkcFscEPcEPcEPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacEPcEPcEPcFjcFkcFMcFNcFkcFkcFjcEPcEPcEPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacEPcEPcEPcEPcEPcEPcEPcEPcEPcEPcEPcEPcEPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacEPcEPcEPcEPcEPcEPcEPcEPcEPcEPcEPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVcEPcEPcEPcEPcEPcEPcEPcEPcEPabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabVabVaaaaaacFOaaaaaaabVabVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/map_files/debug/runtimestation.dmm b/_maps/map_files/debug/runtimestation.dmm
index 8d5164cfbf..364e912b4b 100644
--- a/_maps/map_files/debug/runtimestation.dmm
+++ b/_maps/map_files/debug/runtimestation.dmm
@@ -69,8 +69,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/space,
/area/space/nearstation)
@@ -96,8 +95,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plating,
/area/engine/engineering)
@@ -127,7 +125,6 @@
/obj/machinery/power/apc{
dir = 1;
name = "Gravity Generator APC";
- pixel_x = 0;
pixel_y = 25
},
/obj/structure/cable{
@@ -150,7 +147,6 @@
desc = "A warning sign which reads 'RADIOACTIVE AREA'";
icon_state = "radiation";
name = "RADIOACTIVE AREA";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plating,
@@ -183,8 +179,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -203,8 +198,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/space,
/area/space/nearstation)
@@ -213,8 +207,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/engine/engineering)
@@ -222,8 +215,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/engine/engineering)
@@ -236,8 +228,7 @@
/obj/structure/cable{
d1 = 2;
d2 = 8;
- icon_state = "2-8";
- tag = ""
+ icon_state = "2-8"
},
/turf/open/floor/plating,
/area/engine/engineering)
@@ -246,11 +237,9 @@
/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,
@@ -414,9 +403,7 @@
/turf/open/floor/plating,
/area/engine/atmos)
"ba" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plating,
/area/engine/atmos)
"bb" = (
@@ -504,23 +491,19 @@
/area/engine/atmos)
"bm" = (
/obj/machinery/atmospherics/components/binary/valve/open{
- icon_state = "mvalve_map";
dir = 4
},
/turf/open/floor/plating,
/area/engine/atmos)
"bn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9;
- pixel_y = 0
+ dir = 9
},
/obj/machinery/light,
/turf/open/floor/plating,
/area/engine/atmos)
"bo" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/table,
/obj/item/weapon/screwdriver/power,
/obj/item/weapon/wirecutters/power,
@@ -617,9 +600,8 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -733,7 +715,6 @@
},
/obj/structure/closet/firecloset/full,
/turf/open/floor/plasteel/arrival{
- tag = "icon-arrival (NORTHWEST)";
icon_state = "arrival";
dir = 9
},
@@ -786,8 +767,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
@@ -796,8 +776,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -807,8 +786,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plating,
/area/bridge)
@@ -816,8 +794,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 1;
@@ -832,8 +809,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/bridge)
@@ -841,8 +817,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/blue/side{
dir = 4
@@ -854,8 +829,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
d1 = 2;
@@ -869,8 +843,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -878,8 +851,7 @@
/obj/structure/cable{
d1 = 4;
d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
+ icon_state = "4-8"
},
/obj/structure/cable{
icon_state = "1-8"
@@ -919,9 +891,7 @@
/area/hallway/primary/central)
"cp" = (
/obj/machinery/light,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/blue/side{
dir = 10
},
@@ -946,7 +916,6 @@
"ct" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -1034,9 +1003,8 @@
/turf/closed/wall/r_wall,
/area/hallway/secondary/entry)
"cH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/arrival{
dir = 8
@@ -1140,9 +1108,8 @@
/obj/effect/turf_decal/stripes/corner,
/area/construction)
"cX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plasteel,
/obj/effect/turf_decal/stripes/line,
@@ -1171,9 +1138,8 @@
/turf/open/floor/plating,
/area/storage/primary)
"db" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
/turf/open/floor/plating,
/area/storage/primary)
@@ -1221,8 +1187,7 @@
/area/storage/primary)
"dj" = (
/turf/open/floor/plasteel{
- icon_state = "L13";
- name = "floor"
+ icon_state = "L13"
},
/area/storage/primary)
"dk" = (
@@ -1236,7 +1201,6 @@
/area/storage/primary)
"dm" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -1249,7 +1213,6 @@
/area/construction)
"do" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel,
@@ -1259,7 +1222,6 @@
/area/construction)
"dp" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plating,
@@ -1301,7 +1263,6 @@
/area/storage/primary)
"dx" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plating,
diff --git a/_maps/map_files/generic/Centcomm.dmm b/_maps/map_files/generic/Centcomm.dmm
index 7c460880cc..536ae5368d 100644
--- a/_maps/map_files/generic/Centcomm.dmm
+++ b/_maps/map_files/generic/Centcomm.dmm
@@ -33,7 +33,6 @@
"ah" = (
/obj/structure/foamedmetal,
/obj/structure/window{
- icon_state = "rwindow";
dir = 8
},
/turf/open/floor/holofloor/asteroid,
@@ -41,7 +40,6 @@
"ai" = (
/obj/structure/foamedmetal,
/obj/structure/window{
- icon_state = "rwindow";
dir = 4
},
/turf/open/floor/holofloor/asteroid,
@@ -51,7 +49,6 @@
/area/holodeck/rec_center/bunker)
"ak" = (
/turf/open/floor/holofloor{
- tag = "icon-asteroid_warn_side (WEST)";
icon_state = "asteroid_warn_side";
dir = 8
},
@@ -62,7 +59,6 @@
heal_burn = 10
},
/turf/open/floor/holofloor{
- tag = "icon-asteroid_warn_side (WEST)";
icon_state = "asteroid_warn_side";
dir = 8
},
@@ -97,8 +93,7 @@
"ap" = (
/obj/structure/table/wood,
/obj/item/device/flashlight/lamp/green{
- layer = 3.3;
- pixel_y = 0
+ layer = 3.3
},
/turf/open/floor/holofloor{
icon_state = "wood";
@@ -143,13 +138,13 @@
/turf/open/floor/holofloor/snow,
/area/holodeck/rec_center/winterwonderland)
"ay" = (
+/obj/effect/holodeck_effect/mobspawner/penguin,
+/obj/effect/holodeck_effect/mobspawner/penguin,
/obj/item/toy/snowball{
- pixel_x = 0;
pixel_y = 6
},
/obj/item/toy/snowball{
- pixel_x = 5;
- pixel_y = 0
+ pixel_x = 5
},
/obj/item/toy/snowball{
pixel_x = -4
@@ -158,7 +153,6 @@
/area/holodeck/rec_center/winterwonderland)
"az" = (
/turf/open/floor/holofloor{
- tag = "icon-asteroid_warn (WEST)";
icon_state = "asteroid_warn";
dir = 8
},
@@ -167,7 +161,6 @@
/obj/structure/table,
/obj/machinery/recharger,
/turf/open/floor/holofloor{
- tag = "icon-asteroidfloor (WEST)";
icon_state = "asteroidfloor";
dir = 8
},
@@ -221,14 +214,12 @@
/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{
@@ -255,7 +246,6 @@
/area/holodeck/rec_center/lounge)
"aN" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 8
},
/turf/open/floor/holofloor{
@@ -271,7 +261,6 @@
/area/holodeck/rec_center/winterwonderland)
"aP" = (
/obj/structure/chair/wood/normal{
- icon_state = "wooden_chair";
dir = 1
},
/turf/open/floor/holofloor{
@@ -285,7 +274,6 @@
/area/holodeck/rec_center/winterwonderland)
"aR" = (
/obj/structure/window/reinforced/tinted{
- icon_state = "rwindow";
dir = 4
},
/turf/open/floor/holofloor{
@@ -301,6 +289,7 @@
},
/area/holodeck/rec_center/lounge)
"aT" = (
+/obj/effect/holodeck_effect/mobspawner/penguin_baby,
/obj/structure/flora/tree/pine,
/turf/open/floor/holofloor/snow,
/area/holodeck/rec_center/winterwonderland)
@@ -372,7 +361,6 @@
heal_brute = 10
},
/turf/open/floor/holofloor{
- tag = "icon-asteroid_warn_side (WEST)";
icon_state = "asteroid_warn_side";
dir = 8
},
@@ -439,7 +427,6 @@
/obj/structure/table/glass,
/obj/item/weapon/surgicaldrill,
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTHWEST)";
icon_state = "white";
dir = 9
},
@@ -448,7 +435,6 @@
/obj/structure/table/glass,
/obj/item/weapon/hemostat,
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTH)";
icon_state = "white";
dir = 1
},
@@ -460,7 +446,6 @@
},
/obj/item/weapon/circular_saw,
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTH)";
icon_state = "white";
dir = 1
},
@@ -469,7 +454,6 @@
/obj/structure/table/glass,
/obj/item/weapon/retractor,
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTH)";
icon_state = "white";
dir = 1
},
@@ -479,7 +463,6 @@
/obj/item/stack/medical/gauze,
/obj/item/weapon/cautery,
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTHEAST)";
icon_state = "white";
dir = 5
},
@@ -513,7 +496,6 @@
/obj/structure/table,
/obj/machinery/readybutton,
/turf/open/floor/holofloor{
- tag = "icon-warningline";
icon_state = "warningline";
dir = 2
},
@@ -526,7 +508,6 @@
/obj/item/clothing/under/color/red,
/obj/item/weapon/holo/esword/red,
/turf/open/floor/holofloor{
- tag = "icon-warningline";
icon_state = "warningline";
dir = 2
},
@@ -535,7 +516,6 @@
/turf/open/floor/holofloor/basalt,
/obj/structure/table,
/turf/open/floor/holofloor{
- tag = "icon-warningline";
icon_state = "warningline";
dir = 2
},
@@ -577,7 +557,6 @@
/obj/item/weapon/surgical_drapes,
/obj/item/weapon/razor,
/turf/open/floor/holofloor{
- tag = "icon-white_warn (WEST)";
icon_state = "white";
dir = 8
},
@@ -589,7 +568,6 @@
/area/holodeck/rec_center/medical)
"bK" = (
/turf/open/floor/holofloor{
- tag = "icon-white_warn (EAST)";
icon_state = "white";
dir = 4
},
@@ -657,7 +635,6 @@
/area/holodeck/rec_center/pet_lounge)
"bX" = (
/turf/open/floor/holofloor{
- tag = "icon-white_warn (SOUTHWEST)";
icon_state = "white";
dir = 10
},
@@ -685,7 +662,6 @@
/obj/item/clothing/suit/apron/surgical,
/obj/item/clothing/mask/surgical,
/turf/open/floor/holofloor{
- tag = "icon-white_warn (SOUTHEAST)";
icon_state = "white";
dir = 6
},
@@ -742,14 +718,12 @@
/obj/structure/table/glass,
/obj/machinery/reagentgrinder,
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTHWEST)";
icon_state = "white";
dir = 9
},
/area/holodeck/rec_center/medical)
"cl" = (
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTHEAST)";
icon_state = "white";
dir = 5
},
@@ -842,14 +816,12 @@
"cy" = (
/obj/machinery/chem_master,
/turf/open/floor/holofloor{
- tag = "icon-white_warn (SOUTHWEST)";
icon_state = "white";
dir = 10
},
/area/holodeck/rec_center/medical)
"cz" = (
/turf/open/floor/holofloor{
- tag = "icon-white_warn (SOUTHEAST)";
icon_state = "white";
dir = 6
},
@@ -980,14 +952,12 @@
dir = 1
},
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTHWEST)";
icon_state = "white";
dir = 9
},
/area/holodeck/rec_center/medical)
"cW" = (
/obj/structure/window{
- icon_state = "rwindow";
dir = 8
},
/obj/structure/bed,
@@ -996,14 +966,12 @@
dir = 1
},
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTHEAST)";
icon_state = "white";
dir = 5
},
/area/holodeck/rec_center/medical)
"cX" = (
/obj/structure/window{
- icon_state = "rwindow";
dir = 8
},
/obj/machinery/computer/pandemic,
@@ -1040,7 +1008,6 @@
/area/holodeck/rec_center/pet_lounge)
"de" = (
/turf/open/floor/holofloor{
- tag = "icon-white_warn (WEST)";
icon_state = "white";
dir = 8
},
@@ -1048,21 +1015,18 @@
"df" = (
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "white_warn_corner";
- tag = "icon-white_warn (WEST)"
+ icon_state = "white_warn_corner"
},
/area/holodeck/rec_center/medical)
"dg" = (
/obj/machinery/door/window/westleft,
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTH)";
icon_state = "white";
dir = 1
},
/area/holodeck/rec_center/medical)
"dh" = (
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTH)";
icon_state = "white";
dir = 1
},
@@ -1077,14 +1041,12 @@
density = 0
},
/turf/open/floor/holofloor{
- tag = "icon-white_warn (SOUTHWEST)";
icon_state = "white";
dir = 10
},
/area/holodeck/rec_center/medical)
"dk" = (
/obj/structure/window{
- icon_state = "rwindow";
dir = 8
},
/obj/structure/bed,
@@ -1098,11 +1060,9 @@
/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{
@@ -1119,11 +1079,9 @@
/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";
dir = 6
},
@@ -1157,7 +1115,6 @@
/turf/open/floor/holofloor/basalt,
/obj/structure/table,
/turf/open/floor/holofloor{
- tag = "icon-warningline (NORTH)";
icon_state = "warningline";
dir = 1
},
@@ -1170,7 +1127,6 @@
/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
},
@@ -1180,7 +1136,6 @@
/obj/structure/table,
/obj/machinery/readybutton,
/turf/open/floor/holofloor{
- tag = "icon-warningline (NORTH)";
icon_state = "warningline";
dir = 1
},
@@ -1210,7 +1165,6 @@
"dz" = (
/turf/open/floor/holofloor/grass,
/turf/open/floor/holofloor{
- tag = "icon-warningline";
icon_state = "warningline";
dir = 2
},
@@ -1260,8 +1214,7 @@
/obj/item/clothing/head/powdered_wig,
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/chapelcourt)
"dI" = (
@@ -1271,8 +1224,7 @@
/obj/item/clothing/suit/holidaypriest,
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/chapelcourt)
"dJ" = (
@@ -1280,8 +1232,7 @@
/obj/item/weapon/storage/book/bible,
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/chapelcourt)
"dK" = (
@@ -1289,8 +1240,7 @@
/obj/item/weapon/book/manual/wiki/security_space_law,
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/chapelcourt)
"dL" = (
@@ -1299,14 +1249,12 @@
},
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/chapelcourt)
"dM" = (
/obj/machinery/conveyor/holodeck{
dir = 5;
- icon_state = "conveyor0";
id = "holocoaster";
movedir = null;
verted = -1
@@ -1343,7 +1291,6 @@
dir = 8
},
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTHWEST)";
icon_state = "white";
dir = 9
},
@@ -1353,7 +1300,6 @@
dir = 1
},
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTH)";
icon_state = "white";
dir = 1
},
@@ -1366,7 +1312,6 @@
dir = 4
},
/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTHEAST)";
icon_state = "white";
dir = 5
},
@@ -1385,21 +1330,18 @@
/obj/item/cardboard_cutout/adaptive{
color = "#9999BB";
icon_state = "cutout_viva";
- name = "Black Rook";
- tag = "icon-cutout_viva"
+ name = "Black Rook"
},
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/spacechess)
"dW" = (
/obj/item/cardboard_cutout/adaptive{
color = "#9999BB";
icon_state = "cutout_mime";
- name = "Black Queen";
- tag = "icon-cutout_mime"
+ name = "Black Queen"
},
/turf/open/floor/holofloor{
icon_state = "white"
@@ -1409,21 +1351,18 @@
/obj/item/cardboard_cutout/adaptive{
color = "#9999BB";
icon_state = "cutout_clown";
- name = "Black King";
- tag = "icon-cutout_clown"
+ name = "Black King"
},
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/spacechess)
"dY" = (
/obj/item/cardboard_cutout/adaptive{
color = "#9999BB";
icon_state = "cutout_ian";
- name = "Black Knight";
- tag = "icon-cutout_ian"
+ name = "Black Knight"
},
/turf/open/floor/holofloor{
icon_state = "white"
@@ -1442,8 +1381,7 @@
dir = 1;
icon_state = "mass_driver";
id = "trektorpedo1";
- name = "photon torpedo tube";
- tag = "icon-mass_driver (NORTH)"
+ name = "photon torpedo tube"
},
/obj/item/toy/minimeteor{
color = "";
@@ -1516,8 +1454,7 @@
dir = 1;
icon_state = "mass_driver";
id = "trektorpedo2";
- name = "photon torpedo tube";
- tag = "icon-mass_driver (NORTH)"
+ name = "photon torpedo tube"
},
/obj/item/toy/minimeteor{
color = "";
@@ -1533,14 +1470,12 @@
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
},
@@ -1549,13 +1484,11 @@
/obj/structure/chair,
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/chapelcourt)
"ej" = (
/turf/open/floor/holofloor{
- tag = "icon-chapel (NORTH)";
icon_state = "chapel";
dir = 1
},
@@ -1565,7 +1498,6 @@
dir = 8
},
/turf/open/floor/holofloor{
- tag = "icon-chapel (EAST)";
icon_state = "chapel";
dir = 4
},
@@ -1592,7 +1524,6 @@
dir = 8
},
/turf/open/floor/holofloor{
- tag = "icon-white_warn (WEST)";
icon_state = "white";
dir = 8
},
@@ -1609,7 +1540,6 @@
dir = 4
},
/turf/open/floor/holofloor{
- tag = "icon-white_warn (EAST)";
icon_state = "white";
dir = 4
},
@@ -1618,8 +1548,7 @@
/obj/item/cardboard_cutout/adaptive{
color = "#9999BB";
icon_state = "cutout_greytide";
- name = "Black Pawn";
- tag = "icon-cutout_greytide"
+ name = "Black Pawn"
},
/turf/open/floor/holofloor{
icon_state = "white"
@@ -1629,13 +1558,11 @@
/obj/item/cardboard_cutout/adaptive{
color = "#9999BB";
icon_state = "cutout_greytide";
- name = "Black Pawn";
- tag = "icon-cutout_greytide"
+ name = "Black Pawn"
},
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/spacechess)
"et" = (
@@ -1665,8 +1592,6 @@
/area/holodeck/rec_center/kobayashi)
"ey" = (
/obj/structure/chair/comfy{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/holofloor/plating,
@@ -1682,13 +1607,11 @@
},
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "chapel";
- tag = "icon-chapel"
+ icon_state = "chapel"
},
/area/holodeck/rec_center/chapelcourt)
"eB" = (
/turf/open/floor/holofloor{
- tag = "icon-chapel";
icon_state = "chapel";
dir = 2
},
@@ -1699,15 +1622,13 @@
/obj/structure/table/wood,
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/chapelcourt)
"eD" = (
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "chapel";
- tag = "icon-chapel"
+ icon_state = "chapel"
},
/area/holodeck/rec_center/chapelcourt)
"eE" = (
@@ -1715,7 +1636,6 @@
dir = 8
},
/turf/open/floor/holofloor{
- tag = "icon-chapel";
icon_state = "chapel";
dir = 2
},
@@ -1729,7 +1649,6 @@
dir = 8
},
/turf/open/floor/holofloor{
- tag = "icon-white_warn (SOUTHWEST)";
icon_state = "white";
dir = 10
},
@@ -1744,7 +1663,6 @@
dir = 4
},
/turf/open/floor/holofloor{
- tag = "icon-white_warn (SOUTHEAST)";
icon_state = "white";
dir = 6
},
@@ -1756,8 +1674,7 @@
"eK" = (
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/spacechess)
"eL" = (
@@ -1767,7 +1684,6 @@
/area/holodeck/rec_center/spacechess)
"eM" = (
/turf/open/floor/holofloor{
- tag = "icon-stairs-old (WEST)";
icon_state = "stairs-old";
dir = 8
},
@@ -1795,8 +1711,7 @@
"eQ" = (
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/chapelcourt)
"eR" = (
@@ -1848,7 +1763,6 @@
dir = 1
},
/turf/open/floor/holofloor{
- tag = "icon-chapel (NORTH)";
icon_state = "chapel";
dir = 1
},
@@ -1858,7 +1772,6 @@
dir = 1
},
/turf/open/floor/holofloor{
- tag = "icon-chapel (EAST)";
icon_state = "chapel";
dir = 4
},
@@ -1879,8 +1792,7 @@
},
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "chapel";
- tag = "icon-chapel"
+ icon_state = "chapel"
},
/area/holodeck/rec_center/chapelcourt)
"fe" = (
@@ -1888,7 +1800,6 @@
dir = 1
},
/turf/open/floor/holofloor{
- tag = "icon-chapel";
icon_state = "chapel";
dir = 2
},
@@ -1917,20 +1828,17 @@
"fi" = (
/obj/item/cardboard_cutout/adaptive{
icon_state = "cutout_greytide";
- name = "White Pawn";
- tag = "icon-cutout_greytide"
+ name = "White Pawn"
},
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/spacechess)
"fj" = (
/obj/item/cardboard_cutout/adaptive{
icon_state = "cutout_greytide";
- name = "White Pawn";
- tag = "icon-cutout_greytide"
+ name = "White Pawn"
},
/turf/open/floor/holofloor{
icon_state = "white"
@@ -1961,7 +1869,6 @@
dir = 8
},
/turf/open/floor/holofloor{
- tag = "icon-neutral (NORTH)";
icon_state = "neutral";
dir = 1
},
@@ -1971,7 +1878,6 @@
/obj/item/weapon/folder,
/obj/item/weapon/pen,
/turf/open/floor/holofloor{
- tag = "icon-neutral (NORTH)";
icon_state = "neutral";
dir = 1
},
@@ -1984,7 +1890,6 @@
/obj/item/weapon/folder,
/obj/item/weapon/pen/red,
/turf/open/floor/holofloor{
- tag = "icon-neutral (NORTH)";
icon_state = "neutral";
dir = 1
},
@@ -2040,8 +1945,7 @@
"fv" = (
/obj/item/cardboard_cutout/adaptive{
icon_state = "cutout_viva";
- name = "White Rook";
- tag = "icon-cutout_viva"
+ name = "White Rook"
},
/turf/open/floor/holofloor{
icon_state = "white"
@@ -2050,20 +1954,17 @@
"fw" = (
/obj/item/cardboard_cutout/adaptive{
icon_state = "cutout_mime";
- name = "White Queen";
- tag = "icon-cutout_mime"
+ name = "White Queen"
},
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/spacechess)
"fx" = (
/obj/item/cardboard_cutout/adaptive{
icon_state = "cutout_clown";
- name = "White King";
- tag = "icon-cutout_clown"
+ name = "White King"
},
/turf/open/floor/holofloor{
icon_state = "white"
@@ -2072,18 +1973,15 @@
"fy" = (
/obj/item/cardboard_cutout/adaptive{
icon_state = "cutout_ian";
- name = "White Knight";
- tag = "icon-cutout_ian"
+ name = "White Knight"
},
/turf/open/floor/holofloor{
dir = 8;
- icon_state = "dark";
- tag = "icon-white_warn (WEST)"
+ icon_state = "dark"
},
/area/holodeck/rec_center/spacechess)
"fz" = (
/turf/open/floor/holofloor{
- tag = "icon-neutral (NORTH)";
icon_state = "neutral";
dir = 1
},
@@ -2103,14 +2001,12 @@
"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,
@@ -2121,14 +2017,12 @@
/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
},
@@ -2138,7 +2032,6 @@
/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
},
@@ -2146,9 +2039,7 @@
"fH" = (
/obj/machinery/conveyor/holodeck{
dir = 9;
- icon_state = "conveyor0";
id = "holocoaster";
- tag = "icon-conveyor0 (NORTHWEST)";
verted = -1
},
/turf/open/floor/holofloor/asteroid,
@@ -2304,43 +2195,36 @@
/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)
@@ -2349,7 +2233,6 @@
/area/ctf)
"gn" = (
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/ctf)
@@ -2376,7 +2259,6 @@
/area/ctf)
"gu" = (
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (WEST)";
dir = 8
},
/area/ctf)
@@ -2386,7 +2268,6 @@
/area/ctf)
"gw" = (
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
dir = 4
},
/area/ctf)
@@ -2402,7 +2283,6 @@
/area/start)
"gA" = (
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (SOUTHWEST)";
dir = 10
},
/area/ctf)
@@ -2411,13 +2291,11 @@
/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)
@@ -2426,7 +2304,6 @@
/area/ctf)
"gF" = (
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
dir = 6
},
/area/ctf)
@@ -2456,7 +2333,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
dir = 8
},
/area/ctf)
@@ -2496,19 +2372,16 @@
dir = 8
},
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
dir = 4
},
/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)
@@ -2549,7 +2422,6 @@
/area/ctf)
"gY" = (
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
dir = 1
},
/area/ctf)
@@ -2567,21 +2439,18 @@
dir = 10
},
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
dir = 4
},
/area/ctf)
"hc" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
dir = 1
},
/area/ctf)
"hd" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
dir = 4
},
/area/ctf)
@@ -2593,7 +2462,6 @@
/area/ctf)
"hf" = (
/obj/machinery/power/emitter/energycannon{
- tag = "icon-emitter (NORTH)";
icon_state = "emitter";
dir = 1
},
@@ -2679,7 +2547,6 @@
dir = 9
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTHWEST)";
dir = 9
},
/area/ctf)
@@ -2688,7 +2555,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/ctf)
@@ -2697,7 +2563,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTHEAST)";
dir = 5
},
/area/ctf)
@@ -2712,7 +2577,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
dir = 9
},
/area/ctf)
@@ -2721,7 +2585,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
dir = 1
},
/area/ctf)
@@ -2730,7 +2593,6 @@
dir = 5
},
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
dir = 5
},
/area/ctf)
@@ -2739,7 +2601,6 @@
dir = 8
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
dir = 8
},
/area/ctf)
@@ -2751,7 +2612,6 @@
dir = 4
},
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
dir = 4
},
/area/ctf)
@@ -2786,7 +2646,6 @@
dir = 10
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (SOUTHWEST)";
dir = 10
},
/area/ctf)
@@ -2797,7 +2656,6 @@
"hP" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (SOUTHEAST)";
dir = 6
},
/area/ctf)
@@ -2808,7 +2666,6 @@
"hR" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
dir = 10
},
/area/ctf)
@@ -2821,7 +2678,6 @@
dir = 6
},
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
dir = 6
},
/area/ctf)
@@ -2891,7 +2747,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
dir = 8
},
/area/ctf)
@@ -2900,7 +2755,6 @@
dir = 5
},
/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
dir = 8
},
/area/ctf)
@@ -2909,7 +2763,6 @@
/area/ctf)
"ih" = (
/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
dir = 1
},
/area/ctf)
@@ -2918,19 +2771,16 @@
dir = 4
},
/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
dir = 1
},
/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)
@@ -2939,7 +2789,6 @@
dir = 4
},
/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
dir = 8
},
/area/ctf)
@@ -2952,14 +2801,12 @@
"in" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
dir = 4
},
/area/ctf)
"io" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
dir = 1
},
/area/ctf)
@@ -2968,7 +2815,6 @@
dir = 6
},
/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
dir = 1
},
/area/ctf)
@@ -3060,7 +2906,6 @@
/obj/structure/table/reinforced,
/obj/item/clothing/ears/earmuffs,
/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 0;
pixel_y = 32
},
/obj/effect/turf_decal/stripes/line,
@@ -3148,8 +2993,6 @@
/obj/machinery/status_display{
density = 0;
name = "cargo display";
- pixel_x = 0;
- pixel_y = 0;
supply_display = 1
},
/turf/closed/indestructible/riveted,
@@ -3165,7 +3008,6 @@
/area/centcom/supply)
"iT" = (
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
icon_state = "brown";
dir = 1
},
@@ -3176,7 +3018,6 @@
pixel_x = 24
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHEAST)";
icon_state = "brown";
dir = 5
},
@@ -3247,8 +3088,7 @@
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
icon_state = "space";
layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 0
+ name = "EXTERNAL AIRLOCK"
},
/turf/open/floor/plating,
/area/centcom/supply)
@@ -3286,7 +3126,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -3310,15 +3149,13 @@
"jk" = (
/obj/structure/extinguisher_cabinet{
dir = 4;
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/centcom/control)
@@ -3338,9 +3175,7 @@
/obj/effect/turf_decal/stripes/end{
dir = 8
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (WEST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/supply)
"jm" = (
/obj/structure/plasticflaps,
@@ -3352,9 +3187,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/supply)
"jn" = (
/obj/machinery/door/poddoor{
@@ -3372,9 +3205,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/supply)
"jo" = (
/obj/machinery/conveyor{
@@ -3470,14 +3301,12 @@
"jA" = (
/obj/machinery/airalarm{
dir = 4;
- pixel_x = -23;
- pixel_y = 0
+ pixel_x = -23
},
/obj/effect/turf_decal/stripes/line{
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -3490,17 +3319,13 @@
"jC" = (
/obj/structure/noticeboard{
dir = 8;
- icon_state = "nboard00";
- pixel_x = 32;
- pixel_y = 0;
- tag = "icon-nboard00 (WEST)"
+ pixel_x = 32
},
/obj/effect/turf_decal/stripes/line{
dir = 4
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/centcom/control)
@@ -3553,9 +3378,7 @@
/obj/effect/turf_decal/stripes/end{
dir = 8
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (WEST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/supply)
"jK" = (
/obj/structure/plasticflaps,
@@ -3566,9 +3389,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/supply)
"jL" = (
/obj/machinery/door/poddoor{
@@ -3585,9 +3406,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/supply)
"jM" = (
/obj/machinery/conveyor{
@@ -3597,9 +3416,7 @@
/obj/effect/turf_decal/stripes/end{
dir = 1
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/centcom/supply)
"jN" = (
/obj/effect/turf_decal/stripes/line{
@@ -3637,7 +3454,6 @@
/obj/structure/closet/secure_closet/quartermaster,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/effect/turf_decal/bot,
@@ -3651,7 +3467,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -3683,8 +3498,7 @@
dir = 4
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/centcom/control)
@@ -3915,8 +3729,7 @@
},
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -3990,7 +3803,6 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/vault{
@@ -4006,14 +3818,12 @@
"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
},
@@ -4076,9 +3886,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/control)
"kU" = (
/obj/machinery/door/window/brigdoor{
@@ -4086,8 +3894,7 @@
dir = 2;
icon_state = "leftsecure";
name = "Centcom Stand";
- req_access_txt = "109";
- tag = "icon-leftsecure (NORTH)"
+ req_access_txt = "109"
},
/obj/machinery/light{
dir = 8
@@ -4124,8 +3931,7 @@
dir = 2;
icon_state = "leftsecure";
name = "Centcom Stand";
- req_access_txt = "109";
- tag = "icon-leftsecure (NORTH)"
+ req_access_txt = "109"
},
/turf/open/floor/plasteel/grimy,
/area/centcom/control)
@@ -4144,8 +3950,7 @@
dir = 2;
icon_state = "leftsecure";
name = "Centcom Stand";
- req_access_txt = "109";
- tag = "icon-leftsecure (NORTH)"
+ req_access_txt = "109"
},
/obj/machinery/light{
dir = 4
@@ -4164,9 +3969,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/supply)
"lc" = (
/obj/machinery/door/airlock/centcom{
@@ -4176,9 +3979,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/supply)
"ld" = (
/obj/structure/flora/ausbushes/lavendergrass,
@@ -4250,10 +4051,7 @@
"lm" = (
/obj/structure/noticeboard{
dir = 8;
- icon_state = "nboard00";
- pixel_x = 32;
- pixel_y = 0;
- tag = "icon-nboard00 (WEST)"
+ pixel_x = 32
},
/turf/open/floor/plasteel/vault,
/area/centcom/control)
@@ -4314,7 +4112,6 @@
"lu" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/filingcabinet/filingcabinet,
@@ -4324,7 +4121,6 @@
/area/centcom/supply)
"lv" = (
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHWEST)";
icon_state = "brown";
dir = 9
},
@@ -4332,11 +4128,9 @@
"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
},
@@ -4347,10 +4141,7 @@
/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"
+ name = "WARNING: BLAST DOORS"
},
/turf/open/floor/plating,
/area/centcom/control)
@@ -4361,7 +4152,6 @@
},
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plasteel/vault{
@@ -4457,7 +4247,6 @@
dir = 8
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHWEST)";
icon_state = "brown";
dir = 9
},
@@ -4467,7 +4256,6 @@
dir = 1
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
icon_state = "brown";
dir = 1
},
@@ -4475,13 +4263,9 @@
"lP" = (
/obj/structure/noticeboard{
dir = 8;
- icon_state = "nboard00";
- pixel_x = 32;
- pixel_y = 0;
- tag = "icon-nboard00 (WEST)"
+ pixel_x = 32
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHEAST)";
icon_state = "brown";
dir = 5
},
@@ -4546,9 +4330,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/control)
"lY" = (
/obj/structure/table/reinforced,
@@ -4646,7 +4428,6 @@
dir = 4
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -4663,10 +4444,7 @@
name = "Shower"
},
/obj/item/weapon/soap/deluxe,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/centcom/ferry)
"ml" = (
@@ -4678,7 +4456,6 @@
/area/centcom/supply)
"mm" = (
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (SOUTHWEST)";
icon_state = "brown";
dir = 10
},
@@ -4707,8 +4484,7 @@
dir = 8
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/green/side{
dir = 4
@@ -4786,9 +4562,7 @@
"mD" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/structure/mirror/magic/badmin{
pixel_x = 28
@@ -4849,7 +4623,6 @@
"mJ" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/closet/crate/bin,
@@ -4863,11 +4636,9 @@
"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
},
@@ -4995,13 +4766,11 @@
dir = 2;
icon_state = "leftsecure";
name = "Centcom Stand";
- req_access_txt = "109";
- tag = "icon-leftsecure (NORTH)"
+ req_access_txt = "109"
},
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -5013,8 +4782,7 @@
dir = 2;
icon_state = "leftsecure";
name = "Centcom Stand";
- req_access_txt = "109";
- tag = "icon-leftsecure (NORTH)"
+ req_access_txt = "109"
},
/obj/machinery/firealarm{
dir = 4;
@@ -5059,8 +4827,7 @@
/obj/item/weapon/twohanded/required/kirbyplants{
icon_state = "plant-15";
pixel_x = -6;
- pixel_y = 12;
- tag = "icon-plant-15"
+ pixel_y = 12
},
/turf/open/floor/plasteel/vault{
dir = 6
@@ -5072,7 +4839,6 @@
/area/centcom/ferry)
"nk" = (
/obj/machinery/status_display{
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/vault{
@@ -5093,7 +4859,6 @@
department = "Captain's Desk";
departmentType = 5;
name = "Captain RC";
- pixel_x = 0;
pixel_y = 32
},
/turf/open/floor/plasteel/grimy,
@@ -5113,7 +4878,6 @@
/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
@@ -5310,9 +5074,8 @@
color = "#596479";
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/centcom/ferry)
@@ -5332,7 +5095,6 @@
/area/centcom/supply)
"nQ" = (
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTHEAST)";
icon_state = "brown";
dir = 5
},
@@ -5355,7 +5117,6 @@
/obj/item/weapon/pen/fourcolor,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/vault{
@@ -5372,9 +5133,8 @@
},
/area/centcom/ferry)
"nV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/turf/open/floor/wood,
/area/centcom/ferry)
@@ -5490,7 +5250,6 @@
/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;
@@ -5520,10 +5279,7 @@
/obj/structure/table/wood,
/obj/structure/noticeboard{
dir = 8;
- icon_state = "nboard00";
- pixel_x = 32;
- pixel_y = 0;
- tag = "icon-nboard00 (WEST)"
+ pixel_x = 32
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -5552,8 +5308,6 @@
/area/centcom/ferry)
"oo" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- tag = "icon-manifold (WEST)";
- icon_state = "manifold";
dir = 8
},
/turf/open/floor/wood,
@@ -5577,9 +5331,8 @@
dir = 4;
pixel_x = 24
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/centcom/ferry)
@@ -5603,8 +5356,7 @@
/obj/item/clothing/glasses/eyepatch,
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/grimy,
/area/centcom/ferry)
@@ -5613,7 +5365,6 @@
/obj/item/weapon/book/codex_gigas,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/vault{
@@ -5641,8 +5392,7 @@
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen/red,
@@ -5677,7 +5427,6 @@
/obj/structure/bookcase/random,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/vault{
@@ -5697,9 +5446,7 @@
/obj/structure/bookcase/random,
/obj/structure/noticeboard{
dir = 1;
- icon_state = "nboard00";
- pixel_y = -32;
- tag = "icon-nboard00 (NORTH)"
+ pixel_y = -32
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -5769,7 +5516,6 @@
/obj/item/device/assembly/flash/handheld,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/vault{
@@ -5782,7 +5528,6 @@
/obj/item/weapon/lighter,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/turf/open/floor/plasteel/vault{
@@ -5892,7 +5637,6 @@
"oY" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -26
},
/turf/open/floor/plasteel/vault{
@@ -6040,9 +5784,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/ferry)
"pt" = (
/obj/structure/sign/nanotrasen,
@@ -6057,9 +5799,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/supply)
"pv" = (
/obj/machinery/door/airlock/centcom{
@@ -6070,9 +5810,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/control)
"pw" = (
/obj/structure/flora/ausbushes/lavendergrass,
@@ -6096,8 +5834,7 @@
name = "memo"
},
/obj/structure/noticeboard{
- pixel_x = -32;
- pixel_y = 0
+ pixel_x = -32
},
/turf/open/floor/plasteel/bar{
dir = 2
@@ -6192,7 +5929,6 @@
"pL" = (
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/obj/structure/filingcabinet/filingcabinet,
@@ -6275,7 +6011,6 @@
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,
@@ -6291,7 +6026,6 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
- tag = "icon-0-4";
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/line,
@@ -6301,8 +6035,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Commander's Office APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/obj/structure/table/reinforced,
/obj/item/stack/sheet/metal{
@@ -6327,11 +6060,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/white{
d2 = 2;
- icon_state = "0-2";
- tag = "icon-0-2"
+ icon_state = "0-2"
},
/obj/structure/cable/white{
- tag = "icon-0-8";
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -6504,16 +6235,12 @@
/area/syndicate_mothership/control)
"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;
@@ -6568,10 +6295,7 @@
"qz" = (
/obj/structure/noticeboard{
dir = 8;
- icon_state = "nboard00";
- pixel_x = 32;
- pixel_y = 0;
- tag = "icon-nboard00 (WEST)"
+ pixel_x = 32
},
/turf/open/floor/plasteel/green/side{
dir = 5
@@ -6587,9 +6311,8 @@
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = -32
},
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
},
/obj/machinery/light{
dir = 8
@@ -6609,7 +6332,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-2-4";
icon_state = "2-4"
},
/turf/open/floor/wood,
@@ -6622,7 +6344,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
icon_state = "4-8"
},
/turf/open/floor/plasteel/vault{
@@ -6635,7 +6356,6 @@
},
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/obj/structure/cable/white{
- tag = "icon-4-8";
icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
@@ -6645,7 +6365,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
icon_state = "4-8"
},
/turf/open/floor/plasteel/grimy,
@@ -6659,7 +6378,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-4-8";
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -6669,17 +6387,13 @@
/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{
@@ -6688,26 +6402,20 @@
/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"
+ icon_state = "0-2"
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -6715,21 +6423,16 @@
/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{
@@ -6759,9 +6462,8 @@
},
/area/centcom/ferry)
"qN" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -6769,7 +6471,6 @@
/area/centcom/ferry)
"qO" = (
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
icon_state = "darkred";
dir = 1
},
@@ -7045,7 +6746,6 @@
dir = 4
},
/obj/structure/cable/white{
- tag = "icon-1-2";
icon_state = "1-2"
},
/turf/open/floor/wood,
@@ -7093,7 +6793,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/portable_atmospherics/canister/air,
/obj/structure/cable/white{
- tag = "icon-1-4";
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -7103,17 +6802,14 @@
/area/centcom/ferry)
"rG" = (
/obj/machinery/computer/monitor,
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 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"
},
/obj/effect/turf_decal/stripes/line{
@@ -7127,12 +6823,10 @@
},
/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"
},
/obj/effect/turf_decal/stripes/line{
@@ -7148,7 +6842,6 @@
/obj/structure/table/reinforced,
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/effect/turf_decal/stripes/line{
@@ -7249,7 +6942,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -7347,7 +7039,6 @@
/obj/machinery/button/door{
id = "XCCFerry";
name = "Hanger Bay Shutters";
- pixel_x = 0;
pixel_y = -38;
req_access_txt = "0"
},
@@ -7382,7 +7073,6 @@
"sk" = (
/obj/machinery/firealarm{
dir = 1;
- pixel_x = 0;
pixel_y = -24
},
/obj/structure/closet/crate/bin,
@@ -7410,22 +7100,19 @@
/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
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 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{
@@ -7464,7 +7151,6 @@
/obj/machinery/computer/security,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/vault{
@@ -7489,10 +7175,7 @@
/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"
+ name = "WARNING: BLAST DOORS"
},
/turf/open/floor/plating,
/area/centcom/evac)
@@ -7532,7 +7215,6 @@
id = "nukeop_ready";
name = "mission launch control";
pixel_x = -26;
- pixel_y = 0;
req_access_txt = "151"
},
/turf/open/floor/plasteel/bar{
@@ -7561,9 +7243,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/ferry)
"sH" = (
/obj/structure/table/reinforced,
@@ -7713,7 +7393,6 @@
/area/centcom/evac)
"sY" = (
/turf/open/floor/plasteel/blue/corner{
- tag = "icon-bluecorner (WEST)";
icon_state = "bluecorner";
dir = 8
},
@@ -7744,7 +7423,6 @@
/area/wizard_station)
"td" = (
/obj/structure/chair/wood/wings{
- tag = "icon-wooden_chair_wings (EAST)";
icon_state = "wooden_chair_wings";
dir = 4
},
@@ -7757,7 +7435,6 @@
/area/wizard_station)
"tf" = (
/obj/structure/chair/wood/wings{
- tag = "icon-wooden_chair_wings (WEST)";
icon_state = "wooden_chair_wings";
dir = 8
},
@@ -7818,9 +7495,7 @@
/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"
+ name = "WARNING: EXTERNAL AIRLOCK"
},
/turf/open/floor/plating,
/area/centcom/ferry)
@@ -7874,9 +7549,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/ferry)
"tt" = (
/obj/machinery/door/poddoor/shutters{
@@ -7969,7 +7642,6 @@
/area/centcom/control)
"tB" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/green/corner{
@@ -7992,7 +7664,6 @@
/obj/item/weapon/paper/pamphlet/ccaInfo,
/obj/item/weapon/paper/pamphlet/ccaInfo,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/green/side{
@@ -8014,8 +7685,7 @@
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/green/side{
dir = 5
@@ -8038,7 +7708,6 @@
/area/centcom/evac)
"tJ" = (
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (NORTHEAST)";
icon_state = "blue";
dir = 5
},
@@ -8048,14 +7717,12 @@
/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
},
@@ -8165,7 +7832,6 @@
/obj/machinery/button/door{
id = "XCCFerry";
name = "Hanger Bay Shutters";
- pixel_x = 0;
pixel_y = 24;
req_access_txt = "2"
},
@@ -8257,7 +7923,6 @@
/area/centcom/evac)
"uo" = (
/turf/open/floor/plasteel/blue/side{
- tag = "icon-blue (SOUTHEAST)";
icon_state = "blue";
dir = 6
},
@@ -8274,7 +7939,6 @@
/area/centcom/evac)
"uq" = (
/obj/structure/chair/wood/wings{
- tag = "icon-wooden_chair_wings (WEST)";
icon_state = "wooden_chair_wings";
dir = 8
},
@@ -8396,10 +8060,7 @@
/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"
+ name = "WARNING: BLAST DOORS"
},
/turf/open/floor/plating,
/area/centcom/ferry)
@@ -8471,7 +8132,6 @@
/area/centcom/evac)
"uQ" = (
/turf/open/floor/plasteel/neutral/side{
- tag = "icon-neutral (NORTHEAST)";
icon_state = "neutral";
dir = 5
},
@@ -8604,14 +8264,12 @@
/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
},
@@ -8677,9 +8335,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/ferry)
"vw" = (
/obj/machinery/light{
@@ -8734,7 +8390,6 @@
/area/centcom/control)
"vC" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/green/corner,
@@ -8946,8 +8601,7 @@
dir = 2;
icon_state = "direction_bridge";
name = "command department";
- pixel_y = 24;
- tag = "icon-direction_bridge"
+ pixel_y = 24
},
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
@@ -8959,20 +8613,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/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
},
@@ -9058,7 +8708,6 @@
/area/centcom/ferry)
"wr" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -9199,7 +8848,6 @@
/area/centcom/ferry)
"wL" = (
/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
dir = 5
},
/area/centcom/ferry)
@@ -9365,8 +9013,7 @@
/obj/machinery/power/apc{
dir = 4;
name = "Briefing Area APC";
- pixel_x = 26;
- pixel_y = 0
+ pixel_x = 26
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -9529,8 +9176,7 @@
/area/centcom/control)
"xJ" = (
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 6;
- pixel_y = 0
+ pixel_x = 6
},
/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
pixel_x = -3
@@ -9564,8 +9210,6 @@
/area/centcom/control)
"xK" = (
/obj/machinery/sleeper{
- tag = "icon-sleeper-open (EAST)";
- icon_state = "sleeper-open";
dir = 4
},
/obj/effect/turf_decal/stripes/line{
@@ -9577,9 +9221,7 @@
/obj/machinery/light,
/obj/structure/noticeboard{
dir = 1;
- icon_state = "nboard00";
- pixel_y = -32;
- tag = "icon-nboard00 (NORTH)"
+ pixel_y = -32
},
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -9588,7 +9230,6 @@
/area/centcom/control)
"xM" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/obj/effect/turf_decal/stripes/line{
@@ -9614,7 +9255,6 @@
/obj/structure/table/reinforced,
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/cmo,
@@ -9808,7 +9448,6 @@
"yk" = (
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/vault{
@@ -9822,9 +9461,7 @@
/obj/machinery/light,
/obj/structure/noticeboard{
dir = 1;
- icon_state = "nboard00";
- pixel_y = -32;
- tag = "icon-nboard00 (NORTH)"
+ pixel_y = -32
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -9872,7 +9509,6 @@
/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
@@ -9911,9 +9547,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 9
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn (NORTHWEST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/ferry)
"yt" = (
/obj/structure/closet/secure_closet/ertSec,
@@ -9977,8 +9611,7 @@
/obj/structure/filingcabinet/medical,
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -10006,8 +9639,7 @@
"yD" = (
/obj/machinery/computer/security,
/obj/machinery/newscaster{
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -10060,7 +9692,6 @@
/obj/item/weapon/paper_bin,
/obj/item/weapon/pen,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -10118,7 +9749,6 @@
/area/centcom/control)
"yO" = (
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
dir = 4
},
/area/centcom/control)
@@ -10127,8 +9757,7 @@
/obj/machinery/door/firedoor,
/obj/item/weapon/storage/fancy/donut_box,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -10145,7 +9774,6 @@
/area/centcom/control)
"yR" = (
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
dir = 8
},
/area/centcom/control)
@@ -10232,7 +9860,6 @@
dir = 4
},
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
dir = 4
},
/area/centcom/control)
@@ -10242,7 +9869,6 @@
/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;
@@ -10258,7 +9884,6 @@
/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;
@@ -10273,13 +9898,11 @@
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{
@@ -10338,7 +9961,6 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/vault{
@@ -10385,7 +10007,6 @@
/obj/item/weapon/pen/blue,
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/vault{
@@ -10424,9 +10045,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/control)
"zz" = (
/obj/structure/closet/cardboard,
@@ -10440,7 +10059,6 @@
/area/wizard_station)
"zB" = (
/obj/vehicle/scooter/skateboard{
- tag = "icon-skateboard (EAST)";
icon_state = "skateboard";
dir = 4
},
@@ -10465,8 +10083,6 @@
/area/wizard_station)
"zF" = (
/obj/structure/toilet{
- tag = "icon-toilet00 (NORTH)";
- icon_state = "toilet00";
dir = 1
},
/turf/open/floor/plasteel/white,
@@ -10486,9 +10102,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/tdome/tdomeobserve)
"zJ" = (
/obj/machinery/vending/cola,
@@ -10564,9 +10178,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/tdome/tdomeobserve)
"zU" = (
/obj/machinery/door/airlock{
@@ -10655,7 +10267,6 @@
/area/tdome/tdomeobserve)
"Ai" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/green/side{
@@ -10870,7 +10481,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHWEST)";
icon_state = "whitegreen";
dir = 9
},
@@ -10888,7 +10498,6 @@
dir = 8
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (NORTHEAST)";
icon_state = "whitegreen";
dir = 5
},
@@ -10915,7 +10524,6 @@
dir = 4
},
/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (NORTH)";
icon_state = "whiteredcorner";
dir = 1
},
@@ -10929,7 +10537,6 @@
dir = 8
},
/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (EAST)";
icon_state = "whiteredcorner";
dir = 4
},
@@ -11193,9 +10800,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/tdome/tdomeobserve)
"BL" = (
/obj/structure/sign/nosmoking_2,
@@ -11210,9 +10815,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/tdome/tdomeobserve)
"BN" = (
/obj/structure/sign/nanotrasen,
@@ -11466,7 +11069,6 @@
dir = 1
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4
},
@@ -11491,7 +11093,6 @@
"Cq" = (
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12
},
/obj/structure/mirror{
@@ -11499,7 +11100,6 @@
pixel_x = -28
},
/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (NORTH)";
icon_state = "whiteredcorner";
dir = 1
},
@@ -11560,7 +11160,6 @@
"CA" = (
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12
},
/obj/structure/mirror{
@@ -11632,8 +11231,7 @@
"CH" = (
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/bar,
/area/tdome/tdomeobserve)
@@ -11647,7 +11245,6 @@
},
/obj/machinery/airalarm{
dir = 8;
- icon_state = "alarm0";
pixel_x = 24
},
/turf/open/floor/plasteel/vault{
@@ -11700,7 +11297,6 @@
"CO" = (
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12
},
/obj/structure/mirror{
@@ -11708,7 +11304,6 @@
pixel_x = -28
},
/turf/open/floor/plasteel/whitered/corner{
- tag = "icon-whiteredcorner (WEST)";
icon_state = "whiteredcorner";
dir = 8
},
@@ -11733,7 +11328,6 @@
"CR" = (
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12
},
/turf/open/floor/plasteel/bar,
@@ -11770,7 +11364,6 @@
"CW" = (
/obj/structure/sink{
dir = 8;
- icon_state = "sink";
pixel_x = -12
},
/obj/structure/mirror{
@@ -11824,9 +11417,7 @@
},
/area/tdome/tdomeobserve)
"Dc" = (
-/obj/machinery/computer/security/telescreen{
- pixel_y = 0
- },
+/obj/machinery/computer/security/telescreen,
/obj/structure/table/reinforced,
/obj/machinery/light{
dir = 1
@@ -11861,7 +11452,6 @@
pixel_x = 28
},
/turf/open/floor/plasteel/whitegreen/side{
- tag = "icon-whitegreen (EAST)";
icon_state = "whitegreen";
dir = 4
},
@@ -11875,9 +11465,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/tdome/tdomeobserve)
"Dh" = (
/obj/structure/table/reinforced,
@@ -11906,7 +11494,6 @@
"Dk" = (
/obj/machinery/vending/boozeomat,
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plasteel/vault{
@@ -11937,17 +11524,13 @@
/obj/machinery/door/firedoor,
/obj/structure/noticeboard{
dir = 1;
- icon_state = "nboard00";
- pixel_y = -32;
- tag = "icon-nboard00 (NORTH)"
+ pixel_y = -32
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/tdome/tdomeobserve)
"Dp" = (
-/obj/machinery/computer/security/telescreen{
- pixel_y = 0
- },
+/obj/machinery/computer/security/telescreen,
/obj/structure/table/reinforced,
/turf/open/floor/plasteel/vault{
dir = 8
@@ -11995,7 +11578,6 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/vault{
@@ -12122,9 +11704,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/tdome/tdomeadmin)
"DM" = (
/obj/structure/rack,
@@ -12279,9 +11859,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/tdome/tdomeadmin)
"Eh" = (
/obj/effect/landmark/thunderdome/two,
@@ -12567,9 +12145,7 @@
/turf/open/floor/plasteel/grimy,
/area/tdome/tdomeadmin)
"EW" = (
-/obj/machinery/computer/security/telescreen{
- pixel_y = 0
- },
+/obj/machinery/computer/security/telescreen,
/obj/structure/table/reinforced,
/turf/open/floor/plasteel/vault{
dir = 8
@@ -12584,9 +12160,7 @@
/area/tdome/tdomeadmin)
"EY" = (
/obj/machinery/button/flasher{
- id = "tdomeflash";
- pixel_x = 0;
- pixel_y = 0
+ id = "tdomeflash"
},
/obj/structure/table/reinforced,
/turf/open/floor/plasteel/vault{
@@ -12619,8 +12193,7 @@
},
/obj/machinery/firealarm{
dir = 8;
- pixel_x = -24;
- pixel_y = 0
+ pixel_x = -24
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -12631,7 +12204,6 @@
/area/tdome/tdomeadmin)
"Ff" = (
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (NORTH)";
icon_state = "darkgreen";
dir = 1
},
@@ -12755,7 +12327,6 @@
},
/obj/machinery/airalarm{
dir = 1;
- icon_state = "alarm0";
pixel_y = -22
},
/turf/open/floor/plasteel/vault{
@@ -12766,7 +12337,6 @@
/obj/machinery/button/door{
id = "thunderdomehea";
name = "Heavy Supply Control";
- pixel_y = 0;
req_access_txt = "102"
},
/obj/structure/table/reinforced,
@@ -12778,7 +12348,6 @@
/obj/machinery/button/door{
id = "thunderdome";
name = "Main Blast Doors Control";
- pixel_y = 0;
req_access_txt = "102"
},
/obj/structure/table/reinforced,
@@ -12791,7 +12360,6 @@
/obj/machinery/button/door{
id = "thunderdomegen";
name = "General Supply Control";
- pixel_y = 0;
req_access_txt = "102"
},
/obj/structure/table/reinforced,
@@ -12873,22 +12441,19 @@
/turf/closed/wall/mineral/titanium/overspace,
/area/centcom/evac)
"FI" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r";
+/obj/structure/shuttle/engine/propulsion/right{
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";
+/obj/structure/shuttle/engine/propulsion/left{
dir = 1
},
/turf/open/floor/plating/airless,
@@ -12921,7 +12486,6 @@
"FO" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/turf/open/floor/plating/airless,
@@ -12974,8 +12538,7 @@
"FY" = (
/obj/structure/table,
/obj/item/weapon/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 0
+ pixel_x = 2
},
/obj/item/weapon/storage/firstaid/regular{
pixel_x = -2;
@@ -13088,7 +12651,6 @@
/area/centcom/evac)
"Gt" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -13872,7 +13434,6 @@
/area/syndicate_mothership)
"JG" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plating,
@@ -13887,7 +13448,6 @@
/area/syndicate_mothership/control)
"JI" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/bar{
@@ -13938,7 +13498,6 @@
/area/centcom/evac)
"JQ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -13951,7 +13510,6 @@
/area/centcom/evac)
"JS" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/yellow,
@@ -13959,7 +13517,6 @@
"JT" = (
/obj/structure/bed,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -13968,7 +13525,6 @@
/obj/structure/table,
/obj/item/weapon/storage/box/donkpockets,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -13986,7 +13542,6 @@
dir = 9
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -13996,8 +13551,7 @@
dir = 5
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/centcom/control)
@@ -14006,15 +13560,13 @@
dir = 1
},
/turf/open/floor/plasteel/brown{
- tag = "icon-brown (NORTH)";
icon_state = "brown";
dir = 1
},
/area/centcom/supply)
"JZ" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/brown{
dir = 4
@@ -14022,8 +13574,7 @@
/area/centcom/supply)
"Ka" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/brown{
dir = 4
@@ -14034,7 +13585,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -14044,8 +13594,7 @@
dir = 4
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel,
/area/centcom/control)
@@ -14055,7 +13604,6 @@
/area/centcom/supply)
"Ke" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -14064,8 +13612,7 @@
/area/centcom/control)
"Kf" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/brown{
dir = 4
@@ -14081,7 +13628,6 @@
/area/syndicate_mothership)
"Kh" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -14090,8 +13636,7 @@
/area/centcom/control)
"Ki" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -14110,7 +13655,6 @@
dir = 4
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/brown{
@@ -14150,7 +13694,6 @@
/obj/structure/flora/ausbushes/ppflowers,
/obj/structure/flora/ausbushes/pointybush,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/grass,
@@ -14174,8 +13717,7 @@
/obj/structure/flora/ausbushes/brflowers,
/obj/structure/flora/ausbushes/genericbush,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/grass,
/area/centcom/control)
@@ -14195,8 +13737,7 @@
/obj/structure/flora/ausbushes/lavendergrass,
/obj/structure/flora/ausbushes/fernybush,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel{
name = "plating";
@@ -14210,22 +13751,19 @@
/obj/structure/flora/ausbushes/brflowers,
/obj/structure/flora/ausbushes/genericbush,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/grass,
/area/centcom/control)
"Kv" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/engine/cult,
/area/wizard_station)
"Kw" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/engine/cult,
/area/wizard_station)
@@ -14338,7 +13876,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -14381,7 +13918,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -14442,7 +13978,6 @@
/obj/structure/flora/ausbushes/ppflowers,
/obj/structure/flora/ausbushes/pointybush,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/grass,
@@ -14470,8 +14005,7 @@
/area/wizard_station)
"Lc" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -14521,8 +14055,7 @@
"Lj" = (
/obj/structure/closet/crate/bin,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 8
@@ -14544,7 +14077,6 @@
/area/tdome/tdomeobserve)
"Lm" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/red/side{
@@ -14553,8 +14085,7 @@
/area/tdome/tdomeobserve)
"Ln" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/green/side{
dir = 8
@@ -14567,7 +14098,6 @@
/obj/structure/flora/ausbushes/grassybush,
/obj/structure/flora/ausbushes/palebush,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plating/asteroid,
@@ -14577,8 +14107,7 @@
/obj/structure/flora/ausbushes/grassybush,
/obj/structure/flora/ausbushes/fernybush,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel{
dir = 6;
@@ -14593,7 +14122,6 @@
/obj/structure/flora/ausbushes/grassybush,
/obj/structure/flora/ausbushes/palebush,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plating/asteroid,
@@ -14603,8 +14131,7 @@
/obj/structure/flora/ausbushes/grassybush,
/obj/structure/flora/ausbushes/fernybush,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel{
dir = 6;
@@ -14614,8 +14141,7 @@
/area/tdome/tdomeadmin)
"Ls" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/vault{
dir = 5
@@ -14623,7 +14149,6 @@
/area/tdome/tdomeadmin)
"Lt" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/vault{
@@ -14869,9 +14394,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/centcom/evac)
"Mc" = (
/turf/closed/indestructible/fakedoor{
@@ -14884,14 +14407,12 @@
/area/shuttle/escape)
"Me" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"Mf" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/mineral/titanium,
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
deleted file mode 100644
index 0ced93072e..0000000000
--- a/_maps/map_files/generic/lavaland.dmm
+++ /dev/null
@@ -1,68359 +0,0 @@
-//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 the tears and sweat of laborers.";
- 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,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/area/mine/production)
-"cG" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating{
- tag = "icon-warnplate (NORTH)";
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/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
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/plating{
- tag = "icon-warnplatecorner (EAST)";
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/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/circuit{
- 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
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel{
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel{
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/area/mine/production)
-"ew" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel{
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/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
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/area/mine/production)
-"eM" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/circuit{
- 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/circuit{
- 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/circuit{
- 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
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel{
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plating{
- tag = "icon-warnplate (WEST)";
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plating{
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/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/circuit{
- 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" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel{
- baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface
- },
-/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) = {"
-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
-dq
-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/z10.dmm b/_maps/map_files/generic/z10.dmm
deleted file mode 100644
index c71d2e76ad..0000000000
--- a/_maps/map_files/generic/z10.dmm
+++ /dev/null
@@ -1,259 +0,0 @@
-"a" = (/turf/open/space,/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
-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
-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
-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
-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
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/map_files/generic/z11.dmm b/_maps/map_files/generic/z11.dmm
deleted file mode 100644
index c71d2e76ad..0000000000
--- a/_maps/map_files/generic/z11.dmm
+++ /dev/null
@@ -1,259 +0,0 @@
-"a" = (/turf/open/space,/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
-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
-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
-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
-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
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/map_files/generic/z2.dmm b/_maps/map_files/generic/z2.dmm
deleted file mode 100644
index d1e2981c1f..0000000000
--- a/_maps/map_files/generic/z2.dmm
+++ /dev/null
@@ -1,79096 +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/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";
- 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";
- 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";
- 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";
- 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";
- 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";
- 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";
- 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";
- dir = 10
- },
-/area/holodeck/rec_center/medical)
-"bY" = (
-/turf/open/floor/holofloor{
- icon_state = "white"
- },
-/area/holodeck/rec_center/medical)
-"bZ" = (
-/obj/structure/table/optable,
-/turf/open/floor/holofloor{
- icon_state = "white"
- },
-/area/holodeck/rec_center/medical)
-"ca" = (
-/obj/machinery/computer/operating,
-/turf/open/floor/holofloor{
- icon_state = "white"
- },
-/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";
- 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";
- dir = 9
- },
-/area/holodeck/rec_center/medical)
-"cl" = (
-/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTHEAST)";
- icon_state = "white";
- 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";
- dir = 10
- },
-/area/holodeck/rec_center/medical)
-"cz" = (
-/turf/open/floor/holofloor{
- tag = "icon-white_warn (SOUTHEAST)";
- icon_state = "white";
- 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";
- 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";
- 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";
- 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";
- dir = 1
- },
-/area/holodeck/rec_center/medical)
-"dh" = (
-/turf/open/floor/holofloor{
- tag = "icon-white_warn (NORTH)";
- icon_state = "white";
- 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";
- 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"
- },
-/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"
- },
-/area/holodeck/rec_center/medical)
-"dm" = (
-/obj/machinery/iv_drip{
- density = 0
- },
-/turf/open/floor/holofloor{
- icon_state = "white"
- },
-/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";
- 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";
- 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";
- 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";
- 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";
- 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";
- 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";
- dir = 10
- },
-/area/holodeck/rec_center/firingrange)
-"eH" = (
-/turf/open/floor/holofloor{
- icon_state = "white"
- },
-/area/holodeck/rec_center/firingrange)
-"eI" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/holofloor{
- tag = "icon-white_warn (SOUTHEAST)";
- icon_state = "white";
- 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" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/black,
-/area/ctf)
-"gI" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel/darkblue/corner,
-/area/ctf)
-"gJ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (WEST)";
- dir = 8
- },
-/area/ctf)
-"gK" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/ctf)
-"gL" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/darkblue/corner,
-/area/ctf)
-"gM" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel/black,
-/area/ctf)
-"gN" = (
-/obj/machinery/power/emitter/energycannon,
-/turf/open/floor/plating,
-/area/ctf)
-"gO" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/black,
-/area/ctf)
-"gP" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/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" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plating{
- icon_plating = "warnplate"
- },
-/area/ctf)
-"gT" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/black,
-/area/ctf)
-"gU" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/ctf)
-"gV" = (
-/turf/open/floor/plating,
-/area/ctf)
-"gW" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plating{
- luminosity = 2
- },
-/area/ctf)
-"gX" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/darkblue/corner,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/ctf)
-"hb" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/ctf)
-"hc" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (NORTH)";
- dir = 1
- },
-/area/ctf)
-"hd" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/darkblue/corner{
- tag = "icon-darkbluecorners (EAST)";
- dir = 4
- },
-/area/ctf)
-"he" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel/black,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel/circuit,
-/area/ctf)
-"hi" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/circuit,
-/area/ctf)
-"hj" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel/circuit,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/circuit,
-/area/ctf)
-"ho" = (
-/turf/open/floor/plasteel/circuit,
-/area/ctf)
-"hp" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/circuit,
-/area/ctf)
-"hq" = (
-/turf/open/floor/plating/asteroid/snow/atmosphere,
-/area/syndicate_mothership)
-"hr" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel/circuit,
-/area/ctf)
-"hs" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/circuit,
-/area/ctf)
-"ht" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel/circuit,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTHWEST)";
- dir = 9
- },
-/area/ctf)
-"hx" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
- dir = 1
- },
-/area/ctf)
-"hy" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTHEAST)";
- dir = 5
- },
-/area/ctf)
-"hz" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/circuit/gcircuit/off,
-/area/ctf)
-"hA" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
- dir = 9
- },
-/area/ctf)
-"hB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTH)";
- dir = 1
- },
-/area/ctf)
-"hC" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHEAST)";
- dir = 5
- },
-/area/ctf)
-"hD" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
- dir = 8
- },
-/area/ctf)
-"hE" = (
-/turf/open/floor/plasteel/circuit/gcircuit/off,
-/area/ctf)
-"hF" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (EAST)";
- 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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (SOUTHWEST)";
- dir = 10
- },
-/area/ctf)
-"hO" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/darkblue/side,
-/area/ctf)
-"hP" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (SOUTHEAST)";
- dir = 6
- },
-/area/ctf)
-"hQ" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/circuit/gcircuit/off,
-/area/ctf)
-"hR" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
- dir = 10
- },
-/area/ctf)
-"hS" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/darkred/side,
-/area/ctf)
-"hT" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHEAST)";
- dir = 6
- },
-/area/ctf)
-"hU" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel/circuit/rcircuit,
-/area/ctf)
-"hV" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/circuit/rcircuit,
-/area/ctf)
-"hW" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel/circuit/rcircuit,
-/area/ctf)
-"hX" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/circuit/rcircuit,
-/area/ctf)
-"hY" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/circuit/rcircuit,
-/area/ctf)
-"hZ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel/circuit/rcircuit,
-/area/ctf)
-"ia" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/circuit/rcircuit,
-/area/ctf)
-"ib" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel/circuit/rcircuit,
-/area/ctf)
-"ic" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/ctf)
-"id" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/corner,
-/area/ctf)
-"ie" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/ctf)
-"if" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (WEST)";
- dir = 8
- },
-/area/ctf)
-"im" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel/black,
-/area/ctf)
-"in" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (EAST)";
- dir = 4
- },
-/area/ctf)
-"io" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/area/ctf)
-"ip" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel/darkred/corner{
- tag = "icon-darkredcorners (NORTH)";
- dir = 1
- },
-/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,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"iB" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/lockbox/loyalty,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"iD" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/restraints/handcuffs/cable/zipties,
-/obj/item/device/assembly/flash/handheld,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"iE" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/fancy/donut_box,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"iP" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"iW" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"ji" = (
-/obj/structure/table/reinforced,
-/obj/machinery/recharger,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"jj" = (
-/obj/machinery/vending/security,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"jk" = (
-/obj/structure/extinguisher_cabinet{
- dir = 4;
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/end{
- dir = 8
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (WEST)"
- },
-/area/centcom/supply)
-"jm" = (
-/obj/structure/plasticflaps,
-/obj/machinery/conveyor{
- dir = 4;
- id = "QMLoad2";
- movedir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/area/centcom/supply)
-"jo" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad2";
- movedir = 2
- },
-/obj/effect/turf_decal/stripes/end,
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"jp" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"jq" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"jr" = (
-/obj/item/stack/packageWrap,
-/obj/item/weapon/hand_labeler,
-/obj/structure/table,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"js" = (
-/obj/machinery/door/airlock/external{
- name = "Supply Shuttle";
- req_access_txt = "106"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"jt" = (
-/obj/structure/fans/tiny,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"ju" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"jv" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/filingcabinet/filingcabinet,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"jw" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"jx" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"jy" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"jA" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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)"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"jH" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"jI" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/end{
- dir = 8
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (WEST)"
- },
-/area/centcom/supply)
-"jK" = (
-/obj/structure/plasticflaps,
-/obj/machinery/conveyor{
- dir = 8;
- id = "QMLoad"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/area/centcom/supply)
-"jM" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "QMLoad"
- },
-/obj/effect/turf_decal/stripes/end{
- dir = 1
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_end (NORTH)"
- },
-/area/centcom/supply)
-"jN" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"jO" = (
-/obj/structure/closet/wardrobe/cargotech,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"jP" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad";
- movedir = 2
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"jS" = (
-/obj/machinery/newscaster/security_unit{
- pixel_x = -32
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"jT" = (
-/obj/machinery/computer/prisoner,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"jU" = (
-/obj/machinery/computer/security,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"jV" = (
-/obj/machinery/computer/secure_data,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"jW" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = 24
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"kp" = (
-/obj/structure/filingcabinet/security,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/syndicate_mothership)
-"kv" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/box/handcuffs,
-/obj/item/weapon/crowbar/red,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"kw" = (
-/obj/structure/table/reinforced,
-/obj/machinery/recharger,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"kO" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"kP" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/wrench,
-/obj/item/weapon/restraints/handcuffs,
-/obj/item/device/assembly/flash/handheld,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"kQ" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/gun/ballistic/automatic/wt550,
-/obj/item/device/flashlight/seclite,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/area/centcom/supply)
-"lc" = (
-/obj/machinery/door/airlock/centcom{
- name = "Centcom Supply";
- req_access_txt = "106"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"lr" = (
-/obj/machinery/computer/shuttle/mining,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"mp" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"mH" = (
-/obj/machinery/computer/security/mining,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"mY" = (
-/turf/open/floor/plasteel/red/side{
- dir = 4
- },
-/area/centcom/control)
-"mZ" = (
-/obj/machinery/computer/prisoner,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"na" = (
-/obj/machinery/computer/security,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"nb" = (
-/obj/machinery/computer/secure_data,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"nu" = (
-/obj/structure/table/reinforced,
-/obj/item/stack/packageWrap,
-/obj/item/weapon/hand_labeler,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"nv" = (
-/obj/machinery/photocopier,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"nw" = (
-/obj/machinery/computer/cargo,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/centcom/supply)
-"nS" = (
-/obj/machinery/vending/snack,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/area/centcom/supply)
-"pv" = (
-/obj/machinery/door/airlock/centcom{
- name = "Centcom";
- opacity = 1;
- req_access_txt = "0"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"pI" = (
-/obj/machinery/computer/shuttle/mining,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plating/airless,
-/area/syndicate_mothership)
-"qu" = (
-/obj/machinery/computer/shuttle/white_ship,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"qR" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"qS" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"qT" = (
-/obj/structure/chair,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"qU" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin,
-/obj/item/weapon/pen,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"qV" = (
-/obj/structure/closet/crate/bin,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"qW" = (
-/obj/structure/table,
-/obj/item/toy/foamblade,
-/obj/item/toy/gun,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"qX" = (
-/obj/structure/table,
-/obj/item/toy/katana,
-/obj/item/toy/carpplushie,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"qY" = (
-/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/centcom/evac)
-"qZ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"ra" = (
-/obj/machinery/door/poddoor/shuttledock,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plating/airless,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plating/airless,
-/area/syndicate_mothership)
-"rq" = (
-/obj/machinery/computer/shuttle/ferry,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"rU" = (
-/turf/open/floor/plasteel/yellowsiding{
- dir = 1
- },
-/area/centcom/evac)
-"rV" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"rW" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/centcom{
- name = "Centcom";
- opacity = 1;
- req_access_txt = "0"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/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 = "0"
- },
-/turf/open/floor/plasteel/vault{
- dir = 8
- },
-/area/centcom/ferry)
-"sh" = (
-/obj/machinery/computer/emergency_shuttle,
-/obj/machinery/newscaster/security_unit{
- pixel_y = -32
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"si" = (
-/obj/machinery/computer/communications,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"sI" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"tp" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"tq" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"tr" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/structure/chair{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 24
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"ts" = (
-/obj/machinery/door/airlock/centcom{
- name = "Administrative Office";
- opacity = 1;
- req_access_txt = "109"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/area/centcom/ferry)
-"tt" = (
-/obj/machinery/door/poddoor/shutters{
- id = "XCCsec1";
- name = "XCC Checkpoint 1 Shutters"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"tX" = (
-/turf/open/floor/plasteel/neutral,
-/area/centcom/ferry)
-"tY" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"tZ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/centcom{
- name = "Centcom Security";
- opacity = 1;
- req_access_txt = "101"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"uc" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"ud" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"ue" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"uf" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"ug" = (
-/obj/machinery/door/airlock/centcom{
- name = "Centcom Customs";
- opacity = 1;
- req_access_txt = "109"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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 = 13;
- id = "ferry_away";
- name = "Centcom Ferry Dock";
- width = 5
- },
-/turf/open/space,
-/area/space)
-"uA" = (
-/obj/machinery/door/airlock/external{
- name = "Ferry Airlock";
- req_access_txt = "0"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"uB" = (
-/obj/structure/fans/tiny,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"uC" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"uD" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"uE" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plating/airless,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plating/airless,
-/area/syndicate_mothership)
-"vf" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"vg" = (
-/obj/machinery/button/door{
- id = "XCCsec1";
- name = "CC Shutter 1 Control";
- pixel_y = -24
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"vt" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"vv" = (
-/obj/machinery/door/airlock/centcom{
- name = "Briefing Room";
- opacity = 1;
- req_access_txt = "101"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"vX" = (
-/obj/structure/closet/secure_closet/ertEngi,
-/obj/machinery/airalarm{
- pixel_y = 24
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"wc" = (
-/obj/machinery/door/airlock/glass_medical{
- name = "Infirmary"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/area/syndicate_mothership)
-"wl" = (
-/obj/structure/table,
-/obj/item/weapon/gun/energy/ionrifle{
- pin = /obj/item/device/firing_pin
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/black,
-/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,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"wN" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/firstaid/regular,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"xk" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/box/zipties,
-/obj/item/weapon/crowbar/red,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"xp" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"xq" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"xr" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-22"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"xs" = (
-/obj/structure/table,
-/obj/item/toy/sword,
-/obj/item/weapon/gun/ballistic/shotgun/toy/crossbow,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"xt" = (
-/obj/item/weapon/twohanded/required/kirbyplants{
- icon_state = "plant-21";
- layer = 4.1
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"xF" = (
-/obj/structure/table/reinforced,
-/obj/item/weapon/storage/toolbox/mechanical,
-/obj/item/weapon/tank/internals/emergency_oxygen/engi,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"xL" = (
-/obj/machinery/light,
-/obj/structure/noticeboard{
- dir = 1;
- icon_state = "nboard00";
- pixel_y = -32;
- tag = "icon-nboard00 (NORTH)"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/control)
-"xM" = (
-/obj/machinery/sleeper{
- icon_state = "sleeper-open";
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/centcom/ferry)
-"ys" = (
-/obj/structure/closet/secure_closet/ertSec,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn (NORTHWEST)"
- },
-/area/centcom/ferry)
-"yt" = (
-/obj/structure/closet/secure_closet/ertSec,
-/obj/structure/sign/directions/security{
- dir = 1;
- pixel_y = -24
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/wizard_station)
-"zh" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/wizard_station)
-"zi" = (
-/obj/item/cardboard_cutout,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/wizard_station)
-"zv" = (
-/obj/item/weapon/coin/antagtoken,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/area/centcom/control)
-"zz" = (
-/obj/structure/closet/cardboard,
-/obj/item/weapon/banhammer,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/wizard_station)
-"zA" = (
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/wizard_station)
-"zB" = (
-/obj/vehicle/scooter/skateboard{
- tag = "icon-skateboard (EAST)";
- icon_state = "skateboard";
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/area/tdome/tdomeobserve)
-"zJ" = (
-/obj/machinery/vending/cola,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/tdome/tdomeobserve)
-"zK" = (
-/obj/machinery/vending/snack,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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,
-/obj/effect/turf_decal/stripes/end,
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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)"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/area/tdome/arena)
-"DG" = (
-/obj/machinery/igniter,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"DH" = (
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"DI" = (
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"DP" = (
-/obj/effect/landmark{
- name = "tdome2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"DQ" = (
-/obj/effect/landmark{
- name = "tdome2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"Ea" = (
-/obj/effect/landmark{
- name = "tdome1"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"Eb" = (
-/obj/effect/landmark{
- name = "tdome1"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
-/area/tdome/tdomeadmin)
-"Eh" = (
-/obj/effect/landmark{
- name = "tdome2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"Ei" = (
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/effect/landmark{
- name = "tdome2"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"Ej" = (
-/obj/effect/landmark{
- name = "tdome2"
- },
-/turf/open/floor/plasteel/neutral,
-/area/tdome/arena)
-"Ek" = (
-/obj/effect/landmark{
- name = "tdome2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"Eo" = (
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/effect/landmark{
- name = "tdome1"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"Ep" = (
-/obj/effect/landmark{
- name = "tdome1"
- },
-/turf/open/floor/plasteel/neutral,
-/area/tdome/arena)
-"Eq" = (
-/obj/effect/landmark{
- name = "tdome1"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/tdome/tdomeadmin)
-"Et" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/tdome/tdomeadmin)
-"EC" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"EH" = (
-/obj/effect/landmark{
- name = "tdome2"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"EI" = (
-/obj/effect/landmark{
- name = "tdome2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"EJ" = (
-/obj/effect/landmark{
- name = "tdome1"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"EK" = (
-/obj/effect/landmark{
- name = "tdome1"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/tdome/arena)
-"EL" = (
-/obj/effect/landmark{
- name = "tdome1"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/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"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/tdome/tdomeadmin)
-"Fl" = (
-/turf/open/floor/plasteel/vault,
-/area/tdome/tdomeadmin)
-"Fm" = (
-/obj/machinery/door/airlock/external{
- name = "Backup Emergency Escape Shuttle"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/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" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/centcom/evac)
-"Ii" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/delivery,
-/area/centcom/evac)
-
-(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
-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
-HV
-HV
-HV
-HV
-HV
-HV
-HV
-HV
-HV
-HV
-HV
-HV
-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
-bJ
-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
deleted file mode 100644
index 7c3b1d0e4b..0000000000
--- a/_maps/map_files/generic/z3.dmm
+++ /dev/null
@@ -1,260 +0,0 @@
-"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)
-
-(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
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-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
-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
-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
-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
-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/generic/z4.dmm b/_maps/map_files/generic/z4.dmm
deleted file mode 100644
index c71d2e76ad..0000000000
--- a/_maps/map_files/generic/z4.dmm
+++ /dev/null
@@ -1,259 +0,0 @@
-"a" = (/turf/open/space,/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
-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
-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
-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
-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
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/map_files/generic/z5.dmm b/_maps/map_files/generic/z5.dmm
deleted file mode 100644
index 8ffc46ab5a..0000000000
--- a/_maps/map_files/generic/z5.dmm
+++ /dev/null
@@ -1,70943 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/open/space,
-/area/space)
-"ab" = (
-/turf/closed/mineral,
-/area/mine/explored)
-"ac" = (
-/turf/closed/mineral,
-/area/mine/unexplored)
-"ad" = (
-/turf/closed/mineral/random,
-/area/mine/unexplored)
-"ae" = (
-/turf/closed/mineral/random/low_chance,
-/area/mine/explored)
-"af" = (
-/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/mine/abandoned)
-"ag" = (
-/obj/machinery/door/airlock/external,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"ah" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"ai" = (
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"aj" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"ak" = (
-/turf/closed/mineral/random/high_chance,
-/area/mine/unexplored)
-"al" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"am" = (
-/obj/item/stack/rods,
-/obj/structure/door_assembly/door_assembly_ext{
- name = "Broken External Airlock"
- },
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"an" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"ao" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"ap" = (
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aq" = (
-/obj/item/stack/rods,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/mine/abandoned)
-"ar" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"as" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/mine/abandoned)
-"at" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"au" = (
-/obj/item/weapon/shard,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/mine/abandoned)
-"av" = (
-/turf/closed/wall,
-/area/mine/abandoned)
-"aw" = (
-/obj/item/stack/rods,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/weapon/shard,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"ax" = (
-/obj/item/stack/rods,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"ay" = (
-/obj/structure/lattice,
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/space,
-/area/space)
-"az" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aA" = (
-/obj/item/clothing/mask/facehugger/dead,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"aB" = (
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/mine/abandoned)
-"aC" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aD" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aE" = (
-/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/mine/abandoned)
-"aF" = (
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"aG" = (
-/obj/effect/decal/remains/xeno,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/mine/abandoned)
-"aH" = (
-/obj/item/stack/rods,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aI" = (
-/obj/item/weapon/shard,
-/obj/item/stack/rods,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aJ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aK" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched2"
- },
-/area/mine/abandoned)
-"aL" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/mine/abandoned)
-"aM" = (
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged3"
- },
-/area/mine/abandoned)
-"aN" = (
-/obj/structure/alien/weeds,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aO" = (
-/obj/item/stack/rods,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aP" = (
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aQ" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/mine/abandoned)
-"aR" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched2"
- },
-/area/mine/abandoned)
-"aS" = (
-/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/mine/abandoned)
-"aT" = (
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aU" = (
-/obj/item/clothing/mask/facehugger/dead,
-/obj/structure/alien/weeds,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aV" = (
-/obj/item/weapon/shard,
-/obj/structure/lattice,
-/turf/open/space,
-/area/space)
-"aW" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/mine/abandoned)
-"aX" = (
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched2"
- },
-/area/mine/abandoned)
-"aY" = (
-/obj/effect/decal/remains/xeno,
-/obj/structure/alien/weeds,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"aZ" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"ba" = (
-/obj/item/weapon/shard,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"bb" = (
-/obj/structure/lattice,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/obj/item/clothing/mask/facehugger/dead,
-/turf/open/space,
-/area/mine/abandoned)
-"bc" = (
-/obj/structure/lattice,
-/turf/open/space,
-/area/mine/abandoned)
-"bd" = (
-/obj/machinery/door/airlock/hatch,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"be" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"bf" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"bg" = (
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/mine/abandoned)
-"bh" = (
-/obj/effect/decal/remains/xeno,
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched2"
- },
-/area/mine/abandoned)
-"bi" = (
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/mine/abandoned)
-"bj" = (
-/obj/effect/decal/remains/xeno,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/mine/abandoned)
-"bk" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"bl" = (
-/obj/structure/rack,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"bm" = (
-/obj/effect/decal/remains/human,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged5"
- },
-/area/mine/abandoned)
-"bn" = (
-/obj/item/clothing/mask/facehugger/dead,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/mine/abandoned)
-"bo" = (
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched2"
- },
-/area/mine/abandoned)
-"bp" = (
-/obj/structure/table,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"bq" = (
-/obj/item/weapon/shard,
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched2"
- },
-/area/mine/abandoned)
-"br" = (
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"bs" = (
-/turf/open/floor/plasteel/black,
-/area/mine/abandoned)
-"bt" = (
-/obj/structure/sink{
- pixel_y = 30
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/abandoned)
-"bu" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/glass/bucket,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/abandoned)
-"bv" = (
-/obj/structure/table,
-/obj/item/weapon/paper/crumpled,
-/obj/item/seeds/cherry,
-/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez,
-/obj/item/weapon/reagent_containers/glass/bottle/nutrient/ez,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/abandoned)
-"bw" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"bx" = (
-/obj/structure/alien/resin/membrane,
-/obj/structure/alien/weeds,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"by" = (
-/obj/item/clothing/mask/facehugger/dead,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"bz" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/abandoned)
-"bA" = (
-/turf/open/floor/plasteel{
- icon_state = "damaged2"
- },
-/area/mine/abandoned)
-"bB" = (
-/obj/machinery/door/airlock/hatch,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/abandoned)
-"bC" = (
-/obj/structure/alien/weeds,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"bD" = (
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"bE" = (
-/obj/effect/decal/remains/xeno,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/mine/abandoned)
-"bF" = (
-/turf/open/floor/plasteel{
- icon_state = "damaged3"
- },
-/area/mine/abandoned)
-"bG" = (
-/obj/effect/decal/remains/human,
-/obj/item/clothing/suit/xenos,
-/obj/item/clothing/head/xenos,
-/turf/open/floor/plasteel{
- icon_state = "damaged2"
- },
-/area/mine/abandoned)
-"bH" = (
-/obj/structure/table,
-/obj/item/stack/sheet/mineral/sandstone{
- amount = 30
- },
-/turf/open/floor/plasteel{
- icon_state = "damaged3"
- },
-/area/mine/abandoned)
-"bI" = (
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless/floorgrime,
-/area/mine/abandoned)
-"bJ" = (
-/obj/structure/alien/resin/wall,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"bK" = (
-/obj/effect/decal/remains/xeno,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"bL" = (
-/turf/closed/mineral/random/labormineral,
-/area/mine/unexplored)
-"bM" = (
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel/airless/floorgrime,
-/area/mine/abandoned)
-"bN" = (
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/mine/abandoned)
-"bO" = (
-/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/mine/abandoned)
-"bP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/weapon/shard,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"bQ" = (
-/obj/machinery/door/airlock/glass,
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/abandoned)
-"bR" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"bS" = (
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/explored)
-"bT" = (
-/obj/effect/decal/remains/human,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless,
-/area/mine/abandoned)
-"bU" = (
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged2"
- },
-/area/mine/abandoned)
-"bV" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/abandoned)
-"bW" = (
-/obj/structure/rack,
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/abandoned)
-"bX" = (
-/turf/open/floor/plasteel{
- icon_plating = "asteroid";
- icon_state = "asteroid";
- name = "Asteroid"
- },
-/area/mine/unexplored)
-"bY" = (
-/obj/item/weapon/rack_parts,
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/abandoned)
-"bZ" = (
-/obj/structure/girder/displaced,
-/turf/open/floor/plating/airless/astplate,
-/area/mine/abandoned)
-"ca" = (
-/obj/item/clothing/under/soviet,
-/obj/item/clothing/head/ushanka,
-/turf/open/floor/plasteel{
- icon_plating = "asteroid";
- icon_state = "asteroid";
- name = "Asteroid"
- },
-/area/mine/unexplored)
-"cb" = (
-/obj/effect/decal/remains/human,
-/turf/open/floor/plasteel{
- icon_plating = "asteroid";
- icon_state = "asteroid";
- name = "Asteroid"
- },
-/area/mine/unexplored)
-"cc" = (
-/obj/structure/alien/resin/wall,
-/turf/open/floor/plasteel/airless/floorgrime,
-/area/mine/abandoned)
-"cd" = (
-/turf/open/floor/plasteel/airless/floorgrime,
-/area/mine/abandoned)
-"ce" = (
-/obj/structure/girder,
-/turf/open/floor/plating/airless/astplate,
-/area/mine/abandoned)
-"cf" = (
-/obj/item/weapon/storage/toolbox/syndicate,
-/obj/structure/alien/weeds/node,
-/turf/open/floor/plasteel/airless{
- icon_state = "floorscorched1"
- },
-/area/mine/abandoned)
-"cg" = (
-/obj/effect/decal/remains/xeno,
-/obj/item/clothing/suit/space/syndicate/black/red,
-/obj/item/clothing/head/helmet/space/syndicate/black/red,
-/obj/structure/alien/weeds,
-/turf/open/floor/plasteel/airless{
- icon_state = "damaged4"
- },
-/area/mine/abandoned)
-"ch" = (
-/obj/machinery/door/airlock/external{
- name = "External Airlock";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/abandoned)
-"ci" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/grille/broken,
-/obj/item/weapon/shard{
- icon_state = "small"
- },
-/obj/item/stack/rods,
-/turf/open/floor/plating/airless,
-/area/mine/abandoned)
-"cj" = (
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/unexplored)
-"ck" = (
-/obj/effect/spawner/lootdrop/crate_spawner,
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/abandoned)
-"cl" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 2
- },
-/area/mine/abandoned)
-"cm" = (
-/obj/item/weapon/shard{
- icon_state = "medium"
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 2
- },
-/area/mine/abandoned)
-"cn" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/grille/broken,
-/obj/item/stack/rods,
-/obj/item/weapon/shard,
-/turf/open/floor/plating/airless/astplate,
-/area/mine/abandoned)
-"co" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/abandoned)
-"cp" = (
-/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,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 2
- },
-/area/mine/unexplored)
-"cr" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 6
- },
-/area/mine/unexplored)
-"cs" = (
-/turf/open/floor/plating/airless/astplate,
-/area/mine/unexplored)
-"ct" = (
-/turf/closed/wall/r_wall,
-/area/mine/laborcamp)
-"cu" = (
-/obj/effect/spawner/lootdrop/crate_spawner,
-/turf/open/floor/plating/asteroid/airless/cave,
-/area/mine/unexplored)
-"cv" = (
-/obj/structure/grille,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/laborcamp)
-"cw" = (
-/obj/structure/rack{
- dir = 1
- },
-/obj/item/clothing/glasses/meson,
-/obj/item/device/flashlight,
-/obj/item/weapon/storage/bag/ore,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 9
- },
-/obj/item/weapon/shovel{
- attack_verb = list("ineffectively hit");
- desc = "A large tool for digging and moving dirt. Was modified with extra safety, making it ineffective as a weapon.";
- force = 1;
- name = "safety shovel";
- pixel_x = -5;
- throwforce = 1
- },
-/obj/item/weapon/pickaxe{
- attack_verb = list("ineffectively hit");
- desc = "A pickaxe designed to be only effective at digging rock and ore, very ineffective as a weapon.";
- force = 1;
- name = "safety pickaxe";
- pixel_x = 5;
- throwforce = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"cx" = (
-/obj/structure/rack{
- dir = 1
- },
-/obj/item/clothing/glasses/meson,
-/obj/item/device/flashlight,
-/obj/item/weapon/storage/bag/ore,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 9
- },
-/obj/item/weapon/shovel{
- attack_verb = list("ineffectively hit");
- desc = "A large tool for digging and moving dirt. Was modified with extra safety, making it ineffective as a weapon.";
- force = 1;
- name = "safety shovel";
- pixel_x = -5;
- throwforce = 1
- },
-/obj/item/weapon/pickaxe{
- attack_verb = list("ineffectively hit");
- desc = "A pickaxe designed to be only effective at digging rock and ore, very ineffective as a weapon.";
- force = 1;
- name = "safety pickaxe";
- pixel_x = 5;
- throwforce = 1
- },
-/obj/machinery/camera{
- c_tag = "Labor Camp Storage";
- dir = 8;
- network = list("Labor")
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"cy" = (
-/turf/closed/mineral/random/labormineral,
-/area/mine/explored)
-"cz" = (
-/obj/machinery/light,
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/north_outpost)
-"cA" = (
-/obj/structure/table,
-/obj/item/weapon/storage/firstaid/o2{
- pixel_x = 2;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/white,
-/area/mine/laborcamp)
-"cB" = (
-/obj/structure/table,
-/obj/item/device/healthanalyzer,
-/obj/item/stack/medical/bruise_pack,
-/turf/open/floor/plasteel/white,
-/area/mine/laborcamp)
-"cC" = (
-/obj/structure/sign/bluecross_2{
- pixel_y = 32
- },
-/obj/structure/chair,
-/turf/open/floor/plasteel/white,
-/area/mine/laborcamp)
-"cD" = (
-/obj/machinery/camera{
- c_tag = "Labor Camp Medical";
- dir = 8;
- network = list("Labor")
- },
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/medical,
-/turf/open/floor/plasteel/white,
-/area/mine/laborcamp)
-"cE" = (
-/turf/closed/wall,
-/area/mine/laborcamp)
-"cF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"cG" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"cH" = (
-/turf/closed/wall,
-/area/mine/explored)
-"cI" = (
-/turf/open/floor/plating/asteroid,
-/area/mine/explored)
-"cJ" = (
-/turf/closed/wall/rust,
-/area/mine/unexplored)
-"cK" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/space,
-/area/mine/north_outpost)
-"cL" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/turf/open/space,
-/area/mine/explored)
-"cM" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/space,
-/area/mine/north_outpost)
-"cN" = (
-/turf/closed/wall/rust,
-/area/mine/explored)
-"cO" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/north_outpost)
-"cP" = (
-/obj/structure/sink{
- icon_state = "sink";
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 2
- },
-/area/mine/laborcamp)
-"cQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 2
- },
-/area/mine/laborcamp)
-"cR" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=1-Storage";
- location = "Sleeper"
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 2
- },
-/area/mine/laborcamp)
-"cS" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 2
- },
-/area/mine/laborcamp)
-"cT" = (
-/obj/machinery/atmospherics/pipe/simple,
-/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/floorgrime,
-/area/mine/laborcamp)
-"cU" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"cV" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=2-NMine";
- location = "1-Storage"
- },
-/mob/living/simple_animal/bot/secbot/beepsky{
- desc = "Powered by tears and swet of laborer.";
- name = "Prison Ofitser"
- },
-/turf/open/floor/plasteel/asteroid,
-/area/mine/laborcamp)
-"cW" = (
-/obj/structure/plasticflaps/mining,
-/turf/open/floor/plasteel/asteroid,
-/area/mine/laborcamp)
-"cX" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=3-SMine";
- location = "2-NMine"
- },
-/turf/open/floor/plasteel/asteroid,
-/area/mine/laborcamp)
-"cY" = (
-/turf/open/floor/plating/astplate{
- icon_plating = "asteroidplating"
- },
-/area/mine/explored)
-"cZ" = (
-/obj/effect/decal/remains/human,
-/turf/open/floor/plating/asteroid,
-/area/mine/explored)
-"da" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plasteel/airless,
-/area/mine/explored)
-"db" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless{
- icon_state = "platingdmg3"
- },
-/area/mine/explored)
-"dc" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless{
- icon_state = "platingdmg1"
- },
-/area/mine/explored)
-"dd" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/mine/explored)
-"de" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/laborcamp)
-"df" = (
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Infirmary";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/whiteblue,
-/area/mine/laborcamp)
-"dg" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/laborcamp)
-"dh" = (
-/obj/machinery/atmospherics/pipe/simple,
-/turf/closed/wall,
-/area/mine/laborcamp)
-"di" = (
-/obj/machinery/door/airlock{
- name = "Labor Camp Storage"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dj" = (
-/obj/structure/plasticflaps/mining,
-/turf/open/floor/plating/astplate{
- icon_plating = "asteroidplating"
- },
-/area/mine/explored)
-"dk" = (
-/turf/closed/wall/r_wall,
-/area/mine/explored)
-"dl" = (
-/obj/structure/girder/reinforced,
-/turf/open/floor/plating/astplate{
- icon_plating = "asteroidplating"
- },
-/area/mine/explored)
-"dm" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plasteel/airless,
-/area/mine/explored)
-"dn" = (
-/obj/structure/window/reinforced,
-/turf/open/floor/plating/airless,
-/area/mine/explored)
-"do" = (
-/obj/structure/table,
-/obj/item/trash/plate,
-/obj/item/weapon/kitchen/fork,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dp" = (
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dq" = (
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dr" = (
-/obj/machinery/status_display{
- density = 0;
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"ds" = (
-/obj/machinery/atmospherics/pipe/simple,
-/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/mine/laborcamp)
-"dt" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"du" = (
-/turf/open/floor/plasteel/asteroid,
-/area/mine/explored)
-"dv" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/space,
-/area/mine/north_outpost)
-"dw" = (
-/obj/structure/lattice,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/space,
-/area/mine/explored)
-"dx" = (
-/obj/structure/lattice,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/turf/open/space,
-/area/mine/north_outpost)
-"dy" = (
-/turf/closed/wall,
-/area/mine/north_outpost)
-"dz" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall,
-/area/mine/north_outpost)
-"dA" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dB" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=7-Sleeper";
- location = "6-Vending"
- },
-/mob/living/simple_animal/mouse,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dC" = (
-/obj/machinery/door/airlock{
- name = "Vending"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dD" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dE" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dF" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dG" = (
-/obj/machinery/door/poddoor/preopen{
- id = "Labor";
- name = "labor camp blast door"
- },
-/obj/machinery/door/airlock{
- name = "Labor Camp External Access"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dH" = (
-/obj/structure/ore_box,
-/turf/open/floor/plating/asteroid,
-/area/mine/explored)
-"dI" = (
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/port_gen/pacman{
- anchored = 1
- },
-/turf/open/floor/plating,
-/area/mine/north_outpost)
-"dJ" = (
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/mine/north_outpost)
-"dK" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/turf/open/floor/plating,
-/area/mine/north_outpost)
-"dL" = (
-/obj/machinery/atmospherics/components/unary/tank/air,
-/turf/open/floor/plating,
-/area/mine/north_outpost)
-"dM" = (
-/obj/machinery/vending/sustenance,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dN" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dO" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/closed/wall,
-/area/mine/laborcamp)
-"dP" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dQ" = (
-/obj/machinery/flasher{
- id = "Labor";
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 4
- },
-/turf/closed/wall,
-/area/mine/laborcamp)
-"dR" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "gulag"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dS" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line,
-/area/mine/laborcamp)
-"dT" = (
-/turf/open/floor/plasteel/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line,
-/area/mine/explored)
-"dU" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plating,
-/area/mine/north_outpost)
-"dV" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/mine/north_outpost)
-"dW" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/item/weapon/storage/box/lights/bulbs,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/mine/north_outpost)
-"dX" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- dir = 9
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/mine/north_outpost)
-"dY" = (
-/obj/machinery/light_switch{
- pixel_x = -27;
- pixel_y = 0
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"dZ" = (
-/obj/machinery/camera{
- c_tag = "Labor Camp Central";
- network = list("Labor")
- },
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"ea" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"eb" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "gulag"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"ec" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "gulag"
- },
-/obj/structure/plasticflaps/mining,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"ed" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "gulag"
- },
-/turf/open/floor/plating/astplate,
-/area/mine/laborcamp)
-"ee" = (
-/obj/machinery/mineral/unloading_machine{
- dir = 1;
- input_dir = 4;
- output_dir = 8
- },
-/turf/open/floor/plating/astplate,
-/area/mine/laborcamp)
-"ef" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 8
- },
-/area/mine/explored)
-"eg" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/turf/open/floor/plating/asteroid,
-/area/mine/explored)
-"eh" = (
-/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 = "54"
- },
-/turf/open/floor/plating,
-/area/mine/north_outpost)
-"ei" = (
-/obj/machinery/atmospherics/pipe/simple,
-/turf/closed/wall,
-/area/mine/north_outpost)
-"ej" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Labor Camp Shuttle Security Airlock";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"ek" = (
-/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/floorgrime,
-/area/mine/laborcamp)
-"el" = (
-/obj/machinery/door/poddoor/preopen{
- id = "Labor";
- name = "labor camp blast door"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"em" = (
-/turf/open/floor/plasteel,
-/area/mine/laborcamp)
-"en" = (
-/obj/machinery/mineral/processing_unit_console{
- machinedir = 6
- },
-/turf/closed/wall,
-/area/mine/laborcamp)
-"eo" = (
-/obj/structure/plasticflaps,
-/obj/machinery/conveyor{
- dir = 2;
- id = "gulag"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"ep" = (
-/obj/machinery/camera{
- c_tag = "Labor Camp External";
- dir = 4;
- network = list("Labor")
- },
-/turf/open/floor/plasteel/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 1
- },
-/area/mine/explored)
-"eq" = (
-/turf/open/floor/plasteel/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 1
- },
-/area/mine/explored)
-"er" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "gulag"
- },
-/turf/open/floor/plasteel/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 1
- },
-/area/mine/explored)
-"es" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating/asteroid,
-/area/mine/explored)
-"et" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/north_outpost)
-"eu" = (
-/obj/structure/table,
-/obj/item/weapon/pickaxe,
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"ev" = (
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"ew" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"ex" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"ey" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/machinery/airalarm{
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"ez" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"eA" = (
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"eB" = (
-/turf/open/floor/plasteel/loadingarea{
- dir = 4
- },
-/area/mine/north_outpost)
-"eC" = (
-/obj/machinery/mineral/unloading_machine{
- dir = 2;
- output_dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/north_outpost)
-"eD" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_north"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/north_outpost)
-"eE" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/north_outpost)
-"eF" = (
-/obj/machinery/mineral/stacking_unit_console{
- machinedir = 2
- },
-/turf/closed/wall,
-/area/mine/laborcamp)
-"eG" = (
-/obj/machinery/mineral/processing_unit{
- dir = 1;
- output_dir = 2
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"eH" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating/asteroid,
-/area/mine/laborcamp)
-"eI" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/north_outpost)
-"eJ" = (
-/obj/structure/table,
-/obj/item/weapon/shovel,
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"eK" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets,
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"eL" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"eM" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"eN" = (
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "Mining North Outpost APC";
- pixel_x = 26;
- pixel_y = 0
- },
-/obj/machinery/conveyor_switch{
- id = "mining_north"
- },
-/obj/machinery/camera{
- c_tag = "North Outpost";
- dir = 8;
- network = list("MINE")
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/north_outpost)
-"eO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/closed/wall,
-/area/mine/north_outpost)
-"eP" = (
-/obj/machinery/conveyor{
- backwards = 2;
- dir = 2;
- forwards = 1;
- id = "mining_north"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/plasticflaps/mining,
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"eQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/mine/north_outpost)
-"eR" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/closed/wall,
-/area/mine/north_outpost)
-"eS" = (
-/obj/machinery/computer/shuttle/labor/one_way,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"eT" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "gulag"
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=6-Vending";
- location = "5-Central"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"eU" = (
-/obj/machinery/mineral/stacking_machine{
- dir = 1;
- input_dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"eV" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "gulag"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"eW" = (
-/obj/machinery/conveyor{
- dir = 10;
- icon_state = "conveyor0";
- id = "gulag"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp)
-"eX" = (
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/asteroid,
-/area/mine/explored)
-"eY" = (
-/obj/item/stack/sheet/metal{
- amount = 5
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/asteroid,
-/area/mine/explored)
-"eZ" = (
-/obj/structure/table,
-/obj/item/weapon/storage/backpack/satchel,
-/obj/item/clothing/glasses/meson,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -28
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fb" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fc" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/machinery/door/airlock/glass_mining{
- name = "Break Room";
- req_access_txt = "54"
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fd" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fe" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/north_outpost)
-"ff" = (
-/obj/machinery/door/window/northleft{
- dir = 8;
- name = "Pneumatic Tube Access"
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 8;
- pixel_x = 8;
- pixel_y = 0
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/bot,
-/area/mine/north_outpost)
-"fg" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/closed/wall,
-/area/mine/north_outpost)
-"fh" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/mine/explored)
-"fi" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 1
- },
-/area/mine/north_outpost)
-"fj" = (
-/obj/machinery/conveyor_switch{
- id = "mining_north"
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 1
- },
-/area/mine/north_outpost)
-"fk" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/north_outpost)
-"fl" = (
-/turf/closed/wall/r_wall,
-/area/mine/laborcamp/security)
-"fm" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp/security)
-"fn" = (
-/obj/machinery/camera{
- c_tag = "Labor Camp Security Hallway";
- dir = 8;
- network = list("Labor");
- pixel_x = 0;
- pixel_y = 0
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp/security)
-"fo" = (
-/obj/machinery/atmospherics/pipe/simple,
-/turf/closed/wall,
-/area/mine/laborcamp/security)
-"fp" = (
-/obj/structure/plasticflaps/mining,
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"fq" = (
-/turf/closed/wall,
-/area/mine/laborcamp/security)
-"fr" = (
-/obj/structure/girder,
-/turf/open/floor/plating/astplate{
- icon_plating = "asteroidplating"
- },
-/area/mine/laborcamp/security)
-"fs" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"ft" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fu" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fv" = (
-/obj/structure/rack,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/bot,
-/area/mine/north_outpost)
-"fw" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/mine/north_outpost)
-"fx" = (
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 2;
- height = 5;
- id = "laborcamp_away";
- name = "labor camp";
- width = 9
- },
-/turf/open/space,
-/area/space)
-"fy" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Labor Camp Shuttle Prisoner Airlock";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"fz" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Labor Camp Shuttle Prisoner Airlock";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp/security)
-"fA" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 6
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/laborcamp/security)
-"fB" = (
-/obj/machinery/atmospherics/pipe/manifold,
-/obj/machinery/door/airlock/glass_security{
- name = "Labor Camp Backroom";
- req_access_txt = "2"
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"fC" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/area/mine/laborcamp/security)
-"fD" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"fE" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/area/mine/laborcamp/security)
-"fF" = (
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/machinery/power/apc{
- dir = 1;
- name = "Labor Camp APC";
- pixel_y = 24
- },
-/obj/machinery/atmospherics/pipe/simple{
- dir = 10
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=5-Central";
- location = "4-Maint"
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp)
-"fG" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/laborcamp/security)
-"fH" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Labor Camp External Access";
- req_access_txt = "2"
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"fI" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fJ" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fK" = (
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fL" = (
-/obj/machinery/door/airlock/glass_security{
- name = "Labor Camp Monitoring";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"fM" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall,
-/area/mine/laborcamp/security)
-"fN" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Labor Camp Maintenance";
- req_access_txt = "2"
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"fO" = (
-/obj/structure/plasticflaps/mining,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"fP" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel/asteroid,
-/area/mine/explored)
-"fQ" = (
-/obj/machinery/door/airlock/external{
- name = "Mining North Outpost Airlock";
- req_access_txt = "54"
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"fR" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"fS" = (
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"fT" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/obj/machinery/status_display{
- density = 0;
- layer = 4;
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"fU" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"fV" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/power/apc{
- dir = 4;
- name = "Labor Camp Security APC";
- pixel_x = 24;
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple,
-/obj/machinery/camera{
- c_tag = "Labor Camp Monitoring";
- network = list("Labor")
- },
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"fW" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/closed/wall,
-/area/mine/laborcamp/security)
-"fX" = (
-/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/plating,
-/area/mine/laborcamp/security)
-"fY" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/item/weapon/storage/box/lights/mixed,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"fZ" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/area/mine/laborcamp/security)
-"ga" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 8
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gb" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gc" = (
-/obj/structure/plasticflaps/mining,
-/turf/closed/wall,
-/area/mine/laborcamp/security)
-"gd" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=4-Maint";
- location = "3-SMine"
- },
-/turf/open/floor/plasteel/asteroid,
-/area/mine/laborcamp)
-"ge" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/asteroid,
-/area/mine/explored)
-"gf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plating/asteroid,
-/area/mine/explored)
-"gg" = (
-/obj/machinery/mech_bay_recharge_port,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/north_outpost)
-"gh" = (
-/turf/open/floor/mech_bay_recharge_floor/airless,
-/area/mine/north_outpost)
-"gi" = (
-/obj/machinery/computer/mech_bay_power_console,
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/north_outpost)
-"gj" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"gk" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/mine/north_outpost)
-"gl" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall/r_wall,
-/area/mine/laborcamp/security)
-"gm" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"gn" = (
-/obj/structure/chair/office/dark,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"go" = (
-/obj/machinery/button/door{
- id = "Labor";
- name = "Labor Camp Lockdown";
- pixel_x = 28;
- pixel_y = 7;
- req_access_txt = "2"
- },
-/obj/machinery/button/flasher{
- id = "Labor";
- pixel_x = 26;
- pixel_y = -3
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"gp" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gq" = (
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gr" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gs" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gt" = (
-/turf/open/floor/plating/airless/astplate,
-/area/mine/north_outpost)
-"gu" = (
-/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,
-/obj/effect/turf_decal/stripes/line,
-/area/mine/north_outpost)
-"gv" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line,
-/area/mine/north_outpost)
-"gw" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line,
-/area/mine/north_outpost)
-"gx" = (
-/obj/structure/grille,
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gy" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"gz" = (
-/obj/machinery/computer/secure_data,
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"gA" = (
-/obj/machinery/computer/security{
- name = "Labor Camp Monitoring";
- network = list("Labor")
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"gB" = (
-/obj/machinery/computer/prisoner,
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"gC" = (
-/obj/structure/table,
-/obj/item/weapon/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/weapon/pen,
-/turf/open/floor/plasteel,
-/area/mine/laborcamp/security)
-"gD" = (
-/obj/machinery/space_heater,
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gE" = (
-/obj/machinery/power/port_gen/pacman{
- anchored = 1
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gF" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gG" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- dir = 5
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gH" = (
-/obj/machinery/door/airlock/external{
- name = "Mining North Outpost Airlock";
- req_access_txt = "54"
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/north_outpost)
-"gI" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/mine/explored)
-"gJ" = (
-/obj/structure/grille,
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gK" = (
-/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/mine/laborcamp/security)
-"gL" = (
-/obj/structure/grille,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/obj/structure/cable,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/laborcamp/security)
-"gM" = (
-/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,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 2
- },
-/area/mine/explored)
-"gO" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 6
- },
-/area/mine/explored)
-"gP" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/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,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 1
- },
-/area/mine/explored)
-"gR" = (
-/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,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 2
- },
-/area/mine/explored)
-"gT" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"gU" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"gV" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"gW" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"gX" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 9
- },
-/area/mine/explored)
-"gY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"gZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"ha" = (
-/obj/structure/ore_box,
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/explored)
-"hb" = (
-/turf/closed/wall/r_wall,
-/area/mine/maintenance)
-"hc" = (
-/turf/open/floor/bluegrid,
-/area/mine/maintenance)
-"hd" = (
-/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,
-/area/mine/maintenance)
-"he" = (
-/obj/machinery/telecomms/relay/preset/mining,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/vault{
- dir = 1
- },
-/area/mine/maintenance)
-"hf" = (
-/obj/machinery/airalarm{
- pixel_y = 24
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel/black,
-/area/mine/maintenance)
-"hg" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/bluegrid,
-/area/mine/maintenance)
-"hh" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple{
- dir = 6
- },
-/turf/open/floor/plasteel/black,
-/area/mine/maintenance)
-"hi" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- dir = 9
- },
-/obj/machinery/light_switch{
- pixel_y = -25
- },
-/turf/open/floor/bluegrid,
-/area/mine/maintenance)
-"hj" = (
-/obj/machinery/camera{
- c_tag = "Communications Relay";
- dir = 8;
- network = list("MINE")
- },
-/turf/open/floor/bluegrid,
-/area/mine/maintenance)
-"hk" = (
-/turf/open/floor/plating/airless/astplate,
-/area/mine/west_outpost)
-"hl" = (
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"hm" = (
-/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosia/vulgaris,
-/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosia/vulgaris,
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"hn" = (
-/obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/libertycap,
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"ho" = (
-/turf/closed/wall,
-/area/mine/living_quarters)
-"hp" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Mining Station Communications";
- req_access_txt = "48"
- },
-/obj/machinery/atmospherics/pipe/simple,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/vault,
-/area/mine/maintenance)
-"hq" = (
-/obj/machinery/mech_bay_recharge_port,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/west_outpost)
-"hr" = (
-/turf/open/floor/mech_bay_recharge_floor/airless,
-/area/mine/west_outpost)
-"hs" = (
-/obj/machinery/computer/mech_bay_power_console,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/west_outpost)
-"ht" = (
-/obj/item/clothing/under/rank/miner,
-/obj/effect/decal/remains/human,
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"hu" = (
-/obj/item/weapon/reagent_containers/food/snacks/grown/ambrosia/vulgaris,
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/explored)
-"hv" = (
-/obj/structure/bed,
-/obj/item/weapon/bedsheet/brown,
-/turf/open/floor/carpet,
-/area/mine/living_quarters)
-"hw" = (
-/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,
-/area/mine/living_quarters)
-"hx" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"hy" = (
-/turf/closed/wall,
-/area/mine/west_outpost)
-"hz" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"hA" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/west_outpost)
-"hB" = (
-/obj/structure/table,
-/turf/open/floor/carpet,
-/area/mine/living_quarters)
-"hC" = (
-/turf/open/floor/carpet,
-/area/mine/living_quarters)
-"hD" = (
-/obj/machinery/door/airlock{
- id_tag = "miningdorm1";
- name = "Room 1"
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"hE" = (
-/obj/structure/table,
-/obj/item/weapon/pickaxe,
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"hF" = (
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"hG" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"hH" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/bot,
-/area/mine/west_outpost)
-"hI" = (
-/obj/structure/tank_dispenser/oxygen,
-/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,
-/obj/effect/turf_decal/bot,
-/area/mine/west_outpost)
-"hK" = (
-/obj/structure/rack,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/bot,
-/area/mine/west_outpost)
-"hL" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/door/window/northleft{
- dir = 2;
- name = "Pneumatic Tube Access"
- },
-/obj/machinery/disposal/deliveryChute{
- pixel_y = 5
- },
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/west_outpost)
-"hO" = (
-/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/mine/west_outpost)
-"hP" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 5
- },
-/area/mine/west_outpost)
-"hQ" = (
-/obj/structure/disposalpipe/trunk,
-/obj/structure/disposaloutlet{
- dir = 1
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/explored)
-"hR" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"hS" = (
-/obj/structure/table,
-/obj/item/weapon/shovel,
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"hT" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets,
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"hU" = (
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/area/mine/west_outpost)
-"hW" = (
-/obj/machinery/door/airlock/external{
- name = "Mining West Outpost Airlock";
- req_access_txt = "54"
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"hX" = (
-/obj/machinery/door/airlock/external{
- name = "Mining West Outpost Airlock";
- req_access_txt = "54"
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/west_outpost)
-"hY" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 4
- },
-/area/mine/west_outpost)
-"hZ" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/mineral,
-/area/mine/explored)
-"ia" = (
-/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,
-/area/mine/living_quarters)
-"ib" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"ic" = (
-/obj/structure/table,
-/obj/item/weapon/storage/backpack/satchel,
-/obj/item/clothing/glasses/meson,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -28
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"id" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Break Room";
- req_access_txt = "54"
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"ie" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"if" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"ig" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/west_outpost)
-"ih" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 6
- },
-/area/mine/west_outpost)
-"ii" = (
-/obj/machinery/door/airlock{
- id_tag = "miningdorm2";
- name = "Room 2"
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"ij" = (
-/obj/structure/table,
-/obj/item/weapon/storage/toolbox/mechanical,
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"ik" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"il" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"im" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"in" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"io" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"ip" = (
-/obj/machinery/conveyor_switch{
- id = "mining_west"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"iq" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/sign/deathsposal,
-/turf/closed/wall,
-/area/mine/living_quarters)
-"ir" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"is" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"it" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "Mining West Outpost APC";
- pixel_x = 1;
- pixel_y = -23
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"iu" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/camera{
- c_tag = "West Outpost";
- dir = 1;
- network = list("MINE")
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"iv" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"iw" = (
-/obj/machinery/airalarm{
- dir = 1;
- icon_state = "alarm0";
- pixel_y = -22
- },
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"ix" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel/loadingarea{
- dir = 4
- },
-/area/mine/west_outpost)
-"iy" = (
-/obj/machinery/mineral/unloading_machine{
- dir = 2;
- output_dir = 4
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/west_outpost)
-"iz" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_west"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/west_outpost)
-"iA" = (
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 8
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/west_outpost)
-"iB" = (
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"iC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 8
- },
-/area/mine/explored)
-"iD" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 4
- },
-/area/mine/explored)
-"iE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/unexplored)
-"iF" = (
-/obj/structure/table,
-/obj/machinery/microwave{
- pixel_y = 6
- },
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"iG" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 0;
- pixel_y = 32
- },
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"iH" = (
-/obj/machinery/computer/arcade,
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"iI" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"iJ" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"iK" = (
-/obj/machinery/vending/snack,
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"iL" = (
-/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,
-/area/mine/living_quarters)
-"iM" = (
-/obj/machinery/atmospherics/pipe/simple,
-/turf/closed/wall,
-/area/mine/west_outpost)
-"iN" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall,
-/area/mine/west_outpost)
-"iO" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Mining Station Maintenance";
- req_access_txt = "54"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"iP" = (
-/obj/machinery/conveyor{
- backwards = 2;
- dir = 2;
- forwards = 1;
- id = "mining_west"
- },
-/obj/structure/plasticflaps/mining,
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/mine/west_outpost)
-"iQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/mine/west_outpost)
-"iR" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"iS" = (
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"iT" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"iU" = (
-/obj/item/device/radio/intercom{
- dir = 4;
- name = "Station Intercom (General)";
- pixel_x = 31
- },
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"iV" = (
-/obj/machinery/door/airlock{
- id_tag = "miningdorm3";
- name = "Room 3"
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"iW" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"iX" = (
-/obj/machinery/recharge_station,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"iY" = (
-/obj/structure/closet/secure_closet/miner,
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"iZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/closed/wall,
-/area/mine/eva)
-"ja" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/closed/wall,
-/area/mine/eva)
-"jb" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/eva)
-"jc" = (
-/turf/closed/wall,
-/area/mine/eva)
-"jd" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"je" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"jf" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"jg" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/obj/item/weapon/storage/box/lights/bulbs,
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"jh" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 1
- },
-/area/mine/explored)
-"ji" = (
-/obj/machinery/conveyor_switch{
- id = "mining_west"
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 1
- },
-/area/mine/explored)
-"jj" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/drinks/beer,
-/obj/item/weapon/reagent_containers/food/drinks/beer,
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"jk" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"jl" = (
-/obj/structure/table,
-/obj/item/weapon/reagent_containers/food/drinks/beer,
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"jm" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"jn" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"jo" = (
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jq" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/obj/structure/table,
-/obj/item/weapon/pickaxe,
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"jr" = (
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/obj/machinery/suit_storage_unit/mining/eva,
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"js" = (
-/obj/machinery/suit_storage_unit/mining/eva,
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"jt" = (
-/obj/machinery/light,
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/explored)
-"ju" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 1;
- initialize_directions = 0;
- level = 1
- },
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"jv" = (
-/obj/machinery/power/port_gen/pacman{
- anchored = 1
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"jw" = (
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/machinery/light/small,
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"jx" = (
-/obj/structure/cable,
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/turf/open/floor/plating,
-/area/mine/west_outpost)
-"jy" = (
-/obj/structure/table,
-/obj/item/weapon/storage/box/donkpockets,
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"jz" = (
-/obj/machinery/camera{
- c_tag = "Crew Area";
- dir = 1;
- network = list("MINE")
- },
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"jA" = (
-/obj/item/weapon/cigbutt,
-/turf/open/floor/plasteel/bar,
-/area/mine/living_quarters)
-"jB" = (
-/obj/machinery/airalarm{
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jC" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jD" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jE" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jF" = (
-/obj/machinery/mineral/equipment_vendor,
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jG" = (
-/obj/machinery/camera{
- c_tag = "Storage Room";
- dir = 1;
- network = list("MINE")
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jH" = (
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jI" = (
-/turf/closed/wall,
-/area/mine/production)
-"jJ" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/mine/production)
-"jK" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/production)
-"jL" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 6
- },
-/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/device/gps/mining,
-/obj/item/device/gps/mining,
-/obj/item/device/gps/mining,
-/obj/item/device/gps/mining,
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"jM" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"jN" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"jO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 8;
- on = 1
- },
-/obj/machinery/light_switch{
- pixel_x = 27
- },
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"jP" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/eva)
-"jQ" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple,
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"jR" = (
-/obj/machinery/door/airlock/glass{
- name = "Crew Area";
- req_access_txt = "48"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jS" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/machinery/door/airlock/mining{
- name = "Mining Station Storage";
- req_access_txt = "48"
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"jT" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/northleft{
- dir = 2;
- name = "Pneumatic Tube Access"
- },
-/obj/machinery/disposal/deliveryChute{
- pixel_y = 5
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/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{
- dir = 1
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/area/mine/production)
-"jV" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 6
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel{
- dir = 1
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/area/mine/production)
-"jW" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/eva)
-"jX" = (
-/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"jY" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"jZ" = (
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"ka" = (
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"kb" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/eva)
-"kc" = (
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/eva)
-"kd" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 5
- },
-/area/mine/eva)
-"ke" = (
-/obj/structure/toilet{
- dir = 4
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/mine/living_quarters)
-"kf" = (
-/obj/structure/sink{
- pixel_y = 30
- },
-/obj/machinery/light/small,
-/obj/structure/mirror{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/mine/living_quarters)
-"kg" = (
-/obj/machinery/door/airlock{
- name = "Toilet"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/mine/living_quarters)
-"kh" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"ki" = (
-/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,
-/area/mine/living_quarters)
-"kj" = (
-/obj/machinery/camera{
- c_tag = "Crew Area Hallway";
- network = list("MINE")
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = 30
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kk" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/area/mine/living_quarters)
-"kl" = (
-/obj/structure/window/reinforced,
-/obj/structure/lattice,
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/space,
-/area/mine/living_quarters)
-"km" = (
-/obj/structure/window/reinforced,
-/obj/structure/lattice,
-/turf/open/space,
-/area/mine/living_quarters)
-"kn" = (
-/obj/structure/window/reinforced,
-/obj/structure/lattice,
-/turf/open/space,
-/area/mine/production)
-"ko" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/area/mine/production)
-"kp" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/area/mine/production)
-"kq" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/area/mine/production)
-"kr" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/area/mine/production)
-"ks" = (
-/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"
- },
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/obj/effect/turf_decal/delivery,
-/area/mine/eva)
-"kt" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 8;
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"ku" = (
-/obj/machinery/door/airlock/external{
- name = "Mining External Airlock";
- req_access_txt = "54"
- },
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"kv" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/eva)
-"kw" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/eva)
-"kx" = (
-/obj/machinery/door/airlock/external{
- name = "Mining External Airlock";
- req_access_txt = "54"
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/eva)
-"ky" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 4
- },
-/area/mine/eva)
-"kz" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kA" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 4;
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kB" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kC" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_x = 0
- },
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kD" = (
-/obj/structure/cable{
- d1 = 2;
- d2 = 4;
- icon_state = "2-4"
- },
-/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/mine/living_quarters)
-"kE" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kF" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kG" = (
-/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 = 4
- },
-/area/mine/living_quarters)
-"kH" = (
-/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"
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kI" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kJ" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced,
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"kK" = (
-/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"
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"kL" = (
-/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/mine/production)
-"kM" = (
-/obj/structure/cable{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 4;
- layer = 2.4;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"kN" = (
-/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{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"kO" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/production)
-"kP" = (
-/obj/machinery/power/apc{
- dir = 2;
- name = "Mining EVA APC";
- pixel_x = 1;
- pixel_y = -23
- },
-/obj/structure/cable,
-/obj/structure/table,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/item/weapon/hand_labeler,
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"kQ" = (
-/obj/machinery/mech_bay_recharge_port,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/mine/eva)
-"kR" = (
-/turf/open/floor/mech_bay_recharge_floor,
-/area/mine/eva)
-"kS" = (
-/obj/machinery/computer/mech_bay_power_console,
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"kT" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel,
-/area/mine/eva)
-"kU" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/eva)
-"kV" = (
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 6
- },
-/area/mine/eva)
-"kW" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kX" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kY" = (
-/obj/machinery/atmospherics/pipe/manifold,
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"kZ" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"la" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"lb" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"lc" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/area/mine/living_quarters)
-"ld" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"le" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/space,
-/area/mine/living_quarters)
-"lf" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/space,
-/area/mine/production)
-"lg" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/space,
-/area/mine/production)
-"lh" = (
-/obj/structure/grille,
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/structure/window/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/mine/production)
-"li" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/area/mine/production)
-"lj" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/area/mine/production)
-"lk" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"ll" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 8;
- icon_state = "alarm0";
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/production)
-"lm" = (
-/obj/machinery/camera{
- c_tag = "Production Line External";
- dir = 4;
- network = list("MINE")
- },
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/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,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 2
- },
-/area/mine/production)
-"lo" = (
-/obj/machinery/conveyor_switch{
- id = "mining_external"
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 2
- },
-/area/mine/production)
-"lp" = (
-/turf/open/floor/plating/airless/astplate,
-/area/mine/production)
-"lq" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/machinery/door/airlock/glass_medical{
- id_tag = null;
- name = "Infirmary";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel/whiteblue,
-/area/mine/living_quarters)
-"lr" = (
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'HIGH VOLTAGE'";
- icon_state = "shock";
- name = "HIGH VOLTAGE"
- },
-/turf/closed/wall,
-/area/mine/living_quarters)
-"ls" = (
-/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"
- },
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"lt" = (
-/obj/machinery/atmospherics/pipe/simple,
-/turf/closed/wall,
-/area/mine/living_quarters)
-"lu" = (
-/obj/machinery/door/airlock/external{
- name = "Mining External Airlock";
- req_access_txt = "54"
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"lv" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/area/mine/production)
-"lw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"lx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/production)
-"ly" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock{
- name = "Closet";
- req_access_txt = "0"
- },
-/turf/open/floor/plating,
-/area/mine/production)
-"lz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/area/mine/production)
-"lA" = (
-/obj/structure/disposalpipe/junction{
- dir = 8;
- icon_state = "pipe-j1"
- },
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/mine/production)
-"lB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/mine/production)
-"lC" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 4
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/area/mine/production)
-"lD" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_external"
- },
-/turf/open/floor/plating,
-/area/mine/production)
-"lE" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_external"
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/production)
-"lF" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_external"
- },
-/obj/structure/plasticflaps/mining,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/production)
-"lG" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "mining_external"
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/production)
-"lH" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/airalarm{
- frequency = 1439;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/mine/living_quarters)
-"lI" = (
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/mine/living_quarters)
-"lJ" = (
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 1
- },
-/area/mine/living_quarters)
-"lK" = (
-/turf/open/floor/plasteel/whiteblue/side{
- dir = 5
- },
-/area/mine/living_quarters)
-"lL" = (
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable{
- icon_state = "0-4";
- d2 = 4
- },
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"lM" = (
-/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,
-/area/mine/living_quarters)
-"lN" = (
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"lO" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/item/weapon/storage/box/lights,
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"lP" = (
-/obj/structure/rack,
-/obj/item/weapon/storage/firstaid/regular,
-/obj/item/weapon/storage/firstaid/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"lQ" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/living_quarters)
-"lR" = (
-/turf/open/floor/plasteel/floorgrime,
-/area/mine/living_quarters)
-"lS" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/living_quarters)
-"lT" = (
-/obj/structure/sign/xeno_warning_mining,
-/turf/closed/wall,
-/area/mine/living_quarters)
-"lU" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -28
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/area/mine/production)
-"lV" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 2;
- icon_state = "1-2";
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"lW" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/machinery/status_display{
- layer = 4;
- pixel_x = 32;
- pixel_y = 0
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/production)
-"lX" = (
-/obj/machinery/light{
- icon_state = "tube1";
- dir = 8
- },
-/turf/open/floor/plating/airless/astplate,
-/area/mine/production)
-"lY" = (
-/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/mine/living_quarters)
-"lZ" = (
-/obj/machinery/iv_drip,
-/turf/open/floor/plasteel/white,
-/area/mine/living_quarters)
-"ma" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/obj/machinery/camera{
- c_tag = "Sleeper Room";
- dir = 1;
- network = list("MINE")
- },
-/turf/open/floor/plasteel/white,
-/area/mine/living_quarters)
-"mb" = (
-/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/whiteblue/side{
- dir = 4
- },
-/area/mine/living_quarters)
-"mc" = (
-/obj/machinery/power/terminal{
- icon_state = "term";
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-2";
- d2 = 2
- },
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"md" = (
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"me" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 8
- },
-/obj/machinery/meter,
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"mf" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"mg" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line,
-/area/mine/living_quarters)
-"mh" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line,
-/area/mine/living_quarters)
-"mi" = (
-/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,
-/obj/effect/turf_decal/stripes/line,
-/area/mine/living_quarters)
-"mj" = (
-/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
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/area/mine/production)
-"mk" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- d1 = 1;
- d2 = 8;
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"ml" = (
-/obj/machinery/atmospherics/pipe/simple,
-/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{
- name = "floor"
- },
-/obj/effect/turf_decal/delivery,
-/area/mine/production)
-"mn" = (
-/obj/machinery/mineral/mint{
- input_dir = 4
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"mo" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/loadingarea{
- dir = 8
- },
-/area/mine/production)
-"mp" = (
-/obj/machinery/airalarm{
- pixel_y = 28
- },
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel{
- dir = 1
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/area/mine/production)
-"mq" = (
-/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{
- dir = 1
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/area/mine/production)
-"mr" = (
-/obj/structure/barricade/wooden,
-/turf/open/floor/plasteel{
- dir = 1
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/area/mine/production)
-"ms" = (
-/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,
-/area/mine/living_quarters)
-"mt" = (
-/obj/machinery/power/port_gen/pacman{
- anchored = 1
- },
-/obj/structure/cable{
- d2 = 8;
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"mu" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"mv" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- dir = 5
- },
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/mine/living_quarters)
-"mw" = (
-/obj/machinery/door/airlock/external{
- name = "Mining External Airlock";
- req_access_txt = "54"
- },
-/turf/open/floor/plasteel/airless/asteroid,
-/area/mine/living_quarters)
-"mx" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/mine/production)
-"my" = (
-/turf/open/floor/plasteel/loadingarea,
-/area/mine/production)
-"mz" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/area/mine/production)
-"mA" = (
-/obj/structure/barricade/wooden,
-/turf/open/floor/plasteel/loadingarea{
- dir = 4
- },
-/area/space)
-"mB" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/barricade/wooden,
-/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,
-/obj/effect/turf_decal/stripes/asteroid/line{
- dir = 4
- },
-/area/mine/explored)
-"mE" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/living_quarters)
-"mF" = (
-/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/mine/production)
-"mG" = (
-/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/mine/production)
-"mH" = (
-/obj/item/device/radio/beacon,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/area/mine/production)
-"mI" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/area/mine/production)
-"mJ" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/machinery/computer/shuttle/mining{
- req_access = "0"
- },
-/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{
- name = "floor"
- },
-/obj/effect/turf_decal/delivery,
-/area/mine/production)
-"mK" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/turf/open/floor/plasteel{
- dir = 1
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/area/mine/production)
-"mL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 2;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"mM" = (
-/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,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/production)
-"mN" = (
-/obj/machinery/mineral/unloading_machine{
- dir = 1;
- icon_state = "unloader-corner";
- input_dir = 1;
- output_dir = 2
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/area/mine/production)
-"mO" = (
-/obj/docking_port/stationary{
- dir = 8;
- dwidth = 3;
- height = 5;
- id = "mining_away";
- name = "asteroid mine";
- width = 7
- },
-/turf/open/space,
-/area/space)
-"mP" = (
-/obj/machinery/door/airlock/external{
- name = "Mining Shuttle Airlock";
- req_access_txt = "0"
- },
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/obj/effect/turf_decal/delivery,
-/area/mine/production)
-"mQ" = (
-/turf/open/floor/plasteel,
-/area/mine/production)
-"mR" = (
-/obj/structure/disposalpipe/segment{
- dir = 1;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"mS" = (
-/obj/machinery/atmospherics/pipe/simple,
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/area/mine/production)
-"mT" = (
-/obj/machinery/atmospherics/pipe/simple,
-/turf/open/floor/plasteel,
-/area/mine/production)
-"mU" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "mining_internal";
- name = "mining conveyor"
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/production)
-"mV" = (
-/obj/machinery/conveyor{
- dir = 2;
- id = "mining_internal"
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/area/mine/production)
-"mW" = (
-/obj/effect/decal/remains/human{
- desc = "Seems to be all that remains of a poor miner that didn't heed the warning signs."
- },
-/turf/open/floor/plating/asteroid/airless,
-/area/mine/explored)
-"mX" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/area/mine/production)
-"mY" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/area/mine/production)
-"mZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"na" = (
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 8
- },
-/obj/structure/disposalpipe/junction{
- dir = 4;
- icon_state = "pipe-j2"
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"nb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/production)
-"nc" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Processing Area";
- req_access_txt = "48"
- },
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/obj/effect/turf_decal/delivery,
-/area/mine/production)
-"nd" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 2;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/area/mine/production)
-"ne" = (
-/obj/machinery/atmospherics/pipe/simple{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/area/mine/production)
-"nf" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"ng" = (
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/production)
-"nh" = (
-/obj/machinery/mineral/processing_unit_console,
-/turf/closed/wall/r_wall,
-/area/mine/production)
-"ni" = (
-/obj/machinery/mineral/processing_unit{
- dir = 1;
- output_dir = 2
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/area/mine/production)
-"nj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump{
- dir = 1;
- on = 1
- },
-/turf/open/floor/plasteel,
-/area/mine/production)
-"nk" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/area/mine/production)
-"nl" = (
-/obj/machinery/door/airlock/glass_mining{
- name = "Processing Area";
- req_access_txt = "48"
- },
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/obj/effect/turf_decal/delivery,
-/area/mine/production)
-"nm" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/area/mine/production)
-"nn" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/area/mine/production)
-"no" = (
-/obj/structure/ore_box,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/area/mine/production)
-"np" = (
-/obj/structure/lattice,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- icon_state = "pipe-c"
- },
-/turf/open/space,
-/area/space)
-"nq" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/area/mine/production)
-"nr" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 2
- },
-/area/mine/production)
-"ns" = (
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/area/mine/production)
-"nt" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/window/northleft{
- name = "Output Access"
- },
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/obj/effect/turf_decal/delivery,
-/area/mine/production)
-"nu" = (
-/obj/machinery/door/window/northleft{
- base_state = "right";
- icon_state = "right";
- name = "Output Access"
- },
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/obj/effect/turf_decal/delivery,
-/area/mine/production)
-"nv" = (
-/obj/machinery/mineral/stacking_unit_console,
-/turf/closed/wall/r_wall,
-/area/mine/production)
-"nw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/mine/explored)
-"nx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/mine/explored)
-"ny" = (
-/obj/structure/lattice,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/space,
-/area/space)
-"nz" = (
-/obj/structure/lattice,
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/open/space,
-/area/space)
-"nA" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/door/window/northleft{
- name = "Pneumatic Tube Access"
- },
-/obj/machinery/disposal/deliveryChute{
- dir = 1;
- pixel_y = -1
- },
-/turf/open/floor/plasteel{
- dir = 1
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/area/mine/production)
-"nB" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen";
- opened = 1
- },
-/obj/machinery/light,
-/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{
- name = "floor"
- },
-/obj/effect/turf_decal/delivery,
-/area/mine/production)
-"nD" = (
-/turf/open/floor/plasteel{
- name = "floor"
- },
-/obj/effect/turf_decal/delivery,
-/area/mine/production)
-"nE" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/obj/structure/plasticflaps,
-/obj/structure/barricade/wooden,
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/area/mine/production)
-"nF" = (
-/obj/machinery/mineral/stacking_machine{
- dir = 1;
- input_dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/area/mine/production)
-"nG" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "mining_internal"
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/area/mine/production)
-"nH" = (
-/obj/machinery/conveyor{
- icon_state = "conveyor0";
- dir = 10;
- id = "mining_internal"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/area/mine/production)
-"nI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/mine/explored)
-"nJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 8;
- icon_state = "pipe-c"
- },
-/turf/closed/wall,
-/area/mine/production)
-"nK" = (
-/obj/structure/disposaloutlet{
- dir = 1;
- eject_range = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/area/mine/production)
-"nL" = (
-/obj/docking_port/stationary{
- dheight = 9;
- dir = 2;
- dwidth = 5;
- height = 24;
- id = "syndicate_z5";
- name = "south of asteroid";
- turf_type = /turf/open/space;
- width = 18
- },
-/turf/open/space,
-/area/space)
-
-(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
-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
-"}
-(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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ak
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ak
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ak
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ak
-ac
-ac
-ac
-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
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ad
-ad
-ac
-ac
-aa
-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
-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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-aa
-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
-aa
-aa
-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
-aa
-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
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ak
-ad
-ad
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-cu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-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
-ac
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-aa
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-aa
-aa
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-aa
-aa
-aa
-aa
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-aa
-aa
-aa
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-cu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-aa
-aa
-aa
-aa
-bS
-ac
-ac
-ad
-ad
-ac
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ad
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-hy
-hz
-hz
-hy
-hz
-hz
-hy
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-hy
-hE
-hS
-ic
-ij
-ir
-hy
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-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
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-fx
-aa
-aa
-aj
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-hy
-hF
-hM
-hM
-hM
-hM
-hy
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-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
-ct
-ct
-ct
-ct
-ct
-ej
-ct
-aa
-fl
-fy
-fl
-fl
-gl
-gx
-gJ
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-cj
-cj
-cj
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-hy
-hG
-hT
-hM
-ik
-is
-hy
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-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
-ct
-do
-dA
-dM
-cE
-ek
-ct
-aa
-fl
-fm
-fq
-fR
-gm
-gy
-gK
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-hy
-hz
-hz
-id
-il
-hz
-hy
-hy
-hy
-hy
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-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
-cv
-cv
-cv
-ct
-dp
-dB
-dN
-cE
-ej
-ct
-ct
-fl
-fz
-fq
-fS
-fS
-gz
-gL
-aa
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-hy
-hH
-hU
-hM
-im
-it
-iM
-jd
-ju
-hy
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-cv
-cA
-cP
-cE
-cE
-dC
-dO
-cE
-el
-ct
-eS
-fm
-fm
-fq
-fT
-gn
-gA
-fl
-ab
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-hk
-hq
-hz
-hI
-hU
-hM
-in
-iu
-iN
-je
-jv
-hy
-bS
-bS
-bS
-bS
-ac
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ct
-cB
-cQ
-de
-dq
-dD
-dP
-dY
-em
-cG
-cG
-fm
-fm
-fL
-fU
-fS
-gB
-fl
-cy
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-hk
-hr
-hz
-hJ
-hU
-hM
-io
-iv
-iO
-jf
-jw
-hy
-bS
-bS
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ct
-cC
-cR
-df
-cG
-dE
-dE
-cG
-cG
-cG
-cG
-fn
-fA
-fo
-fV
-go
-gC
-fl
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ha
-bS
-bS
-hk
-hs
-hz
-hK
-hU
-hM
-hM
-hM
-hy
-jg
-jx
-hy
-bS
-bS
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ct
-cD
-cS
-dg
-cF
-dF
-dQ
-dZ
-dq
-dq
-dq
-fo
-fB
-fq
-fW
-fq
-fq
-fq
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ha
-bS
-bS
-bS
-bS
-hz
-hL
-hV
-ie
-ip
-iw
-hy
-hy
-hy
-hy
-bS
-bS
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ct
-ct
-cE
-cE
-cE
-dr
-cG
-cG
-dE
-cG
-dg
-eT
-fp
-fC
-fq
-fX
-gp
-gD
-fq
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-hy
-hz
-hW
-hz
-hy
-ix
-iP
-jh
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-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
-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
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ct
-cw
-cF
-cT
-dh
-ds
-dq
-dq
-ea
-cG
-eF
-eU
-fq
-fD
-fM
-fY
-gq
-gE
-fq
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-hy
-hM
-hM
-if
-hy
-iy
-iQ
-ji
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ct
-cw
-cG
-cG
-di
-cG
-cG
-dR
-dg
-en
-cE
-eV
-fq
-fE
-fN
-fZ
-gq
-gF
-fq
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-hy
-hN
-hN
-ig
-hy
-iz
-iQ
-hl
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-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
-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
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-bL
-bL
-bL
-ct
-cw
-cG
-cU
-cE
-dt
-cG
-cG
-eb
-eo
-eG
-eW
-cE
-fF
-fO
-ga
-gr
-gG
-fq
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-hy
-hO
-hX
-hz
-hy
-iA
-iQ
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-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
-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
-ac
-ac
-bL
-bX
-ca
-bL
-bL
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-ct
-cx
-cG
-cV
-cE
-cE
-dG
-cE
-ec
-cE
-cE
-cE
-fq
-fG
-fq
-gb
-gs
-gs
-fq
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-hA
-hP
-hY
-ih
-hy
-iB
-iQ
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-bL
-bL
-bL
-cb
-bL
-bL
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-ct
-ct
-ct
-cW
-ct
-du
-du
-dS
-ed
-ep
-du
-eX
-fq
-fH
-fq
-gc
-fq
-fq
-fq
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-gX
-iC
-iC
-gM
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-cH
-cX
-ct
-du
-du
-dT
-ed
-eq
-du
-eY
-fr
-du
-fP
-gd
-cy
-cy
-cy
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-gR
-iD
-iD
-gO
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-bL
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-cH
-cY
-ct
-du
-cY
-dT
-ee
-er
-du
-cI
-cI
-du
-du
-ge
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ha
-bS
-gV
-gV
-bS
-bS
-ac
-ac
-ac
-ac
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-cH
-cY
-dj
-cI
-cY
-cY
-ef
-cY
-cI
-cI
-cY
-cI
-cI
-gf
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-gV
-gV
-bS
-bS
-ac
-ac
-ac
-ac
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-cu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-bL
-bL
-bL
-bL
-cy
-cH
-cH
-dk
-cY
-cY
-cY
-cY
-cY
-cI
-cI
-cI
-cI
-cI
-cy
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-cj
-gV
-gV
-bS
-bS
-ac
-ac
-ac
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-bL
-bL
-cy
-cI
-cI
-dl
-cY
-cY
-cI
-cI
-cI
-cI
-cI
-cI
-cI
-cy
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-cj
-gV
-gV
-bS
-ac
-ac
-ac
-ac
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-bL
-bL
-bL
-cy
-cZ
-cy
-cy
-dH
-cI
-cI
-cI
-cI
-dH
-dH
-cy
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-cj
-gV
-gV
-bS
-ac
-ac
-ac
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-cy
-cy
-cy
-cy
-cy
-eg
-es
-eH
-cy
-cy
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-cj
-iE
-gV
-bS
-cj
-ac
-ac
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-cy
-cy
-cy
-cE
-cy
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-cj
-iE
-gW
-gU
-bS
-cj
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-cu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-cj
-gW
-gU
-gW
-gU
-bS
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-cj
-bS
-gW
-gU
-gW
-gU
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ac
-ac
-ac
-aa
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-gW
-gU
-gW
-gU
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-gW
-gU
-gV
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-gV
-gV
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-gV
-gV
-bS
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-aa
-aa
-aa
-aa
-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
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-gV
-gV
-bS
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-aa
-aa
-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
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-gV
-gV
-bS
-ac
-ac
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-gX
-iC
-iC
-gM
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-gR
-iD
-iD
-gO
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-bS
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-cu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-gV
-gW
-gT
-gT
-gT
-gU
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ak
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-ac
-ac
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ac
-ac
-cj
-cj
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gT
-gT
-gT
-gU
-gV
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ak
-ak
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ak
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bL
-bL
-bL
-bL
-bL
-ac
-ac
-ac
-ac
-ac
-ac
-cj
-cj
-cj
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-cj
-cj
-cj
-cj
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ac
-ac
-bS
-bS
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-gX
-iC
-iC
-gM
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-gR
-iD
-iD
-gO
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-gY
-gT
-gT
-gZ
-gV
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gY
-gT
-gT
-gZ
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-gX
-iC
-iC
-gM
-bS
-bS
-bS
-bS
-bS
-ac
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-gR
-iD
-iD
-gO
-bS
-bS
-ac
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-cu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-cu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ac
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-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
-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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-av
-av
-av
-av
-av
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-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
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-av
-bs
-bs
-bs
-bs
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-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
-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
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aj
-aj
-av
-bt
-bz
-bz
-bG
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-cu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-av
-bu
-bA
-bF
-bF
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-gV
-gW
-gU
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aj
-aa
-aa
-aa
-aa
-aj
-aj
-aj
-av
-bv
-bz
-bF
-bH
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gU
-gW
-gU
-bS
-ac
-ac
-ac
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aa
-aa
-aa
-aa
-aj
-be
-av
-av
-av
-bB
-bB
-av
-av
-av
-av
-av
-av
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gU
-gV
-bS
-ac
-ac
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aV
-aZ
-bf
-aL
-aK
-be
-aF
-aX
-bI
-bM
-bI
-bI
-cc
-cc
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-ac
-ac
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aO
-ba
-bg
-aW
-aQ
-bw
-bC
-aF
-bJ
-bJ
-bJ
-bJ
-bJ
-bI
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gX
-iC
-iC
-gM
-ac
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aO
-aP
-ap
-ap
-bm
-bq
-bf
-by
-aF
-bx
-aF
-aF
-aF
-bJ
-bI
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gR
-iD
-iD
-gO
-ac
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aH
-aP
-aO
-bb
-bc
-ap
-aW
-av
-aF
-aM
-bx
-aF
-aX
-bi
-bJ
-bI
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-bS
-bS
-cj
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aI
-aI
-ap
-bc
-ap
-bg
-aQ
-bd
-bD
-aB
-bJ
-aF
-bT
-aF
-bJ
-cf
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-bS
-bS
-cj
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-ap
-as
-ap
-ap
-as
-aQ
-aX
-av
-bi
-aF
-aX
-aF
-bU
-aF
-bJ
-cg
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-bS
-bS
-gV
-gW
-gU
-bS
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aC
-aJ
-aQ
-aW
-aW
-bh
-bn
-br
-bx
-aM
-aF
-bJ
-by
-aB
-bN
-bJ
-bI
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-ac
-ac
-ac
-bS
-bS
-gW
-gU
-gW
-gU
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-aj
-aj
-aD
-aK
-aR
-aQ
-aX
-bi
-bo
-bp
-bx
-bE
-aF
-bx
-aF
-bi
-aF
-bJ
-bI
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-bS
-bS
-gW
-gU
-gV
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-aj
-ay
-aE
-aL
-aR
-aQ
-aX
-aF
-bp
-bp
-bx
-aF
-by
-bx
-bN
-aF
-aX
-bJ
-bI
-av
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-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
-"}
-(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
-af
-ah
-al
-ap
-ap
-aa
-aw
-az
-av
-af
-aS
-av
-bd
-av
-af
-aS
-av
-bi
-aF
-bx
-bx
-bx
-bJ
-bJ
-cc
-av
-cj
-cj
-ad
-ad
-ad
-cj
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-ac
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ag
-ai
-am
-aq
-ar
-au
-ax
-aA
-aF
-aM
-aB
-aF
-aW
-aR
-aR
-ai
-aQ
-aM
-aF
-aF
-bD
-aF
-bI
-bI
-cc
-av
-cj
-cj
-cj
-cj
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-ac
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-af
-ah
-an
-ai
-as
-ai
-ai
-aB
-aG
-aB
-aF
-aX
-aF
-bj
-aQ
-ai
-ai
-aW
-aF
-aF
-bi
-aF
-av
-av
-av
-av
-cj
-cj
-cj
-cj
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-ac
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-aj
-ao
-ah
-at
-av
-av
-av
-av
-av
-aT
-av
-av
-av
-av
-av
-ai
-av
-av
-av
-av
-av
-av
-bk
-bk
-av
-av
-av
-av
-cj
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gX
-iC
-iC
-gM
-bS
-bS
-ac
-ac
-ac
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-aj
-aj
-aj
-ac
-ac
-ac
-av
-aN
-aU
-aN
-av
-bk
-bk
-bk
-ai
-ai
-aF
-bK
-bO
-ai
-bk
-ai
-cd
-bR
-ck
-cl
-cn
-cp
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-gR
-iD
-iD
-gO
-bS
-bS
-ac
-ac
-ac
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-aj
-ac
-ac
-ac
-av
-aN
-aN
-aY
-av
-ai
-ai
-as
-ai
-aX
-bi
-by
-bP
-bV
-ai
-cd
-cd
-ch
-bV
-cm
-ch
-cq
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-cu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-av
-av
-av
-av
-av
-aQ
-ai
-aF
-by
-aF
-bD
-aF
-bQ
-bV
-bV
-ai
-cd
-ci
-cd
-cl
-co
-cr
-cs
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-ac
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-av
-bl
-bl
-bl
-bi
-aF
-aF
-aX
-bR
-bW
-bY
-bW
-bl
-av
-av
-av
-av
-cj
-cj
-cs
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-ab
-ab
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-ac
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-av
-av
-av
-av
-av
-av
-av
-av
-av
-av
-bZ
-ce
-av
-av
-cj
-cj
-cj
-cj
-cj
-cj
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-ab
-ab
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-ab
-ab
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-ab
-ab
-ab
-bS
-ab
-ab
-ab
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-aa
-ac
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-ho
-ho
-ho
-ho
-ho
-ho
-ab
-ab
-bS
-bS
-gV
-gW
-gT
-gT
-gU
-bS
-bS
-ab
-ab
-ac
-ac
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-ho
-iF
-iR
-jj
-jy
-ho
-ab
-ab
-ab
-bS
-gW
-gT
-gT
-gU
-gV
-bS
-bS
-bS
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-cu
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ho
-iG
-iS
-iS
-iS
-ho
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-gV
-gW
-gU
-bS
-bS
-ab
-ab
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-hl
-ht
-ab
-ab
-ab
-ab
-ho
-iH
-iS
-jk
-jz
-ho
-ho
-ho
-ab
-ab
-bS
-bS
-bS
-gW
-gU
-gW
-gU
-bS
-bS
-ab
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-hm
-hn
-hl
-hQ
-hZ
-hZ
-iq
-iI
-iT
-jl
-iS
-ho
-ke
-ho
-ab
-ab
-ab
-bS
-bS
-bS
-gW
-gU
-gW
-gU
-bS
-ab
-ab
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-hn
-hu
-cH
-ab
-ab
-ab
-ho
-iJ
-iS
-jm
-jA
-ho
-kf
-ho
-ab
-ho
-ho
-ho
-lT
-bS
-bS
-gW
-gU
-gV
-bS
-bS
-ab
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ad
-ak
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ho
-iK
-iU
-jn
-iS
-ho
-kg
-ho
-ho
-ho
-lH
-lY
-ho
-bS
-bS
-mW
-gV
-gV
-bS
-bS
-ab
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-ab
-ab
-ab
-ho
-ho
-ho
-ho
-ho
-ho
-ho
-ho
-ho
-ho
-jB
-ib
-jo
-kz
-jo
-ib
-lI
-lZ
-ho
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-ab
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-hb
-hb
-hb
-hb
-hv
-hB
-ho
-hv
-hB
-ho
-hv
-hB
-ho
-jp
-jQ
-jH
-jH
-kW
-lq
-lJ
-ma
-ho
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-ab
-ad
-ac
-ac
-ac
-ac
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-bS
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ac
-ac
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ab
-hb
-hc
-hc
-hb
-hw
-hC
-ho
-ia
-hC
-ho
-iL
-hC
-ho
-jC
-jR
-kh
-kA
-kX
-ib
-lK
-mb
-ho
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-ab
-ac
-ac
-ac
-ac
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-bS
-bS
-cJ
-bS
-bS
-cN
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-hb
-hd
-hg
-hb
-ho
-hD
-ho
-ho
-ii
-ho
-ho
-iV
-ho
-jD
-ib
-jp
-kB
-kY
-ho
-ho
-ho
-ho
-lT
-bS
-bS
-gV
-gV
-bS
-bS
-ab
-ac
-ac
-ac
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-cK
-da
-dm
-dv
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-hb
-he
-hh
-hp
-hx
-hx
-hR
-hx
-hx
-hx
-hR
-hx
-hx
-jE
-jQ
-jH
-kC
-kY
-ho
-lL
-mc
-ms
-ho
-bS
-bS
-gV
-gV
-bS
-bS
-ab
-ac
-ac
-bS
-bS
-bS
-ac
-ac
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-aa
-aa
-aa
-aa
-aa
-cL
-da
-dm
-dw
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-hb
-hf
-hi
-hb
-ho
-ho
-ho
-ib
-ib
-ib
-ho
-ho
-ho
-ho
-ho
-jB
-jD
-kX
-lr
-lM
-md
-mt
-ho
-gM
-bS
-gV
-gV
-bS
-ab
-ab
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-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
-cL
-da
-dm
-dw
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-hb
-hc
-hj
-hb
-ab
-bS
-bS
-bS
-bS
-bS
-ho
-iW
-iW
-jF
-ho
-ki
-kD
-kZ
-ls
-lN
-md
-mu
-ho
-gN
-bS
-gV
-gV
-bS
-ab
-ab
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-cL
-da
-dm
-dw
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-hb
-hb
-hb
-hb
-ab
-ab
-bS
-bS
-bS
-bS
-ho
-iX
-jo
-jo
-ho
-kj
-kE
-la
-lt
-lO
-me
-mv
-ho
-gN
-bS
-gV
-gV
-bS
-bS
-ab
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-cL
-db
-dm
-dw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-ib
-iY
-jo
-jG
-ho
-jo
-kE
-lb
-ho
-lP
-mf
-mf
-ho
-gN
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-cL
-dc
-dn
-dw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-ib
-iY
-jo
-jo
-ho
-jp
-kF
-kY
-ho
-ho
-ho
-ho
-lT
-gN
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-cL
-dd
-dm
-dw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-bS
-bS
-bS
-ib
-iY
-jp
-jH
-jS
-jH
-kF
-kY
-ib
-lQ
-mg
-ib
-mC
-gN
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-cL
-da
-dm
-dw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-bS
-bS
-bS
-ho
-ib
-ib
-ib
-ho
-jo
-kE
-kX
-lu
-lR
-mh
-mw
-mC
-gN
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-cL
-da
-dm
-dw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-ho
-jo
-kE
-kX
-ib
-lS
-mi
-ib
-mD
-gO
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-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
-cL
-da
-dm
-dw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-ib
-kk
-kG
-lc
-ho
-lT
-ho
-ho
-mE
-bS
-bS
-gV
-gW
-gT
-gU
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-cL
-da
-dm
-dw
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-bS
-bS
-bS
-bS
-ib
-ib
-kH
-ld
-ib
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gT
-gU
-gV
-bS
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-cM
-da
-dm
-dx
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ab
-bS
-bS
-bS
-bS
-bS
-ib
-kG
-ld
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-aj
-cN
-bS
-bS
-cN
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ab
-bS
-bS
-bS
-bS
-bS
-ib
-kH
-ld
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gX
-iC
-iC
-gM
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-bS
-bS
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ab
-ac
-bS
-bS
-bS
-aa
-kl
-kI
-le
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gR
-iD
-iD
-gO
-ac
-ac
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-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
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-bS
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-bS
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-km
-kI
-le
-aa
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-ac
-ac
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-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
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-bS
-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
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ac
-ac
-ac
-aa
-aa
-aa
-km
-kI
-le
-aa
-bS
-bS
-bS
-aa
-aj
-bS
-bS
-bS
-gV
-gV
-bS
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aj
-bS
-ab
-ab
-ab
-ab
-ae
-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
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-km
-kI
-le
-aa
-aa
-aj
-aa
-aa
-aj
-aa
-bS
-bS
-gV
-gV
-bS
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aj
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-km
-kI
-le
-aa
-aa
-aj
-aa
-aa
-aj
-aa
-aa
-dk
-nw
-nI
-dk
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aj
-cz
-cN
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-aa
-aa
-aa
-aa
-aa
-km
-kI
-le
-aj
-aj
-aj
-aj
-aj
-aj
-aa
-aa
-dk
-nx
-nx
-dk
-bS
-bS
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aj
-bS
-cO
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-ac
-ac
-ac
-ac
-ac
-ak
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-km
-kI
-le
-aa
-aa
-aj
-aa
-aa
-aj
-aa
-aa
-aj
-ny
-ny
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aj
-aj
-bS
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-km
-kI
-le
-aa
-aa
-aj
-aa
-aa
-aj
-aa
-aa
-aa
-ny
-ny
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-kn
-kJ
-lf
-aa
-aa
-aj
-aa
-aa
-aj
-aa
-aa
-aa
-ny
-ny
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-bS
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-kn
-kJ
-lf
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-aj
-ny
-ny
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-aa
-aa
-bS
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ad
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-kn
-kJ
-lf
-aa
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ny
-ny
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-bS
-cz
-cN
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ad
-ad
-ad
-ac
-ac
-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
-ab
-ab
-bS
-aj
-aj
-kn
-kJ
-lf
-aa
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ny
-ny
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-cO
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-ac
-ac
-ac
-ac
-ac
-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
-ab
-ab
-bS
-aa
-aa
-kn
-kJ
-lf
-aa
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ny
-ny
-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
-"}
-(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
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-bS
-bS
-aa
-kn
-kJ
-lf
-aa
-aj
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ny
-ny
-aa
-aa
-aa
-aa
-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
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-aa
-aa
-aa
-aa
-ab
-bS
-bS
-bS
-aa
-kn
-kJ
-lg
-aa
-aj
-aa
-aa
-aa
-mO
-aa
-aa
-aa
-ny
-ny
-aa
-aa
-aa
-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
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-jK
-kK
-lh
-aj
-aj
-aj
-aj
-mF
-mP
-jK
-aj
-aj
-ny
-ny
-aa
-aa
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-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
-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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-jK
-kL
-lh
-aa
-aj
-aa
-aa
-jK
-lv
-jK
-aa
-aa
-ny
-ny
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ab
-ab
-ab
-ab
-cN
-eI
-bS
-bS
-cN
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-jK
-jK
-kK
-lh
-jK
-aj
-aj
-jK
-mG
-mP
-jK
-jK
-np
-nz
-ny
-aj
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-jI
-jK
-ko
-kL
-li
-jK
-jI
-jI
-jK
-mH
-lv
-mX
-jK
-lB
-jI
-lB
-aj
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-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
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gY
-jJ
-jT
-kp
-kM
-lj
-lv
-lU
-mj
-lv
-mI
-mQ
-mY
-lv
-nq
-nA
-nJ
-aj
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-bS
-bS
-bS
-bS
-bS
-gX
-gM
-bS
-gV
-jK
-jU
-kq
-kN
-lk
-lw
-lV
-mk
-mx
-mx
-mR
-mZ
-mx
-nr
-nB
-jI
-aj
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-bS
-gY
-gT
-gT
-gT
-gQ
-gS
-gT
-gZ
-jK
-jV
-kr
-kO
-ll
-lx
-lW
-ml
-ml
-ml
-mS
-na
-nj
-nn
-jU
-jK
-aj
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-gV
-gY
-gT
-gT
-gQ
-gS
-iZ
-jc
-jc
-jW
-ks
-jb
-jI
-ly
-jI
-mm
-mm
-mJ
-mz
-nb
-nk
-ns
-mK
-jK
-aj
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-gV
-gV
-bS
-bS
-gR
-gO
-ja
-jq
-jL
-jX
-kt
-kP
-jI
-lz
-jI
-jI
-lh
-jI
-lh
-nc
-nl
-lh
-jI
-jI
-jI
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-cN
-eI
-bS
-bS
-cN
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ab
-ab
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-jb
-jr
-jM
-jY
-jY
-kQ
-jJ
-lA
-jI
-mn
-my
-mK
-jU
-nd
-nm
-nt
-nC
-nK
-jI
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-jb
-js
-jN
-jZ
-jZ
-kR
-jI
-lB
-jI
-mo
-ko
-lv
-lv
-ne
-nn
-nu
-nD
-jI
-jI
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-jc
-js
-jO
-ka
-jZ
-kS
-jI
-lC
-jI
-mp
-kp
-mL
-mT
-nf
-nn
-nv
-nE
-jI
-ae
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-jc
-jc
-jc
-jb
-ku
-jb
-jI
-lD
-jI
-mq
-mz
-mM
-mU
-ng
-no
-jK
-nF
-jI
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-dy
-et
-et
-dy
-et
-et
-dy
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-bS
-jc
-kb
-kv
-kT
-jI
-lD
-jI
-mr
-mA
-jI
-jK
-nh
-jK
-jK
-nG
-jI
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-dy
-eu
-eJ
-eZ
-fs
-fI
-dy
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-jt
-jc
-kc
-kw
-kU
-jI
-lE
-jI
-mr
-mB
-mN
-mV
-ni
-mV
-mV
-nH
-jI
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-aa
-aa
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-dy
-ev
-eA
-fa
-eA
-eA
-et
-gg
-gt
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-gY
-gZ
-gV
-bS
-bS
-bS
-bS
-bS
-bS
-jc
-jb
-kx
-jb
-jI
-lF
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-jI
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-dy
-dy
-dy
-dy
-ew
-eK
-fb
-ft
-fJ
-et
-gh
-gt
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-gY
-gZ
-gY
-gZ
-bS
-bS
-bS
-bS
-bS
-bS
-jP
-kd
-ky
-kV
-lm
-lG
-lX
-bS
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-dy
-dI
-dU
-dy
-et
-et
-fc
-et
-et
-dy
-gi
-gt
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ab
-ae
-ae
-ab
-ab
-bS
-gY
-gT
-gT
-gT
-gZ
-gY
-gZ
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ln
-lG
-lp
-bS
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-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
-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
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-dz
-dJ
-dV
-eh
-ex
-eL
-fb
-eA
-fK
-dy
-dy
-dy
-dy
-bS
-bS
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-ab
-ab
-ae
-ae
-ab
-ab
-bS
-gV
-gY
-gT
-gT
-gT
-gZ
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-lo
-lG
-lp
-bS
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-dy
-dK
-dW
-ei
-ey
-eM
-fd
-fu
-eA
-et
-gj
-gu
-et
-gM
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-bS
-ab
-ab
-ae
-ae
-ab
-ab
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-ln
-lG
-lp
-bS
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-dy
-dL
-dX
-dy
-ez
-eN
-fe
-fe
-fe
-fQ
-eA
-gv
-gH
-gN
-bS
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ab
-ab
-bS
-gV
-gV
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ab
-ha
-ha
-bS
-lp
-lp
-lp
-bS
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-dy
-dy
-dy
-dy
-eA
-dy
-ff
-fv
-fv
-et
-gk
-gw
-et
-gO
-gM
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ab
-ab
-bS
-gV
-gV
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ha
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-dy
-eA
-dy
-fg
-fw
-fw
-fw
-fw
-fw
-fw
-gP
-gS
-gT
-gT
-gU
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-gV
-gV
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-dy
-eA
-eO
-fh
-fh
-fh
-fh
-fh
-fh
-gI
-gQ
-gS
-gT
-gU
-gV
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gX
-gM
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-bS
-gV
-gV
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-dy
-eB
-eP
-fi
-bS
-bS
-bS
-bS
-bS
-bS
-gR
-gO
-bS
-gV
-gW
-gT
-gT
-gT
-gT
-gU
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gY
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gQ
-gS
-gT
-gT
-gT
-gT
-gT
-gU
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-gV
-gV
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-dy
-eC
-eQ
-fj
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gT
-gT
-gT
-gT
-gU
-gW
-gT
-gT
-gT
-gU
-bS
-gX
-gM
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gY
-gT
-gT
-gT
-gT
-gZ
-gY
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gQ
-gS
-gT
-gT
-gT
-gT
-gU
-gW
-gT
-gT
-gT
-gT
-gU
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-gY
-gZ
-gV
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-nL
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-dy
-eD
-eQ
-fk
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gT
-gT
-gT
-gU
-gW
-gT
-gQ
-gS
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gZ
-gY
-gT
-gT
-gT
-gT
-gZ
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gR
-gO
-bS
-bS
-bS
-bS
-gW
-gT
-gT
-gT
-gT
-gU
-gW
-gT
-gT
-gT
-gU
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-gV
-gY
-gZ
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-dy
-eE
-eR
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gT
-gT
-gQ
-gS
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gZ
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gT
-gT
-gT
-gU
-gW
-gT
-gT
-gT
-gT
-gU
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-bS
-gV
-gV
-bS
-bS
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-bS
-bS
-dy
-dy
-dy
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-gR
-gO
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gT
-gT
-gT
-gT
-gU
-gW
-gT
-gT
-gT
-gT
-gU
-bS
-gX
-gM
-bS
-gV
-gV
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gT
-gT
-gT
-gT
-gU
-gW
-gT
-gQ
-gS
-gT
-gZ
-gV
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gW
-gT
-gT
-gQ
-gS
-gT
-gT
-gZ
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-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
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-bS
-bS
-ab
-ab
-ab
-bS
-bS
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-gR
-gO
-bS
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-"}
-(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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-aa
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ab
-ab
-ab
-ab
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-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
-aa
-aa
-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
-ab
-ab
-ab
-ab
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-bS
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-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
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-bS
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-ab
-ab
-ae
-ae
-ab
-ab
-aa
-aa
-aa
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-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
-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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-bS
-bS
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-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
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-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
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-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
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-aa
-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
-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
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-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
-ab
-ab
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-aa
-aa
-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
-ab
-ab
-ab
-ae
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-aa
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-bS
-bS
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-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
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-bS
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-aa
-aa
-aa
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ab
-ab
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-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
-ae
-ae
-ae
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ae
-ae
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-aa
-ab
-ab
-ab
-ae
-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
-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
-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
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ae
-ae
-ae
-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
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-ab
-ab
-ab
-ae
-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
-ab
-ab
-ab
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-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
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-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
-aa
-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/generic/z6.dmm b/_maps/map_files/generic/z6.dmm
deleted file mode 100644
index c71d2e76ad..0000000000
--- a/_maps/map_files/generic/z6.dmm
+++ /dev/null
@@ -1,259 +0,0 @@
-"a" = (/turf/open/space,/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
-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
-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
-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
-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
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/map_files/generic/z7.dmm b/_maps/map_files/generic/z7.dmm
deleted file mode 100644
index c71d2e76ad..0000000000
--- a/_maps/map_files/generic/z7.dmm
+++ /dev/null
@@ -1,259 +0,0 @@
-"a" = (/turf/open/space,/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
-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
-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
-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
-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
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/map_files/generic/z8.dmm b/_maps/map_files/generic/z8.dmm
deleted file mode 100644
index c71d2e76ad..0000000000
--- a/_maps/map_files/generic/z8.dmm
+++ /dev/null
@@ -1,259 +0,0 @@
-"a" = (/turf/open/space,/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
-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
-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
-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
-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
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/map_files/generic/z9.dmm b/_maps/map_files/generic/z9.dmm
deleted file mode 100644
index c71d2e76ad..0000000000
--- a/_maps/map_files/generic/z9.dmm
+++ /dev/null
@@ -1,259 +0,0 @@
-"a" = (/turf/open/space,/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
-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
-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
-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
-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
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-"}
diff --git a/_maps/shuttles/cargo_birdboat.dmm b/_maps/shuttles/cargo_birdboat.dmm
index 71705b06de..d892e13726 100644
--- a/_maps/shuttles/cargo_birdboat.dmm
+++ b/_maps/shuttles/cargo_birdboat.dmm
@@ -170,9 +170,7 @@
/turf/open/space,
/area/space)
"x" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_l"
- },
+/obj/structure/shuttle/engine/propulsion/burst/left,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"y" = (
@@ -180,9 +178,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"z" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_r"
- },
+/obj/structure/shuttle/engine/propulsion/burst/right,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"A" = (
@@ -198,7 +194,6 @@
/area/shuttle/supply)
"B" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
diff --git a/_maps/shuttles/cargo_box.dmm b/_maps/shuttles/cargo_box.dmm
index 5dc2a6aa57..08ae8d8267 100644
--- a/_maps/shuttles/cargo_box.dmm
+++ b/_maps/shuttles/cargo_box.dmm
@@ -131,9 +131,7 @@
/turf/open/space,
/area/space)
"t" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_l"
- },
+/obj/structure/shuttle/engine/propulsion/burst/left,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"u" = (
@@ -141,9 +139,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"v" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "burst_r"
- },
+/obj/structure/shuttle/engine/propulsion/burst/right,
/turf/open/floor/plating/airless,
/area/shuttle/supply)
"w" = (
@@ -154,7 +150,6 @@
/area/shuttle/supply)
"x" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
diff --git a/_maps/shuttles/emergency_airless.dmm b/_maps/shuttles/emergency_airless.dmm
index a60259b354..444a104f1d 100644
--- a/_maps/shuttles/emergency_airless.dmm
+++ b/_maps/shuttles/emergency_airless.dmm
@@ -52,8 +52,6 @@
"l" = (
/obj/structure/closet/malf,
/obj/machinery/light/built{
- tag = "icon-tube1 (WEST)";
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -65,8 +63,6 @@
name = "4maintenance loot spawner"
},
/obj/machinery/light/built{
- tag = "icon-tube1 (EAST)";
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/plating/airless,
diff --git a/_maps/shuttles/emergency_arena.dmm b/_maps/shuttles/emergency_arena.dmm
index d561ccc458..504ef9be87 100644
--- a/_maps/shuttles/emergency_arena.dmm
+++ b/_maps/shuttles/emergency_arena.dmm
@@ -1,69 +1,2689 @@
-"a" = (/turf/closed/indestructible/necropolis,/area/shuttle_arena)
-"b" = (/turf/open/indestructible/necropolis/air,/area/shuttle_arena)
-"c" = (/obj/effect/forcefield/arena_shuttle,/turf/open/indestructible/necropolis/air,/area/shuttle_arena)
-"d" = (/turf/open/floor/plating/lava/smooth,/area/shuttle_arena)
-"e" = (/obj/effect/landmark/shuttle_arena_entrance,/turf/open/indestructible/necropolis/air,/area/shuttle_arena)
-"f" = (/turf/open/space,/area/space)
-"g" = (/turf/closed/indestructible/necropolis,/area/shuttle/escape{noteleport = 1})
-"h" = (/turf/open/indestructible{tag = "icon-cult"; icon_state = "cult"},/area/shuttle/escape{noteleport = 1})
-"i" = (/obj/structure/closet/crate/necropolis/dragon,/turf/open/indestructible{tag = "icon-cult"; icon_state = "cult"},/area/shuttle/escape{noteleport = 1})
-"j" = (/turf/open/indestructible/necropolis/air,/area/shuttle/escape{noteleport = 1})
-"k" = (/obj/structure/fluff/drake_statue,/turf/open/indestructible{tag = "icon-cult"; icon_state = "cult"},/area/shuttle/escape{noteleport = 1})
-"l" = (/obj/structure/closet/crate/necropolis/tendril,/turf/open/indestructible/necropolis/air,/area/shuttle/escape{noteleport = 1})
-"m" = (/obj/structure/fluff/drake_statue,/turf/open/indestructible/necropolis/air,/area/shuttle/escape{noteleport = 1})
-"n" = (/obj/effect/forcefield/arena_shuttle_entrance,/turf/open/indestructible/necropolis/air,/area/shuttle/escape{noteleport = 1})
-"o" = (/obj/effect/forcefield/arena_shuttle_entrance,/obj/docking_port/mobile/emergency{name = "The Arena"; timid = 1},/turf/open/indestructible/necropolis/air,/area/shuttle/escape{noteleport = 1})
-"p" = (/obj/structure/healingfountain,/turf/open/indestructible/necropolis/air,/area/shuttle/escape{noteleport = 1})
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/closed/indestructible/necropolis,
+/area/shuttle_arena)
+"b" = (
+/turf/open/indestructible/necropolis/air,
+/area/shuttle_arena)
+"c" = (
+/obj/effect/forcefield/arena_shuttle,
+/turf/open/indestructible/necropolis/air,
+/area/shuttle_arena)
+"d" = (
+/turf/open/floor/plating/lava/smooth,
+/area/shuttle_arena)
+"e" = (
+/obj/effect/landmark/shuttle_arena_entrance,
+/turf/open/indestructible/necropolis/air,
+/area/shuttle_arena)
+"f" = (
+/turf/open/space,
+/area/space)
+"g" = (
+/turf/closed/indestructible/necropolis,
+/area/shuttle/escape{
+ noteleport = 1
+ })
+"h" = (
+/turf/open/indestructible{
+ icon_state = "cult"
+ },
+/area/shuttle/escape{
+ noteleport = 1
+ })
+"i" = (
+/obj/structure/closet/crate/necropolis/dragon,
+/turf/open/indestructible{
+ icon_state = "cult"
+ },
+/area/shuttle/escape{
+ noteleport = 1
+ })
+"j" = (
+/turf/open/indestructible/necropolis/air,
+/area/shuttle/escape{
+ noteleport = 1
+ })
+"k" = (
+/obj/structure/fluff/drake_statue,
+/turf/open/indestructible{
+ icon_state = "cult"
+ },
+/area/shuttle/escape{
+ noteleport = 1
+ })
+"l" = (
+/obj/structure/closet/crate/necropolis/tendril,
+/turf/open/indestructible/necropolis/air,
+/area/shuttle/escape{
+ noteleport = 1
+ })
+"m" = (
+/obj/structure/fluff/drake_statue,
+/turf/open/indestructible/necropolis/air,
+/area/shuttle/escape{
+ noteleport = 1
+ })
+"n" = (
+/obj/effect/forcefield/arena_shuttle_entrance,
+/turf/open/indestructible/necropolis/air,
+/area/shuttle/escape{
+ noteleport = 1
+ })
+"o" = (
+/obj/effect/forcefield/arena_shuttle_entrance,
+/obj/docking_port/mobile/emergency{
+ name = "The Arena";
+ timid = 1
+ },
+/turf/open/indestructible/necropolis/air,
+/area/shuttle/escape{
+ noteleport = 1
+ })
+"p" = (
+/obj/structure/healingfountain,
+/turf/open/indestructible/necropolis/air,
+/area/shuttle/escape{
+ noteleport = 1
+ })
(1,1,1) = {"
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-abbbbabbbbbbbbbbbaaaccccaaabbbbbbbbbbbbbbbbbbbbdda
-abbbebbbbbbbbbbebaaabbbbaaabbbbbbbbbbbbbbbbbbbbdda
-abbbbbbbbbbbbbbbbaaabbbbaaabbbbbbbebbbbbbbbbbbbbba
-aabbbabbbbbbbbbbbbaabbbbaabbbbbbbbbbbbbbabbbbbbbba
-abbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbabbbebbbba
-abbbbbbbbbbbbabbbbbbbbbbbbbbbbbbbbbbbbbbabbbbbbbba
-abbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbabbbbbbbba
-abbbbbbbbbbbbbbbbbbbbbbbbbebbaabbbbbbbbbaaaaaabbba
-abbbbbabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbba
-abbbbbbbbbbbbebbbbbbbddbbbbbbbbbbbbbbbbbbbbbbbbbba
-abbebbdddbbbbbbbbbbbbddbbbbbbbbbbbbbbbbbbbbbbbbbba
-abbbbbdddbbbbbbbbbbbbbddbbbbbbbbbbaabbbbbbbbbbbbba
-abbbbbdddbbbbaabbbbbbbbddbbbbbbbbbaabbbbbbbbbbbbba
-abbbbbbddbbbbbbbbbbbbbbbbbbbbbbbbbaabbbbbbbbbbbbba
-abbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbaabbbbbbbbbbbbba
-abbbbbbbbbbbbbbbebbbbbbbbbbbbbbbbbaabbbbbbbebbbbba
-abbbaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbba
-abbbbbabbbbbbbbbbbbbbbbbbbbbbbbebbbbbbbbbbbbbbbbba
-abbbbbbbbbbbbbbbbbbbbddddbbbbabbbbbbbbbbbbbbbbbbba
-abbbbbbbbbbbbbbbbbbbbddddbbbbabbbbbbbbbbbbbbbbbbba
-abbbbbebbbbbbbbbbbbbbbbbbbbbbabbbbbbbbbbbbbbbbbbba
-abbbbbbbbbbbbbbddbbbbbbbbbbbbabbbbbbbbebbbbbbbbbba
-abbbbbbbbbbbbbbddbbbbbbbbbbbbabbbbbbbbbbbbbbbbddda
-abbebbbbbbbbbdddbbbbbbbbbbbbbabbbbbbbbbbbbbbbbddda
-abbbbbbbbbbbddddbbbbbbbbbbaaaaabbbbbbbbbbbbbbbddda
-aaaaaaaaaaaaadbbbbbbbbbbbbaaaaabbbbbbbbbbbbaabddda
-ffffffffffffabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaebddda
-gggggggggggfaaaaaabbbbebbbbbbbbbebbbbbbbbbbabbddda
-gghhiiiihhgfabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbabbddda
-ggjkhiihkjgfabbbbbbbbbbbbbbbbbbbbbbbbbbbddddddddda
-ggjlhhhhljgfabbbbbbbbbbbbbbbbbbbbbbbbbbbddddddddda
-ggjjjjjjjjgfabbbbbbbbbbbbbbbbbbbbbbbbbbbddddddddda
-ggjmjjjjmjgfabbbbbbbbbbbbdddbbbbbbbbbbbbddddddddda
-ggjljjjjljgfabbbbbbbbdddddddbbbbbbbbbbbbddddddddda
-ngjjjjjjjjgfabbbbbbbddbbbdddbbbbbbabbbbbbbbbbdddda
-ggjmjjjjmjgfabbbbbbbdbbbbbbbbbbbbbabbbbbbbbbbdddda
-ogjljjjjljgfabbebbbbbbbbbbbbbbbbbbabaaabbbbbbdddda
-ggjjjjjjjjgfabbbbbbbbbbbbbbbbbbbbbabbbabbbbbbbbdda
-ggjkhjjjmjgfabbbbbbbbbbbbbbbbbbebbabbeabbbbbbbbdda
-ggjljjjjljgfabbbbbbbbbbbbbbbbbbbbbaaaaaaabbbbbbbba
-ggjjjjjjjjgfabbbbbbaaaaaabbbbbbbbbabbbbbbbbbbbbbba
-ggjmjjjhmjgfabbbbbbbbbbbabbbbbbbbbabbbbbbbbbbbbbba
-ngjljjjjljgfabbbbbbbbbebabbbbbbbbbbbbbbbbbbbbbebba
-ggjjjjjjjjgfabbbbbbabbbbabbbbbbbbbbbbbbbbbbbbbbbba
-ngjmjjjjmjgfabbbbbbaaaaaabbbbbbbbbbbbbbbbbbbbbbbba
-ggjjjjjjjjgfabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbaaabbba
-gghjjjjjjhgfabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbba
-ggpppppppggfabbbbbbbbbbbbebbbbbbbbbbbbbbebbbbbbbba
-fgggggggggffaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+a
+f
+g
+g
+g
+g
+g
+g
+g
+n
+g
+o
+g
+g
+g
+g
+g
+n
+g
+n
+g
+g
+g
+f
+"}
+(2,1,1) = {"
+a
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+f
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+"}
+(3,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
+a
+f
+g
+h
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+h
+p
+g
+"}
+(4,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+e
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+e
+b
+a
+f
+g
+h
+k
+l
+j
+m
+l
+j
+m
+l
+j
+k
+l
+j
+m
+l
+j
+m
+j
+j
+p
+g
+"}
+(5,1,1) = {"
+a
+b
+e
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+a
+f
+g
+i
+h
+h
+j
+j
+j
+j
+j
+j
+j
+h
+j
+j
+j
+j
+j
+j
+j
+j
+p
+g
+"}
+(6,1,1) = {"
+a
+a
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+a
+f
+g
+i
+i
+h
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+p
+g
+"}
+(7,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+a
+b
+d
+d
+d
+b
+b
+b
+a
+a
+b
+b
+e
+b
+b
+b
+b
+a
+f
+g
+i
+i
+h
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+p
+g
+"}
+(8,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+f
+g
+i
+h
+h
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+h
+j
+j
+j
+j
+j
+p
+g
+"}
+(9,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+f
+g
+h
+k
+l
+j
+m
+l
+j
+m
+l
+j
+m
+l
+j
+m
+l
+j
+m
+j
+j
+p
+g
+"}
+(10,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
+a
+f
+g
+h
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+j
+h
+g
+g
+"}
+(11,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
+a
+f
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+g
+f
+"}
+(12,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
+a
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+f
+"}
+(13,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
+d
+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
+b
+b
+b
+b
+b
+a
+b
+b
+b
+e
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(15,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(16,1,1) = {"
+a
+b
+e
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+e
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(17,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+e
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(18,1,1) = {"
+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
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(19,1,1) = {"
+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
+a
+"}
+(20,1,1) = {"
+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
+b
+b
+a
+a
+b
+b
+b
+a
+"}
+(21,1,1) = {"
+a
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+a
+b
+b
+b
+a
+b
+b
+b
+a
+"}
+(22,1,1) = {"
+a
+c
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+a
+b
+b
+b
+a
+b
+b
+b
+a
+"}
+(23,1,1) = {"
+a
+c
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+e
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+a
+b
+e
+b
+a
+b
+b
+b
+a
+"}
+(24,1,1) = {"
+a
+c
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+a
+b
+b
+b
+a
+b
+b
+b
+a
+"}
+(25,1,1) = {"
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+a
+b
+b
+b
+a
+"}
+(26,1,1) = {"
+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
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+e
+a
+"}
+(27,1,1) = {"
+a
+a
+a
+a
+b
+b
+b
+b
+e
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+b
+b
+b
+b
+b
+b
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(28,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
+a
+a
+b
+b
+b
+b
+b
+b
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(29,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
+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
+"}
+(30,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+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
+b
+b
+b
+b
+a
+"}
+(31,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+a
+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
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(32,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+e
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+e
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(33,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
+e
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(34,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
+b
+b
+b
+a
+"}
+(35,1,1) = {"
+a
+b
+b
+e
+b
+b
+b
+b
+b
+b
+b
+b
+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
+b
+b
+b
+b
+b
+b
+a
+"}
+(36,1,1) = {"
+a
+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
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(37,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
+a
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(38,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
+a
+b
+e
+a
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(39,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+e
+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
+"}
+(40,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
+a
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(41,1,1) = {"
+a
+b
+b
+b
+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
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+e
+a
+"}
+(42,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(43,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(44,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+e
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
+a
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+a
+"}
+(45,1,1) = {"
+a
+b
+b
+b
+b
+e
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+e
+b
+b
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+a
+"}
+(46,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+a
+b
+b
+a
+"}
+(47,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
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+e
+b
+b
+b
+b
+b
+a
+"}
+(48,1,1) = {"
+a
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(49,1,1) = {"
+a
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(50,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
"}
diff --git a/_maps/shuttles/emergency_asteroid.dmm b/_maps/shuttles/emergency_asteroid.dmm
index 58b8d6438d..298f353da7 100644
--- a/_maps/shuttles/emergency_asteroid.dmm
+++ b/_maps/shuttles/emergency_asteroid.dmm
@@ -68,14 +68,12 @@
/area/shuttle/escape)
"am" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion"
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/escape)
"an" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -402,7 +400,6 @@
/area/shuttle/escape)
"bt" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -450,7 +447,6 @@
/area/shuttle/escape)
"bz" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/mineral/titanium,
diff --git a/_maps/shuttles/emergency_bar.dmm b/_maps/shuttles/emergency_bar.dmm
index 9c7c6d2148..dab289be7a 100644
--- a/_maps/shuttles/emergency_bar.dmm
+++ b/_maps/shuttles/emergency_bar.dmm
@@ -45,7 +45,6 @@
/area/shuttle/escape)
"aj" = (
/turf/closed/wall/shuttle{
- tag = "icon-swallc3";
icon_state = "swallc3";
dir = 2
},
@@ -88,7 +87,6 @@
/area/shuttle/escape)
"ar" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/obj/structure/chair/comfy/brown{
@@ -99,7 +97,6 @@
"as" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/carpet,
@@ -122,7 +119,6 @@
/area/shuttle/escape)
"av" = (
/turf/closed/wall/shuttle{
- tag = "icon-swall13";
icon_state = "swall13";
dir = 2
},
@@ -189,8 +185,7 @@
"aF" = (
/obj/structure/piano{
icon_state = "piano";
- name = "space piano";
- tag = "icon-piano"
+ name = "space piano"
},
/turf/open/floor/plasteel/grimy,
/area/shuttle/escape)
@@ -236,7 +231,6 @@
/area/shuttle/escape)
"aL" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/mineral/plastitanium/brig,
@@ -278,8 +272,7 @@
/area/shuttle/escape)
"aS" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/structure/table,
/obj/item/weapon/storage/box/drinkingglasses,
@@ -463,9 +456,7 @@
/area/shuttle/escape)
"bx" = (
/obj/structure/toilet{
- dir = 4;
- icon_state = "toilet00";
- tag = "icon-toilet00 (NORTH)"
+ dir = 4
},
/obj/machinery/light/small{
dir = 4
@@ -585,7 +576,6 @@
/area/shuttle/escape)
"bR" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/plasteel/bar,
@@ -601,7 +591,6 @@
/area/shuttle/escape)
"bT" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-10";
icon_state = "plant-10"
},
/turf/open/floor/plasteel/bar,
@@ -632,7 +621,6 @@
/area/shuttle/escape)
"bX" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/bar,
diff --git a/_maps/shuttles/emergency_birdboat.dmm b/_maps/shuttles/emergency_birdboat.dmm
index 744dee68e2..55c36c22f5 100644
--- a/_maps/shuttles/emergency_birdboat.dmm
+++ b/_maps/shuttles/emergency_birdboat.dmm
@@ -14,7 +14,6 @@
/obj/structure/table,
/obj/item/weapon/scalpel,
/obj/item/weapon/retractor{
- pixel_x = 0;
pixel_y = 5
},
/obj/item/weapon/hemostat,
@@ -33,9 +32,8 @@
/turf/open/floor/plasteel/white,
/area/shuttle/escape)
"ag" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion_r"
+/obj/structure/shuttle/engine/propulsion/right{
+ dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/escape)
@@ -79,8 +77,7 @@
/area/shuttle/escape)
"ap" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion"
+ dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/escape)
@@ -105,9 +102,8 @@
/turf/open/floor/mineral/plastitanium/brig,
/area/shuttle/escape)
"au" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/escape)
@@ -296,7 +292,6 @@
/area/shuttle/escape)
"aX" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 1
},
/turf/open/floor/plasteel/white,
diff --git a/_maps/shuttles/emergency_box.dmm b/_maps/shuttles/emergency_box.dmm
index 84945b29ef..7bb5ad5ccf 100644
--- a/_maps/shuttles/emergency_box.dmm
+++ b/_maps/shuttles/emergency_box.dmm
@@ -86,7 +86,6 @@
dir = 8
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/mineral/titanium/blue,
@@ -94,7 +93,6 @@
"as" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/mineral/titanium/blue,
@@ -258,8 +256,7 @@
/area/shuttle/escape)
"aR" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light/small{
dir = 4
@@ -298,7 +295,6 @@
/area/shuttle/escape)
"aW" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/mineral/titanium/blue,
@@ -333,14 +329,12 @@
/area/shuttle/escape)
"bc" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"bd" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/mineral/titanium,
@@ -354,8 +348,7 @@
},
/obj/item/weapon/crowbar,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light/small{
dir = 4
@@ -399,7 +392,6 @@
"bm" = (
/obj/structure/table,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium,
diff --git a/_maps/shuttles/emergency_cere.dmm b/_maps/shuttles/emergency_cere.dmm
index f793e29372..8d9c39a269 100644
--- a/_maps/shuttles/emergency_cere.dmm
+++ b/_maps/shuttles/emergency_cere.dmm
@@ -1,227 +1,2123 @@
-"aa" = (/turf/open/space/basic,/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,/obj/item/weapon/storage/toolbox/emergency,/obj/item/weapon/crowbar,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/darkpurple,/area/shuttle/escape)
-"af" = (/obj/machinery/computer/aifixer,/turf/open/floor/plasteel/darkpurple,/area/shuttle/escape)
-"ag" = (/obj/structure/table,/obj/item/weapon/paper_bin,/obj/item/weapon/pen,/turf/open/floor/plasteel/darkpurple,/area/shuttle/escape)
-"ah" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"ai" = (/obj/machinery/computer/card,/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"aj" = (/obj/machinery/computer/emergency_shuttle,/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"ak" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"al" = (/obj/structure/table,/turf/open/floor/plasteel/darkyellow,/area/shuttle/escape)
-"am" = (/obj/machinery/computer/cargo/request,/turf/open/floor/plasteel/darkyellow,/area/shuttle/escape)
-"an" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 2; pixel_y = 3},/obj/item/weapon/storage/firstaid/o2,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/darkyellow,/area/shuttle/escape)
-"ao" = (/obj/structure/table,/turf/open/floor/plasteel/darkblue,/area/shuttle/escape)
-"ap" = (/turf/open/floor/plasteel/darkblue,/area/shuttle/escape)
-"aq" = (/obj/structure/chair/comfy/beige{tag = "icon-comfychair (NORTH)"; icon_state = "comfychair"; dir = 1},/turf/open/floor/plasteel/darkpurple,/area/shuttle/escape)
-"ar" = (/turf/open/floor/plasteel/darkpurple,/area/shuttle/escape)
-"as" = (/obj/machinery/computer/station_alert,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"at" = (/obj/structure/chair/office/light{tag = "icon-officechair_white (NORTH)"; icon_state = "officechair_white"; dir = 1},/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"au" = (/obj/machinery/computer/communications,/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"av" = (/turf/open/floor/plasteel/darkyellow,/area/shuttle/escape)
-"aw" = (/obj/structure/chair/comfy/beige{tag = "icon-comfychair (NORTH)"; icon_state = "comfychair"; dir = 1},/turf/open/floor/plasteel/darkyellow,/area/shuttle/escape)
-"ax" = (/turf/open/floor/plasteel/darkred,/area/shuttle/escape)
-"ay" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/security_space_law,/turf/open/floor/plasteel/darkred,/area/shuttle/escape)
-"az" = (/obj/machinery/computer/med_data,/turf/open/floor/plasteel/darkblue,/area/shuttle/escape)
-"aA" = (/turf/open/floor/plasteel/darkpurple/side{dir = 1},/area/shuttle/escape)
-"aB" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"aC" = (/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"aD" = (/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/obj/structure/window/reinforced,/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"aE" = (/turf/open/floor/plasteel/darkyellow/side{tag = "icon-darkyellow (NORTH)"; icon_state = "darkyellow"; dir = 1},/area/shuttle/escape)
-"aF" = (/obj/machinery/computer/security,/turf/open/floor/plasteel/darkred,/area/shuttle/escape)
-"aG" = (/obj/machinery/computer/crew,/turf/open/floor/plasteel/darkblue,/area/shuttle/escape)
-"aH" = (/obj/structure/chair/comfy/beige{dir = 8},/turf/open/floor/plasteel/darkblue,/area/shuttle/escape)
-"aI" = (/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (NORTH)"; dir = 1},/area/shuttle/escape)
-"aJ" = (/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (NORTH)"; icon_state = "darkred"; dir = 1},/area/shuttle/escape)
-"aK" = (/obj/structure/chair/comfy/beige{dir = 4},/turf/open/floor/plasteel/darkred,/area/shuttle/escape)
-"aL" = (/obj/machinery/computer/secure_data,/turf/open/floor/plasteel/darkred,/area/shuttle/escape)
-"aM" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_x = 0; pixel_y = -29},/turf/open/floor/plasteel/darkblue/side{tag = "icon-darkblue (NORTH)"; dir = 1},/area/shuttle/escape)
-"aN" = (/obj/machinery/light,/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"aO" = (/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"aP" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_x = 0; pixel_y = -29},/turf/open/floor/plasteel/darkred/side{tag = "icon-darkred (NORTH)"; icon_state = "darkred"; dir = 1},/area/shuttle/escape)
-"aQ" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/darkred,/area/shuttle/escape)
-"aR" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Cockpit"; req_access_txt = "19"},/turf/open/floor/plasteel/black,/area/shuttle/escape)
-"aS" = (/obj/structure/chair,/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"aT" = (/obj/structure/chair,/obj/machinery/light{dir = 1},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"aU" = (/obj/structure/table,/obj/machinery/recharger,/obj/structure/reagent_dispensers/peppertank{pixel_x = -32},/turf/open/floor/mineral/plastitanium/brig{dir = 9; floor_tile = /obj/item/stack/tile/plasteel; icon_state = "darkred"},/area/shuttle/escape)
-"aV" = (/obj/structure/table,/obj/item/weapon/book/manual/wiki/security_space_law,/turf/open/floor/mineral/plastitanium/brig{tag = "icon-darkred (NORTH)"; icon_state = "darkred"; dir = 1; floor_tile = /obj/item/stack/tile/plasteel},/area/shuttle/escape)
-"aW" = (/obj/structure/chair,/obj/machinery/light{dir = 1},/turf/open/floor/mineral/plastitanium/brig{tag = "icon-darkred (NORTH)"; icon_state = "darkred"; dir = 1; floor_tile = /obj/item/stack/tile/plasteel},/area/shuttle/escape)
-"aX" = (/obj/structure/chair,/turf/open/floor/mineral/plastitanium/brig{tag = "icon-darkred (NORTH)"; icon_state = "darkred"; dir = 1; floor_tile = /obj/item/stack/tile/plasteel},/area/shuttle/escape)
-"aY" = (/obj/structure/chair,/turf/open/floor/mineral/plastitanium/brig{tag = "icon-darkred (NORTHEAST)"; icon_state = "darkred"; dir = 5; floor_tile = /obj/item/stack/tile/plasteel},/area/shuttle/escape)
-"aZ" = (/turf/open/floor/plasteel/neutral/side{tag = "icon-neutral (WEST)"; icon_state = "neutral"; dir = 8},/area/shuttle/escape)
-"ba" = (/turf/open/floor/plasteel/neutral/side{tag = "icon-neutral (EAST)"; icon_state = "neutral"; dir = 4},/area/shuttle/escape)
-"bb" = (/obj/machinery/mech_bay_recharge_port{tag = "icon-recharge_port"; icon_state = "recharge_port"; dir = 2},/turf/open/floor/plasteel,/area/shuttle/escape)
-"bc" = (/turf/open/floor/plasteel,/area/shuttle/escape)
-"bd" = (/obj/structure/chair{dir = 4},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"be" = (/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"bf" = (/obj/structure/chair{dir = 8},/obj/machinery/flasher{id = "shuttle_flasher"; pixel_x = 24; pixel_y = 6},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"bg" = (/obj/machinery/button/flasher{id = "shuttle_flasher"; pixel_x = -24; pixel_y = -6},/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/mineral/plastitanium/brig{dir = 8; floor_tile = /obj/item/stack/tile/plasteel; icon_state = "darkred"},/area/shuttle/escape)
-"bh" = (/turf/open/floor/mineral/plastitanium/brig{tag = "icon-darkred (NORTH)"; icon_state = "darkred"; dir = 1; floor_tile = /obj/item/stack/tile/plasteel},/area/shuttle/escape)
-"bi" = (/turf/open/floor/mineral/plastitanium/brig{dir = 4; floor_tile = /obj/item/stack/tile/plasteel; icon_state = "darkred"},/area/shuttle/escape)
-"bj" = (/turf/open/floor/mech_bay_recharge_floor,/area/shuttle/escape)
-"bk" = (/obj/structure/chair{dir = 8},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"bl" = (/turf/open/floor/mineral/plastitanium/brig{dir = 8; floor_tile = /obj/item/stack/tile/plasteel; icon_state = "darkred"},/area/shuttle/escape)
-"bm" = (/turf/open/floor/mineral/plastitanium/brig{icon_state = "darkredfull"},/area/shuttle/escape)
-"bn" = (/obj/machinery/door/airlock/glass_security{name = "Emergency Shuttle Brig"; req_access_txt = "2"},/turf/open/floor/mineral/plastitanium/brig{icon_state = "darkredfull"},/area/shuttle/escape)
-"bo" = (/obj/machinery/computer/mech_bay_power_console,/turf/open/floor/plasteel,/area/shuttle/escape)
-"bp" = (/obj/structure/chair{dir = 4},/obj/machinery/flasher{id = "shuttle_flasher"; pixel_x = -24; pixel_y = 6},/turf/open/floor/mineral/plastitanium/brig,/area/shuttle/escape)
-"bq" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Brig"; req_access_txt = "2"},/turf/open/floor/mineral/plastitanium/brig{icon_state = "darkredfull"},/area/shuttle/escape)
-"br" = (/turf/open/floor/mineral/plastitanium/brig{tag = "icon-darkred"; icon_state = "darkred"; dir = 2; floor_tile = /obj/item/stack/tile/plasteel},/area/shuttle/escape)
-"bs" = (/obj/effect/turf_decal/stripes/line{tag = "icon-warningline (NORTH)"; icon_state = "warningline"; dir = 1},/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -28},/turf/open/floor/plasteel/brown{tag = "icon-brown (WEST)"; icon_state = "brown"; dir = 8},/area/shuttle/escape)
-"bt" = (/obj/effect/turf_decal/stripes/line{tag = "icon-warningline (NORTH)"; icon_state = "warningline"; dir = 1},/turf/open/floor/plasteel,/area/shuttle/escape)
-"bu" = (/obj/effect/turf_decal/delivery,/obj/effect/turf_decal/stripes/line{tag = "icon-warningline (NORTH)"; icon_state = "warningline"; dir = 1},/obj/structure/closet,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/brown{tag = "icon-brown (EAST)"; icon_state = "brown"; dir = 4},/area/shuttle/escape)
-"bv" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"; req_access_txt = "2"},/turf/open/floor/plating,/area/shuttle/escape)
-"bw" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/plastitanium/brig{tag = "icon-darkred (SOUTHWEST)"; icon_state = "darkred"; dir = 10; floor_tile = /obj/item/stack/tile/plasteel},/area/shuttle/escape)
-"bx" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/plastitanium/brig{tag = "icon-darkred"; icon_state = "darkred"; dir = 2; floor_tile = /obj/item/stack/tile/plasteel},/area/shuttle/escape)
-"by" = (/obj/structure/table,/obj/item/weapon/storage/box/teargas,/obj/item/weapon/storage/box/zipties,/turf/open/floor/mineral/plastitanium/brig{tag = "icon-darkred"; icon_state = "darkred"; dir = 2; floor_tile = /obj/item/stack/tile/plasteel},/area/shuttle/escape)
-"bz" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/plastitanium/brig{dir = 6; floor_tile = /obj/item/stack/tile/plasteel; icon_state = "darkred"},/area/shuttle/escape)
-"bA" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Cargo"},/turf/open/floor/plasteel/darkyellow,/area/shuttle/escape)
-"bB" = (/turf/open/floor/plasteel/brown{tag = "icon-brown (WEST)"; icon_state = "brown"; dir = 8},/area/shuttle/escape)
-"bC" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/shuttle/escape)
-"bD" = (/obj/effect/turf_decal/delivery,/obj/structure/closet/crate,/turf/open/floor/plasteel/brown{tag = "icon-brown (EAST)"; icon_state = "brown"; dir = 4},/area/shuttle/escape)
-"bE" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"},/obj/docking_port/mobile/emergency{dheight = 0; dwidth = 15; height = 20; name = "Cere emergency shuttle"; port_angle = 90; preferred_direction = 2; width = 42},/turf/open/floor/plating,/area/shuttle/escape)
-"bF" = (/obj/structure/closet/crate/bin,/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
-"bG" = (/obj/structure/table,/obj/item/weapon/storage/box/cups,/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 0; pixel_y = 27},/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
-"bH" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
-"bI" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
-"bJ" = (/obj/structure/table,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/donkpockets,/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
-"bK" = (/obj/structure/table,/obj/item/weapon/paper_bin,/obj/item/weapon/pen,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
-"bL" = (/obj/structure/sign/nanotrasen{pixel_x = -32; pixel_y = 32},/turf/open/floor/plasteel,/area/shuttle/escape)
-"bM" = (/turf/open/floor/plasteel/brown{tag = "icon-brown (SOUTHWEST)"; icon_state = "brown"; dir = 10},/area/shuttle/escape)
-"bN" = (/turf/open/floor/plasteel/brown,/area/shuttle/escape)
-"bO" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/brown,/area/shuttle/escape)
-"bP" = (/obj/effect/turf_decal/delivery,/obj/structure/closet,/turf/open/floor/plasteel/brown{tag = "icon-brown (SOUTHEAST)"; icon_state = "brown"; dir = 6},/area/shuttle/escape)
-"bQ" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape)
-"bR" = (/turf/open/floor/plasteel/neutral/side{tag = "icon-neutral (NORTH)"; icon_state = "neutral"; dir = 1},/area/shuttle/escape)
-"bS" = (/turf/open/floor/plasteel/neutral/corner{tag = "icon-neutralcorner (EAST)"; icon_state = "neutralcorner"; dir = 4},/area/shuttle/escape)
-"bT" = (/turf/open/floor/plasteel/neutral/side,/area/shuttle/escape)
-"bU" = (/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 0; pixel_y = 27},/turf/open/floor/plasteel,/area/shuttle/escape)
-"bV" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 2; pixel_y = 3},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/shuttle/escape)
-"bW" = (/obj/structure/chair{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
-"bX" = (/obj/structure/chair{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
-"bY" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"},/turf/open/floor/plating,/area/shuttle/escape)
-"bZ" = (/obj/structure/extinguisher_cabinet{pixel_x = -28},/turf/open/floor/plasteel,/area/shuttle/escape)
-"ca" = (/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-21"; layer = 4.1},/turf/open/floor/plasteel,/area/shuttle/escape)
-"cb" = (/obj/structure/sign/bluecross_2{pixel_x = 32; pixel_y = -32},/turf/open/floor/plasteel,/area/shuttle/escape)
-"cc" = (/obj/machinery/light,/turf/open/floor/plasteel/neutral/side{tag = "icon-neutral (NORTH)"; icon_state = "neutral"; dir = 1},/area/shuttle/escape)
-"cd" = (/obj/machinery/light{dir = 4},/obj/item/weapon/twohanded/required/kirbyplants{icon_state = "plant-21"; layer = 4.1},/turf/open/floor/plasteel,/area/shuttle/escape)
-"ce" = (/obj/machinery/door/airlock/glass_medical{name = "Emergency Shuttle Medbay"},/turf/open/floor/plasteel/whiteblue,/area/shuttle/escape)
-"cf" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/neutral/corner{tag = "icon-neutralcorner (WEST)"; icon_state = "neutralcorner"; dir = 8},/area/shuttle/escape)
-"cg" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/shuttle/escape)
-"ch" = (/mob/living/simple_animal/bot/medbot{name = "Speedy* Recovery"},/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (NORTHWEST)"; icon_state = "whiteblue"; dir = 9},/area/shuttle/escape)
-"ci" = (/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (NORTH)"; icon_state = "whiteblue"; dir = 1},/area/shuttle/escape)
-"cj" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (NORTH)"; icon_state = "whiteblue"; dir = 1},/area/shuttle/escape)
-"ck" = (/obj/machinery/atmospherics/components/unary/cryo_cell,/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (NORTH)"; icon_state = "whiteblue"; dir = 1},/area/shuttle/escape)
-"cl" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer,/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (NORTH)"; icon_state = "whiteblue"; dir = 1},/area/shuttle/escape)
-"cm" = (/obj/structure/table,/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,/obj/item/weapon/wrench,/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (NORTHEAST)"; icon_state = "whiteblue"; dir = 5},/area/shuttle/escape)
-"cn" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
-"co" = (/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (WEST)"; icon_state = "whiteblue"; dir = 8},/area/shuttle/escape)
-"cp" = (/turf/open/floor/plasteel/white,/area/shuttle/escape)
-"cq" = (/obj/machinery/atmospherics/pipe/simple/general/visible{tag = "icon-intact (NORTHEAST)"; icon_state = "intact"; dir = 5},/turf/open/floor/plasteel/white,/area/shuttle/escape)
-"cr" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plasteel/white,/area/shuttle/escape)
-"cs" = (/obj/machinery/atmospherics/pipe/simple/general/visible{tag = "icon-intact (NORTHWEST)"; icon_state = "intact"; dir = 9},/turf/open/floor/plasteel/white,/area/shuttle/escape)
-"ct" = (/turf/open/floor/plasteel/whiteblue/corner{tag = "icon-whitebluecorner (EAST)"; icon_state = "whitebluecorner"; dir = 4},/area/shuttle/escape)
-"cu" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (NORTHEAST)"; icon_state = "whiteblue"; dir = 5},/area/shuttle/escape)
-"cv" = (/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (SOUTHWEST)"; icon_state = "whiteblue"; dir = 10},/area/shuttle/escape)
-"cw" = (/turf/open/floor/plasteel/whiteblue/side,/area/shuttle/escape)
-"cx" = (/turf/open/floor/plasteel/whiteblue/corner{tag = "icon-whitebluecorner (WEST)"; icon_state = "whitebluecorner"; dir = 8},/area/shuttle/escape)
-"cy" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/regular{pixel_x = 2; pixel_y = 3},/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (EAST)"; icon_state = "whiteblue"; dir = 4},/area/shuttle/escape)
-"cz" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel/neutral,/area/shuttle/escape)
-"cA" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/open/floor/plasteel/whiteblue,/area/shuttle/escape)
-"cB" = (/turf/open/floor/plasteel/whiteblue,/area/shuttle/escape)
-"cC" = (/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/obj/structure/window/reinforced{dir = 1; pixel_y = 1},/obj/machinery/iv_drip,/turf/open/floor/plasteel/whiteblue,/area/shuttle/escape)
-"cD" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (EAST)"; icon_state = "whiteblue"; dir = 4},/area/shuttle/escape)
-"cE" = (/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/whiteblue,/area/shuttle/escape)
-"cF" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/obj/item/weapon/circular_saw,/obj/item/weapon/scalpel{pixel_y = 12},/obj/item/weapon/hemostat,/obj/item/weapon/surgicaldrill,/obj/item/weapon/cautery{pixel_x = 4},/obj/item/weapon/retractor,/turf/open/floor/plasteel/whiteblue,/area/shuttle/escape)
-"cG" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/crowbar,/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (EAST)"; icon_state = "whiteblue"; dir = 4},/area/shuttle/escape)
-"cH" = (/obj/machinery/computer/operating,/turf/open/floor/plasteel/whiteblue,/area/shuttle/escape)
-"cI" = (/obj/structure/table/optable,/turf/open/floor/plasteel/whiteblue,/area/shuttle/escape)
-"cJ" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4; pixel_x = 0},/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/mask/surgical,/obj/item/weapon/surgical_drapes,/obj/item/weapon/razor,/turf/open/floor/plasteel/whiteblue,/area/shuttle/escape)
-"cK" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/o2,/obj/item/weapon/storage/firstaid/toxin,/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (SOUTHWEST)"; icon_state = "whiteblue"; dir = 10},/area/shuttle/escape)
-"cL" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 1},/turf/open/floor/plasteel/whiteblue/side,/area/shuttle/escape)
-"cM" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_x = 0; pixel_y = -29},/turf/open/floor/plasteel/whiteblue/side,/area/shuttle/escape)
-"cN" = (/obj/machinery/sleeper{icon_state = "sleeper-open"; dir = 8},/turf/open/floor/plasteel/whiteblue/side{tag = "icon-whiteblue (SOUTHEAST)"; icon_state = "whiteblue"; dir = 6},/area/shuttle/escape)
-"cO" = (/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/plasteel/neutral/side{tag = "icon-neutral (NORTH)"; icon_state = "neutral"; dir = 1},/area/shuttle/escape)
-"cP" = (/obj/machinery/door/airlock/glass_engineering{name = "Engine Room"; req_one_access_txt = "10;24"},/turf/open/floor/plasteel/yellow,/area/shuttle/escape)
-"cQ" = (/obj/machinery/door/airlock{name = "Bathroom"},/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
-"cR" = (/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
-"cS" = (/obj/structure/toilet{icon_state = "toilet00"; dir = 8},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
-"cT" = (/obj/structure/closet/secure_closet/engineering_personal,/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (NORTHWEST)"; icon_state = "yellow"; dir = 9},/area/shuttle/escape)
-"cU" = (/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (NORTH)"; icon_state = "yellow"; dir = 1},/area/shuttle/escape)
-"cV" = (/obj/machinery/light{dir = 1},/obj/machinery/computer/monitor,/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (NORTH)"; icon_state = "yellow"; dir = 1},/area/shuttle/escape)
-"cW" = (/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (NORTHEAST)"; icon_state = "yellow"; dir = 5},/area/shuttle/escape)
-"cX" = (/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/shuttle/escape)
-"cY" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
-"cZ" = (/obj/structure/closet/secure_closet/engineering_personal,/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (SOUTHWEST)"; icon_state = "yellow"; dir = 10},/area/shuttle/escape)
-"da" = (/turf/open/floor/plasteel/yellow/corner{tag = "icon-yellowcorner (WEST)"; icon_state = "yellowcorner"; dir = 8},/area/shuttle/escape)
-"db" = (/turf/open/floor/plasteel/yellow/corner{tag = "icon-yellowcorner (EAST)"; icon_state = "yellowcorner"; dir = 4},/area/shuttle/escape)
-"dc" = (/obj/structure/table,/obj/item/weapon/storage/box/metalfoam,/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (NORTH)"; icon_state = "yellow"; dir = 1},/area/shuttle/escape)
-"dd" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (NORTH)"; icon_state = "yellow"; dir = 1},/area/shuttle/escape)
-"de" = (/obj/structure/table,/obj/item/stack/sheet/glass/fifty,/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (NORTHEAST)"; icon_state = "yellow"; dir = 5},/area/shuttle/escape)
-"df" = (/obj/structure/urinal{pixel_y = -32},/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
-"dg" = (/obj/machinery/light/small{dir = 4},/obj/machinery/recharge_station,/turf/open/floor/plasteel/freezer,/area/shuttle/escape)
-"dh" = (/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (SOUTHWEST)"; icon_state = "yellow"; dir = 10},/area/shuttle/escape)
-"di" = (/obj/structure/sign/electricshock{pixel_x = 32},/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (EAST)"; icon_state = "yellow"; dir = 4},/area/shuttle/escape)
-"dj" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/mechanical,/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (SOUTHWEST)"; icon_state = "yellow"; dir = 10},/area/shuttle/escape)
-"dk" = (/obj/structure/table,/obj/item/weapon/storage/toolbox/electrical,/obj/item/weapon/storage/toolbox/electrical,/turf/open/floor/plasteel/yellow/side,/area/shuttle/escape)
-"dl" = (/obj/structure/table,/obj/structure/sign/enginesafety{pixel_y = -32},/turf/open/floor/plasteel/yellow/side,/area/shuttle/escape)
-"dm" = (/obj/item/device/radio/intercom{name = "Station Intercom (General)"; pixel_x = 0; pixel_y = -29},/turf/open/floor/plasteel/yellow/side,/area/shuttle/escape)
-"dn" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel/yellow/side,/area/shuttle/escape)
-"do" = (/obj/machinery/light,/turf/open/floor/plasteel/yellow/side,/area/shuttle/escape)
-"dp" = (/obj/structure/extinguisher_cabinet{pixel_x = 0; pixel_y = -30},/turf/open/floor/plasteel/yellow/side{tag = "icon-yellow (SOUTHEAST)"; icon_state = "yellow"; dir = 6},/area/shuttle/escape)
-"dq" = (/obj/machinery/door/airlock/maintenance_hatch,/turf/open/floor/plating,/area/shuttle/escape)
-"dr" = (/turf/open/floor/plating,/area/shuttle/escape)
-"ds" = (/obj/machinery/light/small{tag = "icon-bulb1 (NORTH)"; icon_state = "bulb1"; dir = 1},/turf/open/floor/plating,/area/shuttle/escape)
-"dt" = (/obj/machinery/power/terminal{tag = "icon-term (EAST)"; icon_state = "term"; dir = 4},/turf/open/floor/plating,/area/shuttle/escape)
-"du" = (/obj/machinery/power/smes/engineering,/turf/open/floor/plating,/area/shuttle/escape)
-"dv" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/shuttle/escape)
-"dw" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/shuttle/escape)
-"dx" = (/obj/machinery/power/port_gen/pacman,/turf/open/floor/plating,/area/shuttle/escape)
-"dy" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/airless,/area/shuttle/escape)
-"dz" = (/obj/structure/shuttle/engine/propulsion,/turf/open/floor/plating/airless,/area/shuttle/escape)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/open/space/basic,
+/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,
+/obj/item/weapon/storage/toolbox/emergency,
+/obj/item/weapon/crowbar,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/darkpurple,
+/area/shuttle/escape)
+"af" = (
+/obj/machinery/computer/aifixer,
+/turf/open/floor/plasteel/darkpurple,
+/area/shuttle/escape)
+"ag" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/turf/open/floor/plasteel/darkpurple,
+/area/shuttle/escape)
+"ah" = (
+/obj/structure/table,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"ai" = (
+/obj/machinery/computer/card,
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"aj" = (
+/obj/machinery/computer/emergency_shuttle,
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"ak" = (
+/obj/structure/table,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"al" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/darkyellow,
+/area/shuttle/escape)
+"am" = (
+/obj/machinery/computer/cargo/request,
+/turf/open/floor/plasteel/darkyellow,
+/area/shuttle/escape)
+"an" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/item/weapon/storage/firstaid/o2,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/darkyellow,
+/area/shuttle/escape)
+"ao" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/darkblue,
+/area/shuttle/escape)
+"ap" = (
+/turf/open/floor/plasteel/darkblue,
+/area/shuttle/escape)
+"aq" = (
+/obj/structure/chair/comfy/beige{
+ dir = 1
+ },
+/turf/open/floor/plasteel/darkpurple,
+/area/shuttle/escape)
+"ar" = (
+/turf/open/floor/plasteel/darkpurple,
+/area/shuttle/escape)
+"as" = (
+/obj/machinery/computer/station_alert,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"at" = (
+/obj/structure/chair/office/light{
+ icon_state = "officechair_white";
+ dir = 1
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"au" = (
+/obj/machinery/computer/communications,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"av" = (
+/turf/open/floor/plasteel/darkyellow,
+/area/shuttle/escape)
+"aw" = (
+/obj/structure/chair/comfy/beige{
+ dir = 1
+ },
+/turf/open/floor/plasteel/darkyellow,
+/area/shuttle/escape)
+"ax" = (
+/turf/open/floor/plasteel/darkred,
+/area/shuttle/escape)
+"ay" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/plasteel/darkred,
+/area/shuttle/escape)
+"az" = (
+/obj/machinery/computer/med_data,
+/turf/open/floor/plasteel/darkblue,
+/area/shuttle/escape)
+"aA" = (
+/turf/open/floor/plasteel/darkpurple/side{
+ dir = 1
+ },
+/area/shuttle/escape)
+"aB" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"aC" = (
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"aD" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"aE" = (
+/turf/open/floor/plasteel/darkyellow/side{
+ icon_state = "darkyellow";
+ dir = 1
+ },
+/area/shuttle/escape)
+"aF" = (
+/obj/machinery/computer/security,
+/turf/open/floor/plasteel/darkred,
+/area/shuttle/escape)
+"aG" = (
+/obj/machinery/computer/crew,
+/turf/open/floor/plasteel/darkblue,
+/area/shuttle/escape)
+"aH" = (
+/obj/structure/chair/comfy/beige{
+ dir = 8
+ },
+/turf/open/floor/plasteel/darkblue,
+/area/shuttle/escape)
+"aI" = (
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
+ },
+/area/shuttle/escape)
+"aJ" = (
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 1
+ },
+/area/shuttle/escape)
+"aK" = (
+/obj/structure/chair/comfy/beige{
+ dir = 4
+ },
+/turf/open/floor/plasteel/darkred,
+/area/shuttle/escape)
+"aL" = (
+/obj/machinery/computer/secure_data,
+/turf/open/floor/plasteel/darkred,
+/area/shuttle/escape)
+"aM" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/darkblue/side{
+ dir = 1
+ },
+/area/shuttle/escape)
+"aN" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"aO" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -30
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"aP" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/darkred/side{
+ icon_state = "darkred";
+ dir = 1
+ },
+/area/shuttle/escape)
+"aQ" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/darkred,
+/area/shuttle/escape)
+"aR" = (
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Cockpit";
+ req_access_txt = "19"
+ },
+/turf/open/floor/plasteel/black,
+/area/shuttle/escape)
+"aS" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"aT" = (
+/obj/structure/chair,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"aU" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/turf/open/floor/mineral/plastitanium/brig{
+ dir = 9;
+ floor_tile = /obj/item/stack/tile/plasteel;
+ icon_state = "darkred"
+ },
+/area/shuttle/escape)
+"aV" = (
+/obj/structure/table,
+/obj/item/weapon/book/manual/wiki/security_space_law,
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkred";
+ dir = 1;
+ floor_tile = /obj/item/stack/tile/plasteel
+ },
+/area/shuttle/escape)
+"aW" = (
+/obj/structure/chair,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkred";
+ dir = 1;
+ floor_tile = /obj/item/stack/tile/plasteel
+ },
+/area/shuttle/escape)
+"aX" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkred";
+ dir = 1;
+ floor_tile = /obj/item/stack/tile/plasteel
+ },
+/area/shuttle/escape)
+"aY" = (
+/obj/structure/chair,
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkred";
+ dir = 5;
+ floor_tile = /obj/item/stack/tile/plasteel
+ },
+/area/shuttle/escape)
+"aZ" = (
+/turf/open/floor/plasteel/neutral/side{
+ icon_state = "neutral";
+ dir = 8
+ },
+/area/shuttle/escape)
+"ba" = (
+/turf/open/floor/plasteel/neutral/side{
+ icon_state = "neutral";
+ dir = 4
+ },
+/area/shuttle/escape)
+"bb" = (
+/obj/machinery/mech_bay_recharge_port{
+ icon_state = "recharge_port";
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"bc" = (
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"bd" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"be" = (
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"bf" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/flasher{
+ id = "shuttle_flasher";
+ pixel_x = 24;
+ pixel_y = 6
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"bg" = (
+/obj/machinery/button/flasher{
+ id = "shuttle_flasher";
+ pixel_x = -24;
+ pixel_y = -6
+ },
+/obj/structure/table,
+/obj/machinery/recharger,
+/turf/open/floor/mineral/plastitanium/brig{
+ dir = 8;
+ floor_tile = /obj/item/stack/tile/plasteel;
+ icon_state = "darkred"
+ },
+/area/shuttle/escape)
+"bh" = (
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkred";
+ dir = 1;
+ floor_tile = /obj/item/stack/tile/plasteel
+ },
+/area/shuttle/escape)
+"bi" = (
+/turf/open/floor/mineral/plastitanium/brig{
+ dir = 4;
+ floor_tile = /obj/item/stack/tile/plasteel;
+ icon_state = "darkred"
+ },
+/area/shuttle/escape)
+"bj" = (
+/turf/open/floor/mech_bay_recharge_floor,
+/area/shuttle/escape)
+"bk" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"bl" = (
+/turf/open/floor/mineral/plastitanium/brig{
+ dir = 8;
+ floor_tile = /obj/item/stack/tile/plasteel;
+ icon_state = "darkred"
+ },
+/area/shuttle/escape)
+"bm" = (
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkredfull"
+ },
+/area/shuttle/escape)
+"bn" = (
+/obj/machinery/door/airlock/glass_security{
+ name = "Emergency Shuttle Brig";
+ req_access_txt = "2"
+ },
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkredfull"
+ },
+/area/shuttle/escape)
+"bo" = (
+/obj/machinery/computer/mech_bay_power_console,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"bp" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/flasher{
+ id = "shuttle_flasher";
+ pixel_x = -24;
+ pixel_y = 6
+ },
+/turf/open/floor/mineral/plastitanium/brig,
+/area/shuttle/escape)
+"bq" = (
+/obj/machinery/door/airlock/glass{
+ name = "Emergency Shuttle Brig";
+ req_access_txt = "2"
+ },
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkredfull"
+ },
+/area/shuttle/escape)
+"br" = (
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkred";
+ dir = 2;
+ floor_tile = /obj/item/stack/tile/plasteel
+ },
+/area/shuttle/escape)
+"bs" = (
+/obj/effect/turf_decal/stripes/line{
+ icon_state = "warningline";
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/brown{
+ icon_state = "brown";
+ dir = 8
+ },
+/area/shuttle/escape)
+"bt" = (
+/obj/effect/turf_decal/stripes/line{
+ icon_state = "warningline";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"bu" = (
+/obj/effect/turf_decal/delivery,
+/obj/effect/turf_decal/stripes/line{
+ icon_state = "warningline";
+ dir = 1
+ },
+/obj/structure/closet,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/brown{
+ icon_state = "brown";
+ dir = 4
+ },
+/area/shuttle/escape)
+"bv" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Airlock";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"bw" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkred";
+ dir = 10;
+ floor_tile = /obj/item/stack/tile/plasteel
+ },
+/area/shuttle/escape)
+"bx" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkred";
+ dir = 2;
+ floor_tile = /obj/item/stack/tile/plasteel
+ },
+/area/shuttle/escape)
+"by" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/teargas,
+/obj/item/weapon/storage/box/zipties,
+/turf/open/floor/mineral/plastitanium/brig{
+ icon_state = "darkred";
+ dir = 2;
+ floor_tile = /obj/item/stack/tile/plasteel
+ },
+/area/shuttle/escape)
+"bz" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium/brig{
+ dir = 6;
+ floor_tile = /obj/item/stack/tile/plasteel;
+ icon_state = "darkred"
+ },
+/area/shuttle/escape)
+"bA" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Cargo"
+ },
+/turf/open/floor/plasteel/darkyellow,
+/area/shuttle/escape)
+"bB" = (
+/turf/open/floor/plasteel/brown{
+ icon_state = "brown";
+ dir = 8
+ },
+/area/shuttle/escape)
+"bC" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"bD" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel/brown{
+ icon_state = "brown";
+ dir = 4
+ },
+/area/shuttle/escape)
+"bE" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Airlock"
+ },
+/obj/docking_port/mobile/emergency{
+ dheight = 0;
+ dwidth = 15;
+ height = 20;
+ name = "Cere emergency shuttle";
+ port_angle = 90;
+ preferred_direction = 2;
+ width = 42
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"bF" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"bG" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/cups,
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_y = 27
+ },
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"bH" = (
+/obj/structure/reagent_dispensers/water_cooler,
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"bI" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"bJ" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/weapon/storage/box/donkpockets,
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"bK" = (
+/obj/structure/table,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/pen,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"bL" = (
+/obj/structure/sign/nanotrasen{
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"bM" = (
+/turf/open/floor/plasteel/brown{
+ icon_state = "brown";
+ dir = 10
+ },
+/area/shuttle/escape)
+"bN" = (
+/turf/open/floor/plasteel/brown,
+/area/shuttle/escape)
+"bO" = (
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel/brown,
+/area/shuttle/escape)
+"bP" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet,
+/turf/open/floor/plasteel/brown{
+ icon_state = "brown";
+ dir = 6
+ },
+/area/shuttle/escape)
+"bQ" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"bR" = (
+/turf/open/floor/plasteel/neutral/side{
+ icon_state = "neutral";
+ dir = 1
+ },
+/area/shuttle/escape)
+"bS" = (
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 4
+ },
+/area/shuttle/escape)
+"bT" = (
+/turf/open/floor/plasteel/neutral/side,
+/area/shuttle/escape)
+"bU" = (
+/obj/item/device/radio/intercom{
+ dir = 4;
+ name = "Station Intercom (General)";
+ pixel_y = 27
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"bV" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"bW" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"bX" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"bY" = (
+/obj/machinery/door/airlock/shuttle{
+ name = "Emergency Shuttle Airlock"
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"bZ" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"ca" = (
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"cb" = (
+/obj/structure/sign/bluecross_2{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"cc" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/neutral/side{
+ icon_state = "neutral";
+ dir = 1
+ },
+/area/shuttle/escape)
+"cd" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/item/weapon/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ layer = 4.1
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"ce" = (
+/obj/machinery/door/airlock/glass_medical{
+ name = "Emergency Shuttle Medbay"
+ },
+/turf/open/floor/plasteel/whiteblue,
+/area/shuttle/escape)
+"cf" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/neutral/corner{
+ dir = 8
+ },
+/area/shuttle/escape)
+"cg" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/shuttle/escape)
+"ch" = (
+/mob/living/simple_animal/bot/medbot{
+ name = "Speedy* Recovery"
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 9
+ },
+/area/shuttle/escape)
+"ci" = (
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 1
+ },
+/area/shuttle/escape)
+"cj" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 1
+ },
+/area/shuttle/escape)
+"ck" = (
+/obj/machinery/atmospherics/components/unary/cryo_cell,
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 1
+ },
+/area/shuttle/escape)
+"cl" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 1
+ },
+/area/shuttle/escape)
+"cm" = (
+/obj/structure/table,
+/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone,
+/obj/item/weapon/wrench,
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 5
+ },
+/area/shuttle/escape)
+"cn" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"co" = (
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 8
+ },
+/area/shuttle/escape)
+"cp" = (
+/turf/open/floor/plasteel/white,
+/area/shuttle/escape)
+"cq" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/escape)
+"cr" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/plasteel/white,
+/area/shuttle/escape)
+"cs" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ icon_state = "intact";
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/shuttle/escape)
+"ct" = (
+/turf/open/floor/plasteel/whiteblue/corner{
+ icon_state = "whitebluecorner";
+ dir = 4
+ },
+/area/shuttle/escape)
+"cu" = (
+/obj/machinery/sleeper{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 5
+ },
+/area/shuttle/escape)
+"cv" = (
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 10
+ },
+/area/shuttle/escape)
+"cw" = (
+/turf/open/floor/plasteel/whiteblue/side,
+/area/shuttle/escape)
+"cx" = (
+/turf/open/floor/plasteel/whiteblue/corner{
+ icon_state = "whitebluecorner";
+ dir = 8
+ },
+/area/shuttle/escape)
+"cy" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 4
+ },
+/area/shuttle/escape)
+"cz" = (
+/obj/machinery/computer/arcade,
+/turf/open/floor/plasteel/neutral,
+/area/shuttle/escape)
+"cA" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue,
+/area/shuttle/escape)
+"cB" = (
+/turf/open/floor/plasteel/whiteblue,
+/area/shuttle/escape)
+"cC" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/whiteblue,
+/area/shuttle/escape)
+"cD" = (
+/obj/machinery/sleeper{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 4
+ },
+/area/shuttle/escape)
+"cE" = (
+/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/whiteblue,
+/area/shuttle/escape)
+"cF" = (
+/obj/structure/table,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/weapon/circular_saw,
+/obj/item/weapon/scalpel{
+ pixel_y = 12
+ },
+/obj/item/weapon/hemostat,
+/obj/item/weapon/surgicaldrill,
+/obj/item/weapon/cautery{
+ pixel_x = 4
+ },
+/obj/item/weapon/retractor,
+/turf/open/floor/plasteel/whiteblue,
+/area/shuttle/escape)
+"cG" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/fire,
+/obj/item/weapon/crowbar,
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 4
+ },
+/area/shuttle/escape)
+"cH" = (
+/obj/machinery/computer/operating,
+/turf/open/floor/plasteel/whiteblue,
+/area/shuttle/escape)
+"cI" = (
+/obj/structure/table/optable,
+/turf/open/floor/plasteel/whiteblue,
+/area/shuttle/escape)
+"cJ" = (
+/obj/structure/table,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/clothing/suit/apron/surgical,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/mask/surgical,
+/obj/item/weapon/surgical_drapes,
+/obj/item/weapon/razor,
+/turf/open/floor/plasteel/whiteblue,
+/area/shuttle/escape)
+"cK" = (
+/obj/structure/table,
+/obj/item/weapon/storage/firstaid/o2,
+/obj/item/weapon/storage/firstaid/toxin,
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 10
+ },
+/area/shuttle/escape)
+"cL" = (
+/obj/machinery/sleeper{
+ dir = 1
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/shuttle/escape)
+"cM" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/whiteblue/side,
+/area/shuttle/escape)
+"cN" = (
+/obj/machinery/sleeper{
+ dir = 8
+ },
+/turf/open/floor/plasteel/whiteblue/side{
+ icon_state = "whiteblue";
+ dir = 6
+ },
+/area/shuttle/escape)
+"cO" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -30
+ },
+/turf/open/floor/plasteel/neutral/side{
+ icon_state = "neutral";
+ dir = 1
+ },
+/area/shuttle/escape)
+"cP" = (
+/obj/machinery/door/airlock/glass_engineering{
+ name = "Engine Room";
+ req_one_access_txt = "10;24"
+ },
+/turf/open/floor/plasteel/yellow,
+/area/shuttle/escape)
+"cQ" = (
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/turf/open/floor/plasteel/freezer,
+/area/shuttle/escape)
+"cR" = (
+/turf/open/floor/plasteel/freezer,
+/area/shuttle/escape)
+"cS" = (
+/obj/structure/toilet{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/shuttle/escape)
+"cT" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 9
+ },
+/area/shuttle/escape)
+"cU" = (
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 1
+ },
+/area/shuttle/escape)
+"cV" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/computer/monitor,
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 1
+ },
+/area/shuttle/escape)
+"cW" = (
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 5
+ },
+/area/shuttle/escape)
+"cX" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/freezer,
+/area/shuttle/escape)
+"cY" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/shuttle/escape)
+"cZ" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 10
+ },
+/area/shuttle/escape)
+"da" = (
+/turf/open/floor/plasteel/yellow/corner{
+ icon_state = "yellowcorner";
+ dir = 8
+ },
+/area/shuttle/escape)
+"db" = (
+/turf/open/floor/plasteel/yellow/corner{
+ icon_state = "yellowcorner";
+ dir = 4
+ },
+/area/shuttle/escape)
+"dc" = (
+/obj/structure/table,
+/obj/item/weapon/storage/box/metalfoam,
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 1
+ },
+/area/shuttle/escape)
+"dd" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal/fifty,
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 1
+ },
+/area/shuttle/escape)
+"de" = (
+/obj/structure/table,
+/obj/item/stack/sheet/glass/fifty,
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 5
+ },
+/area/shuttle/escape)
+"df" = (
+/obj/structure/urinal{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/freezer,
+/area/shuttle/escape)
+"dg" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel/freezer,
+/area/shuttle/escape)
+"dh" = (
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 10
+ },
+/area/shuttle/escape)
+"di" = (
+/obj/structure/sign/electricshock{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 4
+ },
+/area/shuttle/escape)
+"dj" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/mechanical,
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 10
+ },
+/area/shuttle/escape)
+"dk" = (
+/obj/structure/table,
+/obj/item/weapon/storage/toolbox/electrical,
+/obj/item/weapon/storage/toolbox/electrical,
+/turf/open/floor/plasteel/yellow/side,
+/area/shuttle/escape)
+"dl" = (
+/obj/structure/table,
+/obj/structure/sign/enginesafety{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/shuttle/escape)
+"dm" = (
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -29
+ },
+/turf/open/floor/plasteel/yellow/side,
+/area/shuttle/escape)
+"dn" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/yellow/side,
+/area/shuttle/escape)
+"do" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/yellow/side,
+/area/shuttle/escape)
+"dp" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -30
+ },
+/turf/open/floor/plasteel/yellow/side{
+ icon_state = "yellow";
+ dir = 6
+ },
+/area/shuttle/escape)
+"dq" = (
+/obj/machinery/door/airlock/maintenance_hatch,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"dr" = (
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"ds" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"dt" = (
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"du" = (
+/obj/machinery/power/smes/engineering,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"dv" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"dw" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"dx" = (
+/obj/machinery/power/port_gen/pacman,
+/turf/open/floor/plating,
+/area/shuttle/escape)
+"dy" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/shuttle/engine/heater,
+/turf/open/floor/plating/airless,
+/area/shuttle/escape)
+"dz" = (
+/obj/structure/shuttle/engine/propulsion,
+/turf/open/floor/plating/airless,
+/area/shuttle/escape)
(1,1,1) = {"
-aaaaaaaaabaaaaaaaaaaaaaaaaaaaaabaaaaaaaa
-aaaaaaababaaaaaaaaaaaaaaaaaaaaababaaaaaa
-aaaaababababacacacacacacacacababababaaaa
-aaaaababadaeafagahaiajakalamanadababaaaa
-aaaaababaoapaqarasatatauavawaxayababaaaa
-aaabababazapapaAaBaCaCaDaEaxaxaFabababaa
-aaabababaGaHaIaCaCaCaCaCaCaJaKaLabababaa
-ababababaoaMaNaCaCaCaOaCaCaNaPaQabababab
-abababababababababababaRaRababababababab
-abaSaTaSabaUaVaWaXaYabaZbaabbbbcbbbcbbab
-abbdbebfabbgbhbhbhbiacaZbaabbjbcbjbcbjab
-abbdbebkacblblbmbibibnaZbaabbobcbobcboab
-abbpbebebqblbrbrbrbibnaZbaabbsbtbtbtbuab
-bvbebebkacbwbxbybxbzacaZbabAbBbcbCbcbDab
-ababababababacacacabadaZbabAbBbcbCbcbDab
-bEbcbcbabFbGbHbIbJbKaZbLbaabbMbNbObNbPab
-abadbQbcbRbRbRbRbRbRbcbcbSadabababababab
-aaacbcbcbTbTbTbTbTbcbcbTbTbTbTbTbUbVabaa
-aaacbcbabWbXbTbWbXaZbabWbXbTbWbXaZbcacaa
-aaacbcbabWbXbTbWbXaZbabWbXbTbWbXaZbcacaa
-abadbQbabWbXbTbWbXaZbabWbXbTbWbXaZbcacaa
-bYbcbcbabWbXbTbWbXaZbabWbXbTbWbXaZbcacaa
-abbZbcbabWbXbTbWbXaZbabWbXbTbWbXaZbcacaa
-bYbcbcbabWbXbTbWbXaZbabWbXbTbWbXaZbcacaa
-abadbQbabWbXbTbWbXaZbabWbXbTbWbXaZbcacaa
-aaabcabcbRbRbRbRbRbccbbRccbRbRbRbccdabaa
-aaabcabcbTbTbTbTbTbcbcadabceacabacababaa
-abadcfbabWbXbTbWbXaZcgabchcicjckclcmadab
-abcnaZbabWbXbTbWbXaZbccecocpcqcrcsctcuab
-accnaZbabWbXbTbWbXaZbcabcvcwcwcxcpcpcyac
-acczaZbabWbXbTbWbXaZbcabcAcBcCcocpcpcDac
-acczaZbabWbXbTbWbXaZbcabcEcBcFcocpcpcGac
-accnaZbabWbXbTbWbXaZbcabcHcIcJcKcLcMcNab
-accnaZbcccbRbRbRcObccgababababababababab
-ababacacabaccPacadcabccQcRcRcRcRcRcQcSab
-abcTcUcUcVcUcUcWadabababcXcRcRcRcYababab
-abcZdabcbcbcbcdbdcdddeabcXdfdfdfcRcQdgab
-abaddhdabcbcbcbcbcbcdiababababababababab
-aaabaddjdkdldmdndndodpdqdrdrdsdtduababaa
-aaababababababababababaddvdwdxdtduababaa
-aaaaabdydydydydydyadaddydydydydydyabaaaa
-aaaaabdzdzdzdzdzdzadaddzdzdzdzdzdzabaaaa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+bv
+ab
+bE
+ab
+aa
+aa
+aa
+ab
+bY
+ab
+bY
+ab
+aa
+aa
+ab
+ab
+ac
+ac
+ac
+ac
+ac
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+"}
+(2,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+aS
+bd
+bd
+bp
+be
+ab
+bc
+ad
+ac
+ac
+ac
+ad
+bc
+bZ
+bc
+ad
+ab
+ab
+ad
+cn
+cn
+cz
+cz
+cn
+cn
+ab
+cT
+cZ
+ad
+ab
+ab
+aa
+aa
+"}
+(3,1,1) = {"
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aT
+be
+be
+be
+be
+ab
+bc
+bQ
+bc
+bc
+bc
+bQ
+bc
+bc
+bc
+bQ
+ca
+ca
+cf
+aZ
+aZ
+aZ
+aZ
+aZ
+aZ
+ac
+cU
+da
+dh
+ad
+ab
+ab
+ab
+"}
+(4,1,1) = {"
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aS
+bf
+bk
+be
+bk
+ab
+ba
+bc
+bc
+ba
+ba
+ba
+ba
+ba
+ba
+ba
+bc
+bc
+ba
+ba
+ba
+ba
+ba
+ba
+bc
+ac
+cU
+bc
+da
+dj
+ab
+dy
+dz
+"}
+(5,1,1) = {"
+ab
+ab
+ab
+ad
+ao
+az
+aG
+ao
+ab
+ab
+ab
+ac
+bq
+ac
+ab
+bF
+bR
+bT
+bW
+bW
+bW
+bW
+bW
+bW
+bW
+bR
+bT
+bW
+bW
+bW
+bW
+bW
+bW
+cc
+ab
+cV
+bc
+bc
+dk
+ab
+dy
+dz
+"}
+(6,1,1) = {"
+aa
+aa
+ab
+ae
+ap
+ap
+aH
+aM
+ab
+aU
+bg
+bl
+bl
+bw
+ab
+bG
+bR
+bT
+bX
+bX
+bX
+bX
+bX
+bX
+bX
+bR
+bT
+bX
+bX
+bX
+bX
+bX
+bX
+bR
+ac
+cU
+bc
+bc
+dl
+ab
+dy
+dz
+"}
+(7,1,1) = {"
+aa
+aa
+ac
+af
+aq
+ap
+aI
+aN
+ab
+aV
+bh
+bl
+br
+bx
+ac
+bH
+bR
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bR
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bR
+cP
+cU
+bc
+bc
+dm
+ab
+dy
+dz
+"}
+(8,1,1) = {"
+aa
+aa
+ac
+ag
+ar
+aA
+aC
+aC
+ab
+aW
+bh
+bm
+br
+by
+ac
+bI
+bR
+bT
+bW
+bW
+bW
+bW
+bW
+bW
+bW
+bR
+bT
+bW
+bW
+bW
+bW
+bW
+bW
+bR
+ac
+cW
+db
+bc
+dn
+ab
+dy
+dz
+"}
+(9,1,1) = {"
+aa
+aa
+ac
+ah
+as
+aB
+aC
+aC
+ab
+aX
+bh
+bi
+br
+bx
+ac
+bJ
+bR
+bT
+bX
+bX
+bX
+bX
+bX
+bX
+bX
+bR
+bT
+bX
+bX
+bX
+bX
+bX
+bX
+cO
+ad
+ad
+dc
+bc
+dn
+ab
+dy
+dz
+"}
+(10,1,1) = {"
+aa
+aa
+ac
+ai
+at
+aC
+aC
+aC
+ab
+aY
+bi
+bi
+bi
+bz
+ab
+bK
+bR
+bc
+aZ
+aZ
+aZ
+aZ
+aZ
+aZ
+aZ
+bc
+bc
+aZ
+aZ
+aZ
+aZ
+aZ
+aZ
+bc
+ca
+ab
+dd
+bc
+do
+ab
+ad
+ad
+"}
+(11,1,1) = {"
+aa
+aa
+ac
+aj
+at
+aC
+aC
+aO
+ab
+ab
+ac
+bn
+bn
+ac
+ad
+aZ
+bc
+bc
+ba
+ba
+ba
+ba
+ba
+ba
+ba
+cb
+bc
+cg
+bc
+bc
+bc
+bc
+bc
+cg
+bc
+ab
+de
+di
+dp
+ab
+ad
+ad
+"}
+(12,1,1) = {"
+aa
+aa
+ac
+ak
+au
+aD
+aC
+aC
+aR
+aZ
+aZ
+aZ
+aZ
+aZ
+aZ
+bL
+bc
+bT
+bW
+bW
+bW
+bW
+bW
+bW
+bW
+bR
+ad
+ab
+ce
+ab
+ab
+ab
+ab
+ab
+cQ
+ab
+ab
+ab
+dq
+ad
+dy
+dz
+"}
+(13,1,1) = {"
+aa
+aa
+ac
+al
+av
+aE
+aC
+aC
+aR
+ba
+ba
+ba
+ba
+ba
+ba
+ba
+bS
+bT
+bX
+bX
+bX
+bX
+bX
+bX
+bX
+cc
+ab
+ch
+co
+cv
+cA
+cE
+cH
+ab
+cR
+cX
+cX
+ab
+dr
+dv
+dy
+dz
+"}
+(14,1,1) = {"
+aa
+aa
+ac
+am
+aw
+ax
+aJ
+aN
+ab
+ab
+ab
+ab
+ab
+bA
+bA
+ab
+ad
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bT
+bR
+ce
+ci
+cp
+cw
+cB
+cB
+cI
+ab
+cR
+cR
+df
+ab
+dr
+dw
+dy
+dz
+"}
+(15,1,1) = {"
+aa
+aa
+ab
+an
+ax
+ax
+aK
+aP
+ab
+bb
+bj
+bo
+bs
+bB
+bB
+bM
+ab
+bT
+bW
+bW
+bW
+bW
+bW
+bW
+bW
+bR
+ac
+cj
+cq
+cw
+cC
+cF
+cJ
+ab
+cR
+cR
+df
+ab
+ds
+dx
+dy
+dz
+"}
+(16,1,1) = {"
+ab
+ab
+ab
+ad
+ay
+aF
+aL
+aQ
+ab
+bc
+bc
+bc
+bt
+bc
+bc
+bN
+ab
+bT
+bX
+bX
+bX
+bX
+bX
+bX
+bX
+bR
+ab
+ck
+cr
+cx
+co
+co
+cK
+ab
+cR
+cR
+df
+ab
+dt
+dt
+dy
+dz
+"}
+(17,1,1) = {"
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+bb
+bj
+bo
+bt
+bC
+bC
+bO
+ab
+bU
+aZ
+aZ
+aZ
+aZ
+aZ
+aZ
+aZ
+bc
+ac
+cl
+cs
+cp
+cp
+cp
+cL
+ab
+cR
+cY
+cR
+ab
+du
+du
+dy
+dz
+"}
+(18,1,1) = {"
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+bc
+bc
+bc
+bt
+bc
+bc
+bN
+ab
+bV
+bc
+bc
+bc
+bc
+bc
+bc
+bc
+cd
+ab
+cm
+ct
+cp
+cp
+cp
+cM
+ab
+cQ
+ab
+cQ
+ab
+ab
+ab
+ab
+ab
+"}
+(19,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+bb
+bj
+bo
+bu
+bD
+bD
+bP
+ab
+ab
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ab
+ab
+ad
+cu
+cy
+cD
+cG
+cN
+ab
+cS
+ab
+dg
+ab
+ab
+ab
+aa
+aa
+"}
+(20,1,1) = {"
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+ab
+ab
+ac
+ac
+ac
+ab
+ab
+ab
+ab
+ab
+ab
+aa
+aa
+aa
+aa
"}
diff --git a/_maps/shuttles/emergency_clown.dmm b/_maps/shuttles/emergency_clown.dmm
index 29c415d521..f9f4cc136a 100644
--- a/_maps/shuttles/emergency_clown.dmm
+++ b/_maps/shuttles/emergency_clown.dmm
@@ -71,7 +71,6 @@
dir = 8
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/bluespace,
@@ -79,7 +78,6 @@
"ap" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/obj/item/toy/snappop/phoenix,
@@ -173,7 +171,6 @@
/obj/structure/table,
/obj/item/toy/sword,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/noslip,
@@ -210,8 +207,7 @@
/area/shuttle/escape)
"aL" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/item/toy/snappop/phoenix,
/obj/machinery/light/small{
@@ -261,7 +257,6 @@
/area/shuttle/escape)
"aS" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/obj/item/toy/snappop/phoenix,
@@ -284,14 +279,12 @@
/area/shuttle/escape)
"aW" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/mineral/bananium,
/area/shuttle/escape)
"aX" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/noslip,
@@ -325,8 +318,7 @@
},
/obj/item/weapon/crowbar,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light/small{
dir = 4
diff --git a/_maps/shuttles/emergency_delta.dmm b/_maps/shuttles/emergency_delta.dmm
index 30361d6854..3d5943ed1e 100644
--- a/_maps/shuttles/emergency_delta.dmm
+++ b/_maps/shuttles/emergency_delta.dmm
@@ -4,8 +4,6 @@
/area/space)
"ab" = (
/obj/structure/shuttle/engine/propulsion{
- tag = "icon-propulsion (NORTH)";
- icon_state = "propulsion";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -19,8 +17,6 @@
"ad" = (
/obj/structure/window/reinforced,
/obj/structure/shuttle/engine/heater{
- tag = "icon-heater (NORTH)";
- icon_state = "heater";
dir = 1
},
/obj/effect/turf_decal/stripes/line{
@@ -189,8 +185,7 @@
/area/shuttle/escape)
"ar" = (
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 6;
- pixel_y = 0
+ pixel_x = 6
},
/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
pixel_x = -3
@@ -221,7 +216,6 @@
},
/obj/structure/table/reinforced,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/cmo,
@@ -280,14 +274,12 @@
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
},
@@ -343,8 +335,7 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -365,8 +356,7 @@
},
/turf/open/floor/plasteel/whiteblue/side{
baseturf = /turf/open/floor/plating/lava/smooth/lava_land_surface;
- dir = 4;
- tag = "icon-whiteblue (EAST)"
+ dir = 4
},
/area/shuttle/escape)
"aK" = (
@@ -410,7 +400,6 @@
/area/shuttle/escape)
"aQ" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/turf/open/floor/plasteel/cmo,
@@ -420,7 +409,6 @@
/area/shuttle/escape)
"aS" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/plasteel/cmo,
@@ -432,7 +420,6 @@
"aU" = (
/obj/effect/turf_decal/bot,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -446,9 +433,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/escape)
"aW" = (
/obj/machinery/door/airlock/shuttle{
@@ -488,7 +473,6 @@
pixel_y = 1
},
/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 0;
pixel_y = -1
},
/obj/item/weapon/storage/toolbox/emergency{
@@ -505,8 +489,7 @@
/obj/structure/reagent_dispensers/fueltank,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = -26;
- pixel_y = 0
+ pixel_x = -26
},
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -597,8 +580,6 @@
"bj" = (
/obj/machinery/vending/wallmed{
name = "Emergency NanoMed";
- pixel_x = 0;
- pixel_y = 0;
req_access_txt = "0";
use_power = 0
},
@@ -621,7 +602,6 @@
/obj/item/clothing/head/hardhat/red,
/obj/effect/turf_decal/bot,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel,
@@ -685,9 +665,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/escape)
"bv" = (
/obj/machinery/door/airlock/shuttle{
@@ -785,7 +763,6 @@
"bJ" = (
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = 58
},
/turf/open/floor/plasteel/neutral/side,
@@ -844,9 +821,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 2
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (EAST)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/escape)
"bS" = (
/turf/open/floor/plasteel/neutral/corner{
@@ -869,7 +844,6 @@
/obj/item/weapon/storage/box/zipties,
/obj/item/device/radio/intercom{
name = "Station Intercom";
- pixel_x = 0;
pixel_y = -26
},
/turf/open/floor/mineral/plastitanium/brig,
@@ -894,9 +868,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/turf/open/floor/plasteel{
- tag = "icon-plasteel_warn_side (NORTH)"
- },
+/turf/open/floor/plasteel,
/area/shuttle/escape)
"bZ" = (
/obj/machinery/suit_storage_unit/standard_unit,
@@ -921,14 +893,12 @@
dir = 1
},
/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
},
@@ -943,7 +913,6 @@
"ce" = (
/obj/machinery/computer/security,
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (NORTHWEST)";
icon_state = "darkred";
dir = 9
},
@@ -953,7 +922,6 @@
dir = 8
},
/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
icon_state = "vault";
dir = 5
},
@@ -965,7 +933,6 @@
pixel_y = 58
},
/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
icon_state = "vault";
dir = 5
},
@@ -975,7 +942,6 @@
dir = 4
},
/turf/open/floor/plasteel/vault{
- tag = "icon-vault (NORTHEAST)";
icon_state = "vault";
dir = 5
},
@@ -983,7 +949,6 @@
"ci" = (
/obj/machinery/computer/station_alert,
/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTHEAST)";
icon_state = "darkyellow";
dir = 5
},
@@ -991,7 +956,6 @@
"cj" = (
/obj/machinery/computer/secure_data,
/turf/open/floor/plasteel/darkred/side{
- tag = "icon-darkred (SOUTHWEST)";
icon_state = "darkred";
dir = 10
},
@@ -1026,7 +990,6 @@
"cp" = (
/obj/machinery/computer/atmos_alert,
/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (SOUTHEAST)";
icon_state = "darkyellow";
dir = 6
},
@@ -1103,7 +1066,6 @@
pixel_y = 3
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
@@ -1137,7 +1099,6 @@
pixel_y = 3
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/neutral/side{
diff --git a/_maps/shuttles/emergency_goon.dmm b/_maps/shuttles/emergency_goon.dmm
index 9cd0354e87..c405a2df6b 100644
--- a/_maps/shuttles/emergency_goon.dmm
+++ b/_maps/shuttles/emergency_goon.dmm
@@ -4,14 +4,12 @@
/area/space)
"b" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 4
},
/turf/open/floor/plating,
/area/shuttle/escape)
"c" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/turf/open/floor/plating,
@@ -48,20 +46,17 @@
/area/shuttle/escape)
"i" = (
/turf/closed/wall/shuttle{
- tag = "icon-wall_space (WEST)";
icon_state = "wall_space";
dir = 8
},
/area/shuttle/escape)
"j" = (
/turf/closed/wall/shuttle{
- tag = "icon-swall4";
icon_state = "swall4"
},
/area/shuttle/escape)
"k" = (
/turf/closed/wall/shuttle{
- tag = "icon-swall12";
icon_state = "swall12"
},
/area/shuttle/escape)
@@ -76,7 +71,6 @@
/area/shuttle/escape)
"n" = (
/turf/closed/wall/shuttle{
- tag = "icon-swall1";
icon_state = "swall1"
},
/area/shuttle/escape)
@@ -85,18 +79,15 @@
/area/shuttle/escape)
"p" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/plating,
/area/shuttle/escape)
"q" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/turf/open/floor/mineral/titanium,
@@ -149,8 +140,7 @@
layer = 2.9
},
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
@@ -162,8 +152,7 @@
/area/shuttle/escape)
"B" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced{
dir = 1
@@ -173,13 +162,11 @@
/area/shuttle/escape)
"C" = (
/turf/closed/wall/shuttle{
- tag = "icon-swall8";
icon_state = "swall8"
},
/area/shuttle/escape)
"D" = (
/turf/closed/wall/shuttle{
- tag = "icon-swall3";
icon_state = "swall3"
},
/area/shuttle/escape)
@@ -196,8 +183,7 @@
"G" = (
/obj/machinery/computer/emergency_shuttle,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
@@ -210,8 +196,7 @@
"I" = (
/obj/structure/table/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/obj/structure/window/reinforced,
/turf/open/floor/mineral/titanium/yellow,
@@ -237,21 +222,18 @@
/obj/item/weapon/storage/firstaid/regular,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/mineral/titanium/yellow,
/area/shuttle/escape)
"N" = (
/turf/closed/wall/shuttle{
- tag = "icon-wall_space (EAST)";
icon_state = "wall_space";
dir = 4
},
/area/shuttle/escape)
"O" = (
/turf/closed/wall/shuttle{
- tag = "icon-wall_floor (WEST)";
icon_state = "wall_floor";
dir = 8
},
@@ -259,7 +241,6 @@
"P" = (
/obj/machinery/status_display,
/turf/closed/wall/shuttle{
- tag = "icon-swall0";
icon_state = "swall0"
},
/area/shuttle/escape)
diff --git a/_maps/shuttles/emergency_imfedupwiththisworld.dmm b/_maps/shuttles/emergency_imfedupwiththisworld.dmm
index 998f31369e..bc3f87c187 100644
--- a/_maps/shuttles/emergency_imfedupwiththisworld.dmm
+++ b/_maps/shuttles/emergency_imfedupwiththisworld.dmm
@@ -50,7 +50,6 @@
/area/shuttle/escape)
"k" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 4
},
/obj/machinery/vending/boozeomat,
@@ -66,8 +65,6 @@
/area/shuttle/escape)
"n" = (
/obj/structure/chair/comfy/teal{
- tag = "icon-comfychair (WEST)";
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/carpet,
@@ -106,7 +103,6 @@
/area/shuttle/escape)
"u" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/wood,
diff --git a/_maps/shuttles/emergency_luxury.dmm b/_maps/shuttles/emergency_luxury.dmm
index c638427edd..00739b62e8 100644
--- a/_maps/shuttles/emergency_luxury.dmm
+++ b/_maps/shuttles/emergency_luxury.dmm
@@ -8,7 +8,6 @@
"ac" = (
/obj/machinery/door/airlock/external,
/turf/open/floor/plating{
- tag = "icon-wood-broken2";
icon_state = "wood-broken2"
},
/area/shuttle/escape)
@@ -36,25 +35,21 @@
/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)
@@ -63,7 +58,6 @@
/area/shuttle/escape)
"ak" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-10";
icon_state = "plant-10"
},
/turf/open/floor/mineral/gold,
@@ -76,29 +70,24 @@
/area/shuttle/escape)
"am" = (
/turf/open/floor/plating{
- tag = "icon-wood-broken7";
icon_state = "wood-broken7"
},
/area/shuttle/escape)
"an" = (
/obj/machinery/light/small,
/turf/open/floor/plating{
- tag = "icon-wood-broken2";
icon_state = "wood-broken2"
},
/area/shuttle/escape)
"ao" = (
/obj/machinery/light/small,
/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)"
+ dir = 4
},
/turf/open/floor/mineral/gold,
/area/shuttle/escape)
@@ -130,8 +119,6 @@
/area/shuttle/escape)
"av" = (
/obj/structure/chair/comfy{
- tag = "icon-comfychair (EAST)";
- icon_state = "comfychair";
dir = 4
},
/turf/open/floor/mineral/gold,
@@ -300,8 +287,6 @@
/area/shuttle/escape)
"bd" = (
/obj/structure/chair/comfy{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/carpet,
@@ -312,8 +297,6 @@
/area/shuttle/escape)
"bf" = (
/obj/machinery/sleeper{
- tag = "icon-sleeper-open (EAST)";
- icon_state = "sleeper-open";
dir = 4
},
/turf/open/floor/mineral/gold,
@@ -336,7 +319,6 @@
/area/shuttle/escape)
"bj" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/gold,
@@ -349,11 +331,9 @@
/area/shuttle/escape)
"bl" = (
/obj/item/weapon/twohanded/required/kirbyplants{
- tag = "icon-plant-10";
icon_state = "plant-10"
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/gold,
@@ -366,7 +346,6 @@
/area/shuttle/escape)
"bn" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/gold,
diff --git a/_maps/shuttles/emergency_meta.dmm b/_maps/shuttles/emergency_meta.dmm
index 87fe19c7ef..3395fb8f12 100644
--- a/_maps/shuttles/emergency_meta.dmm
+++ b/_maps/shuttles/emergency_meta.dmm
@@ -101,7 +101,6 @@
/obj/item/device/radio/intercom{
dir = 4;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 27
},
/obj/structure/chair,
@@ -278,8 +277,6 @@
"aI" = (
/obj/machinery/vending/wallmed{
name = "Emergency NanoMed";
- pixel_x = 0;
- pixel_y = 0;
req_access_txt = "0";
use_power = 0
},
@@ -304,8 +301,7 @@
"aN" = (
/obj/machinery/status_display{
dir = 8;
- pixel_x = 32;
- pixel_y = 0
+ pixel_x = 32
},
/obj/machinery/holopad,
/turf/open/floor/mineral/titanium/blue,
@@ -336,7 +332,6 @@
/obj/item/device/radio/intercom{
dir = 2;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -31
},
/turf/open/floor/mineral/titanium/blue,
@@ -346,7 +341,6 @@
/obj/item/weapon/folder/blue,
/obj/structure/extinguisher_cabinet{
dir = 4;
- pixel_x = 0;
pixel_y = -27
},
/turf/open/floor/mineral/titanium/blue,
@@ -355,7 +349,6 @@
/obj/item/device/radio/intercom{
dir = 2;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -31
},
/obj/structure/chair{
@@ -528,8 +521,7 @@
"bu" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 6;
- pixel_y = 0
+ pixel_x = 6
},
/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
pixel_x = -3
@@ -567,7 +559,6 @@
pixel_y = 1
},
/obj/item/weapon/storage/toolbox/mechanical{
- pixel_x = 0;
pixel_y = -1
},
/obj/item/weapon/storage/toolbox/emergency{
@@ -594,7 +585,6 @@
/obj/structure/table/optable,
/obj/item/weapon/surgical_drapes,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium,
@@ -627,7 +617,6 @@
/obj/item/device/radio/intercom{
dir = 2;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -31
},
/obj/item/weapon/book/manual/wiki/security_space_law{
@@ -677,8 +666,7 @@
/obj/item/device/radio/intercom{
dir = 2;
name = "Station Intercom (General)";
- pixel_x = -27;
- pixel_y = 0
+ pixel_x = -27
},
/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
@@ -725,7 +713,6 @@
/obj/machinery/space_heater,
/obj/structure/extinguisher_cabinet{
dir = 4;
- pixel_x = 0;
pixel_y = -27
},
/obj/effect/turf_decal/bot,
@@ -781,7 +768,6 @@
/obj/item/device/radio/intercom{
dir = 2;
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -31
},
/obj/machinery/portable_atmospherics/canister/oxygen,
@@ -800,8 +786,6 @@
"bS" = (
/obj/machinery/vending/wallmed{
name = "Emergency NanoMed";
- pixel_x = 0;
- pixel_y = 0;
req_access_txt = "0";
use_power = 0
},
@@ -906,7 +890,6 @@
/area/shuttle/escape)
"bX" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
@@ -919,7 +902,6 @@
/area/shuttle/escape)
"bZ" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
diff --git a/_maps/shuttles/emergency_meteor.dmm b/_maps/shuttles/emergency_meteor.dmm
index 687c24f006..1f27a93916 100644
--- a/_maps/shuttles/emergency_meteor.dmm
+++ b/_maps/shuttles/emergency_meteor.dmm
@@ -1,57 +1,1775 @@
-"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})
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"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
+a
+a
+a
+b
+b
+d
+d
+d
+b
+b
+b
+d
+d
+d
+b
+b
+b
+d
+d
+d
+j
+d
+d
+b
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+b
+a
+a
+a
+"}
+(2,1,1) = {"
+a
+a
+b
+b
+b
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+b
+i
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+d
+b
+b
+a
+a
+"}
+(3,1,1) = {"
+a
+b
+b
+b
+b
+d
+d
+d
+b
+b
+b
+b
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(4,1,1) = {"
+b
+b
+b
+b
+b
+d
+d
+d
+b
+b
+b
+b
+d
+d
+d
+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
+"}
+(5,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+k
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(6,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+k
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(7,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+b
+k
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(8,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(9,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+g
+g
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(10,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(11,1,1) = {"
+a
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(12,1,1) = {"
+a
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(13,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(14,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(15,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(16,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(17,1,1) = {"
+a
+c
+d
+e
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(18,1,1) = {"
+a
+c
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+"}
+(19,1,1) = {"
+a
+c
+d
+d
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+m
+n
+"}
+(20,1,1) = {"
+a
+c
+d
+d
+b
+b
+b
+b
+d
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+m
+n
+"}
+(21,1,1) = {"
+a
+c
+d
+d
+b
+b
+b
+b
+d
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+d
+d
+d
+m
+n
+"}
+(22,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+d
+d
+d
+m
+n
+"}
+(23,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(24,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(25,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(26,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(27,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+d
+d
+b
+b
+b
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(28,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(29,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+d
+d
+d
+b
+b
+b
+d
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(30,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+d
+b
+b
+b
+d
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+"}
+(31,1,1) = {"
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+d
+b
+b
+b
+d
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(32,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+d
+b
+b
+b
+d
+b
+b
+b
+l
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(33,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+d
+b
+b
+h
+b
+b
+b
+d
+b
+b
+b
+l
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(34,1,1) = {"
+a
+b
+b
+b
+b
+b
+b
+d
+d
+d
+b
+b
+b
+b
+b
+d
+b
+b
+b
+b
+b
+b
+d
+b
+b
+b
+l
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+m
+n
+a
+"}
+(35,1,1) = {"
+a
+b
+b
+b
+b
+b
+d
+d
+f
+d
+b
+b
+b
+b
+d
+d
+d
+d
+d
+d
+d
+d
+d
+b
+b
+b
+l
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+m
+n
+a
+"}
+(36,1,1) = {"
+a
+b
+b
+b
+b
+b
+d
+d
+d
+d
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+l
+d
+d
+d
+d
+d
+d
+d
+d
+d
+d
+m
+n
+a
+"}
+(37,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
+l
+d
+d
+d
+d
+d
+b
+b
+b
+b
+b
+m
+n
+a
+"}
+(38,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
+a
+"}
+(39,1,1) = {"
+a
+a
+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
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+"}
+(40,1,1) = {"
+a
+a
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+a
+a
+b
+b
+b
+b
+b
+a
+a
+b
+a
+a
+a
+a
+b
+b
+b
+b
+b
+b
+b
+b
+b
+b
+a
+a
+a
"}
diff --git a/_maps/shuttles/emergency_mini.dmm b/_maps/shuttles/emergency_mini.dmm
index 0f5a69166e..b5caf8aad0 100644
--- a/_maps/shuttles/emergency_mini.dmm
+++ b/_maps/shuttles/emergency_mini.dmm
@@ -7,14 +7,12 @@
/area/shuttle/escape)
"c" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 1
},
/turf/open/floor/plating/airless,
/area/shuttle/escape)
"d" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 1
},
/obj/structure/window/reinforced,
@@ -37,8 +35,7 @@
/area/shuttle/escape)
"g" = (
/obj/machinery/sleeper{
- dir = 8;
- icon_state = "sleeper-open"
+ dir = 8
},
/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
@@ -59,8 +56,6 @@
/area/shuttle/escape)
"k" = (
/obj/machinery/light/small{
- tag = "icon-bulb1 (WEST)";
- icon_state = "bulb1";
dir = 8
},
/turf/open/floor/mineral/titanium,
@@ -78,8 +73,6 @@
dir = 8
},
/obj/machinery/light/small{
- tag = "icon-bulb1 (EAST)";
- icon_state = "bulb1";
dir = 4
},
/turf/open/floor/mineral/plastitanium/brig,
@@ -149,8 +142,6 @@
dir = 8
},
/obj/machinery/light{
- tag = "icon-tube1 (EAST)";
- icon_state = "tube1";
dir = 4
},
/turf/open/floor/mineral/titanium,
@@ -167,8 +158,6 @@
dir = 4
},
/obj/machinery/light{
- tag = "icon-tube1 (WEST)";
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium,
diff --git a/_maps/shuttles/emergency_narnar.dmm b/_maps/shuttles/emergency_narnar.dmm
index 352e34512d..f7fc4e16b9 100644
--- a/_maps/shuttles/emergency_narnar.dmm
+++ b/_maps/shuttles/emergency_narnar.dmm
@@ -65,7 +65,6 @@
dir = 8
},
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/plasteel/cult,
@@ -73,7 +72,6 @@
"o" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/plasteel/cult,
@@ -164,8 +162,7 @@
/area/shuttle/escape)
"G" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/item/weapon/extinguisher{
safety = 0
@@ -204,8 +201,7 @@
/area/shuttle/escape)
"M" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plasteel/cult,
/area/shuttle/escape)
@@ -229,8 +225,7 @@
},
/obj/item/weapon/crowbar,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/item/stack/sheet/metal,
/turf/open/floor/plasteel/cult,
diff --git a/_maps/shuttles/emergency_pubby.dmm b/_maps/shuttles/emergency_pubby.dmm
index ced48fe48b..f7dd78f851 100644
--- a/_maps/shuttles/emergency_pubby.dmm
+++ b/_maps/shuttles/emergency_pubby.dmm
@@ -26,22 +26,18 @@
/obj/structure/table,
/obj/machinery/recharger,
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
"ag" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/escape)
"ah" = (
/obj/structure/chair/comfy/black{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/mineral/titanium/blue,
@@ -96,8 +92,7 @@
/area/shuttle/escape)
"at" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/machinery/light/small{
dir = 4
@@ -254,8 +249,6 @@
/area/shuttle/escape)
"aS" = (
/obj/structure/chair/comfy/beige{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/carpet,
@@ -272,8 +265,7 @@
/area/shuttle/escape)
"aV" = (
/obj/machinery/sleeper{
- dir = 4;
- icon_state = "sleeper-open"
+ dir = 4
},
/turf/open/floor/mineral/titanium,
/area/shuttle/escape)
@@ -298,7 +290,6 @@
/area/shuttle/escape)
"aY" = (
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium,
diff --git a/_maps/shuttles/emergency_raven.dmm b/_maps/shuttles/emergency_raven.dmm
index eeb1a3756b..7382695c40 100644
--- a/_maps/shuttles/emergency_raven.dmm
+++ b/_maps/shuttles/emergency_raven.dmm
@@ -68,7 +68,6 @@
/area/shuttle/escape)
"an" = (
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTHWEST)";
dir = 9
},
/area/shuttle/escape)
@@ -77,13 +76,11 @@
dir = 1
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/shuttle/escape)
"ap" = (
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTHEAST)";
dir = 5
},
/area/shuttle/escape)
@@ -118,7 +115,6 @@
dir = 8
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (SOUTHWEST)";
dir = 10
},
/area/shuttle/escape)
@@ -139,7 +135,6 @@
dir = 4
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (SOUTHEAST)";
dir = 6
},
/area/shuttle/escape)
@@ -170,8 +165,7 @@
/obj/structure/table/reinforced,
/obj/item/weapon/defibrillator/loaded,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/darkpurple/side{
dir = 4
@@ -183,7 +177,6 @@
req_access_txt = "19"
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (WEST)";
dir = 8
},
/area/shuttle/escape)
@@ -193,7 +186,6 @@
req_access_txt = "19"
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (EAST)";
dir = 4
},
/area/shuttle/escape)
@@ -225,7 +217,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/shuttle/escape)
@@ -244,7 +235,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkblue/side{
- tag = "icon-darkblue (NORTH)";
dir = 1
},
/area/shuttle/escape)
@@ -326,9 +316,7 @@
"aY" = (
/obj/machinery/flasher{
id = "shuttleflash";
- pixel_x = -26;
- pixel_y = 0;
- pixel_x = 0
+ pixel_x = -26
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 8
@@ -342,8 +330,7 @@
"ba" = (
/turf/open/floor/plasteel/darkyellow/side{
dir = 8;
- icon_state = "darkyellow";
- tag = "icon-darkyellow (NORTHEAST)"
+ icon_state = "darkyellow"
},
/area/shuttle/escape)
"bb" = (
@@ -427,7 +414,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (NORTHEAST)";
icon_state = "darkyellow";
dir = 5
},
@@ -457,8 +443,7 @@
"bf" = (
/turf/open/floor/plasteel/darkyellow/side{
dir = 4;
- icon_state = "darkyellow";
- tag = "icon-darkyellow (NORTHEAST)"
+ icon_state = "darkyellow"
},
/area/shuttle/escape)
"bg" = (
@@ -485,22 +470,19 @@
/obj/machinery/suit_storage_unit/standard_unit,
/turf/open/floor/plasteel/darkyellow/side{
dir = 10;
- icon_state = "darkyellow";
- tag = "icon-darkyellow (SOUTHEAST)"
+ icon_state = "darkyellow"
},
/area/shuttle/escape)
"bk" = (
/obj/machinery/suit_storage_unit/standard_unit,
/turf/open/floor/plasteel/darkyellow/side{
- tag = "icon-darkyellow (SOUTHEAST)";
icon_state = "darkyellow";
dir = 6
},
/area/shuttle/escape)
"bl" = (
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 6;
- pixel_y = 0
+ pixel_x = 6
},
/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
pixel_x = -3
@@ -539,7 +521,6 @@
/area/shuttle/escape)
"bm" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/plasteel/darkpurple/side{
@@ -576,7 +557,6 @@
/area/shuttle/escape)
"br" = (
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (NORTH)";
icon_state = "darkgreen";
dir = 1
},
@@ -653,8 +633,7 @@
"bF" = (
/turf/open/floor/plasteel/darkgreen/side{
dir = 9;
- icon_state = "darkgreen";
- tag = "icon-darkgreen (NORTH)"
+ icon_state = "darkgreen"
},
/area/shuttle/escape)
"bG" = (
@@ -675,8 +654,7 @@
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 9;
- icon_state = "darkgreen";
- tag = "icon-darkgreen (NORTH)"
+ icon_state = "darkgreen"
},
/area/shuttle/escape)
"bI" = (
@@ -703,7 +681,6 @@
"bL" = (
/obj/machinery/door/airlock/hatch,
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (NORTH)";
icon_state = "darkgreen";
dir = 1
},
@@ -827,8 +804,7 @@
/obj/machinery/recharge_station,
/turf/open/floor/plasteel/darkgreen/side{
dir = 9;
- icon_state = "darkgreen";
- tag = "icon-darkgreen (NORTH)"
+ icon_state = "darkgreen"
},
/area/shuttle/escape)
"bU" = (
@@ -843,8 +819,7 @@
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 9;
- icon_state = "darkgreen";
- tag = "icon-darkgreen (NORTH)"
+ icon_state = "darkgreen"
},
/area/shuttle/escape)
"bW" = (
@@ -890,7 +865,6 @@
"cb" = (
/obj/structure/chair,
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (NORTH)";
icon_state = "darkgreen";
dir = 1
},
@@ -940,15 +914,13 @@
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 9;
- icon_state = "darkgreen";
- tag = "icon-darkgreen (NORTH)"
+ icon_state = "darkgreen"
},
/area/shuttle/escape)
"ci" = (
/obj/structure/reagent_dispensers/watertank,
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 5
@@ -978,8 +950,7 @@
/area/shuttle/escape)
"cn" = (
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 4
@@ -1001,8 +972,7 @@
"cq" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
- dir = 4;
- pixel_x = 0
+ dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 4
@@ -1062,7 +1032,6 @@
/obj/machinery/button/door{
id = "shuttleshutters";
name = "Bridge Blast Shutters";
- pixel_x = 0;
pixel_y = -26;
req_access_txt = "19"
},
@@ -1503,12 +1472,10 @@
"eB" = (
/obj/machinery/flasher{
id = "shuttleflash";
- pixel_x = 24;
- pixel_y = 0
+ pixel_x = 24
},
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 4
@@ -1516,8 +1483,7 @@
/area/shuttle/escape)
"eC" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/darkpurple/side{
dir = 4
@@ -1538,7 +1504,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (NORTH)";
icon_state = "darkgreen";
dir = 1
},
@@ -1556,7 +1521,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (NORTH)";
icon_state = "darkgreen";
dir = 1
},
@@ -1583,7 +1547,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (NORTH)";
icon_state = "darkgreen";
dir = 1
},
@@ -1593,7 +1556,6 @@
dir = 1
},
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (NORTH)";
icon_state = "darkgreen";
dir = 1
},
@@ -1603,15 +1565,13 @@
dir = 1
},
/turf/open/floor/plasteel/darkgreen/side{
- tag = "icon-darkgreen (NORTH)";
icon_state = "darkgreen";
dir = 1
},
/area/shuttle/escape)
"eN" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 4
@@ -1631,8 +1591,7 @@
/area/shuttle/escape)
"eQ" = (
/obj/machinery/light{
- dir = 4;
- icon_state = "tube1"
+ dir = 4
},
/turf/open/floor/plasteel/darkgreen/side{
dir = 4
diff --git a/_maps/shuttles/emergency_russiafightpit.dmm b/_maps/shuttles/emergency_russiafightpit.dmm
index 46b7271454..6d02bd568b 100644
--- a/_maps/shuttles/emergency_russiafightpit.dmm
+++ b/_maps/shuttles/emergency_russiafightpit.dmm
@@ -81,7 +81,6 @@
"ap" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/obj/effect/decal/cleanable/dirt,
@@ -424,15 +423,13 @@
/area/shuttle/escape)
"bs" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/mineral/plastitanium,
/area/shuttle/escape)
"bt" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/structure/table,
/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,
@@ -463,8 +460,7 @@
/area/shuttle/escape)
"bz" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/turf/open/floor/plating,
/area/shuttle/escape)
@@ -488,14 +484,12 @@
/area/shuttle/escape)
"bD" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/turf/open/floor/plasteel/floorgrime,
/area/shuttle/escape)
"bE" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/turf/open/floor/plasteel/floorgrime,
diff --git a/_maps/shuttles/emergency_scrapheap.dmm b/_maps/shuttles/emergency_scrapheap.dmm
index fddc73afcd..1830bdc95f 100644
--- a/_maps/shuttles/emergency_scrapheap.dmm
+++ b/_maps/shuttles/emergency_scrapheap.dmm
@@ -19,8 +19,6 @@
/area/shuttle/escape)
"af" = (
/obj/structure/chair/comfy/brown{
- tag = "icon-comfychair (NORTH)";
- icon_state = "comfychair";
dir = 1
},
/turf/open/floor/carpet,
@@ -42,8 +40,6 @@
/area/shuttle/escape)
"aj" = (
/obj/structure/chair/comfy/brown{
- tag = "icon-comfychair (WEST)";
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/carpet,
@@ -53,8 +49,6 @@
/area/shuttle/escape)
"al" = (
/obj/structure/chair/comfy/brown{
- tag = "icon-comfychair (EAST)";
- icon_state = "comfychair";
dir = 4
},
/obj/structure/window/reinforced{
@@ -70,7 +64,6 @@
"an" = (
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = -29
},
/turf/open/floor/carpet,
@@ -206,7 +199,6 @@
},
/obj/item/device/radio/intercom{
name = "Station Intercom (General)";
- pixel_x = 0;
pixel_y = 23
},
/turf/open/floor/mineral/titanium/blue,
@@ -299,8 +291,6 @@
/area/shuttle/escape)
"aY" = (
/obj/structure/chair/wood{
- tag = "icon-wooden_chair (NORTH)";
- icon_state = "wooden_chair";
dir = 1
},
/turf/open/floor/plasteel/grimy,
@@ -313,7 +303,6 @@
/area/shuttle/escape)
"ba" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
pixel_y = -30
},
/turf/open/floor/plasteel/bar,
@@ -369,8 +358,6 @@
/area/shuttle/escape)
"bj" = (
/obj/structure/toilet{
- tag = "icon-toilet00 (EAST)";
- icon_state = "toilet00";
dir = 4
},
/obj/machinery/light/small{
diff --git a/_maps/shuttles/emergency_supermatter.dmm b/_maps/shuttles/emergency_supermatter.dmm
index 6f932031b1..e0dad50c6c 100644
--- a/_maps/shuttles/emergency_supermatter.dmm
+++ b/_maps/shuttles/emergency_supermatter.dmm
@@ -46,7 +46,6 @@
"ak" = (
/obj/structure/sign/radiation,
/turf/closed/wall/shuttle{
- tag = "icon-swall3";
icon_state = "swall3"
},
/area/shuttle/escape)
@@ -73,7 +72,6 @@
/area/shuttle/escape)
"ao" = (
/obj/structure/reflector/single{
- tag = "icon-reflector (WEST)";
icon_state = "reflector";
dir = 8;
anchored = 1
@@ -236,7 +234,6 @@
/area/shuttle/escape)
"aP" = (
/obj/structure/reflector/double{
- tag = "icon-reflector_double (NORTH)";
icon_state = "reflector_double";
dir = 1;
anchored = 1
@@ -245,7 +242,6 @@
/area/shuttle/escape)
"aQ" = (
/obj/structure/reflector/single{
- tag = "icon-reflector (WEST)";
icon_state = "reflector";
dir = 8;
anchored = 1
@@ -356,7 +352,6 @@
},
/obj/item/clothing/glasses/meson/engine,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/mineral/titanium/yellow,
@@ -376,7 +371,6 @@
dir = 8
},
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plating,
diff --git a/_maps/shuttles/emergency_wabbajack.dmm b/_maps/shuttles/emergency_wabbajack.dmm
index 88dd6fd725..eff25a891f 100644
--- a/_maps/shuttles/emergency_wabbajack.dmm
+++ b/_maps/shuttles/emergency_wabbajack.dmm
@@ -167,8 +167,7 @@
/area/shuttle/escape)
"aG" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 27;
- pixel_y = 0
+ pixel_x = 27
},
/obj/structure/table/glass,
/obj/item/weapon/storage/box/syringes{
@@ -199,7 +198,6 @@
/area/shuttle/escape)
"aK" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 4
},
/turf/open/floor/mineral/titanium,
@@ -345,7 +343,6 @@
"bk" = (
/obj/structure/chair/wood,
/obj/machinery/light{
- icon_state = "tube1";
dir = 8
},
/turf/open/floor/plasteel/cult,
diff --git a/_maps/shuttles/ferry_base.dmm b/_maps/shuttles/ferry_base.dmm
index 3a270c3324..a0efdd6398 100644
--- a/_maps/shuttles/ferry_base.dmm
+++ b/_maps/shuttles/ferry_base.dmm
@@ -4,7 +4,6 @@
/area/space)
"b" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 4
},
/turf/closed/wall/mineral/titanium,
@@ -67,7 +66,6 @@
/area/shuttle/transport)
"n" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 4
},
/turf/closed/wall/shuttle{
diff --git a/_maps/shuttles/ferry_lighthouse.dmm b/_maps/shuttles/ferry_lighthouse.dmm
index 77ea6452bd..12a8fb0a04 100644
--- a/_maps/shuttles/ferry_lighthouse.dmm
+++ b/_maps/shuttles/ferry_lighthouse.dmm
@@ -3,15 +3,13 @@
/turf/open/space,
/area/shuttle/transport)
"ab" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l";
+/obj/structure/shuttle/engine/propulsion/left{
dir = 4
},
/turf/open/floor/plating/airless,
/area/shuttle/transport)
"ac" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -313,9 +311,7 @@
/turf/open/floor/plating/airless,
/area/shuttle/transport)
"bj" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/turf/open/floor/plating/airless,
/area/shuttle/transport)
diff --git a/_maps/shuttles/ferry_meat.dmm b/_maps/shuttles/ferry_meat.dmm
index 04c1dee4e3..bf71346f92 100644
--- a/_maps/shuttles/ferry_meat.dmm
+++ b/_maps/shuttles/ferry_meat.dmm
@@ -4,7 +4,6 @@
/area/space)
"b" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 4
},
/turf/closed/wall/mineral/titanium/overspace,
@@ -75,9 +74,7 @@
/area/shuttle/transport)
"k" = (
/obj/structure/extinguisher_cabinet{
- pixel_x = 0;
- pixel_y = 30;
- tag = "n"
+ pixel_y = 30
},
/turf/open/floor/plasteel/freezer,
/area/shuttle/transport)
@@ -124,7 +121,6 @@
/area/shuttle/transport)
"r" = (
/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion";
dir = 4
},
/turf/closed/wall/shuttle{
diff --git a/_maps/shuttles/whiteship_box.dmm b/_maps/shuttles/whiteship_box.dmm
index 6daeb784c2..e5e272c1b9 100644
--- a/_maps/shuttles/whiteship_box.dmm
+++ b/_maps/shuttles/whiteship_box.dmm
@@ -40,9 +40,8 @@
/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
"ag" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
@@ -82,14 +81,12 @@
/area/shuttle/abandoned)
"an" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion"
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
"ao" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
@@ -164,9 +161,8 @@
},
/area/shuttle/abandoned)
"aB" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_r"
+/obj/structure/shuttle/engine/propulsion/right{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
@@ -338,7 +334,6 @@
/area/shuttle/abandoned)
"bh" = (
/obj/machinery/sleeper{
- icon_state = "sleeper-open";
dir = 8
},
/obj/effect/decal/remains/human,
diff --git a/_maps/shuttles/whiteship_cere.dmm b/_maps/shuttles/whiteship_cere.dmm
index 065d4d4bfc..1832f02588 100644
--- a/_maps/shuttles/whiteship_cere.dmm
+++ b/_maps/shuttles/whiteship_cere.dmm
@@ -1,73 +1,852 @@
-"aa" = (/turf/open/space/basic,/area/space)
-"ab" = (/turf/closed/wall/mineral/titanium,/area/shuttle/abandoned)
-"ac" = (/obj/machinery/door/airlock/titanium{name = "mech bay external airlock"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/docking_port/mobile{dheight = 0; dir = 2; dwidth = 8; height = 16; id = "whiteship"; launch_status = 0; name = "NT Recovery White-Ship"; port_angle = -90; preferred_direction = 1; roundstart_move = "whiteship_away"; width = 16},/turf/open/floor/plating,/area/shuttle/abandoned)
-"ad" = (/obj/structure/shuttle/engine/propulsion{tag = "icon-propulsion (NORTH)"; icon_state = "propulsion"; dir = 1},/turf/open/floor/plating/airless,/area/shuttle/abandoned)
-"ae" = (/obj/machinery/mech_bay_recharge_port{tag = "icon-recharge_port"; icon_state = "recharge_port"; dir = 2},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"af" = (/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"ag" = (/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"ah" = (/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"ai" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/structure/frame/machine,/obj/item/stack/cable_coil,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aj" = (/obj/structure/shuttle/engine/heater{tag = "icon-heater (NORTH)"; icon_state = "heater"; dir = 1},/obj/structure/window/reinforced,/turf/open/floor/plating/airless,/area/shuttle/abandoned)
-"ak" = (/obj/structure/mecha_wreckage/ripley,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mech_bay_recharge_floor,/area/shuttle/abandoned)
-"al" = (/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/mineral/titanium/yellow,/area/shuttle/abandoned)
-"am" = (/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"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium,/area/shuttle/abandoned)
-"an" = (/obj/effect/spawner/lootdrop{loot = list(/obj/mecha/working/ripley/mining = 1, /obj/structure/mecha_wreckage/ripley = 5); lootdoubles = 0; name = "25% mech 75% wreckage ripley spawner"},/turf/open/floor/mech_bay_recharge_floor,/area/shuttle/abandoned)
-"ao" = (/obj/machinery/computer/mech_bay_power_console,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"ap" = (/obj/machinery/computer/mech_bay_power_console,/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aq" = (/obj/machinery/door/airlock/titanium{name = "mech bay"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"ar" = (/obj/structure/grille,/obj/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/abandoned)
-"as" = (/obj/effect/turf_decal/delivery{dir = 1},/obj/structure/closet/crate{name = "spare equipment crate"},/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/effect/decal/cleanable/cobweb,/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"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"at" = (/obj/effect/turf_decal/delivery{dir = 1},/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"},/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"au" = (/obj/effect/turf_decal/delivery{dir = 1},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"av" = (/obj/effect/turf_decal/delivery{dir = 1},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/structure/closet/crate{icon_state = "crateopen"; name = "spare equipment crate"; opened = 1},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aw" = (/obj/effect/turf_decal/delivery{dir = 1},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"ax" = (/obj/effect/turf_decal/delivery{dir = 1},/obj/structure/closet/crate{icon_state = "crateopen"; name = "spare equipment crate"; opened = 1},/obj/item/weapon/pickaxe,/obj/item/weapon/pickaxe,/obj/item/weapon/storage/toolbox/emergency/old,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"ay" = (/turf/closed/wall/mineral/titanium/nodiagonal,/area/shuttle/abandoned)
-"az" = (/obj/effect/turf_decal/delivery{dir = 1},/obj/machinery/button/door{id = "cerewhiteleft"; name = "Cargo Blast Door Toggle"; pixel_x = -24},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aA" = (/obj/effect/turf_decal/delivery{dir = 1},/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/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aB" = (/obj/effect/turf_decal/delivery{dir = 1},/obj/structure/closet/crate{icon_state = "crateopen"; name = "spare equipment crate"; opened = 1},/obj/item/weapon/storage/bag/ore,/obj/item/weapon/pickaxe,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aC" = (/obj/effect/turf_decal/delivery{dir = 1},/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"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aD" = (/obj/effect/turf_decal/delivery{dir = 1},/obj/structure/closet/crate{name = "spare equipment crate"},/obj/item/stack/sheet/glass/fifty,/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"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aE" = (/obj/effect/turf_decal/delivery{dir = 1},/obj/machinery/button/door{id = "cerewhiteright"; name = "Cargo Blast Door Toggle"; pixel_x = 24},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aF" = (/obj/machinery/door/poddoor{id = "cerewhiteleft"},/turf/open/floor/plating,/area/shuttle/abandoned)
-"aG" = (/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/mineral/titanium,/area/shuttle/abandoned)
-"aH" = (/obj/machinery/door/poddoor{id = "cerewhiteright"},/turf/open/floor/plating,/area/shuttle/abandoned)
-"aI" = (/obj/effect/turf_decal/delivery{dir = 1},/obj/structure/closet/crate{name = "spare equipment crate"},/obj/item/weapon/storage/toolbox/mechanical/old,/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"},/obj/item/clothing/glasses/welding,/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aJ" = (/obj/effect/turf_decal/delivery{dir = 1},/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"},/obj/structure/closet/crate{icon_state = "crateopen"; name = "spare equipment crate"; opened = 1},/obj/machinery/light,/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aK" = (/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"},/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/mineral/titanium,/area/shuttle/abandoned)
-"aL" = (/obj/effect/turf_decal/delivery{dir = 1},/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"},/obj/machinery/light,/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aM" = (/obj/structure/ore_box,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aN" = (/obj/machinery/door/airlock/titanium{name = "cockpit"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/abandoned)
-"aO" = (/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/structure/tank_dispenser/oxygen{layer = 2.7; pixel_x = -1; pixel_y = 2},/turf/open/floor/mineral/titanium/yellow,/area/shuttle/abandoned)
-"aP" = (/obj/structure/table,/obj/item/device/gps{gpstag = "NTCONST1"; pixel_x = -1; pixel_y = 2},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/abandoned)
-"aQ" = (/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"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/abandoned)
-"aR" = (/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/mineral/titanium/blue,/area/shuttle/abandoned)
-"aS" = (/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/abandoned)
-"aT" = (/obj/structure/table,/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/item/weapon/storage/firstaid/regular,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/obj/machinery/light{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/shuttle/abandoned)
-"aU" = (/obj/structure/table,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/abandoned)
-"aV" = (/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/mineral/titanium/blue,/area/shuttle/abandoned)
-"aW" = (/obj/structure/chair/comfy/black,/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"},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/abandoned)
-"aX" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/abandoned)
-"aY" = (/turf/open/space,/area/space)
-"aZ" = (/obj/structure/table,/obj/item/weapon/phone{pixel_x = -3; pixel_y = 3},/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/abandoned)
-"ba" = (/obj/machinery/computer/shuttle/white_ship,/obj/effect/decal/cleanable/dirt{desc = "A thin layer of dust coating the floor."; name = "dust"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/abandoned)
-"bb" = (/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/mineral/titanium/blue,/area/shuttle/abandoned)
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/open/space/basic,
+/area/space)
+"ab" = (
+/turf/closed/wall/mineral/titanium,
+/area/shuttle/abandoned)
+"ac" = (
+/obj/machinery/door/airlock/titanium{
+ name = "mech bay external airlock"
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/obj/docking_port/mobile{
+ dheight = 0;
+ dir = 2;
+ dwidth = 8;
+ height = 16;
+ id = "whiteship";
+ launch_status = 0;
+ name = "NT Recovery White-Ship";
+ port_angle = -90;
+ preferred_direction = 1;
+ roundstart_move = "whiteship_away";
+ width = 16
+ },
+/turf/open/floor/plating,
+/area/shuttle/abandoned)
+"ad" = (
+/obj/structure/shuttle/engine/propulsion{
+ dir = 1
+ },
+/turf/open/floor/plating/airless,
+/area/shuttle/abandoned)
+"ae" = (
+/obj/machinery/mech_bay_recharge_port{
+ icon_state = "recharge_port";
+ dir = 2
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"af" = (
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"ag" = (
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"ah" = (
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"ai" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/frame/machine,
+/obj/item/stack/cable_coil,
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aj" = (
+/obj/structure/shuttle/engine/heater{
+ dir = 1
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plating/airless,
+/area/shuttle/abandoned)
+"ak" = (
+/obj/structure/mecha_wreckage/ripley,
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mech_bay_recharge_floor,
+/area/shuttle/abandoned)
+"al" = (
+/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/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"am" = (
+/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"
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium,
+/area/shuttle/abandoned)
+"an" = (
+/obj/effect/spawner/lootdrop{
+ loot = list(/obj/mecha/working/ripley/mining = 1, /obj/structure/mecha_wreckage/ripley = 5);
+ lootdoubles = 0;
+ name = "25% mech 75% wreckage ripley spawner"
+ },
+/turf/open/floor/mech_bay_recharge_floor,
+/area/shuttle/abandoned)
+"ao" = (
+/obj/machinery/computer/mech_bay_power_console,
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"ap" = (
+/obj/machinery/computer/mech_bay_power_console,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aq" = (
+/obj/machinery/door/airlock/titanium{
+ name = "mech bay"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"ar" = (
+/obj/structure/grille,
+/obj/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/shuttle/abandoned)
+"as" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/obj/structure/closet/crate{
+ name = "spare equipment crate"
+ },
+/obj/item/stack/sheet/metal/fifty,
+/obj/item/stack/sheet/metal/fifty,
+/obj/effect/decal/cleanable/cobweb,
+/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"
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"at" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/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"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"au" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"av" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ name = "spare equipment crate";
+ opened = 1
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aw" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"ax" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ name = "spare equipment crate";
+ opened = 1
+ },
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/pickaxe,
+/obj/item/weapon/storage/toolbox/emergency/old,
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"ay" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/shuttle/abandoned)
+"az" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "cerewhiteleft";
+ name = "Cargo Blast Door Toggle";
+ pixel_x = -24
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aA" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/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/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aB" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ name = "spare equipment crate";
+ opened = 1
+ },
+/obj/item/weapon/storage/bag/ore,
+/obj/item/weapon/pickaxe,
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aC" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/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"
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aD" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/obj/structure/closet/crate{
+ name = "spare equipment crate"
+ },
+/obj/item/stack/sheet/glass/fifty,
+/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"
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aE" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "cerewhiteright";
+ name = "Cargo Blast Door Toggle";
+ pixel_x = 24
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aF" = (
+/obj/machinery/door/poddoor{
+ id = "cerewhiteleft"
+ },
+/turf/open/floor/plating,
+/area/shuttle/abandoned)
+"aG" = (
+/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/mineral/titanium,
+/area/shuttle/abandoned)
+"aH" = (
+/obj/machinery/door/poddoor{
+ id = "cerewhiteright"
+ },
+/turf/open/floor/plating,
+/area/shuttle/abandoned)
+"aI" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/obj/structure/closet/crate{
+ name = "spare equipment crate"
+ },
+/obj/item/weapon/storage/toolbox/mechanical/old,
+/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"
+ },
+/obj/item/clothing/glasses/welding,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aJ" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/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"
+ },
+/obj/structure/closet/crate{
+ icon_state = "crateopen";
+ name = "spare equipment crate";
+ opened = 1
+ },
+/obj/machinery/light,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aK" = (
+/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"
+ },
+/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/mineral/titanium,
+/area/shuttle/abandoned)
+"aL" = (
+/obj/effect/turf_decal/delivery{
+ dir = 1
+ },
+/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"
+ },
+/obj/machinery/light,
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aM" = (
+/obj/structure/ore_box,
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aN" = (
+/obj/machinery/door/airlock/titanium{
+ name = "cockpit"
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"aO" = (
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/obj/structure/tank_dispenser/oxygen{
+ layer = 2.7;
+ pixel_x = -1;
+ pixel_y = 2
+ },
+/turf/open/floor/mineral/titanium/yellow,
+/area/shuttle/abandoned)
+"aP" = (
+/obj/structure/table,
+/obj/item/device/gps{
+ gpstag = "NTCONST1";
+ pixel_x = -1;
+ pixel_y = 2
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"aQ" = (
+/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"
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"aR" = (
+/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/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"aS" = (
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"aT" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/item/weapon/storage/firstaid/regular,
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"aU" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"aV" = (
+/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/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"aW" = (
+/obj/structure/chair/comfy/black,
+/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"
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"aX" = (
+/obj/structure/closet/emcloset,
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"aY" = (
+/turf/open/space,
+/area/space)
+"aZ" = (
+/obj/structure/table,
+/obj/item/weapon/phone{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"ba" = (
+/obj/machinery/computer/shuttle/white_ship,
+/obj/effect/decal/cleanable/dirt{
+ desc = "A thin layer of dust coating the floor.";
+ name = "dust"
+ },
+/turf/open/floor/mineral/titanium/blue,
+/area/shuttle/abandoned)
+"bb" = (
+/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/mineral/titanium/blue,
+/area/shuttle/abandoned)
(1,1,1) = {"
-aaaaababababacababababaaaa
-aaadabaeafagahagafaiabadaa
-aaajabakagalamagaganabajaa
-aaababaoagalamagagapababaa
-adababababaqaraqababababad
-ajababasatauahavawaxababaj
-ayayazaAaAaBahauaCaDaEayay
-aFahaGamamamamaGamamamaGaH
-aFahaGahaGaGaGaGamamaGahaH
-ayayaIaAaJaKaGaGaLavauayay
-aaabaMababaNaraNababaOabaa
-aaabababaPaQaRaSaTabababaa
-aaabababaUaRaQaSaUabababaa
-aaaaabaVaSaQaWaRaRaXabaaaa
-aYaaabababaZbabbabababaaaa
-aYaYaaaaabarararabaaaaaaaa
+aa
+aa
+aa
+aa
+ad
+aj
+ay
+aF
+aF
+ay
+aa
+aa
+aa
+aa
+aY
+aY
+"}
+(2,1,1) = {"
+aa
+ad
+aj
+ab
+ab
+ab
+ay
+ah
+ah
+ay
+ab
+ab
+ab
+aa
+aa
+aY
+"}
+(3,1,1) = {"
+ab
+ab
+ab
+ab
+ab
+ab
+az
+aG
+aG
+aI
+aM
+ab
+ab
+ab
+ab
+aa
+"}
+(4,1,1) = {"
+ab
+ae
+ak
+ao
+ab
+as
+aA
+am
+ah
+aA
+ab
+ab
+ab
+aV
+ab
+aa
+"}
+(5,1,1) = {"
+ab
+af
+ag
+ag
+ab
+at
+aA
+am
+aG
+aJ
+ab
+aP
+aU
+aS
+ab
+ab
+"}
+(6,1,1) = {"
+ab
+ag
+al
+al
+aq
+au
+aB
+am
+aG
+aK
+aN
+aQ
+aR
+aQ
+aZ
+ar
+"}
+(7,1,1) = {"
+ac
+ah
+am
+am
+ar
+ah
+ah
+am
+aG
+aG
+ar
+aR
+aQ
+aW
+ba
+ar
+"}
+(8,1,1) = {"
+ab
+ag
+ag
+ag
+aq
+av
+au
+aG
+aG
+aG
+aN
+aS
+aS
+aR
+bb
+ar
+"}
+(9,1,1) = {"
+ab
+af
+ag
+ag
+ab
+aw
+aC
+am
+am
+aL
+ab
+aT
+aU
+aR
+ab
+ab
+"}
+(10,1,1) = {"
+ab
+ai
+an
+ap
+ab
+ax
+aD
+am
+am
+av
+ab
+ab
+ab
+aX
+ab
+aa
+"}
+(11,1,1) = {"
+ab
+ab
+ab
+ab
+ab
+ab
+aE
+am
+aG
+au
+aO
+ab
+ab
+ab
+ab
+aa
+"}
+(12,1,1) = {"
+aa
+ad
+aj
+ab
+ab
+ab
+ay
+aG
+ah
+ay
+ab
+ab
+ab
+aa
+aa
+aa
+"}
+(13,1,1) = {"
+aa
+aa
+aa
+aa
+ad
+aj
+ay
+aH
+aH
+ay
+aa
+aa
+aa
+aa
+aa
+aa
"}
diff --git a/_maps/shuttles/whiteship_meta.dmm b/_maps/shuttles/whiteship_meta.dmm
index 23e39ebd86..9b07fc1ac3 100644
--- a/_maps/shuttles/whiteship_meta.dmm
+++ b/_maps/shuttles/whiteship_meta.dmm
@@ -71,9 +71,8 @@
},
/area/shuttle/abandoned)
"ak" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_l"
+/obj/structure/shuttle/engine/propulsion/left{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
@@ -107,14 +106,11 @@
/area/shuttle/abandoned)
"ao" = (
/obj/structure/mirror{
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
@@ -320,14 +316,12 @@
/area/shuttle/abandoned)
"aC" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion"
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
"aD" = (
/obj/structure/shuttle/engine/heater{
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
@@ -519,8 +513,7 @@
"aT" = (
/obj/effect/decal/cleanable/blood/old,
/obj/structure/mirror{
- pixel_x = 28;
- pixel_y = 0
+ pixel_x = 28
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
@@ -819,7 +812,6 @@
/area/shuttle/abandoned)
"bw" = (
/obj/machinery/vending/coffee{
- pixel_x = 0;
use_power = 0
},
/turf/open/floor/mineral/titanium,
@@ -856,8 +848,7 @@
name = "dust"
},
/obj/structure/fluff/empty_sleeper/nanotrasen{
- dir = 1;
- pixel_y = 0
+ dir = 1
},
/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
@@ -871,8 +862,7 @@
name = "dust"
},
/obj/structure/fluff/empty_sleeper/nanotrasen{
- dir = 1;
- pixel_y = 0
+ dir = 1
},
/turf/open/floor/mineral/titanium,
/area/shuttle/abandoned)
@@ -1283,7 +1273,6 @@
/area/shuttle/abandoned)
"co" = (
/obj/machinery/door/airlock/titanium{
- icon_state = "door_closed";
name = "medbay";
welded = 0
},
@@ -1450,9 +1439,7 @@
"cC" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
@@ -1468,7 +1455,6 @@
/area/shuttle/abandoned)
"cE" = (
/obj/structure/sink{
- icon_state = "sink";
dir = 8;
pixel_x = -12;
pixel_y = 2
@@ -1534,13 +1520,11 @@
/obj/machinery/vending/wallmed{
name = "Emergency NanoMed";
pixel_x = -28;
- pixel_y = 0;
req_access_txt = "0";
use_power = 0
},
/obj/machinery/iv_drip{
- density = 0;
- pixel_x = 0
+ density = 0
},
/obj/effect/decal/cleanable/dirt{
desc = "A thin layer of dust coating the floor.";
@@ -1577,9 +1561,7 @@
"cN" = (
/obj/structure/sink{
dir = 4;
- icon_state = "sink";
- pixel_x = 11;
- pixel_y = 0
+ pixel_x = 11
},
/obj/effect/decal/cleanable/xenoblood,
/obj/effect/decal/cleanable/xenoblood/xgibs/limb,
@@ -1590,9 +1572,8 @@
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/abandoned)
"cO" = (
-/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion_r"
+/obj/structure/shuttle/engine/propulsion/right{
+ dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/abandoned)
@@ -1721,8 +1702,7 @@
"cZ" = (
/obj/structure/table,
/obj/item/weapon/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 6;
- pixel_y = 0
+ pixel_x = 6
},
/obj/item/weapon/reagent_containers/glass/bottle/charcoal{
pixel_x = -3
@@ -1747,10 +1727,7 @@
/area/shuttle/abandoned)
"db" = (
/obj/structure/table,
-/obj/item/weapon/storage/backpack/duffelbag/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 duffelbag for holding extra medical supplies - this one seems to be designed for holding surgical tools.";
- name = "surgical duffelbag";
+/obj/item/weapon/storage/backpack/duffelbag/med/surgery{
pixel_y = 4
},
/turf/open/floor/mineral/titanium,
diff --git a/_maps/shuttles/whiteship_pubby.dmm b/_maps/shuttles/whiteship_pubby.dmm
index 3b35cf432d..464c77f21e 100644
--- a/_maps/shuttles/whiteship_pubby.dmm
+++ b/_maps/shuttles/whiteship_pubby.dmm
@@ -7,8 +7,6 @@
/area/shuttle/abandoned)
"c" = (
/obj/structure/shuttle/engine/propulsion/burst{
- tag = "icon-propulsion (NORTH)";
- icon_state = "propulsion";
dir = 1
},
/turf/closed/wall/mineral/titanium,
@@ -62,9 +60,7 @@
/area/shuttle/abandoned)
"k" = (
/obj/structure/shuttle/engine/propulsion/burst{
- dir = 4;
- icon_state = "propulsion";
- tag = "icon-propulsion (WEST)"
+ dir = 4
},
/turf/closed/wall/mineral/titanium,
/area/shuttle/abandoned)
diff --git a/_maps/templates/medium_shuttle1.dmm b/_maps/templates/medium_shuttle1.dmm
index 583f691396..edd7df2a67 100644
--- a/_maps/templates/medium_shuttle1.dmm
+++ b/_maps/templates/medium_shuttle1.dmm
@@ -4,9 +4,7 @@
/area/space)
"b" = (
/obj/structure/shuttle/engine/propulsion/burst/left{
- dir = 8;
- icon_state = "burst_l";
- tag = "icon-burst_l (EAST)"
+ dir = 8
},
/turf/open/space,
/area/ruin/powered{
@@ -14,13 +12,9 @@
})
"c" = (
/obj/structure/shuttle/engine/heater{
- tag = "icon-heater (WEST)";
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (EAST)";
- icon_state = "rwindow";
dir = 4
},
/turf/open/floor/plating/airless,
@@ -139,8 +133,6 @@
})
"v" = (
/obj/structure/chair/comfy{
- tag = "icon-comfychair (EAST)";
- icon_state = "comfychair";
dir = 4
},
/turf/open/floor/plasteel/darkyellow,
@@ -149,9 +141,7 @@
})
"w" = (
/obj/structure/shuttle/engine/propulsion/burst/right{
- dir = 8;
- icon_state = "burst_r";
- tag = "icon-burst_r (EAST)"
+ dir = 8
},
/turf/open/space,
/area/ruin/powered{
diff --git a/_maps/templates/medium_shuttle2.dmm b/_maps/templates/medium_shuttle2.dmm
index 021edc62a6..ec569a13f1 100644
--- a/_maps/templates/medium_shuttle2.dmm
+++ b/_maps/templates/medium_shuttle2.dmm
@@ -4,9 +4,7 @@
/area/space)
"b" = (
/obj/structure/shuttle/engine/propulsion/burst/left{
- dir = 8;
- icon_state = "burst_l";
- tag = "icon-burst_l (EAST)"
+ dir = 8
},
/turf/open/space,
/area/ruin/powered{
@@ -14,13 +12,9 @@
})
"c" = (
/obj/structure/shuttle/engine/heater{
- tag = "icon-heater (WEST)";
- icon_state = "heater";
dir = 8
},
/obj/structure/window/reinforced{
- tag = "icon-rwindow (EAST)";
- icon_state = "rwindow";
dir = 4
},
/turf/open/floor/plating/airless,
@@ -43,9 +37,7 @@
})
"f" = (
/obj/structure/shuttle/engine/propulsion/burst/right{
- dir = 8;
- icon_state = "burst_r";
- tag = "icon-burst_r (EAST)"
+ dir = 8
},
/turf/open/space,
/area/ruin/powered{
@@ -135,7 +127,6 @@
})
"t" = (
/obj/machinery/sleeper{
- tag = "icon-sleeper (NORTH)";
icon_state = "sleeper";
dir = 1
},
@@ -170,8 +161,6 @@
})
"y" = (
/obj/structure/chair/comfy{
- tag = "icon-comfychair (EAST)";
- icon_state = "comfychair";
dir = 4
},
/turf/open/floor/plasteel/darkyellow,
diff --git a/_maps/templates/medium_shuttle3.dmm b/_maps/templates/medium_shuttle3.dmm
index 74c25e5f8c..c151b4bb39 100644
--- a/_maps/templates/medium_shuttle3.dmm
+++ b/_maps/templates/medium_shuttle3.dmm
@@ -4,8 +4,6 @@
/area/space)
"b" = (
/obj/structure/shuttle/engine/propulsion{
- tag = "icon-propulsion (NORTH)";
- icon_state = "propulsion";
dir = 1
},
/turf/open/space,
@@ -19,8 +17,6 @@
})
"d" = (
/obj/structure/shuttle/engine/heater{
- tag = "icon-heater (NORTH)";
- icon_state = "heater";
dir = 1
},
/turf/open/floor/plating/airless,
@@ -93,9 +89,7 @@
})
"n" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 8;
- icon_state = "propulsion";
- tag = "icon-propulsion (EAST)"
+ dir = 8
},
/turf/open/space,
/area/ruin/powered{
@@ -103,8 +97,6 @@
})
"o" = (
/obj/structure/shuttle/engine/heater{
- tag = "icon-heater (WEST)";
- icon_state = "heater";
dir = 8
},
/turf/open/floor/plating/airless,
@@ -119,8 +111,6 @@
})
"q" = (
/obj/structure/shuttle/engine/heater{
- tag = "icon-heater (EAST)";
- icon_state = "heater";
dir = 4
},
/turf/open/floor/plating/airless,
@@ -129,9 +119,7 @@
})
"r" = (
/obj/structure/shuttle/engine/propulsion{
- dir = 4;
- icon_state = "propulsion";
- tag = "icon-propulsion (WEST)"
+ dir = 4
},
/turf/open/space,
/area/ruin/powered{
@@ -176,8 +164,6 @@
})
"x" = (
/obj/structure/chair/comfy{
- tag = "icon-comfychair (WEST)";
- icon_state = "comfychair";
dir = 8
},
/turf/open/floor/plasteel/darkyellow,
diff --git a/_maps/templates/medium_shuttle4.dmm b/_maps/templates/medium_shuttle4.dmm
index 8b05b21303..4943d8c63d 100644
--- a/_maps/templates/medium_shuttle4.dmm
+++ b/_maps/templates/medium_shuttle4.dmm
@@ -5,7 +5,6 @@
"b" = (
/turf/open/space,
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (WEST)";
icon_state = "corner";
dir = 8
},
@@ -30,7 +29,6 @@
initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
},
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (NORTH)";
icon_state = "corner";
dir = 1
},
@@ -47,7 +45,6 @@
initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
},
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (EAST)";
icon_state = "corner";
dir = 4
},
@@ -63,21 +60,17 @@
/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" = (
/turf/closed/indestructible/oldshuttle{
- tag = "icon-orange";
icon_state = "orange"
},
/area/ruin/powered)
"l" = (
/obj/structure/chair/old{
- tag = "icon-chairold (NORTH)";
icon_state = "chairold";
dir = 1
},
@@ -92,7 +85,6 @@
initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
},
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (WEST)";
icon_state = "corner";
dir = 8
},
@@ -107,7 +99,6 @@
"o" = (
/turf/open/space,
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (NORTH)";
icon_state = "corner";
dir = 1
},
@@ -115,7 +106,6 @@
"p" = (
/turf/open/space,
/turf/closed/indestructible/oldshuttle/corner{
- tag = "icon-corner (EAST)";
icon_state = "corner";
dir = 4
},
diff --git a/_maps/templates/shelter_1.dmm b/_maps/templates/shelter_1.dmm
index c2aa94e9d0..2237e82dda 100644
--- a/_maps/templates/shelter_1.dmm
+++ b/_maps/templates/shelter_1.dmm
@@ -4,8 +4,6 @@
/area/survivalpod)
"b" = (
/obj/structure/sign/mining/survival{
- tag = "icon-survival (NORTH)";
- icon_state = "survival";
dir = 1
},
/turf/closed/wall/mineral/titanium/survival/pod,
@@ -42,8 +40,6 @@
/area/survivalpod)
"j" = (
/obj/structure/sign/mining/survival{
- tag = "icon-survival (EAST)";
- icon_state = "survival";
dir = 4
},
/turf/closed/wall/mineral/titanium/survival/pod,
diff --git a/_maps/templates/shelter_2.dmm b/_maps/templates/shelter_2.dmm
index d38147d9e2..fd8dab33c3 100644
--- a/_maps/templates/shelter_2.dmm
+++ b/_maps/templates/shelter_2.dmm
@@ -4,8 +4,6 @@
/area/survivalpod)
"b" = (
/obj/structure/sign/mining/survival{
- tag = "icon-survival (NORTH)";
- icon_state = "survival";
dir = 1
},
/turf/closed/wall/mineral/titanium/survival/pod,
@@ -50,8 +48,6 @@
/area/survivalpod)
"j" = (
/obj/structure/sign/mining/survival{
- tag = "icon-survival (EAST)";
- icon_state = "survival";
dir = 4
},
/turf/closed/wall/mineral/titanium/survival/pod,
@@ -72,13 +68,11 @@
/obj/structure/window/reinforced/survival_pod{
dir = 8;
icon_state = "pwindow";
- layer = 3;
- tag = "icon-pwindow (WEST)"
+ layer = 3
},
/obj/machinery/door/window/survival_pod{
dir = 1;
- icon_state = "windoor";
- tag = "icon-windoor (NORTH)"
+ icon_state = "windoor"
},
/turf/open/floor/carpet/black,
/area/survivalpod)
@@ -90,7 +84,6 @@
name = "lusty xenomorph maid"
},
/obj/structure/window/reinforced/survival_pod{
- tag = "icon-pwindow (NORTH)";
icon_state = "pwindow";
dir = 1
},
@@ -112,8 +105,7 @@
"r" = (
/obj/structure/window/reinforced/survival_pod{
dir = 8;
- icon_state = "pwindow";
- tag = "icon-pwindow (WEST)"
+ icon_state = "pwindow"
},
/turf/open/floor/carpet/black,
/area/survivalpod)
@@ -138,19 +130,16 @@
pixel_y = -2
},
/obj/structure/window/reinforced/survival_pod{
- tag = "icon-pwindow (NORTH)";
icon_state = "pwindow";
dir = 1
},
/obj/structure/table/wood/fancy/black{
- pixel_y = -9;
- pixel_z = 0
+ pixel_y = -9
},
/turf/open/floor/carpet/black,
/area/survivalpod)
"u" = (
/obj/machinery/door/window/survival_pod{
- tag = "icon-windoor (NORTH)";
icon_state = "windoor";
dir = 1
},
@@ -158,17 +147,13 @@
/area/survivalpod)
"v" = (
/obj/structure/window/reinforced/survival_pod{
- tag = "icon-pwindow (NORTH)";
icon_state = "pwindow";
dir = 1
},
/obj/structure/displaycase{
alert = 0;
desc = "A display case containing an expensive forgery, probably.";
- pixel_w = 0;
- pixel_x = 0;
pixel_y = -4;
- pixel_z = 0;
req_access = 48;
start_showpiece_type = /obj/item/fakeartefact
},
@@ -178,8 +163,7 @@
/obj/structure/window/reinforced/survival_pod{
density = 0;
dir = 9;
- icon_state = "pwindow";
- tag = "icon-pwindow (NORTHWEST)"
+ icon_state = "pwindow"
},
/turf/open/floor/carpet/black,
/area/survivalpod)
@@ -194,11 +178,9 @@
/area/survivalpod)
"y" = (
/obj/structure/sink/kitchen{
- tag = "icon-sink_alt (EAST)";
icon_state = "sink_alt";
dir = 4;
- pixel_x = -13;
- pixel_y = 0
+ pixel_x = -13
},
/turf/open/floor/carpet/black,
/area/survivalpod)
diff --git a/_maps/templates/small_shuttle_1.dmm b/_maps/templates/small_shuttle_1.dmm
index 2cedb95005..81439ab63e 100644
--- a/_maps/templates/small_shuttle_1.dmm
+++ b/_maps/templates/small_shuttle_1.dmm
@@ -13,7 +13,6 @@
"d" = (
/turf/open/space,
/turf/closed/wall/shuttle{
- tag = "icon-swall_f10";
icon_state = "swall_f10"
},
/area/space)
@@ -31,13 +30,11 @@
/area/space)
"h" = (
/turf/closed/wall/shuttle{
- tag = "icon-swall13";
icon_state = "swall13"
},
/area/space)
"i" = (
/turf/closed/wall/shuttle{
- tag = "icon-swall8";
icon_state = "swall8"
},
/area/space)
@@ -47,7 +44,6 @@
/area/space)
"k" = (
/turf/closed/wall/shuttle{
- tag = "icon-swall4";
icon_state = "swall4"
},
/area/space)
@@ -70,14 +66,11 @@
"o" = (
/turf/open/space,
/turf/closed/wall/shuttle{
- tag = "icon-swall_f5";
icon_state = "swall_f5"
},
/area/space)
"p" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_l"
- },
+/obj/structure/shuttle/engine/propulsion/left,
/turf/open/floor/plating/airless,
/area/space)
"q" = (
@@ -85,15 +78,12 @@
/turf/open/floor/plating/airless,
/area/space)
"r" = (
-/obj/structure/shuttle/engine/propulsion{
- icon_state = "propulsion_r"
- },
+/obj/structure/shuttle/engine/propulsion/right,
/turf/open/floor/plating/airless,
/area/space)
"s" = (
/turf/open/space,
/turf/closed/wall/shuttle{
- tag = "icon-swall_f9";
icon_state = "swall_f9"
},
/area/space)
diff --git a/code/__DEFINES/admin.dm b/code/__DEFINES/admin.dm
index c9a6a25696..d3937d50bb 100644
--- a/code/__DEFINES/admin.dm
+++ b/code/__DEFINES/admin.dm
@@ -30,11 +30,17 @@
#define R_POSSESS 64
#define R_PERMISSIONS 128
#define R_STEALTH 256
-#define R_REJUVINATE 512
+#define R_POLL 512
#define R_VAREDIT 1024
#define R_SOUNDS 2048
#define R_SPAWN 4096
+#if DM_VERSION > 512
+#error Remove the flag below , its been long enough
+#endif
+//legacy , remove post 512, it was replaced by R_POLL
+#define R_REJUVINATE 2
+
#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) "(?)"
@@ -65,4 +71,4 @@
#define AHELP_ACTIVE 1
#define AHELP_CLOSED 2
-#define AHELP_RESOLVED 3
\ No newline at end of file
+#define AHELP_RESOLVED 3
diff --git a/code/__DEFINES/antagonists.dm b/code/__DEFINES/antagonists.dm
index 26c163aef4..98420bc429 100644
--- a/code/__DEFINES/antagonists.dm
+++ b/code/__DEFINES/antagonists.dm
@@ -8,9 +8,6 @@
#define ANTAG_DATUM_NINJA_RANDOM /datum/antagonist/ninja/randomAllegiance/
#define ANTAG_DATUM_TRAITOR /datum/antagonist/traitor
#define ANTAG_DATUM_TRAITOR_CUSTOM /datum/antagonist/traitor/custom
-#define ANTAG_DATUM_IAA /datum/antagonist/traitor/internal_affairs
-#define ANTAG_DATUM_TRAITOR /datum/antagonist/traitor
-#define ANTAG_DATUM_TRAITOR_CUSTOM /datum/antagonist/traitor/custom
#define ANTAG_DATUM_TRAITOR_HUMAN /datum/antagonist/traitor/human
#define ANTAG_DATUM_TRAITOR_HUMAN_CUSTOM /datum/antagonist/traitor/human/custom
#define ANTAG_DATUM_TRAITOR_AI /datum/antagonist/traitor/AI
@@ -20,4 +17,4 @@
#define ANTAG_DATUM_IAA_HUMAN /datum/antagonist/traitor/human/internal_affairs
#define ANTAG_DATUM_IAA_HUMAN_CUSTOM /datum/antagonist/traitor/human/internal_affairs/custom
#define ANTAG_DATUM_IAA_AI_CUSTOM /datum/antagonist/traitor/AI/internal_affairs/custom
-#define ANTAG_DATUM_IAA_AI /datum/antagonist/traitor/AI/internal_affairs
\ No newline at end of file
+#define ANTAG_DATUM_IAA_AI /datum/antagonist/traitor/AI/internal_affairs
diff --git a/code/__DEFINES/atmospherics.dm b/code/__DEFINES/atmospherics.dm
index 15381a08dd..5ce803fa3c 100644
--- a/code/__DEFINES/atmospherics.dm
+++ b/code/__DEFINES/atmospherics.dm
@@ -1,175 +1,176 @@
-#define FIRE_DAMAGE_MODIFIER 0.0215 //Higher values result in more external fire damage to the skin (default 0.0215)
-#define AIR_DAMAGE_MODIFIER 2.025 //More means less damage from hot air scalding lungs, less = more damage. (default 2.025)
-
-#define MOLES_CELLSTANDARD (ONE_ATMOSPHERE*CELL_VOLUME/(T20C*R_IDEAL_GAS_EQUATION)) //moles in a 2.5 m^3 cell at 101.325 Pa and 20 degC
-#define M_CELL_WITH_RATIO (MOLES_CELLSTANDARD * 0.005)
-#define O2STANDARD 0.21
-#define N2STANDARD 0.79
-#define MOLES_O2STANDARD (MOLES_CELLSTANDARD*O2STANDARD) // O2 standard value (21%)
-#define MOLES_N2STANDARD (MOLES_CELLSTANDARD*N2STANDARD) // N2 standard value (79%)
-
-//indices of values in gas lists. used by listmos.
-#define MOLES 1
-#define ARCHIVE 2
-#define GAS_META 3
-#define META_GAS_SPECIFIC_HEAT 1
-#define META_GAS_NAME 2
-#define META_GAS_MOLES_VISIBLE 3
-#define META_GAS_OVERLAY 4
-#define META_GAS_DANGER 5
-
-//stuff you should probably leave well alone!
-//ATMOS
-#define CELL_VOLUME 2500 //liters in a cell
-#define BREATH_VOLUME 0.5 //liters in a normal breath
-#define BREATH_PERCENTAGE (BREATH_VOLUME/CELL_VOLUME) //Amount of air to take a from a tile
-#define HUMAN_NEEDED_OXYGEN (MOLES_CELLSTANDARD*BREATH_PERCENTAGE*0.16) //Amount of air needed before pass out/suffocation commences
-#define NORMPIPERATE 30 //pipe-insulation rate divisor
-#define HEATPIPERATE 8 //heat-exch pipe insulation
-#define FLOWFRAC 0.99 //fraction of gas transfered per process
-#define TANK_LEAK_PRESSURE (30.*ONE_ATMOSPHERE) //Tank starts leaking
-#define TANK_RUPTURE_PRESSURE (35.*ONE_ATMOSPHERE) //Tank spills all contents into atmosphere
-#define TANK_FRAGMENT_PRESSURE (40.*ONE_ATMOSPHERE) //Boom 3x3 base explosion
-#define TANK_FRAGMENT_SCALE (6.*ONE_ATMOSPHERE) //+1 for each SCALE kPa aboe threshold
-#define MINIMUM_AIR_RATIO_TO_SUSPEND 0.1 //Ratio of air that must move to/from a tile to reset group processing
-#define MINIMUM_AIR_RATIO_TO_MOVE 0.001 //Minimum ratio of air that must move to/from a tile
-#define MINIMUM_AIR_TO_SUSPEND (MOLES_CELLSTANDARD*MINIMUM_AIR_RATIO_TO_SUSPEND) //Minimum amount of air that has to move before a group processing can be suspended
-#define MINIMUM_MOLES_DELTA_TO_MOVE (MOLES_CELLSTANDARD*MINIMUM_AIR_RATIO_TO_MOVE) //Either this must be active
-#define EXCITED_GROUP_BREAKDOWN_CYCLES 4
-#define EXCITED_GROUP_DISMANTLE_CYCLES 16
-#define MINIMUM_TEMPERATURE_TO_MOVE (T20C+100) //or this (or both, obviously)
-#define MINIMUM_TEMPERATURE_RATIO_TO_SUSPEND 0.012
-#define MINIMUM_TEMPERATURE_DELTA_TO_SUSPEND 4 //Minimum temperature difference before group processing is suspended
-#define MINIMUM_TEMPERATURE_DELTA_TO_CONSIDER 0.5 //Minimum temperature difference before the gas temperatures are just set to be equal
-#define MINIMUM_TEMPERATURE_FOR_SUPERCONDUCTION T20C+10
-#define MINIMUM_TEMPERATURE_START_SUPERCONDUCTION T20C+200
-#define FLOOR_HEAT_TRANSFER_COEFFICIENT 0.4
-#define WALL_HEAT_TRANSFER_COEFFICIENT 0.0
-#define DOOR_HEAT_TRANSFER_COEFFICIENT 0.0
-#define SPACE_HEAT_TRANSFER_COEFFICIENT 0.2 //a hack to partly simulate radiative heat
-#define OPEN_HEAT_TRANSFER_COEFFICIENT 0.4
-#define WINDOW_HEAT_TRANSFER_COEFFICIENT 0.1 //a hack for now
- //Must be between 0 and 1. Values closer to 1 equalize temperature faster
- //Should not exceed 0.4 else strange heat flow occur
-#define FIRE_MINIMUM_TEMPERATURE_TO_SPREAD 150+T0C
-#define FIRE_MINIMUM_TEMPERATURE_TO_EXIST 100+T0C
-#define FIRE_SPREAD_RADIOSITY_SCALE 0.85
-#define FIRE_CARBON_ENERGY_RELEASED 500000 //Amount of heat released per mole of burnt carbon into the tile
-#define FIRE_PLASMA_ENERGY_RELEASED 3000000 //Amount of heat released per mole of burnt plasma into the tile
-#define FIRE_GROWTH_RATE 40000 //For small fires
-#define CARBON_LIFEFORM_FIRE_RESISTANCE 200+T0C //Resistance to fire damage
-#define CARBON_LIFEFORM_FIRE_DAMAGE 4 //Fire damage
- //Plasma fire properties
-#define OXYGEN_BURN_RATE_BASE 1.4
-#define PLASMA_BURN_RATE_DELTA 9
-#define PLASMA_MINIMUM_BURN_TEMPERATURE 100+T0C
-#define PLASMA_UPPER_TEMPERATURE 1370+T0C
-#define PLASMA_MINIMUM_OXYGEN_NEEDED 2
-#define PLASMA_MINIMUM_OXYGEN_PLASMA_RATIO 30
-#define PLASMA_OXYGEN_FULLBURN 10
-#define MIN_PLASMA_DAMAGE 1
-#define MAX_PLASMA_DAMAGE 10
-#define MOLES_PLASMA_VISIBLE 0.5 //Moles in a standard cell after which plasma is visible
- //Plasma fusion properties
-#define PLASMA_BINDING_ENERGY 3000000
-#define MAX_CARBON_EFFICENCY 9
-#define PLASMA_FUSED_COEFFICENT 0.08
-#define CARBON_CATALYST_COEFFICENT 0.01
-#define FUSION_PURITY_THRESHOLD 0.9
-// Pressure limits.
-#define HAZARD_HIGH_PRESSURE 550 //This determins at what pressure the ultra-high pressure red icon is displayed. (This one is set as a constant)
-#define WARNING_HIGH_PRESSURE 325 //This determins when the orange pressure icon is displayed (it is 0.7 * HAZARD_HIGH_PRESSURE)
-#define WARNING_LOW_PRESSURE 50 //This is when the gray low pressure icon is displayed. (it is 2.5 * HAZARD_LOW_PRESSURE)
-#define HAZARD_LOW_PRESSURE 20 //This is when the black ultra-low pressure icon is displayed. (This one is set as a constant)
-
-#define TEMPERATURE_DAMAGE_COEFFICIENT 1.5 //This is used in handle_temperature_damage() for humans, and in reagents that affect body temperature. Temperature damage is multiplied by this amount.
-#define BODYTEMP_AUTORECOVERY_DIVISOR 12 //This is the divisor which handles how much of the temperature difference between the current body temperature and 310.15K (optimal temperature) humans auto-regenerate each tick. The higher the number, the slower the recovery. This is applied each tick, so long as the mob is alive.
-#define BODYTEMP_AUTORECOVERY_MINIMUM 10 //Minimum amount of kelvin moved toward 310.15K per tick. So long as abs(310.15 - bodytemp) is more than 50.
-#define BODYTEMP_COLD_DIVISOR 6 //Similar to the BODYTEMP_AUTORECOVERY_DIVISOR, but this is the divisor which is applied at the stage that follows autorecovery. This is the divisor which comes into play when the human's loc temperature is lower than their body temperature. Make it lower to lose bodytemp faster.
-#define BODYTEMP_HEAT_DIVISOR 6 //Similar to the BODYTEMP_AUTORECOVERY_DIVISOR, but this is the divisor which is applied at the stage that follows autorecovery. This is the divisor which comes into play when the human's loc temperature is higher than their body temperature. Make it lower to gain bodytemp faster.
-#define BODYTEMP_COOLING_MAX 30 //The maximum number of degrees that your body can cool in 1 tick, when in a cold area.
-#define BODYTEMP_HEATING_MAX 30 //The maximum number of degrees that your body can heat up in 1 tick, when in a hot area.
-
-#define BODYTEMP_HEAT_DAMAGE_LIMIT 360.15 // The limit the human body can take before it starts taking damage from heat.
-#define BODYTEMP_COLD_DAMAGE_LIMIT 260.15 // The limit the human body can take before it starts taking damage from coldness.
-
-#define SPACE_HELM_MIN_TEMP_PROTECT 2.0 //what min_cold_protection_temperature is set to for space-helmet quality headwear. MUST NOT BE 0.
-#define SPACE_HELM_MAX_TEMP_PROTECT 1500 //Thermal insulation works both ways /Malkevin
-#define SPACE_SUIT_MIN_TEMP_PROTECT 2.0 //what min_cold_protection_temperature is set to for space-suit quality jumpsuits or suits. MUST NOT BE 0.
-#define SPACE_SUIT_MAX_TEMP_PROTECT 1500
-
-#define FIRE_SUIT_MIN_TEMP_PROTECT 60 //Cold protection for firesuits
-#define FIRE_SUIT_MAX_TEMP_PROTECT 30000 //what max_heat_protection_temperature is set to for firesuit quality suits. MUST NOT BE 0.
-#define FIRE_HELM_MIN_TEMP_PROTECT 60 //Cold protection for fire helmets
-#define FIRE_HELM_MAX_TEMP_PROTECT 30000 //for fire helmet quality items (red and white hardhats)
-
-#define FIRE_IMMUNITY_SUIT_MAX_TEMP_PROTECT 35000 //what max_heat_protection_temperature is set to for firesuit quality suits. MUST NOT BE 0.
-#define FIRE_IMMUNITY_HELM_MAX_TEMP_PROTECT 35000 //for fire helmet quality items (red and white hardhats)
-
-#define HELMET_MIN_TEMP_PROTECT 160 //For normal helmets
-#define HELMET_MAX_TEMP_PROTECT 600 //For normal helmets
-#define ARMOR_MIN_TEMP_PROTECT 160 //For armor
-#define ARMOR_MAX_TEMP_PROTECT 600 //For armor
-
-#define GLOVES_MIN_TEMP_PROTECT 2.0 //For some gloves (black and)
-#define GLOVES_MAX_TEMP_PROTECT 1500 //For some gloves
-#define SHOES_MIN_TEMP_PROTECT 2.0 //For gloves
-#define SHOES_MAX_TEMP_PROTECT 1500 //For gloves
-
-
-#define PRESSURE_DAMAGE_COEFFICIENT 4 //The amount of pressure damage someone takes is equal to (pressure / HAZARD_HIGH_PRESSURE)*PRESSURE_DAMAGE_COEFFICIENT, with the maximum of MAX_PRESSURE_DAMAGE
-#define MAX_HIGH_PRESSURE_DAMAGE 4 //This used to be 20... I got this much random rage for some retarded decision by polymorph?! Polymorph now lies in a pool of blood with a katana jammed in his spleen. ~Errorage --PS: The katana did less than 20 damage to him :(
-#define LOW_PRESSURE_DAMAGE 2 //The amounb of damage someone takes when in a low pressure area (The pressure threshold is so low that it doesn't make sense to do any calculations, so it just applies this flat value).
-
-#define COLD_SLOWDOWN_FACTOR 20 //Humans are slowed by the difference between bodytemp and BODYTEMP_COLD_DAMAGE_LIMIT divided by this
-
-// Atmos pipe limits
-#define MAX_OUTPUT_PRESSURE 4500 // (kPa) What pressure pumps and powered equipment max out at.
-#define MAX_TRANSFER_RATE 200 // (L/s) Maximum speed powered equipment can work at.
-
-//Atmos machinery pipenet stuff
-
-// used for device_type vars; used by DEVICE_TYPE_LOOP
-#define UNARY 1
-#define BINARY 2
-#define TRINARY 3
-#define QUATERNARY 4
-
-// this is the standard for loop used by all sorts of atmos machinery procs
-#define DEVICE_TYPE_LOOP var/I in 1 to device_type
-
-// defines for the various machinery lists
-// NODE_I, AIR_I, PARENT_I are used within DEVICE_TYPE_LOOP
-
-// nodes list - all atmos machinery
-#define NODE1 nodes[1]
-#define NODE2 nodes[2]
-#define NODE3 nodes[3]
-#define NODE4 nodes[4]
-#define NODE_I nodes[I]
-
-// airs list - components only
-#define AIR1 airs[1]
-#define AIR2 airs[2]
-#define AIR3 airs[3]
-#define AIR_I airs[I]
-
-// parents list - components only
-#define PARENT1 parents[1]
-#define PARENT2 parents[2]
-#define PARENT3 parents[3]
-#define PARENT_I parents[I]
-
-//Tanks
-#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 ) )
+#define FIRE_DAMAGE_MODIFIER 0.0215 //Higher values result in more external fire damage to the skin (default 0.0215)
+#define AIR_DAMAGE_MODIFIER 2.025 //More means less damage from hot air scalding lungs, less = more damage. (default 2.025)
+#define MOLES_CELLSTANDARD (ONE_ATMOSPHERE*CELL_VOLUME/(T20C*R_IDEAL_GAS_EQUATION)) //moles in a 2.5 m^3 cell at 101.325 Pa and 20 degC
+#define M_CELL_WITH_RATIO (MOLES_CELLSTANDARD * 0.005)
+#define O2STANDARD 0.21
+#define N2STANDARD 0.79
+#define MOLES_O2STANDARD (MOLES_CELLSTANDARD*O2STANDARD) // O2 standard value (21%)
+#define MOLES_N2STANDARD (MOLES_CELLSTANDARD*N2STANDARD) // N2 standard value (79%)
+
+//indices of values in gas lists. used by listmos.
+#define MOLES 1
+#define ARCHIVE 2
+#define GAS_META 3
+#define META_GAS_SPECIFIC_HEAT 1
+#define META_GAS_NAME 2
+#define META_GAS_MOLES_VISIBLE 3
+#define META_GAS_OVERLAY 4
+#define META_GAS_DANGER 5
+
+//stuff you should probably leave well alone!
+//ATMOS
+#define CELL_VOLUME 2500 //liters in a cell
+#define BREATH_VOLUME 0.5 //liters in a normal breath
+#define BREATH_PERCENTAGE (BREATH_VOLUME/CELL_VOLUME) //Amount of air to take a from a tile
+#define HUMAN_NEEDED_OXYGEN (MOLES_CELLSTANDARD*BREATH_PERCENTAGE*0.16) //Amount of air needed before pass out/suffocation commences
+#define NORMPIPERATE 30 //pipe-insulation rate divisor
+#define HEATPIPERATE 8 //heat-exch pipe insulation
+#define FLOWFRAC 0.99 //fraction of gas transfered per process
+#define TANK_LEAK_PRESSURE (30.*ONE_ATMOSPHERE) //Tank starts leaking
+#define TANK_RUPTURE_PRESSURE (35.*ONE_ATMOSPHERE) //Tank spills all contents into atmosphere
+#define TANK_FRAGMENT_PRESSURE (40.*ONE_ATMOSPHERE) //Boom 3x3 base explosion
+#define TANK_FRAGMENT_SCALE (6.*ONE_ATMOSPHERE) //+1 for each SCALE kPa aboe threshold
+#define MINIMUM_AIR_RATIO_TO_SUSPEND 0.1 //Ratio of air that must move to/from a tile to reset group processing
+#define MINIMUM_AIR_RATIO_TO_MOVE 0.001 //Minimum ratio of air that must move to/from a tile
+#define MINIMUM_AIR_TO_SUSPEND (MOLES_CELLSTANDARD*MINIMUM_AIR_RATIO_TO_SUSPEND) //Minimum amount of air that has to move before a group processing can be suspended
+#define MINIMUM_MOLES_DELTA_TO_MOVE (MOLES_CELLSTANDARD*MINIMUM_AIR_RATIO_TO_MOVE) //Either this must be active
+#define EXCITED_GROUP_BREAKDOWN_CYCLES 4
+#define EXCITED_GROUP_DISMANTLE_CYCLES 16
+#define MINIMUM_TEMPERATURE_TO_MOVE (T20C+100) //or this (or both, obviously)
+#define MINIMUM_TEMPERATURE_RATIO_TO_SUSPEND 0.012
+#define MINIMUM_TEMPERATURE_DELTA_TO_SUSPEND 4 //Minimum temperature difference before group processing is suspended
+#define MINIMUM_TEMPERATURE_DELTA_TO_CONSIDER 0.5 //Minimum temperature difference before the gas temperatures are just set to be equal
+#define MINIMUM_TEMPERATURE_FOR_SUPERCONDUCTION T20C+10
+#define MINIMUM_TEMPERATURE_START_SUPERCONDUCTION T20C+200
+#define FLOOR_HEAT_TRANSFER_COEFFICIENT 0.4
+#define WALL_HEAT_TRANSFER_COEFFICIENT 0.0
+#define DOOR_HEAT_TRANSFER_COEFFICIENT 0.0
+#define SPACE_HEAT_TRANSFER_COEFFICIENT 0.2 //a hack to partly simulate radiative heat
+#define OPEN_HEAT_TRANSFER_COEFFICIENT 0.4
+#define WINDOW_HEAT_TRANSFER_COEFFICIENT 0.1 //a hack for now
+ //Must be between 0 and 1. Values closer to 1 equalize temperature faster
+ //Should not exceed 0.4 else strange heat flow occur
+#define FIRE_MINIMUM_TEMPERATURE_TO_SPREAD 150+T0C
+#define FIRE_MINIMUM_TEMPERATURE_TO_EXIST 100+T0C
+#define FIRE_SPREAD_RADIOSITY_SCALE 0.85
+#define FIRE_CARBON_ENERGY_RELEASED 500000 //Amount of heat released per mole of burnt carbon into the tile
+#define FIRE_PLASMA_ENERGY_RELEASED 3000000 //Amount of heat released per mole of burnt plasma into the tile
+#define FIRE_GROWTH_RATE 40000 //For small fires
+#define CARBON_LIFEFORM_FIRE_RESISTANCE 200+T0C //Resistance to fire damage
+#define CARBON_LIFEFORM_FIRE_DAMAGE 4 //Fire damage
+ //Plasma fire properties
+#define OXYGEN_BURN_RATE_BASE 1.4
+#define PLASMA_BURN_RATE_DELTA 9
+#define PLASMA_MINIMUM_BURN_TEMPERATURE 100+T0C
+#define PLASMA_UPPER_TEMPERATURE 1370+T0C
+#define PLASMA_MINIMUM_OXYGEN_NEEDED 2
+#define PLASMA_MINIMUM_OXYGEN_PLASMA_RATIO 30
+#define PLASMA_OXYGEN_FULLBURN 10
+#define MIN_PLASMA_DAMAGE 1
+#define MAX_PLASMA_DAMAGE 10
+#define MOLES_PLASMA_VISIBLE 0.5 //Moles in a standard cell after which plasma is visible
+ //Plasma fusion properties
+#define PLASMA_BINDING_ENERGY 3000000
+#define MAX_CARBON_EFFICENCY 9
+#define PLASMA_FUSED_COEFFICENT 0.08
+#define CARBON_CATALYST_COEFFICENT 0.01
+#define FUSION_PURITY_THRESHOLD 0.9
+// Pressure limits.
+#define HAZARD_HIGH_PRESSURE 550 //This determins at what pressure the ultra-high pressure red icon is displayed. (This one is set as a constant)
+#define WARNING_HIGH_PRESSURE 325 //This determins when the orange pressure icon is displayed (it is 0.7 * HAZARD_HIGH_PRESSURE)
+#define WARNING_LOW_PRESSURE 50 //This is when the gray low pressure icon is displayed. (it is 2.5 * HAZARD_LOW_PRESSURE)
+#define HAZARD_LOW_PRESSURE 20 //This is when the black ultra-low pressure icon is displayed. (This one is set as a constant)
+
+#define TEMPERATURE_DAMAGE_COEFFICIENT 1.5 //This is used in handle_temperature_damage() for humans, and in reagents that affect body temperature. Temperature damage is multiplied by this amount.
+#define BODYTEMP_AUTORECOVERY_DIVISOR 12 //This is the divisor which handles how much of the temperature difference between the current body temperature and 310.15K (optimal temperature) humans auto-regenerate each tick. The higher the number, the slower the recovery. This is applied each tick, so long as the mob is alive.
+#define BODYTEMP_AUTORECOVERY_MINIMUM 10 //Minimum amount of kelvin moved toward 310.15K per tick. So long as abs(310.15 - bodytemp) is more than 50.
+#define BODYTEMP_COLD_DIVISOR 6 //Similar to the BODYTEMP_AUTORECOVERY_DIVISOR, but this is the divisor which is applied at the stage that follows autorecovery. This is the divisor which comes into play when the human's loc temperature is lower than their body temperature. Make it lower to lose bodytemp faster.
+#define BODYTEMP_HEAT_DIVISOR 6 //Similar to the BODYTEMP_AUTORECOVERY_DIVISOR, but this is the divisor which is applied at the stage that follows autorecovery. This is the divisor which comes into play when the human's loc temperature is higher than their body temperature. Make it lower to gain bodytemp faster.
+#define BODYTEMP_COOLING_MAX 30 //The maximum number of degrees that your body can cool in 1 tick, when in a cold area.
+#define BODYTEMP_HEATING_MAX 30 //The maximum number of degrees that your body can heat up in 1 tick, when in a hot area.
+
+#define BODYTEMP_HEAT_DAMAGE_LIMIT 360.15 // The limit the human body can take before it starts taking damage from heat.
+#define BODYTEMP_COLD_DAMAGE_LIMIT 260.15 // The limit the human body can take before it starts taking damage from coldness.
+
+#define SPACE_HELM_MIN_TEMP_PROTECT 2.0 //what min_cold_protection_temperature is set to for space-helmet quality headwear. MUST NOT BE 0.
+#define SPACE_HELM_MAX_TEMP_PROTECT 1500 //Thermal insulation works both ways /Malkevin
+#define SPACE_SUIT_MIN_TEMP_PROTECT 2.0 //what min_cold_protection_temperature is set to for space-suit quality jumpsuits or suits. MUST NOT BE 0.
+#define SPACE_SUIT_MAX_TEMP_PROTECT 1500
+
+#define FIRE_SUIT_MIN_TEMP_PROTECT 60 //Cold protection for firesuits
+#define FIRE_SUIT_MAX_TEMP_PROTECT 30000 //what max_heat_protection_temperature is set to for firesuit quality suits. MUST NOT BE 0.
+#define FIRE_HELM_MIN_TEMP_PROTECT 60 //Cold protection for fire helmets
+#define FIRE_HELM_MAX_TEMP_PROTECT 30000 //for fire helmet quality items (red and white hardhats)
+
+#define FIRE_IMMUNITY_SUIT_MAX_TEMP_PROTECT 35000 //what max_heat_protection_temperature is set to for firesuit quality suits. MUST NOT BE 0.
+#define FIRE_IMMUNITY_HELM_MAX_TEMP_PROTECT 35000 //for fire helmet quality items (red and white hardhats)
+
+#define HELMET_MIN_TEMP_PROTECT 160 //For normal helmets
+#define HELMET_MAX_TEMP_PROTECT 600 //For normal helmets
+#define ARMOR_MIN_TEMP_PROTECT 160 //For armor
+#define ARMOR_MAX_TEMP_PROTECT 600 //For armor
+
+#define GLOVES_MIN_TEMP_PROTECT 2.0 //For some gloves (black and)
+#define GLOVES_MAX_TEMP_PROTECT 1500 //For some gloves
+#define SHOES_MIN_TEMP_PROTECT 2.0 //For gloves
+#define SHOES_MAX_TEMP_PROTECT 1500 //For gloves
+
+
+#define PRESSURE_DAMAGE_COEFFICIENT 4 //The amount of pressure damage someone takes is equal to (pressure / HAZARD_HIGH_PRESSURE)*PRESSURE_DAMAGE_COEFFICIENT, with the maximum of MAX_PRESSURE_DAMAGE
+#define MAX_HIGH_PRESSURE_DAMAGE 4 //This used to be 20... I got this much random rage for some retarded decision by polymorph?! Polymorph now lies in a pool of blood with a katana jammed in his spleen. ~Errorage --PS: The katana did less than 20 damage to him :(
+#define LOW_PRESSURE_DAMAGE 2 //The amounb of damage someone takes when in a low pressure area (The pressure threshold is so low that it doesn't make sense to do any calculations, so it just applies this flat value).
+
+#define COLD_SLOWDOWN_FACTOR 20 //Humans are slowed by the difference between bodytemp and BODYTEMP_COLD_DAMAGE_LIMIT divided by this
+
+// Atmos pipe limits
+#define MAX_OUTPUT_PRESSURE 4500 // (kPa) What pressure pumps and powered equipment max out at.
+#define MAX_TRANSFER_RATE 200 // (L/s) Maximum speed powered equipment can work at.
+
+//Atmos machinery pipenet stuff
+
+// used for device_type vars; used by DEVICE_TYPE_LOOP
+#define UNARY 1
+#define BINARY 2
+#define TRINARY 3
+#define QUATERNARY 4
+
+// this is the standard for loop used by all sorts of atmos machinery procs
+#define DEVICE_TYPE_LOOP var/I in 1 to device_type
+
+// defines for the various machinery lists
+// NODE_I, AIR_I, PARENT_I are used within DEVICE_TYPE_LOOP
+
+// nodes list - all atmos machinery
+#define NODE1 nodes[1]
+#define NODE2 nodes[2]
+#define NODE3 nodes[3]
+#define NODE4 nodes[4]
+#define NODE_I nodes[I]
+
+// airs list - components only
+#define AIR1 airs[1]
+#define AIR2 airs[2]
+#define AIR3 airs[3]
+#define AIR_I airs[I]
+
+// parents list - components only
+#define PARENT1 parents[1]
+#define PARENT2 parents[2]
+#define PARENT3 parents[3]
+#define PARENT_I parents[I]
+
+//Tanks
+#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 ) )
+
+#define LAVALAND_EQUIPMENT_EFFECT_PRESSURE 50 //what pressure you have to be under to increase the effect of equipment meant for lavaland
#define LAVALAND_DEFAULT_ATMOS "o2=14;n2=23;TEMP=300"
diff --git a/code/__DEFINES/clockcult.dm b/code/__DEFINES/clockcult.dm
index a12cedcd45..c74bf9c61e 100644
--- a/code/__DEFINES/clockcult.dm
+++ b/code/__DEFINES/clockcult.dm
@@ -7,13 +7,11 @@
GLOBAL_VAR_INIT(clockwork_construction_value, 0) //The total value of all structures built by the clockwork cult
GLOBAL_VAR_INIT(clockwork_caches, 0) //How many clockwork caches exist in the world (not each individual)
-GLOBAL_VAR_INIT(clockwork_daemons, 0) //How many daemons exist in the world
-GLOBAL_LIST_INIT(clockwork_generals_invoked, list("nezbere" = FALSE, "sevtug" = FALSE, "nzcrentr" = FALSE, "inath-neq" = FALSE)) //How many generals have been recently invoked
+GLOBAL_LIST_EMPTY(active_daemons) //A list of all active tinkerer's daemons
GLOBAL_LIST_EMPTY(all_clockwork_objects) //All clockwork items, structures, and effects in existence
GLOBAL_LIST_EMPTY(all_clockwork_mobs) //All clockwork SERVANTS (not creatures) in existence
GLOBAL_LIST_INIT(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
GLOBAL_VAR_INIT(ratvar_awakens, 0) //If Ratvar has been summoned; not a boolean, for proper handling of multiple Ratvars
-GLOBAL_VAR_INIT(nezbere_invoked, 0) //If Nezbere has been invoked; not a boolean, for proper handling of multiple Nezberes
GLOBAL_VAR_INIT(clockwork_gateway_activated, FALSE) //if a gateway to the celestial derelict has ever been successfully activated
GLOBAL_LIST_EMPTY(all_scripture) //a list containing scripture instances; not used to track existing scripture
@@ -27,10 +25,6 @@ GLOBAL_LIST_EMPTY(all_scripture) //a list containing scripture instances; not us
#define APPLICATION_SERVANT_REQ 9
#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
@@ -51,10 +45,6 @@ GLOBAL_LIST_EMPTY(all_scripture) //a list containing scripture instances; not us
#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 GLOBAL_CLOCKWORK_GENERAL_COOLDOWN 3000 //how long globally-affecting clockwork generals go on cooldown after use, defaults to 5 minutes
-
-#define CLOCKWORK_GENERAL_COOLDOWN 2000 //how long clockwork generals go on cooldown after use, defaults to 3 minutes 20 seconds
-
//clockcult power defines
#define MIN_CLOCKCULT_POWER 25 //the minimum amount of power clockcult machines will handle gracefully
diff --git a/code/__DEFINES/combat.dm b/code/__DEFINES/combat.dm
index c94cc58f66..ed9be51512 100644
--- a/code/__DEFINES/combat.dm
+++ b/code/__DEFINES/combat.dm
@@ -19,11 +19,11 @@
#define OXYLOSS 8
#define SHAME 16
//citadel code
-#define AROUSAL 32
+#define AROUSAL 32
#define STUN "stun"
-#define WEAKEN "weaken"
-#define PARALYZE "paralize"
+#define KNOCKDOWN "knockdown"
+#define UNCONSCIOUS "unconscious"
#define IRRADIATE "irradiate"
#define STUTTER "stutter"
#define SLUR "slur"
@@ -33,8 +33,8 @@
//Bitflags defining which status effects could be or are inflicted on a mob
#define CANSTUN 1
-#define CANWEAKEN 2
-#define CANPARALYSE 4
+#define CANKNOCKDOWN 2
+#define CANUNCONSCIOUS 4
#define CANPUSH 8
#define IGNORESLOWDOWN 16
#define GOTTAGOFAST 32
diff --git a/code/__DEFINES/events.dm b/code/__DEFINES/events.dm
index cc19d9d358..d39932e1a7 100644
--- a/code/__DEFINES/events.dm
+++ b/code/__DEFINES/events.dm
@@ -5,4 +5,5 @@
#define EVENT_CANT_RUN 0
#define EVENT_READY 1
-#define EVENT_CANCELLED 2
\ No newline at end of file
+#define EVENT_CANCELLED 2
+#define EVENT_INTERRUPTED 3
diff --git a/code/__DEFINES/flags.dm b/code/__DEFINES/flags.dm
index e443e57b14..e4b0ab9264 100644
--- a/code/__DEFINES/flags.dm
+++ b/code/__DEFINES/flags.dm
@@ -1,93 +1,93 @@
-/*
- These defines are specific to the atom/flags bitmask
-*/
-#define ALL ~0 //For convenience.
-#define NONE 0
-
+/*
+ These defines are specific to the atom/flags bitmask
+*/
+#define ALL ~0 //For convenience.
+#define NONE 0
+
GLOBAL_LIST_INIT(bitflags, list(1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768))
-//FLAGS BITMASK
-#define STOPSPRESSUREDMAGE 1 //This flag is used on the flags variable for SUIT and HEAD items which stop pressure damage. Note that the flag 1 was previous used as ONBACK, so it is possible for some code to use (flags & 1) when checking if something can be put on your back. Replace this code with (inv_flags & SLOT_BACK) if you see it anywhere
-//To successfully stop you taking all pressure damage you must have both a suit and head item with this flag.
-
-#define NODROP 2 // This flag makes it so that an item literally cannot be removed at all, or at least that's how it should be. Only deleted.
-#define NOBLUDGEON 4 // when an item has this it produces no "X has been hit by Y with Z" message in the default attackby()
-#define MASKINTERNALS 8 // mask allows internals
-#define HEAR 16 // This flag is what recursive_hear_check() uses to determine wether to add an item to the hearer list or not.
+//FLAGS BITMASK
+#define STOPSPRESSUREDMAGE 1 //This flag is used on the flags variable for SUIT and HEAD items which stop pressure damage. Note that the flag 1 was previous used as ONBACK, so it is possible for some code to use (flags & 1) when checking if something can be put on your back. Replace this code with (inv_flags & SLOT_BACK) if you see it anywhere
+//To successfully stop you taking all pressure damage you must have both a suit and head item with this flag.
+
+#define NODROP 2 // This flag makes it so that an item literally cannot be removed at all, or at least that's how it should be. Only deleted.
+#define NOBLUDGEON 4 // when an item has this it produces no "X has been hit by Y with Z" message in the default attackby()
+#define MASKINTERNALS 8 // mask allows internals
+#define HEAR 16 // This flag is what recursive_hear_check() uses to determine wether to add an item to the hearer list or not.
#define CHECK_RICOCHET 32 // Projectiels will check ricochet on things impacted that have this.
-#define CONDUCT 64 // conducts electricity (metal etc.)
-#define ABSTRACT 128 // for all things that are technically items but used for various different stuff, made it 128 because it could conflict with other flags other way
-#define NODECONSTRUCT 128 // For machines and structures that should not break into parts, eg, holodeck stuff
-#define OVERLAY_QUEUED 256 //atom queued to SSoverlay
-#define ON_BORDER 512 // item has priority to check when entering or leaving
-
-#define NOSLIP 1024 //prevents from slipping on wet floors, in space etc
-#define CLEAN_ON_MOVE 2048
-
-// BLOCK_GAS_SMOKE_EFFECT only used in masks at the moment.
-#define BLOCK_GAS_SMOKE_EFFECT 4096 // blocks the effect that chemical clouds would have on a mob --glasses, mask and helmets ONLY!
-#define THICKMATERIAL 8192 //prevents syringes, parapens and hypos if the external suit or helmet (if targeting head) has this flag. Example: space suits, biosuit, bombsuits, thick suits that cover your body.
-#define DROPDEL 16384 // When dropped, it calls qdel on itself
+#define CONDUCT 64 // conducts electricity (metal etc.)
+#define ABSTRACT 128 // for all things that are technically items but used for various different stuff, made it 128 because it could conflict with other flags other way
+#define NODECONSTRUCT 128 // For machines and structures that should not break into parts, eg, holodeck stuff
+#define OVERLAY_QUEUED 256 //atom queued to SSoverlay
+#define ON_BORDER 512 // item has priority to check when entering or leaving
+
+#define NOSLIP 1024 //prevents from slipping on wet floors, in space etc
+#define CLEAN_ON_MOVE 2048
+
+// BLOCK_GAS_SMOKE_EFFECT only used in masks at the moment.
+#define BLOCK_GAS_SMOKE_EFFECT 4096 // blocks the effect that chemical clouds would have on a mob --glasses, mask and helmets ONLY!
+#define THICKMATERIAL 8192 //prevents syringes, parapens and hypos if the external suit or helmet (if targeting head) has this flag. Example: space suits, biosuit, bombsuits, thick suits that cover your body.
+#define DROPDEL 16384 // When dropped, it calls qdel on itself
#define PREVENT_CLICK_UNDER 32768 //Prevent clicking things below it on the same turf eg. doors/ fulltile windows
-
-/* Secondary atom flags, access using the SECONDARY_FLAG macros */
-
-#define SLOWS_WHILE_IN_HAND "slows_while_in_hand"
-#define NO_EMP_WIRES "no_emp_wires"
-#define HOLOGRAM "hologram"
-#define FROZEN "frozen"
-#define STATIONLOVING "stationloving"
-#define INFORM_ADMINS_ON_RELOCATE "inform_admins_on_relocate"
-#define BANG_PROTECT "bang_protect"
-
+
+/* Secondary atom flags, access using the SECONDARY_FLAG macros */
+
+#define SLOWS_WHILE_IN_HAND "slows_while_in_hand"
+#define NO_EMP_WIRES "no_emp_wires"
+#define HOLOGRAM "hologram"
+#define FROZEN "frozen"
+#define STATIONLOVING "stationloving"
+#define INFORM_ADMINS_ON_RELOCATE "inform_admins_on_relocate"
+#define BANG_PROTECT "bang_protect"
+
// An item worn in the ear slot with HEALS_EARS will heal your ears each
// Life() tick, even if normally your ears would be too damaged to heal.
#define HEALS_EARS "heals_ears"
-// A mob with OMNITONGUE has no restriction in the ability to speak
-// languages that they know. So even if they wouldn't normally be able to
-// through mob or tongue restrictions, this flag allows them to ignore
-// those restrictions.
-#define OMNITONGUE "omnitongue"
-
+// A mob with OMNITONGUE has no restriction in the ability to speak
+// languages that they know. So even if they wouldn't normally be able to
+// through mob or tongue restrictions, this flag allows them to ignore
+// those restrictions.
+#define OMNITONGUE "omnitongue"
+
// TESLA_IGNORE grants immunity from being targeted by tesla-style electricity
#define TESLA_IGNORE "tesla_ignore"
-//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.
+//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.
//#define CHECK_RICOCHET 32 //Same thing as atom flag.
-
-/*
- These defines are used specifically with the atom/pass_flags bitmask
- the atom/checkpass() proc uses them (tables will call movable atom checkpass(PASSTABLE) for example)
-*/
-//flags for pass_flags
-#define PASSTABLE 1
-#define PASSGLASS 2
-#define PASSGRILLE 4
-#define PASSBLOB 8
-#define PASSMOB 16
-#define LETPASSTHROW 32
-
-
-//Movement Types
-#define IMMOBILE 0
-#define GROUND 1
-#define FLYING 2
-
-// Flags for reagents
-#define REAGENT_NOREACT 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
-
-// language secondary flags for atoms
+
+/*
+ These defines are used specifically with the atom/pass_flags bitmask
+ the atom/checkpass() proc uses them (tables will call movable atom checkpass(PASSTABLE) for example)
+*/
+//flags for pass_flags
+#define PASSTABLE 1
+#define PASSGLASS 2
+#define PASSGRILLE 4
+#define PASSBLOB 8
+#define PASSMOB 16
+#define LETPASSTHROW 32
+
+
+//Movement Types
+#define IMMOBILE 0
+#define GROUND 1
+#define FLYING 2
+
+// Flags for reagents
+#define REAGENT_NOREACT 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
+
+// language secondary flags for atoms
diff --git a/code/__DEFINES/is_helpers.dm b/code/__DEFINES/is_helpers.dm
index 097538c590..1372e99a8e 100644
--- a/code/__DEFINES/is_helpers.dm
+++ b/code/__DEFINES/is_helpers.dm
@@ -52,6 +52,14 @@
#define isalienadult(A) (istype(A, /mob/living/carbon/alien/humanoid))
+#define isalienhunter(A) (istype(A, /mob/living/carbon/alien/humanoid/hunter))
+
+#define isaliensentinel(A) (istype(A, /mob/living/carbon/alien/humanoid/sentinel))
+
+#define isalienroyal(A) (istype(A, /mob/living/carbon/alien/humanoid/royal))
+
+#define isalienqueen(A) (istype(A, /mob/living/carbon/alien/humanoid/royal/queen))
+
#define isdevil(A) (istype(A, /mob/living/carbon/true_devil))
//Silicon mobs
@@ -68,8 +76,6 @@
#define isrevenant(A) (istype(A, /mob/living/simple_animal/revenant))
-#define isborer(A) (istype(A, /mob/living/simple_animal/borer))
-
#define isbot(A) (istype(A, /mob/living/simple_animal/bot))
#define iscrab(A) (istype(A, /mob/living/simple_animal/crab))
@@ -109,6 +115,8 @@
//Misc mobs
#define isobserver(A) (istype(A, /mob/dead/observer))
+#define isdead(A) (istype(A, /mob/dead))
+
#define isnewplayer(A) (istype(A, /mob/dead/new_player))
#define isovermind(A) (istype(A, /mob/camera/blob))
@@ -116,7 +124,7 @@
//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 isitem(A) (istype(A, /obj/item))
#define is_cleanable(A) (istype(A, /obj/effect/decal/cleanable) || istype(A, /obj/effect/rune)) //if something is cleanable
diff --git a/code/__DEFINES/layers.dm b/code/__DEFINES/layers.dm
index 2ff2ec2c19..a6ea566113 100644
--- a/code/__DEFINES/layers.dm
+++ b/code/__DEFINES/layers.dm
@@ -14,7 +14,6 @@
#define CLOSED_TURF_LAYER 2.05
#define ABOVE_NORMAL_TURF_LAYER 2.08
#define LATTICE_LAYER 2.2
-#define OVER_LATTICE_LAYER 2.25
#define DISPOSAL_PIPE_LAYER 2.3
#define GAS_PIPE_HIDDEN_LAYER 2.35
#define WIRE_LAYER 2.4
diff --git a/code/__DEFINES/machines.dm b/code/__DEFINES/machines.dm
index afaa64891d..9f92ea7619 100644
--- a/code/__DEFINES/machines.dm
+++ b/code/__DEFINES/machines.dm
@@ -1,76 +1,76 @@
-// channel numbers for power
-#define EQUIP 1
-#define LIGHT 2
-#define ENVIRON 3
-#define TOTAL 4 //for total power used only
-#define STATIC_EQUIP 5
-#define STATIC_LIGHT 6
-#define STATIC_ENVIRON 7
-
+// channel numbers for power
+#define EQUIP 1
+#define LIGHT 2
+#define ENVIRON 3
+#define TOTAL 4 //for total power used only
+#define STATIC_EQUIP 5
+#define STATIC_LIGHT 6
+#define STATIC_ENVIRON 7
+
//Power use
#define NO_POWER_USE 0
#define IDLE_POWER_USE 1
#define ACTIVE_POWER_USE 2
-
-//bitflags for door switches.
-#define OPEN 1
-#define IDSCAN 2
-#define BOLTS 4
-#define SHOCK 8
-#define SAFE 16
-
-//used in design to specify which machine can build it
-#define IMPRINTER 1 //For circuits. Uses glass/chemicals.
-#define PROTOLATHE 2 //New stuff. Uses glass/metal/chemicals
-#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.
-#define BIOGENERATOR 32 //Uses biomass
-#define LIMBGROWER 64 //Uses synthetic flesh
+
+//bitflags for door switches.
+#define OPEN 1
+#define IDSCAN 2
+#define BOLTS 4
+#define SHOCK 8
+#define SAFE 16
+
+//used in design to specify which machine can build it
+#define IMPRINTER 1 //For circuits. Uses glass/chemicals.
+#define PROTOLATHE 2 //New stuff. Uses glass/metal/chemicals
+#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.
+#define BIOGENERATOR 32 //Uses biomass
+#define LIMBGROWER 64 //Uses synthetic flesh
#define SMELTER 128 //uses various minerals
-//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
-
-#define FIREDOOR_OPEN 1
+//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
+
+#define FIREDOOR_OPEN 1
#define FIREDOOR_CLOSED 2
diff --git a/code/__DEFINES/misc.dm.rej b/code/__DEFINES/misc.dm.rej
deleted file mode 100644
index 8aeab16ceb..0000000000
--- a/code/__DEFINES/misc.dm.rej
+++ /dev/null
@@ -1,7 +0,0 @@
-diff a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm (rejected hunks)
-@@ -440,4 +440,4 @@ GLOBAL_LIST_INIT(ghost_others_options, list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DE
- #define BEAT_SLOW 2
- #define BEAT_NONE 0
-
--#define BEAT_CHANNEL 150 //sound channel for heartbeats
-+
diff --git a/code/__DEFINES/mobs.dm b/code/__DEFINES/mobs.dm
index ebc4ebf421..102653f1eb 100644
--- a/code/__DEFINES/mobs.dm
+++ b/code/__DEFINES/mobs.dm
@@ -7,7 +7,6 @@
#define PLAYER_READY_TO_PLAY 1
#define PLAYER_READY_TO_OBSERVE 2
-
//movement intent defines for the m_intent var
#define MOVE_INTENT_WALK "walk"
#define MOVE_INTENT_RUN "run"
@@ -135,4 +134,13 @@
#define INCORPOREAL_MOVE_BASIC 1
#define INCORPOREAL_MOVE_SHADOW 2 // leaves a trail of shadows
#define INCORPOREAL_MOVE_JAUNT 3 // is blocked by holy water/salt
+
+//Secbot and ED209 judgement criteria bitflag values
+#define JUDGE_EMAGGED 1
+#define JUDGE_IDCHECK 2
+#define JUDGE_WEAPONCHECK 4
+#define JUDGE_RECORDCHECK 8
+//ED209's ignore monkeys
+#define JUDGE_IGNOREMONKEYS 16
+
#define MEGAFAUNA_DEFAULT_RECOVERY_TIME 5
diff --git a/code/__DEFINES/role_preferences.dm b/code/__DEFINES/role_preferences.dm
index dc9fbe6fe3..86fa509e30 100644
--- a/code/__DEFINES/role_preferences.dm
+++ b/code/__DEFINES/role_preferences.dm
@@ -23,7 +23,6 @@
#define ROLE_REVENANT "revenant"
#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,7 @@ GLOBAL_LIST_INIT(special_roles, list(
ROLE_REVENANT,
ROLE_ABDUCTOR = /datum/game_mode/abduction,
ROLE_DEVIL = /datum/game_mode/devil,
- ROLE_SERVANT_OF_RATVAR = /datum/game_mode/clockwork_cult,
- ROLE_BORER,
+ ROLE_SERVANT_OF_RATVAR = /datum/game_mode/clockwork_cult
))
//Job defines for what happens when you fail to qualify for any job during job selection
diff --git a/code/__DEFINES/shuttles.dm b/code/__DEFINES/shuttles.dm
index b5f221975f..c0158bac16 100644
--- a/code/__DEFINES/shuttles.dm
+++ b/code/__DEFINES/shuttles.dm
@@ -51,4 +51,4 @@
//Engine related
#define ENGINE_COEFF_MIN 0.5
#define ENGINE_COEFF_MAX 2
-#define ENGINE_DEFAULT_MAXSPEED_ENGINES 5
+#define ENGINE_DEFAULT_MAXSPEED_ENGINES 5
\ No newline at end of file
diff --git a/code/__DEFINES/sound.dm b/code/__DEFINES/sound.dm
index 6fea9601b6..6dc43fb959 100644
--- a/code/__DEFINES/sound.dm
+++ b/code/__DEFINES/sound.dm
@@ -3,13 +3,14 @@
#define CHANNEL_ADMIN 1023
#define CHANNEL_VOX 1022
#define CHANNEL_JUKEBOX 1021
+#define CHANNEL_JUSTICAR_ARK 1020
#define CHANNEL_HEARTBEAT 1019 //sound channel for heartbeats
//Citadel code
-#define CHANNEL_PRED 1020
-#define CHANNEL_PREY 1019
+#define CHANNEL_PRED 1018
//THIS SHOULD ALWAYS BE THE LOWEST ONE!
//KEEP IT UPDATED
-#define CHANNEL_HIGHEST_AVAILABLE 1018
+#define CHANNEL_HIGHEST_AVAILABLE 1017
+
diff --git a/code/__DEFINES/sound.dm.rej b/code/__DEFINES/sound.dm.rej
deleted file mode 100644
index e47ebb9375..0000000000
--- a/code/__DEFINES/sound.dm.rej
+++ /dev/null
@@ -1,8 +0,0 @@
-diff a/code/__DEFINES/sound.dm b/code/__DEFINES/sound.dm (rejected hunks)
-@@ -9,5 +9,5 @@
- //THIS SHOULD ALWAYS BE THE LOWEST ONE!
- //KEEP IT UPDATED
-
--#define CHANNEL_HIGHEST_AVAILABLE 1019
-+#define CHANNEL_HIGHEST_AVAILABLE 1018
-
diff --git a/code/__DEFINES/status_effects.dm b/code/__DEFINES/status_effects.dm
index cf7acfc543..918809c381 100644
--- a/code/__DEFINES/status_effects.dm
+++ b/code/__DEFINES/status_effects.dm
@@ -26,10 +26,20 @@
#define STATUS_EFFECT_WISH_GRANTERS_GIFT /datum/status_effect/wish_granters_gift //If you're currently resurrecting with the Wish Granter
+#define STATUS_EFFECT_BLOODDRUNK /datum/status_effect/blooddrunk //Stun immunity and greatly reduced damage taken
+
/////////////
// DEBUFFS //
/////////////
+#define STATUS_EFFECT_STUN /datum/status_effect/incapacitating/stun //the affected is stunned
+
+#define STATUS_EFFECT_KNOCKDOWN /datum/status_effect/incapacitating/knockdown //the affected is knocked down
+
+#define STATUS_EFFECT_UNCONSCIOUS /datum/status_effect/incapacitating/unconscious //the affected is unconscious
+
+#define STATUS_EFFECT_SLEEPING /datum/status_effect/incapacitating/sleeping //the affected is asleep
+
#define STATUS_EFFECT_BELLIGERENT /datum/status_effect/belligerent //forces the affected to walk, doing damage if they try to run
#define STATUS_EFFECT_MANIAMOTOR /datum/status_effect/maniamotor //disrupts, damages, and confuses the affected as long as they're in range of the motor
@@ -39,8 +49,10 @@
#define STATUS_EFFECT_HISWRATH /datum/status_effect/his_wrath //His Wrath.
#define STATUS_EFFECT_SUMMONEDGHOST /datum/status_effect/cultghost //is a cult ghost and can't use manifest runes
+
#define STATUS_EFFECT_CRUSHERMARK /datum/status_effect/crusher_mark //if struck with a proto-kinetic crusher, takes a ton of damage
+#define STATUS_EFFECT_SAWBLEED /datum/status_effect/saw_bleed //if the bleed builds up enough, takes a ton of damage
/////////////
// NEUTRAL //
diff --git a/code/__DEFINES/subsystems.dm b/code/__DEFINES/subsystems.dm
index ee42967a52..71d0792b60 100644
--- a/code/__DEFINES/subsystems.dm
+++ b/code/__DEFINES/subsystems.dm
@@ -39,7 +39,6 @@
}\
}
-
// Subsystem init_order, from highest priority to lowest priority
// Subsystems shutdown in the reverse of the order they initialize in
// The numbers just define the ordering, they are meaningless otherwise.
diff --git a/code/__DEFINES/time.dm b/code/__DEFINES/time.dm
new file mode 100644
index 0000000000..956935258b
--- /dev/null
+++ b/code/__DEFINES/time.dm
@@ -0,0 +1,15 @@
+/*
+
+Days of the week to make it easier to reference them.
+
+When using time2text(), please use "DDD" to find the weekday. Refrain from using "Day"
+
+*/
+
+#define MONDAY "Mon"
+#define TUESDAY "Tue"
+#define WEDNESDAY "Wed"
+#define THURSDAY "Thu"
+#define FRIDAY "Fri"
+#define SATURDAY "Sat"
+#define SUNDAY "Sun"
diff --git a/code/__DEFINES/wires.dm b/code/__DEFINES/wires.dm
index a1d3a61642..762beb9c00 100644
--- a/code/__DEFINES/wires.dm
+++ b/code/__DEFINES/wires.dm
@@ -1,45 +1,45 @@
-#define WIRE_DUD_PREFIX "__dud"
-#define WIRE_ACTIVATE "Activate"
-#define WIRE_AI "AI Connection"
-#define WIRE_ALARM "Alarm"
-#define WIRE_AVOIDANCE "Avoidance"
+#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 "Auxiliary Power 1"
#define WIRE_BACKUP2 "Auxiliary 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"
+#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/_lists.dm b/code/__HELPERS/_lists.dm
index 5116ec7468..d63c10c508 100644
--- a/code/__HELPERS/_lists.dm
+++ b/code/__HELPERS/_lists.dm
@@ -287,7 +287,7 @@
//Converts a bitfield to a list of numbers (or words if a wordlist is provided)
/proc/bitfield2list(bitfield = 0, list/wordlist)
var/list/r = list()
- if(istype(wordlist,/list))
+ if(islist(wordlist))
var/max = min(wordlist.len,16)
var/bit = 1
for(var/i=1, i<=max, i++)
@@ -450,7 +450,7 @@
. |= 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 DEFAULTPICK(L, default) ((islist(L) && 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; } }
diff --git a/code/__HELPERS/_logging.dm b/code/__HELPERS/_logging.dm
index a2a878211a..2dd2e42129 100644
--- a/code/__HELPERS/_logging.dm
+++ b/code/__HELPERS/_logging.dm
@@ -103,7 +103,7 @@
/proc/datum_info_line(datum/D)
if(!istype(D))
return
- if(!istype(D, /mob))
+ if(!ismob(D))
return "[D] ([D.type])"
var/mob/M = D
return "[M] ([M.ckey]) ([M.type])"
diff --git a/code/__HELPERS/cmp.dm b/code/__HELPERS/cmp.dm
index be070ae806..171d776d0d 100644
--- a/code/__HELPERS/cmp.dm
+++ b/code/__HELPERS/cmp.dm
@@ -47,3 +47,5 @@ GLOBAL_VAR_INIT(cmp_field, "name")
/proc/cmp_clockscripture_priority(datum/clockwork_scripture/A, datum/clockwork_scripture/B)
return initial(A.sort_priority) - initial(B.sort_priority)
+/proc/cmp_ruincost_priority(datum/map_template/ruin/A, datum/map_template/ruin/B)
+ return initial(A.cost) - initial(B.cost)
diff --git a/code/__HELPERS/files.dm b/code/__HELPERS/files.dm
index a76a9ac623..5001a3541e 100644
--- a/code/__HELPERS/files.dm
+++ b/code/__HELPERS/files.dm
@@ -3,7 +3,7 @@
for(var/file in args)
src << browse_rsc(file)
-/client/proc/browse_files(root="data/logs/", max_iterations=10, list/valid_extensions=list(".txt",".log",".htm", ".html"))
+/client/proc/browse_files(root="data/logs/", max_iterations=10, list/valid_extensions=list("txt","log","htm", "html"))
var/path = root
for(var/i=0, iError: browse_files(): File not found/Invalid file([path]).")
return
diff --git a/code/__HELPERS/game.dm b/code/__HELPERS/game.dm
index d604319929..5961998058 100644
--- a/code/__HELPERS/game.dm
+++ b/code/__HELPERS/game.dm
@@ -455,7 +455,6 @@
var/time_passed = world.time
if (!Question)
Question = "Would you like to be a special role?"
-
var/list/result = list()
for(var/m in group)
var/mob/M = m
@@ -553,4 +552,12 @@
return hex2num(copytext(hexa, 4, 6))
/proc/GetBluePart(const/hexa)
- return hex2num(copytext(hexa, 6, 8))
\ No newline at end of file
+ return hex2num(copytext(hexa, 6, 8))
+
+/proc/lavaland_equipment_pressure_check(turf/T)
+ if(!istype(T))
+ return
+ var/datum/gas_mixture/environment = T.return_air()
+ var/pressure = environment.return_pressure()
+ if(pressure <= LAVALAND_EQUIPMENT_EFFECT_PRESSURE)
+ return TRUE
diff --git a/code/__HELPERS/icon_smoothing.dm b/code/__HELPERS/icon_smoothing.dm
index a0de8d9840..414bdef27f 100644
--- a/code/__HELPERS/icon_smoothing.dm
+++ b/code/__HELPERS/icon_smoothing.dm
@@ -61,7 +61,7 @@
var/adjacencies = 0
var/atom/movable/AM
- if(istype(A, /atom/movable))
+ if(ismovableatom(A))
AM = A
if(AM.can_be_unanchored && !AM.anchored)
return 0
diff --git a/code/__HELPERS/icons.dm b/code/__HELPERS/icons.dm
index dbebb6bfb8..a0ce89e2b6 100644
--- a/code/__HELPERS/icons.dm
+++ b/code/__HELPERS/icons.dm
@@ -1,997 +1,997 @@
-/*
-IconProcs README
-
-A BYOND library for manipulating icons and colors
-
-by Lummox JR
-
-version 1.0
-
-The IconProcs library was made to make a lot of common icon operations much easier. BYOND's icon manipulation
-routines are very capable but some of the advanced capabilities like using alpha transparency can be unintuitive to beginners.
-
-CHANGING ICONS
-
-Several new procs have been added to the /icon datum to simplify working with icons. To use them,
-remember you first need to setup an /icon var like so:
-
-GLOBAL_DATUM_INIT(my_icon, /icon, new('iconfile.dmi'))
-
-icon/ChangeOpacity(amount = 1)
- A very common operation in DM is to try to make an icon more or less transparent. Making an icon more
- transparent is usually much easier than making it less so, however. This proc basically is a frontend
- for MapColors() which can change opacity any way you like, in much the same way that SetIntensity()
- can make an icon lighter or darker. If amount is 0.5, the opacity of the icon will be cut in half.
- If amount is 2, opacity is doubled and anything more than half-opaque will become fully opaque.
-icon/GrayScale()
- Converts the icon to grayscale instead of a fully colored icon. Alpha values are left intact.
-icon/ColorTone(tone)
- Similar to GrayScale(), this proc converts the icon to a range of black -> tone -> white, where tone is an
- RGB color (its alpha is ignored). This can be used to create a sepia tone or similar effect.
- See also the global ColorTone() proc.
-icon/MinColors(icon)
- The icon is blended with a second icon where the minimum of each RGB pixel is the result.
- Transparency may increase, as if the icons were blended with ICON_ADD. You may supply a color in place of an icon.
-icon/MaxColors(icon)
- The icon is blended with a second icon where the maximum of each RGB pixel is the result.
- Opacity may increase, as if the icons were blended with ICON_OR. You may supply a color in place of an icon.
-icon/Opaque(background = "#000000")
- All alpha values are set to 255 throughout the icon. Transparent pixels become black, or whatever background color you specify.
-icon/BecomeAlphaMask()
- You can convert a simple grayscale icon into an alpha mask to use with other icons very easily with this proc.
- The black parts become transparent, the white parts stay white, and anything in between becomes a translucent shade of white.
-icon/AddAlphaMask(mask)
- The alpha values of the mask icon will be blended with the current icon. Anywhere the mask is opaque,
- the current icon is untouched. Anywhere the mask is transparent, the current icon becomes transparent.
- Where the mask is translucent, the current icon becomes more transparent.
-icon/UseAlphaMask(mask, mode)
- Sometimes you may want to take the alpha values from one icon and use them on a different icon.
- This proc will do that. Just supply the icon whose alpha mask you want to use, and src will change
- so it has the same colors as before but uses the mask for opacity.
-
-COLOR MANAGEMENT AND HSV
-
-RGB isn't the only way to represent color. Sometimes it's more useful to work with a model called HSV, which stands for hue, saturation, and value.
-
- * The hue of a color describes where it is along the color wheel. It goes from red to yellow to green to
- cyan to blue to magenta and back to red.
- * The saturation of a color is how much color is in it. A color with low saturation will be more gray,
- and with no saturation at all it is a shade of gray.
- * The value of a color determines how bright it is. A high-value color is vivid, moderate value is dark,
- and no value at all is black.
-
-Just as BYOND uses "#rrggbb" to represent RGB values, a similar format is used for HSV: "#hhhssvv". The hue is three
-hex digits because it ranges from 0 to 0x5FF.
-
- * 0 to 0xFF - red to yellow
- * 0x100 to 0x1FF - yellow to green
- * 0x200 to 0x2FF - green to cyan
- * 0x300 to 0x3FF - cyan to blue
- * 0x400 to 0x4FF - blue to magenta
- * 0x500 to 0x5FF - magenta to red
-
-Knowing this, you can figure out that red is "#000ffff" in HSV format, which is hue 0 (red), saturation 255 (as colorful as possible),
-value 255 (as bright as possible). Green is "#200ffff" and blue is "#400ffff".
-
-More than one HSV color can match the same RGB color.
-
-Here are some procs you can use for color management:
-
-ReadRGB(rgb)
- Takes an RGB string like "#ffaa55" and converts it to a list such as list(255,170,85). If an RGBA format is used
- that includes alpha, the list will have a fourth item for the alpha value.
-hsv(hue, sat, val, apha)
- Counterpart to rgb(), this takes the values you input and converts them to a string in "#hhhssvv" or "#hhhssvvaa"
- format. Alpha is not included in the result if null.
-ReadHSV(rgb)
- Takes an HSV string like "#100FF80" and converts it to a list such as list(256,255,128). If an HSVA format is used that
- includes alpha, the list will have a fourth item for the alpha value.
-RGBtoHSV(rgb)
- Takes an RGB or RGBA string like "#ffaa55" and converts it into an HSV or HSVA color such as "#080aaff".
-HSVtoRGB(hsv)
- Takes an HSV or HSVA string like "#080aaff" and converts it into an RGB or RGBA color such as "#ff55aa".
-BlendRGB(rgb1, rgb2, amount)
- Blends between two RGB or RGBA colors using regular RGB blending. If amount is 0, the first color is the result;
- if 1, the second color is the result. 0.5 produces an average of the two. Values outside the 0 to 1 range are allowed as well.
- The returned value is an RGB or RGBA color.
-BlendHSV(hsv1, hsv2, amount)
- Blends between two HSV or HSVA colors using HSV blending, which tends to produce nicer results than regular RGB
- blending because the brightness of the color is left intact. If amount is 0, the first color is the result; if 1,
- the second color is the result. 0.5 produces an average of the two. Values outside the 0 to 1 range are allowed as well.
- The returned value is an HSV or HSVA color.
-BlendRGBasHSV(rgb1, rgb2, amount)
- Like BlendHSV(), but the colors used and the return value are RGB or RGBA colors. The blending is done in HSV form.
-HueToAngle(hue)
- Converts a hue to an angle range of 0 to 360. Angle 0 is red, 120 is green, and 240 is blue.
-AngleToHue(hue)
- Converts an angle to a hue in the valid range.
-RotateHue(hsv, angle)
- Takes an HSV or HSVA value and rotates the hue forward through red, green, and blue by an angle from 0 to 360.
- (Rotating red by 60° produces yellow.) The result is another HSV or HSVA color with the same saturation and value
- as the original, but a different hue.
-GrayScale(rgb)
- Takes an RGB or RGBA color and converts it to grayscale. Returns an RGB or RGBA string.
-ColorTone(rgb, tone)
- Similar to GrayScale(), this proc converts an RGB or RGBA color to a range of black -> tone -> white instead of
- using strict shades of gray. The tone value is an RGB color; any alpha value is ignored.
-*/
-
-/*
-Get Flat Icon DEMO by DarkCampainger
-
-This is a test for the get flat icon proc, modified approprietly for icons and their states.
-Probably not a good idea to run this unless you want to see how the proc works in detail.
-mob
- icon = 'old_or_unused.dmi'
- icon_state = "green"
-
- Login()
- // Testing image underlays
- underlays += image(icon='old_or_unused.dmi',icon_state="red")
- underlays += image(icon='old_or_unused.dmi',icon_state="red", pixel_x = 32)
- underlays += image(icon='old_or_unused.dmi',icon_state="red", pixel_x = -32)
-
- // Testing image overlays
- add_overlay(image(icon='old_or_unused.dmi',icon_state="green", pixel_x = 32, pixel_y = -32))
- add_overlay(image(icon='old_or_unused.dmi',icon_state="green", pixel_x = 32, pixel_y = 32))
- add_overlay(image(icon='old_or_unused.dmi',icon_state="green", pixel_x = -32, pixel_y = -32))
-
- // Testing icon file overlays (defaults to mob's state)
- add_overlay('_flat_demoIcons2.dmi')
-
- // Testing icon_state overlays (defaults to mob's icon)
- add_overlay("white")
-
- // Testing dynamic icon overlays
- var/icon/I = icon('old_or_unused.dmi', icon_state="aqua")
- I.Shift(NORTH,16,1)
- add_overlay(I)
-
- // Testing dynamic image overlays
- I=image(icon=I,pixel_x = -32, pixel_y = 32)
- add_overlay(I)
-
- // Testing object types (and layers)
- add_overlay(/obj/effect/overlayTest)
-
- loc = locate (10,10,1)
- verb
- Browse_Icon()
- set name = "1. Browse Icon"
- // Give it a name for the cache
- var/iconName = "[ckey(src.name)]_flattened.dmi"
- // Send the icon to src's local cache
- src<