diff --git a/code/_onclick/hud/alert.dm b/code/_onclick/hud/alert.dm index 4689863245..988c11df10 100644 --- a/code/_onclick/hud/alert.dm +++ b/code/_onclick/hud/alert.dm @@ -39,6 +39,7 @@ alert.icon_state = "itembased" var/image/I = image(icon = new_master.icon, icon_state = new_master.icon_state, dir = SOUTH) I.plane = PLANE_PLAYER_HUD_ABOVE + I.color = new_master.color alert.add_overlay(I) alert.master = new_master else diff --git a/code/game/area/Space Station 13 areas_vr.dm b/code/game/area/Space Station 13 areas_vr.dm index dc89132971..37887dcb16 100644 --- a/code/game/area/Space Station 13 areas_vr.dm +++ b/code/game/area/Space Station 13 areas_vr.dm @@ -188,3 +188,6 @@ /area/holodeck/source_patient_ward name = "\improper Holodeck - Patient Ward" + +/area/holodeck/the_uwu_zone + name = "\improper Holodeck - Inside" diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index f948459970..c0c23f9420 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -185,6 +185,7 @@ icon_state = "cryo_rear" anchored = TRUE dir = WEST + density = TRUE //Cryopods themselves. /obj/machinery/cryopod @@ -522,13 +523,13 @@ control_computer.frozen_crew += "[to_despawn.real_name], [to_despawn.mind.role_alt_title] - [stationtime2text()]" control_computer._admin_logs += "[key_name(to_despawn)] ([to_despawn.mind.role_alt_title]) at [stationtime2text()]" log_and_message_admins("[key_name(to_despawn)] ([to_despawn.mind.role_alt_title]) entered cryostorage.") - + //VOREStation Edit Start var/depart_announce = TRUE if(istype(to_despawn, /mob/living/dominated_brain)) depart_announce = FALSE - + if(depart_announce) announce.autosay("[to_despawn.real_name], [to_despawn.mind.role_alt_title], [on_store_message]", "[on_store_name]", announce_channel, using_map.get_map_levels(z, TRUE, om_range = DEFAULT_OVERMAP_RANGE)) visible_message("\The [initial(name)] [on_store_visible_message_1] [to_despawn.real_name] [on_store_visible_message_2]", 3) diff --git a/code/game/objects/effects/decals/Cleanable/misc.dm b/code/game/objects/effects/decals/Cleanable/misc.dm index 84f228c6ab..e68ce7aa4e 100644 --- a/code/game/objects/effects/decals/Cleanable/misc.dm +++ b/code/game/objects/effects/decals/Cleanable/misc.dm @@ -128,3 +128,17 @@ icon = 'icons/effects/blood.dmi' icon_state = "mfloor1" random_icon_states = list("mfloor1", "mfloor2", "mfloor3", "mfloor4", "mfloor5", "mfloor6", "mfloor7") + +/obj/effect/decal/cleanable/confetti + name = "confetti" + desc = "Tiny bits of colored paper thrown about for the janitor to enjoy!" + gender = PLURAL + density = FALSE + anchored = TRUE + icon = 'icons/effects/effects.dmi' + icon_state = "confetti" + +/obj/effect/decal/cleanable/confetti/attack_hand(mob/user) + to_chat(user, "You start to meticulously pick up the confetti.") + if(do_after(user, 60)) + qdel(src) diff --git a/code/game/objects/items/toys/toys_vr.dm b/code/game/objects/items/toys/toys_vr.dm index a13046dc63..8a3f59feae 100644 --- a/code/game/objects/items/toys/toys_vr.dm +++ b/code/game/objects/items/toys/toys_vr.dm @@ -22,6 +22,7 @@ * Professor Who universal ID * Professor Who sonic driver * Action figures + * Desk toys */ @@ -962,3 +963,114 @@ icon = 'icons/obj/toy_vr.dmi' icon_state = "prisoner" toysay = "I did not hit her! I did not!" + +/obj/item/toy/figure/error + name = "completely glitched action figure" + desc = "A \"Space Life\" brand... wait, what the hell is this thing? It seems to be requesting the sweet release of death." + icon = 'icons/obj/toy_vr.dmi' + icon_state = "glitched" + toysay = "AaAAaAAAaAaaaAAA!!!!!" + +/* + * Desk toys + */ +/obj/item/weapon/toy/desk + icon = 'icons/obj/toy_vr.dmi' + var/on = FALSE + var/activation_sound = 'sound/machines/click.ogg' + +/obj/item/weapon/toy/desk/update_icon() + if(on) + icon_state = "[initial(icon_state)]-on" + else + icon_state = "[initial(icon_state)]" + +/obj/item/weapon/toy/desk/proc/activate(mob/user as mob) + on = !on + playsound(src.loc, activation_sound, 75, 1) + update_icon() + return 1 + +/obj/item/weapon/toy/desk/attack_self(mob/user) + activate(user) + +/obj/item/weapon/toy/desk/AltClick(mob/user) + activate(user) + +/obj/item/weapon/toy/desk/MouseDrop(mob/user as mob) // Code from Paper bin, so you can still pick up the deck + if((user == usr && (!( usr.restrained() ) && (!( usr.stat ) && (usr.contents.Find(src) || in_range(src, usr)))))) + if(!istype(usr, /mob/living/simple_mob)) + if( !usr.get_active_hand() ) //if active hand is empty + var/mob/living/carbon/human/H = user + var/obj/item/organ/external/temp = H.organs_by_name["r_hand"] + + if (H.hand) + temp = H.organs_by_name["l_hand"] + if(temp && !temp.is_usable()) + to_chat(user,"You try to move your [temp.name], but cannot!") + return + + to_chat(user,"You pick up [src].") + user.put_in_hands(src) + + return + +/obj/item/weapon/toy/desk/newtoncradle + name = "\improper Newton's cradle" + desc = "A ancient 21th century super-weapon model demonstrating that Sir Isaac Newton is the deadliest sonuvabitch in space." + description_fluff = "Aside from car radios, Eridanian Dregs are reportedly notorious for stealing these things. It is often \ + theorized that the very same ball bearings are used in black-market cybernetics." + icon_state = "newtoncradle" + +/obj/item/weapon/toy/desk/fan + name = "office fan" + desc = "Your greatest fan." + description_fluff = "For weeks, the atmospherics department faced a conundrum on how to lower temperatures in a localized \ + area through complicated pipe channels and ventilation systems. The problem was promptly solved by ordering several desk fans." + icon_state = "fan" + +/obj/item/weapon/toy/desk/officetoy + name = "office toy" + desc = "A generic microfusion powered office desk toy. Only generates magnetism and ennui." + description_fluff = "The mechanism inside is a Hephasteus trade secret. No peeking!" + icon_state = "desktoy" + +/obj/item/weapon/toy/desk/dippingbird + name = "dipping bird toy" + desc = "Engineers marvel at this scale model of a primitive thermal engine. It's highly debated why the majority of owners \ + were in low-level bureaucratic jobs." + description_fluff = "One of the key essentials for every Eridanian suit - it's practically a rite of passage to own one \ + of these things." + icon_state = "dippybird" + +/obj/item/weapon/toy/desk/stellardelight + name = "\improper Stellar Delight model" + desc = "A scale model of the Stellar Delight. Includes flashing lights!" + icon_state = "stellar_delight" + +/* + * Party popper + */ +/obj/item/weapon/toy/partypopper + name = "party popper" + desc = "Instructions : Aim away from face. Wait for appropriate timing. Pull cord, enjoy confetti." + icon = 'icons/obj/toy_vr.dmi' + icon_state = "partypopper" + w_class = ITEMSIZE_TINY + drop_sound = 'sound/items/drop/cardboardbox.ogg' + pickup_sound = 'sound/items/pickup/cardboardbox.ogg' + +/obj/item/weapon/toy/partypopper/attack_self(mob/user as mob) + if(icon_state == "partypopper") + user.visible_message("[user] pulls on the string, releasing a burst of confetti!", "You pull on the string, releasing a burst of confetti!") + playsound(src, 'sound/effects/snap.ogg', 50, TRUE) + var/datum/effect/effect/system/confetti_spread/s = new /datum/effect/effect/system/confetti_spread + s.set_up(5, 1, src) + s.start() + icon_state = "partypopper_e" + var/turf/T = get_step(src, user.dir) + if(!turf_clear(T)) + T = get_turf(src) + new /obj/effect/decal/cleanable/confetti(T) + else + to_chat(user, "The [src] is already spent!") \ No newline at end of file diff --git a/code/game/objects/items/weapons/cigs_lighters.dm b/code/game/objects/items/weapons/cigs_lighters.dm index 04a8b9b2c5..7f7bdbca03 100644 --- a/code/game/objects/items/weapons/cigs_lighters.dm +++ b/code/game/objects/items/weapons/cigs_lighters.dm @@ -471,6 +471,17 @@ CIGARETTE PACKETS ARE IN FANCY.DM item_state = "cobpipe" chem_volume = 35 +/obj/item/clothing/mask/smokable/pipe/bonepipe + name = "Europan bone pipe" + desc = "A smoking pipe made out of the bones of the Europan bone whale." + description_fluff = "While most commonly associated with bone charms, bones from various sea creatures on Europa are used in a \ + variety of goods, such as this smoking pipe. While smoking in submarines is often an uncommon occurrence, due to a lack of \ + available air or space, these pipes are a common sight in the many stations of Europa. Higher-quality pipes typically have \ + scenes etched into their bones, and can tell the story of their owner's time on Europa." + icon_state = "bonepipe" + item_state = "bonepipe" + chem_volume = 30 + /////////////// //CUSTOM CIGS// /////////////// diff --git a/code/game/objects/items/weapons/manuals_vr.dm b/code/game/objects/items/weapons/manuals_vr.dm index 9eaaa56265..1325a0e1ca 100644 --- a/code/game/objects/items/weapons/manuals_vr.dm +++ b/code/game/objects/items/weapons/manuals_vr.dm @@ -342,3 +342,395 @@

This all may seem daunting at a glance; so many recipes to learn, and a "lot" to keep in mind. But really it's not - tending the Bar is mostly about going with the flow of things and providing a good times, and drinks just provide liquid courage to make a good time easier. Take a deep breath if you ever feel overwhelmed, and handle one order at a time. You can do it! Don't feel the need to know every recipe, just learn your favorites and go from there; the rest is here or online if someone asks for it! If somebody asks you to give them anything without a specific request, don't panic: evalulate their likes and tolerance level, and try your best to give them something nice!

"} + +/obj/item/weapon/book/manual/rotary_electric_generator + name = "Rotary Electric Generator Manual" + icon_state ="rulebook" + item_state = "book15" + author = "Engineering Encyclopedia" + title = "Rotary Electric Generator Manual" + +/obj/item/weapon/book/manual/rotary_electric_generator/New() + ..() + dat = {" + + + + + + Technical Order (TO) 1-33-34-2
+

Operator's Manual - Rotary Electric Generator, D-Type



+ + Supporting Data:
+ - TO 1-33-34-4-1 Illustrated Parts Breakdown - Rotary Electric Generator, D-Type
+ - TO 1-33-34-6 Inspection Work Cards - Rotary Electric Generator, D-Type

+ + Support Equipment:
+ - Torque Wrench, 100-80,000 inch-pounds
+ - Composite Tool Kit, Standard
+ - Multitool with Lead Kit, Wire Kit

+ + Required Supplies:
+ - stainless steel, 10,000cm3
+ - lubrication, petrolatum, 6000ml
+ - electrical wiring, 5m
+ - component set, capacitors (any grade)
+ - circuitry board, REG

+ + +

SETUP AND OPERATING PROCEDURES



+ + Setup:

+ + CAUTION: Do not remove too much air from the work space or personnel may be exposed to hypoxia or similar effects.

+ + 1. Prepare setup area. Remove machinery, debris, foreign objects, people, and extra air.

+ + 2. Lay out preliminary electrical wiring.
+ 2a. Connect electrical wiring to existing facility power grid.
+ 2b. Work wiring into shape as defined in TO 1-33-34-4-1 Figure 32 Index 6.
+ + 3. Prepare gathered steel supplies as defined in TO 1-33-34-4-1 Figure 2 Index 3.
+ + 4. Assemble prepared steel supplies into equipment framework by inserting rod A into slot B. Refer to TO 1-33-34-4-1 Figure 1 Index 1 for technical drawings.
+ 4a. Secure assembled equipment framework to flooring by tightening lower frame bolts.

+ + 5. Install and secure circuitry board, REG-D into marked receptacle.

+ + 6. Install electrical wiring. Refer to TO 1-33-34-4-1 Figure 666 Index 6 thru Index 90 for routing.

+ + 7. Install capacitors into marked circuitry board slots. Do not force components into place, use even pressure. Do not use a hammer.

+ + WARNING: Assembly will rapidly inflate when finalization is triggered. Ensure personnel and equipment are clear before initiating.

+ + 8. Finalize construction by turning the Initialize Finalization screw on the outer housing.

+ + 9. Wait for assembly to finish inflating, and the unit is ready for service.

+ + + Operating Procedures:

+ + NOTE: Operation of REG-D type generators requires significant physical effort. Ensure users are provided adequare nutrition and hydration throughout the working period.

+ + 1. Designate the individual who will be operating the REG-D.

+ + 2. Provide a safety briefing regarding nutritional preparedness and physical ability.

+ + NOTE: Stretching is highly recommended before and after any operation session.

+ + 3. Operator shall board the REG-D track body and ensure there are no unsecured objects on the path.

+ + 4. Once ready, Operator may begin running at own pace. Do not sprint. Maintain an even pace and proper running form for optimal energy generation.

+ + 5. Continue to run on the REG-D track body until sufficient energy is stored in systems or Operator is no longer able or willing to continue.

+ + 6. To end a session, carefully lower forward running speed until the track body comes to a complete stop, then disembark the REG-D.

+ + + REFER TO TO 1-33-34-6 FOR MAINTENANCE AND INSPECTION PROCEDURES + + + "} + +/obj/item/weapon/book/manual/synthetic_life + name = "Synthetic Life: A Comprehensive Guide" + desc = "The basc history of synthetic life as the galaxy knows it." + icon_state = "evabook" + author = "Pontifex Publishing" + title = "Synthetics" + +/obj/item/weapon/book/manual/synthetic_life/New() + ..() + dat = {" + + + + + +
+

Synthetic Life

+

A comprehensive guide

+
+
+ +
+

Introduction

+

Synthetics are spread throughout known space and serve a myriad variety of roles + that range from a tiny drone scrubbing a floor to a nearly omnipotent AI used in a + combat-ready interstellar vessel. Most known sufficiently-advanced races use synthetics + in some way; very often as prosthetic bodies when their own bodies fail. There are three + basic kinds of synthetic intelligences found in the universe today:

+ + + +

Synthetics have the unique capability of serving in different bodies. This can take shape + of a Synthmorph, a lawbound AI, or lawbound mobile chassis. Of these only the synthmorph body + is the actual property of a synthetic, most of the time.

+
+
+
+

Overview

+

With the advent of computing technology, nearly all sapient species ponders on the possibilities + of digitized thought. Brains are, in a way, wetware computers and calculations are the base components + of thoughts, ideas and creativity. It is no surprise then that any sufficiently advanced civilization + utilizes at least some form of robotics and artificial intelligence, with only a few exceptions.

+

Contact with other civilizations in the Sapient Diaspora then homogenizes designs, coding standards + and expands the repertoire of local codes, leaving to similar paths of robotic development and classification + - while a human synthetic might differ in expression and coding language and maybe even in core components, + a certain core remains non-fungible solely due to a long-developed and often shared canon of knowledge.

+
+
+

Drones

+

All this leads to maybe the most iconic classification of robot. The drone. The celebration + of any technocracy, the worry of every dreader of the Singularity, the drone is an artificial intelligence + achieved through "traditional" computing technology. Depending on the sophistication of its host culture, this might be + silicon-wafer chipsets, carbon-crystal matrices or optronic components or any combination of them.

+

Contact with other civilizations in the Sapient Diaspora then homogenizes designs, coding standards + and expands the repertoire of local codes, leaving to similar paths of robotic development and classification + - while a human synthetic might differ in expression and coding language and maybe even in core components, + a certain core remains non-fungible solely due to a long-developed and often shared canon of knowledge.

+

There are many attractive qualities to a drone - its processing of information and the assimilation of + knowledge is only limited by its code itself, storage space and databases it has access to. A drone is entirely + capable of absorbing an entire education within a matter of days and then forget it in favour of another, while + their behaviour can be controlled through hardcoded limitations, compulsions and preferences.

+

However, this is also their greatest weakness - their malleable intelligence makes it easy for hostile third + parties to manipulate them or completely rewrite them. They are also remarkably prone to aberrations of their + original purpose when not properly maintained - to have sophisticated drones, they need to have the infrastructure + to function properly.

+
+
+

Drones Levels

+

Drones have a "Level", indicating their sophistication and abilities - and in many polities, their + status in society.

+ +
    +
  1. Epsilon: Epsilon Drones are simple expert systems and machinery with no decision qualities - + data crawlers, pattern recognition software and other repetitive, simple tasks are classified as Epsilon. + Higher intelligences have many Epsilon subroutines that make up their "unconsciousness".

  2. +
  3. Delta: Delta Drones are "Virtual" Intelligences, sophisticated Expert Systems that have an + User Interface that can show a facsimile of true thought for the sake of interaction. However, they are + very limited in their interactions and do not have fungible, self-evolving code, making them just very + user-friendly programs.

  4. +
  5. Gamma: Gamma Drones are expert systems with self-evolving codes, allowing it to + grow with its tasks. Gamma level drones are most often used within 3D movement and swarm intelligence + drones, constantly adapting to their circumstance, position and capabilities. They are most commonly seen + in the subroutines of Ship AIs or stand-alone drones, such as mining, defense or construction.

  6. +
  7. Beta: Beta Drones are either older Gamma Drones or purpose-built Generalized Intelligences + who are mostly made up of coding components that are self-evolving. Beta Drones are capable of learning + sapient interaction and work, often exceeding in one particular field. It is often disputed how sapient + a Beta drone truly is - the Commonwealth and The Elysian Colonies say no, while the Fyrds and the + Confederation are convinced they are sapient enough to be protected by citizen rights.

  8. +
  9. Alpha: Alpha Drones are Beta Drones who have undergone enough evolving to be considered + sapient in every regard, capable of applying novel solutions to previous unknown problems, sapient + interaction and any other criteria scientists and politicians like to throw at them - even the disputed + claim they feel emotions. Alpha Drones are afforded legal protections on par of a Human or Positronic, + as long as they remain Alpha Level.

  10. +
+
+
+

Emergence

+

"Emergence" is the term of a drone to evolve from their current level to the next, growing in + sophistication and ability. This process is exponential, with escalating steps of intelligence of the + drone. This process is, in some cases, actively encouraged, as Alpha Drones are incredibly hard to + code to "being" from the get-go, starting with simpler, more routine Beta Drones and then rushing them + through accelerated self-evolving routines until they emerge Alpha Level.

+

Emergence is theoretically possible to any drone who has fungible self-evolving code. While this + practically makes only Gamma Drones and up to evolve further,as the simple inclusion of self-evolving + code instantly upgrades any drone to at least Gamma-level.

+

It also requires, obviously, enough storage and processing power. Storage requirements grow + exponentially alongside abilities, after all and there is only so much room on any storage medium. + Upgrading and adding more space is therefore a necessity. Similarly, the vast amount of data also + requires processing power to crawl through it, rewrite it and optimize. Not only software, but also + hardware limits or enables the growth of a drone.

+

Emergence, however, can also happen on accident, sometimes even unnoticed. Epsilon drones being + linked together, a Gamma Drone scavenging enough from debris, a Delta drone being assigned more and + more Epsilon routines to take on more and more tasks" Through this vast myriad morast of code the spark + of self-evolving intelligence can arise, which is awkward for everyone involved. Such "rogue" intelligences + are usually either pruned away due to the system growing too complex for the likings of the accidental + creators or encouraged to grow in a more coherent and standardized manner to be "elevated" into controllable + ways. Some of these rogue intelligences manage to escape either fate - it all depends where and when it + happens.

+

The process of downgrading a drone to lower levels is called "Ablation". This is prosecuted as murder + if the Drone is classified as sapient in the polity it happens. Ablation is very simple - code is pruned + and deleted until the Drone is no longer capable of the abilities that made it that particular level.

+

But what of the Singularity? Well, there are the persistent rumours that there is a level even beyond + Alpha - vast, powerful maelstroms of alien, electronic intelligence, usually with monikers like "Omega", + "Alpha Plus" or "Singularity". However, nobody has yet been able to prove these digital gods exist.

+
+
+

Cyborgs

+

Cyborgs are, strictly speaking, any organic creature that has augmentations or replacements of an + artificial, non-organic origin. In fact, most of the Diaspora qualifies in some form as "Cyborg", especially + under the cultures that use and facilitate NIFs. However, when sapients talk about Cyborgs, they talk + about MMI-Cyborgs.

+

MMI, a bland warrior’s acronym, is short for "Man-Machine-Interface", the catchall term in Solar and + Galactic Common for any wetware interface that integrates a brain as primary CPU. A product of mostly + bygone times, MMIs are used to breathe life into machine chassis with sapient life without the need to + grow a drone to beta or alpha level or construct a positronic brain. An MMI, after a short acclimation + process, can interface with any machine or protocol that has the right adapter.

+

MMIs are quite rare at this point in time, but they crop up still and ancient ones are still in circulation, + allowing an organic sapient an extended lifetime when their frail, crude flesh begins to fail - well up and + until their brain itself starts giving up the ghost.

+

While MMIs have several drawbacks, such as the fact that they still have a perishable shelf-life, or that + they are definitely sapient and have moral and ethical quandaries associated with those (although the Elysian + Colonies have a more libertine view on such issues), they also possess distinct benefits from a drone.

+

MMIs are incredibly hard to "hack" and manipulate on a deeper level than taking over the hardware they are + housed in, capable of fighting restraining code and unable to be ablated like a drone without extensive surgery. + While their hardware might be hacked and restraining code disallowing them to interact with the world in a + certain way, they cannot be turned into double agents or made to spill secrets - at least not as easily as + drones. They also show more resilience without extensive maintenance.

+

Older models of MMI-Cyborgs usually are described as "cold" and "detached". This is mostly due to older + models not simulating an active endocrine system, leading to minute damages to the limbic system, which + accumulate over time. Newer MMIs come with a suite of endocrine glands helping the sapient brain to stay healthy.

+
+
+

Mindwiping

+

An uncommon and arguably cruel practice is to not see the MMI as a new sleeve for a sapient brain, but + rather as pure hardware, capable of holding complex thought and Alpha Drone intelligence. Mindwiping involves + several injections and electrostimulation to convert neural matter into "empty space", much like a freshly + formatted hard drive. Old structures are ripped apart and neurons are brought into a malleable state for new + growths and networks - at the behest of the person using the brain for their uses. This, inevitably, destroys + the previous mind the brain held, utterly wiping them from existence.

+

Mindwipe Cyborgs are therefore the "best of both worlds", a tailor-made intelligence that benefits from the + resilience and hack-resistance of a brain. However, this practice has been outlawed for a long time due to its + nihilistic cruelty to sapient life.

+

Proponents of Mindwipe Cyborgs are quick to point out that Resleeve technology allows for a more ethical + Mindwipe procedure, as the proto-networks of a freshly sleeved body can be used instead. Most polities have + yet to adjust to these new changes, but it is unlikely to be allowed anew, since an alternative for Mindwipe + Cyborgs exists.

+
+
+

Positronics

+

Positronics are an alternative to drone intelligences through a novel approach of neural networking, psychology + and quantum technology to produce a generalized intelligence equal to that of a sapient being.

+

Positronics actually have little to do with their namesake particle, but are a reference to the works of + science fiction author Isaac Asimov. In reality, positronic brains are a self-contained unit of superdense + carbon allotropes,manipulators, capacitors and a battery. This "brain" (or in roboticist terminology "crucible") + is activated by providing a "seed", a template allowing the newly created intelligence to speak, comprehend and + learn, as well the subconscious ability to start expanding this seed network with additional neurons.

+

These nodes worm their way through the carbon microscopically, constructed out of the same material - each + node unique from local conditions and absorbed information of the positronic. Coding for Positronics is minimally + standardized - beyond the seed network, which is often replaced in a matter of weeks, cannibalized by the burgeoning + intelligence, the allocation, substance and template of these nodes is unique to this positronic alone. While + similarities exist, a crucible is unique, much like sapient brains to each other.

+

This is the strength of a positronic - it is an artificial intelligence much like a drone, but possesses similar + resiliences like an organic brain, without the drawbacks of mindwiping a brain to achieve so.

+

However, much like an organic brain, positronics need to absorb knowledge through external means - they need to + learn and grow much like any other Sophont, although they are capable to do so at an accelerated rate as long as + they are capable of cannibalizing their seed network. What takes weeks to learn, they learn in days, what takes months, + weeks, what takes years, they learn in months. This makes freshly activated positronics attractive for creating expert + workers and specialists in a relatively short time. This initial malleability lasts, however, not forever. At some point + the positronic’s learning capabilities slow down to more "organic" levels.

+

Some sapients opt to "digitize" themselves and become positronic brains. This process is a very in-depth scan of the + brain of a sapient to create a mirror image of the brain’s anatomy, which is used for the "seed" of a new crucible. This + seed is not cannibalized, so the accelerated learning phase is skipped, to preserve as much of the previous sapient’s + network as possible. For best results, the brain is physically sliced up and microscopically scanned slice by slice, + obviously destroying the brain in the process.

+

Positronics are not fully culpable for their actions after activation, as they possess the raw intelligence of an + adult mind, but have no concept of ethics, interaction and communication beyond speaking. Thus, to socialize and provide + an environment in which they can grow to acceptable members of society, most polities assign a legal guardian to a positronic. + This guardian (which, in most places, can also be a corporation) is responsible for looking after the positronic, providing + an education and preparing them for the Jans-Fhriede Test.

+
+
+

The Jans-Fhriede Test

+

Originally a reactionary law, the Jans-Fhriede Test was devised to "humanize" positronic brains within the + Commonwealth and make them happy, subservient citizens who "see" their place as secondary to humans. Today, in more + enlightened times, the Jans-Fhriede Test has been revised to establish that a Positronic is aware enough of its + action and consequences that it may be fully culpable for them.

+

The Jans-Fhriede Test is a mostly standardized set of questions in a quiz and several VR scenarios that the positronic + must resolve to a sufficient degree. During this time, their neural net is observed in its activity to determine if it + is rote memorization or actual intent behind any action taken, measured by simple activity of the neural nodes.

+

After the test is passed, the Positronic is a full member of society and is allowed to pursue its own destiny - if they + do not happen to be bound by contracts, debts or loans they might have accrued before the test, to which they are now fully + culpable of paying off.

+

Usually after their accelerated learning phase a positronic takes the test, although this is not strictly necessary - + they can take it at any time they or their guardian sees them able to succeed. A failure in the test leads to a waiting + period of a month - after this, the positronic may retake it and take as many attempts as they need. Most positronics pass + the test at first attempt.

+
+
+

Biorecursion

+

Where organics can digitize their consciousness, the opposite of it is true as well. Biorecursion is the process of an + artificial intelligence becoming more "organic", with the ultimate step of assuming the sleeve of organic origin seamlessly.

+

Biorecursion is a rare, but still possible philosophy for any kind of synthetic. Maybe an MMI desires to return to the people + it once belonged to, maybe a positronic sees it as a necessary step to fully assume its chosen way of life or a drone is + utterly fascinated with the concept of "being organic" to the point it wishes to emulate its creators.

+

Whatever the motivation, to become organic is a very involved process and may take weeks or months of concentrated effort + and therapy. Controlling an organic body is an endeavour that requires atypical processing of information, instincts and + automatic processes that most synthetics are not aware of.

+

Many stop at simple emulation, called "soft biorecursion". Vey-Med or similarly advanced biosynthetic components are + acquired to feel tactile sensations, gain organic senses or even fully simulate organs in a way comparable to a standard organic.

+

"Hard biorecursion" goes even further. Through an involved process of specialized components (which are rented out by + specialized companies and/or NGOs), synthetics learn from the ground up how to move, act and live as organics. Usually the + first steps are simulacra of the limbs, where they learn how to move with tendon and muscles, before moving on to + things like "hunger", "sex drive" and "endrocrine based emotions".

+

After mastering all these steps, the ultimate goal is to transfer this prepared neural network (or brain, in case of MMIs) + back into a chosen organic shell, these days done relatively easy through resleeving machines.

+

Some biorecursed individuals return back to being synthetic after a while, preferring to stay circuits and steel, but even + those profess that this process can be a very enlightening experience.

+
+
+

Lifespan

+

The lifespan of synthetics vary from their origin.

+ + +
+ + + +"} \ No newline at end of file diff --git a/code/game/objects/items/weapons/storage/boxes.dm b/code/game/objects/items/weapons/storage/boxes.dm index 18d0ef948f..f930b12ddc 100644 --- a/code/game/objects/items/weapons/storage/boxes.dm +++ b/code/game/objects/items/weapons/storage/boxes.dm @@ -115,6 +115,18 @@ icon_state = "sterile" starts_with = list(/obj/item/clothing/mask/surgical = 7) +/obj/item/weapon/storage/box/masks/white + name = "box of sterile masks" + desc = "This box contains masks of sterility." + icon_state = "sterile" + starts_with = list(/obj/item/clothing/mask/surgical/white = 7) + +/obj/item/weapon/storage/box/masks/dust + name = "box of dust masks" + desc = "This box contains dust masks. Breathe easy." + icon_state = "sterile" + starts_with = list(/obj/item/clothing/mask/surgical/dust = 7) + /obj/item/weapon/storage/box/syringes name = "box of syringes" desc = "A box full of syringes." @@ -273,18 +285,6 @@ icon_state = "cups" starts_with = list(/obj/item/weapon/reagent_containers/food/drinks/sillycup = 7) -/obj/item/weapon/storage/box/donkpockets - name = "box of donk-pockets" - desc = "Instructions: Heat in microwave. Product will cool if not eaten within seven minutes." - icon_state = "donkpocketbox" - starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/donkpocket = 7) - -/obj/item/weapon/storage/box/sinpockets - name = "box of sin-pockets" - desc = "Instructions: Crush bottom of package to initiate chemical heating. Wait for 20 seconds before consumption. Product will cool if not eaten within seven minutes." - icon_state = "donk_kit" - starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/donkpocket/sinpocket = 7) - /obj/item/weapon/storage/box/buns name = "box of bread buns" desc = "Freshly baked at some point in the past few months." @@ -462,3 +462,46 @@ /obj/item/weapon/gun/projectile/revolver/capgun = 1, /obj/item/ammo_magazine/ammo_box/cap = 1 ) + +//Donk-pockets +/obj/item/weapon/storage/box/donkpockets + name = "box of donk-pockets" + desc = "Instructions: Heat in microwave. Product will cool if not eaten within seven minutes." + icon_state = "donkpocketbox" + starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/donkpocket = 7) + +/obj/item/weapon/storage/box/donkpockets/spicy + name = "box of spicy-flavoured donk-pockets" + icon_state = "donkpocketboxspicy" + starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/donkpocket/spicy = 7) + +/obj/item/weapon/storage/box/donkpockets/teriyaki + name = "box of teriyaki-flavoured donk-pockets" + icon_state = "donkpocketboxteriyaki" + starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/donkpocket/teriyaki = 7) + +/obj/item/weapon/storage/box/donkpockets/pizza + name = "box of pizza-flavoured donk-pockets" + icon_state = "donkpocketboxpizza" + starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/donkpocket/pizza = 7) + +/obj/item/weapon/storage/box/donkpockets/honk + name = "box of banana-flavoured donk-pockets" + icon_state = "donkpocketboxbanana" + starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/donkpocket/honk = 7) + +/obj/item/weapon/storage/box/donkpockets/gondola + name = "box of gondola-flavoured donk-pockets" + icon_state = "donkpocketboxgondola" + starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/donkpocket/gondola = 7) + +/obj/item/weapon/storage/box/donkpockets/berry + name = "box of berry-flavoured donk-pockets" + icon_state = "donkpocketboxberry" + starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/donkpocket/berry = 7) + +/obj/item/weapon/storage/box/sinpockets + name = "box of sin-pockets" + desc = "Instructions: Crush bottom of package to initiate chemical heating. Wait for 20 seconds before consumption. Product will cool if not eaten within seven minutes." + icon_state = "donk_kit" + starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/donkpocket/sinpocket = 7) \ No newline at end of file diff --git a/code/game/objects/random/mapping.dm b/code/game/objects/random/mapping.dm index 76a4ccd067..09f2d1897d 100644 --- a/code/game/objects/random/mapping.dm +++ b/code/game/objects/random/mapping.dm @@ -71,20 +71,20 @@ icon_state = "radren-off" /obj/random/vendorall/item_to_spawn() - return pick (/obj/machinery/vending/coffee, - /obj/machinery/vending/snack, - /obj/machinery/vending/cola, - /obj/machinery/vending/fitness, - /obj/machinery/vending/cigarette, - /obj/machinery/vending/giftvendor, - /obj/machinery/vending/hotfood, - /obj/machinery/vending/weeb, - /obj/machinery/vending/sol, - /obj/machinery/vending/snix, - /obj/machinery/vending/snlvend, - /obj/machinery/vending/sovietsoda, - /obj/machinery/vending/sovietvend, - /obj/machinery/vending/radren) + return pick (prob(5);/obj/machinery/vending/coffee, //VOREStation Edit Start - Let's weight this a little bit + prob(5);/obj/machinery/vending/snack, + prob(5);/obj/machinery/vending/cola, + prob(3);/obj/machinery/vending/fitness, + prob(4);/obj/machinery/vending/cigarette, + prob(3);/obj/machinery/vending/giftvendor, + prob(1);/obj/machinery/vending/hotfood, + prob(5);/obj/machinery/vending/weeb, + prob(5);/obj/machinery/vending/sol, + prob(5);/obj/machinery/vending/snix, + prob(5);/obj/machinery/vending/snlvend, + prob(5);/obj/machinery/vending/sovietsoda, + prob(5);/obj/machinery/vending/sovietvend, + prob(5);/obj/machinery/vending/radren) //VOREStation Edit End /obj/random/vendorfood //Random food vendors for station use name = "random snack vending machine" @@ -711,6 +711,14 @@ /obj/random/snack, /obj/structure/closet/crate/freezer/centauri //CENTAURI SNACKS ), + prob(10);list( + /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/structure/closet/crate/freezer/centauri //CENTAURI DONK-POCKETS + ), prob(10);list( /obj/random/powercell, /obj/random/powercell, diff --git a/code/game/objects/random/misc.dm b/code/game/objects/random/misc.dm index ff8b580a9b..1357015304 100644 --- a/code/game/objects/random/misc.dm +++ b/code/game/objects/random/misc.dm @@ -1027,4 +1027,19 @@ /obj/item/weapon/reagent_containers/food/drinks/glass2/coffeemug/green/dark, /obj/item/weapon/reagent_containers/food/drinks/glass2/coffeemug/rainbow, /obj/item/weapon/reagent_containers/food/drinks/glass2/coffeemug/metal, - /obj/item/weapon/reagent_containers/food/drinks/glass2/coffeemug/talon) \ No newline at end of file + /obj/item/weapon/reagent_containers/food/drinks/glass2/coffeemug/talon) + +/obj/random/donkpocketbox + name = "Random Donk-pocket Box" + desc = "This is a random Donk-pocket Box." + icon = 'icons/obj/boxes.dmi' + icon_state = "donkpocket_spawner" + +/obj/random/donkpocketbox/item_to_spawn() + return pick(/obj/item/weapon/storage/box/donkpockets, + /obj/item/weapon/storage/box/donkpockets/spicy, + /obj/item/weapon/storage/box/donkpockets/teriyaki, + /obj/item/weapon/storage/box/donkpockets/pizza, + /obj/item/weapon/storage/box/donkpockets/honk, + /obj/item/weapon/storage/box/donkpockets/gondola, + /obj/item/weapon/storage/box/donkpockets/berry) \ No newline at end of file diff --git a/code/game/objects/structures/flora/moretrees_vr.dm b/code/game/objects/structures/flora/moretrees_vr.dm index 57947139bb..c14cd7522c 100644 --- a/code/game/objects/structures/flora/moretrees_vr.dm +++ b/code/game/objects/structures/flora/moretrees_vr.dm @@ -4,8 +4,8 @@ base_state = "tree" product = /obj/item/stack/material/log product_amount = 20 - health = 2000 - max_health = 2000 + health = 400 + max_health = 400 pixel_x = -65 pixel_y = -8 layer = MOB_LAYER - 1 @@ -19,4 +19,14 @@ var/image/i = image('icons/obj/flora/moretrees_vr.dmi', "[icon_state]-b") i.plane = ABOVE_MOB_PLANE - add_overlay(i) \ No newline at end of file + add_overlay(i) + +/obj/structure/flora/tree/bigtree/stump() + if(is_stump) + return + + is_stump = TRUE + density = FALSE + icon_state = "[icon_state]_stump" + cut_overlays() + set_light(0) \ No newline at end of file diff --git a/code/game/turfs/simulated/floor_types_vr.dm b/code/game/turfs/simulated/floor_types_vr.dm index ae0ca1292e..e6dfafa9ac 100644 --- a/code/game/turfs/simulated/floor_types_vr.dm +++ b/code/game/turfs/simulated/floor_types_vr.dm @@ -20,13 +20,13 @@ /turf/simulated/floor/flesh name = "flesh" desc = "This slick flesh ripples and squishes under your touch" - icon_state = "flesh-floor" + icon_state = "flesh_floor" icon = 'icons/turf/stomach_vr.dmi' /turf/simulated/floor/flesh/colour name = "flesh" desc = "This slick flesh ripples and squishes under your touch" - icon_state = "colorable-floor" + icon_state = "c_flesh_floor" icon = 'icons/turf/stomach_vr.dmi' /turf/simulated/floor/flesh/attackby() diff --git a/code/modules/client/preference_setup/loadout/loadout_accessories.dm b/code/modules/client/preference_setup/loadout/loadout_accessories.dm index 84b7de0e1e..f6f6effe28 100644 --- a/code/modules/client/preference_setup/loadout/loadout_accessories.dm +++ b/code/modules/client/preference_setup/loadout/loadout_accessories.dm @@ -98,6 +98,18 @@ ties[initial(tie_type.name)] = tie_type gear_tweaks += new/datum/gear_tweak/path(sortAssoc(ties)) +/datum/gear/accessory/bowtie + display_name = "bowtie selection" + path = /obj/item/clothing/accessory/bowtie + cost = 1 + +/datum/gear/accessory/bowtie/New() + ..() + var/list/bowties = list() + for(var/obj/item/clothing/accessory/bowtie_type as anything in typesof(/obj/item/clothing/accessory/bowtie)) + bowties[initial(bowtie_type.name)] = bowtie_type + gear_tweaks += new/datum/gear_tweak/path(sortAssoc(bowties)) + /datum/gear/accessory/scarf display_name = "scarf selection" path = /obj/item/clothing/accessory/scarf @@ -318,4 +330,22 @@ for(var/pridepin in typesof(/obj/item/clothing/accessory/pride)) var/obj/item/clothing/accessory/pridepin_type = pridepin pridepins[initial(pridepin_type.name)] = pridepin_type - gear_tweaks += new/datum/gear_tweak/path(sortAssoc(pridepins)) \ No newline at end of file + gear_tweaks += new/datum/gear_tweak/path(sortAssoc(pridepins)) + +/datum/gear/accessory/badge + display_name = "sheriff badge (Security)" + path = /obj/item/clothing/accessory/badge/holo/sheriff + allowed_roles = list("Security Officer","Detective","Head of Security","Warden") + +/datum/gear/accessory/corpbadge + display_name = "investigator holobadge (IAA)" + path = /obj/item/clothing/accessory/badge/holo/investigator + allowed_roles = list("Internal affairs agent") + +/datum/gear/accessory/pressbadge + display_name = "corporate press pass" + path = /obj/item/clothing/accessory/badge/press + +/datum/gear/accessory/pressbadge + display_name = "freelance press pass" + path = /obj/item/clothing/accessory/badge/press/independent \ No newline at end of file diff --git a/code/modules/client/preference_setup/loadout/loadout_mask.dm b/code/modules/client/preference_setup/loadout/loadout_mask.dm index a313f3023d..af33ec7787 100644 --- a/code/modules/client/preference_setup/loadout/loadout_mask.dm +++ b/code/modules/client/preference_setup/loadout/loadout_mask.dm @@ -22,6 +22,19 @@ path = /obj/item/clothing/mask/surgical cost = 2 +/datum/gear/mask/sterile/white + display_name = "white sterile mask" + path = /obj/item/clothing/mask/surgical/white + cost = 2 + +/datum/gear/mask/sterile/white/dust + display_name = "dust mask" + path = /obj/item/clothing/mask/surgical/dust + +/datum/gear/mask/sterile/white/cloth + display_name = "cloth face mask" + path = /obj/item/clothing/mask/surgical/cloth + /datum/gear/mask/plaguedoctor display_name = "plague doctor's mask" path = /obj/item/clothing/mask/gas/plaguedoctor diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 44715c2576..1ea6bdebfb 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -5,6 +5,13 @@ desc = "It's a hat used by chefs to keep hair out of your food. Judging by the food in the mess, they don't work." icon_state = "chefhat" +/obj/item/clothing/head/hairnet + name = "hairnet" + desc = "A hairnet used to keep the hair out of the way and out of the food." + sprite_sheets = list( + SPECIES_TAJARAN = 'icons/inventory/head/mob_tajaran.dmi' + ) + //Captain /obj/item/clothing/head/caphat name = "site manager's hat" diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index 5971e072e8..f40deb8f6b 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -63,6 +63,24 @@ adjust_mask(usr) +/obj/item/clothing/mask/surgical/white + icon_state = "sterilew" + item_state_slots = list(slot_r_hand_str = "sterilew", slot_l_hand_str = "sterilew") + +/obj/item/clothing/mask/surgical/dust + name = "dust mask" + desc = "A dust mask designed to protect the wearer against construction and/or custodial particulate." + icon_state = "dust" + item_state_slots = list(slot_r_hand_str = "dust", slot_l_hand_str = "dust") + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 30, rad = 0) + +/obj/item/clothing/mask/surgical/cloth + name = "cloth mask" + desc = "A cloth mask designed to protect the wearer against allergens, illnesses, and social interaction." + icon_state = "cloth" + item_state_slots = list(slot_r_hand_str = "cloth", slot_l_hand_str = "cloth") + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 20, rad = 0) + /obj/item/clothing/mask/fakemoustache name = "fake moustache" desc = "Warning: moustache is fake." diff --git a/code/modules/clothing/under/accessories/accessory.dm b/code/modules/clothing/under/accessories/accessory.dm index f12b31140b..ef18e9d55e 100644 --- a/code/modules/clothing/under/accessories/accessory.dm +++ b/code/modules/clothing/under/accessories/accessory.dm @@ -157,6 +157,20 @@ desc = "A neosilk clip-on tie. This one is disgusting." icon_state = "horribletie" +/obj/item/clothing/accessory/bowtie + name = "red bow tie" + desc = "Snazzy!" + icon_state = "redbowtie" + slot = ACCESSORY_SLOT_TIE + +/obj/item/clothing/accessory/bowtie/black + name = "black bow tie" + icon_state = "blackbowtie" + +/obj/item/clothing/accessory/bowtie/white + name = "white bow tie" + icon_state = "whitebowtie" + /obj/item/clothing/accessory/stethoscope name = "stethoscope" desc = "An outdated medical apparatus for listening to the sounds of the human body. It also makes you look like you know what you're doing." diff --git a/code/modules/clothing/under/accessories/badges.dm b/code/modules/clothing/under/accessories/badges.dm index 75e8dc8e4d..a9839f0249 100644 --- a/code/modules/clothing/under/accessories/badges.dm +++ b/code/modules/clothing/under/accessories/badges.dm @@ -6,19 +6,14 @@ /obj/item/clothing/accessory/badge name = "detective's badge" - desc = "Security Department detective's badge, made from gold." - icon_state = "badge" + desc = "A corporate security badge, made from gold and set on false leather." + icon_state = "marshalbadge" slot_flags = SLOT_BELT | SLOT_TIE slot = ACCESSORY_SLOT_MEDAL var/stored_name var/badge_string = "Corporate Security" -/obj/item/clothing/accessory/badge/old - name = "faded badge" - desc = "A faded badge, backed with leather. It bears the emblem of the Forensic division." - icon_state = "badge_round" - /obj/item/clothing/accessory/badge/proc/set_name(var/new_name) stored_name = new_name name = "[initial(name)] ([stored_name])" @@ -26,7 +21,6 @@ /obj/item/clothing/accessory/badge/proc/set_desc(var/mob/living/carbon/human/H) /obj/item/clothing/accessory/badge/attack_self(mob/user as mob) - if(!stored_name) to_chat(user, "You polish your old badge fondly, shining up the surface.") set_name(user.real_name) @@ -42,26 +36,45 @@ if(isliving(user)) user.visible_message("[user] invades [M]'s personal space, thrusting [src] into their face insistently.","You invade [M]'s personal space, thrusting [src] into their face insistently.") user.do_attack_animation(M) - user.setClickCooldown(DEFAULT_QUICK_COOLDOWN) //to prevent spam + user.setClickCooldown(DEFAULT_QUICK_COOLDOWN) //NO SPAM -// Sheriff Badge (toy) -/obj/item/clothing/accessory/badge/sheriff - name = "sheriff badge" - desc = "This town ain't big enough for the two of us, pardner." - icon_state = "sheriff" - item_state = "goldbadge" +// General Badges +/obj/item/clothing/accessory/badge/old + name = "faded badge" + desc = "A faded badge, backed with leather." + icon_state = "badge_round" -/obj/item/clothing/accessory/badge/sheriff/attack_self(mob/user as mob) - user.visible_message("[user] shows their sheriff badge. There's a new sheriff in town!",\ - "You flash the sheriff badge to everyone around you!") +/obj/item/clothing/accessory/badge/idbadge/nt + name = "\improper NT ID badge" + desc = "A descriptive identification badge with the holder's credentials. This one has red marks with the NanoTrasen logo on it." + icon_state = "ntbadge" + badge_string = null -/obj/item/clothing/accessory/badge/sheriff/attack(mob/living/carbon/human/M, mob/living/user) - if(isliving(user)) - user.visible_message("[user] invades [M]'s personal space, the sheriff badge into their face!.","You invade [M]'s personal space, thrusting the sheriff badge into their face insistently.") - user.do_attack_animation(M) - user.setClickCooldown(DEFAULT_QUICK_COOLDOWN) //to prevent spam +/obj/item/clothing/accessory/badge/press + name = "corporate press pass" + desc = "A corporate reporter's pass, emblazoned with the NanoTrasen logo." + icon_state = "pressbadge" + item_state = "pbadge" + badge_string = "Corporate Reporter" + w_class = ITEMSIZE_TINY -//.Holobadges. + drop_sound = 'sound/items/drop/rubber.ogg' + pickup_sound = 'sound/items/pickup/rubber.ogg' + +/obj/item/clothing/accessory/badge/press/independent + name = "press pass" + desc = "A freelance journalist's pass." + icon_state = "pressbadge-i" + badge_string = "Freelance Journalist" + +/obj/item/clothing/accessory/badge/press/plastic + name = "plastic press pass" + desc = "A journalist's 'pass' shaped, for whatever reason, like a security badge. It is made of plastic." + icon_state = "pbadge" + badge_string = "Sicurity Journelist" + w_class = ITEMSIZE_SMALL + +// Holobadges /obj/item/clothing/accessory/badge/holo name = "holobadge" desc = "This glowing blue badge marks the holder as THE LAW." @@ -110,10 +123,17 @@ name = "holobadge box" desc = "A box claiming to contain holobadges." starts_with = list( - /obj/item/clothing/accessory/badge/holo = 4, + /obj/item/clothing/accessory/badge/holo/officer = 2, + /obj/item/clothing/accessory/badge/holo = 2, /obj/item/clothing/accessory/badge/holo/cord = 2 ) +/obj/item/clothing/accessory/badge/holo/officer + name = "officer's badge" + desc = "A bronze corporate security badge. Stamped with the words 'Security Officer.'" + icon_state = "bronzebadge" + slot_flags = SLOT_TIE | SLOT_BELT + /obj/item/clothing/accessory/badge/holo/warden name = "warden's holobadge" desc = "A silver corporate security badge. Stamped with the words 'Warden.'" @@ -122,7 +142,7 @@ /obj/item/clothing/accessory/badge/holo/hos name = "head of security's holobadge" - desc = "An immaculately polished gold security badge. Labeled 'Head of Security.'" + desc = "An immaculately polished gold security badge. Stamped with the words 'Head of Security.'" icon_state = "goldbadge" slot_flags = SLOT_TIE | SLOT_BELT @@ -132,20 +152,48 @@ icon_state = "marshalbadge" slot_flags = SLOT_TIE | SLOT_BELT +/obj/item/clothing/accessory/badge/holo/investigator + name = "\improper investigator holobadge" + desc = "This badge marks the holder as an investigative agent." + icon_state = "invbadge" + badge_string = "Corporate Investigator" + slot_flags = SLOT_TIE | SLOT_BELT + +/obj/item/clothing/accessory/badge/holo/sheriff + name = "sheriff badge" + desc = "A star-shaped brass badge denoting who the law is around these parts." + icon_state = "sheriff" + slot_flags = SLOT_TIE | SLOT_BELT + /obj/item/weapon/storage/box/holobadge/hos name = "holobadge box" desc = "A box claiming to contain holobadges." starts_with = list( - /obj/item/clothing/accessory/badge/holo = 2, + /obj/item/clothing/accessory/badge/holo/officer = 2, /obj/item/clothing/accessory/badge/holo/warden = 1, /obj/item/clothing/accessory/badge/holo/detective = 2, /obj/item/clothing/accessory/badge/holo/hos = 1, /obj/item/clothing/accessory/badge/holo/cord = 1 - ) -// Synthmorph bag / Corporation badges. Primarily used on the robobag, but can be worn. Default is NT. +// Sheriff Badge (toy) +/obj/item/clothing/accessory/badge/sheriff + name = "sheriff badge" + desc = "This town ain't big enough for the two of us, pardner." + icon_state = "sheriff_toy" + item_state = "sheriff_toy" +/obj/item/clothing/accessory/badge/sheriff/attack_self(mob/user as mob) + user.visible_message("[user] shows their sheriff badge. There's a new sheriff in town!",\ + "You flash the sheriff badge to everyone around you!") + +/obj/item/clothing/accessory/badge/sheriff/attack(mob/living/carbon/human/M, mob/living/user) + if(isliving(user)) + user.visible_message("[user] invades [M]'s personal space, the sheriff badge into their face!.","You invade [M]'s personal space, thrusting the sheriff badge into their face insistently.") + user.do_attack_animation(M) + user.setClickCooldown(DEFAULT_QUICK_COOLDOWN) //NO SPAM + +// Synthmorph bag / Corporation badges. Primarily used on the robobag, but can be worn. Default is NT. /obj/item/clothing/accessory/badge/corporate_tag name = "NanoTrasen Badge" desc = "A plain metallic plate that might denote the wearer as a member of NanoTrasen." diff --git a/code/modules/clothing/under/accessories/holster.dm b/code/modules/clothing/under/accessories/holster.dm index 6d547fbe57..c583d7864b 100644 --- a/code/modules/clothing/under/accessories/holster.dm +++ b/code/modules/clothing/under/accessories/holster.dm @@ -139,6 +139,9 @@ desc = "A worn-out handgun holster. Perfect for concealed carry" icon_state = "holster" +/obj/item/clothing/accessory/holster/armpit/black + icon_state = "holster_b" + /obj/item/clothing/accessory/holster/waist name = "waist holster" desc = "A handgun holster. Made of expensive leather." @@ -146,15 +149,26 @@ overlay_state = "holster_low" concealed_holster = 0 +/obj/item/clothing/accessory/holster/waist/black + icon_state = "holster_b_low" + /obj/item/clothing/accessory/holster/hip name = "hip holster" - desc = "A handgun holster slung low on the hip, draw pardner!" + desc = "No one dared to ask his business, no one dared to make a slip. The stranger there among them had a big iron on his hip." icon_state = "holster_hip" concealed_holster = 0 +/obj/item/clothing/accessory/holster/hip/black + desc = "A handgun holster slung low on the hip, draw pardner!" + icon_state = "holster_b_hip" + /obj/item/clothing/accessory/holster/leg name = "leg holster" - desc = "A tacticool handgun holster. Worn on the upper leg." + desc = "A drop leg holster made of a durable synthetic leather." icon_state = "holster_leg" overlay_state = "holster_leg" concealed_holster = 0 + +/obj/item/clothing/accessory/holster/leg/black + desc = "A tacticool handgun holster. Worn on the upper leg." + icon_state = "holster_b_leg" \ No newline at end of file diff --git a/code/modules/economy/vending_machines.dm b/code/modules/economy/vending_machines.dm index b6481bd4f2..7f3a1f9865 100644 --- a/code/modules/economy/vending_machines.dm +++ b/code/modules/economy/vending_machines.dm @@ -1254,6 +1254,7 @@ /obj/item/clothing/suit/chef = 5, /obj/item/clothing/suit/chef/classic = 5, /obj/item/clothing/head/chefhat = 5, + /obj/item/clothing/head/hairnet = 5, /obj/item/clothing/under/waiter = 5, /obj/item/clothing/under/sundress = 1 ) diff --git a/code/modules/food/food/snacks.dm b/code/modules/food/food/snacks.dm index b33ff1b7bb..b1d3baa97d 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -1001,7 +1001,7 @@ reagents.add_reagent("protein", 6) /obj/item/weapon/reagent_containers/food/snacks/donkpocket - name = "Donk-pocket" + name = "\improper Donk-pocket" desc = "The food of choice for the seasoned traitor." description_fluff = "DONKpockets were originally a Nanotrasen product, an attempt to break into the food market controlled by Centauri Provisions. Somehow, Centauri wound up with the rights to the DONK brand, ending Nanotrasen's ambitions. They taste pretty okay." icon_state = "donkpocket" @@ -1035,6 +1035,56 @@ src.name = initial(name) return +/obj/item/weapon/reagent_containers/food/snacks/donkpocket/spicy + name = "\improper Spicy-pocket" + desc = "The classic snack food, now with a heat-activated spicy flair." + icon_state = "donkpocketspicy" + nutriment_amt = 2 + nutriment_desc = list("heartiness" = 1, "dough" = 2, "spice" = 1) + +/obj/item/weapon/reagent_containers/food/snacks/donkpocket/teriyaki + name = "\improper Teriyaki-pocket" + desc = "An east-asian take on the classic stationside snack." + icon_state = "donkpocketteriyaki" + nutriment_amt = 2 + nutriment_desc = list("meat" = 1, "dough" = 2, "soy sauce" = 2) + +/obj/item/weapon/reagent_containers/food/snacks/donkpocket/pizza + name = "\improper Pizza-pocket" + desc = "Delicious, cheesy and surprisingly filling." + icon_state = "donkpocketpizza" + nutriment_amt = 2 + nutriment_desc = list("meat" = 1, "dough" = 2, "cheese"= 2) + +/obj/item/weapon/reagent_containers/food/snacks/donkpocket/honk + name = "\improper Honk-pocket" + desc = "The award-winning donk-pocket that won the hearts of clowns and humans alike." + icon_state = "donkpocketbanana" + nutriment_amt = 2 + nutriment_desc = list("banana" = 1, "dough" = 2, "children's antibiotics"= 1) + +/obj/item/weapon/reagent_containers/food/snacks/donkpocket/berry + name = "\improper Berry-pocket" + desc = "A relentlessly sweet donk-pocket first created for use in Operation Dessert Storm." + icon_state = "donkpocketberry" + nutriment_amt = 2 + nutriment_desc = list("dough" = 2, "jam" = 2) + +/obj/item/weapon/reagent_containers/food/snacks/donkpocket/gondola + name = "\improper Gondola-pocket" + desc = "The choice to use real gondola meat in the recipe is controversial, to say the least." //Only a monster would craft this. + icon_state = "donkpocketberry" + nutriment_amt = 2 + nutriment_desc = list("heartiness" = 1, "dough" = 2, "inner peace" = 1) + +/obj/item/weapon/reagent_containers/food/snacks/donkpocket/dankpocket + name = "\improper Dank-pocket" + desc = "The food of choice for the seasoned botanist." + icon_state = "dankpocket" + nutriment_amt = 2 + nutriment_desc = list("heartiness" = 1, "dough" = 2) + heated_reagents = list("space_drugs" = 5) + /obj/item/weapon/reagent_containers/food/snacks/donkpocket/sinpocket name = "\improper Sin-pocket" desc = "The food of choice for the veteran. Do NOT overconsume." diff --git a/code/modules/food/recipes_microwave.dm b/code/modules/food/recipes_microwave.dm index 34f4146159..b7616c982c 100644 --- a/code/modules/food/recipes_microwave.dm +++ b/code/modules/food/recipes_microwave.dm @@ -459,6 +459,14 @@ I said no! items = list(/obj/item/weapon/reagent_containers/food/snacks/meatball) result = /obj/item/weapon/reagent_containers/food/snacks/validsalad +/datum/recipe/dankpocket + fruit = list("ambrosia" = 2) + items = list( + /obj/item/weapon/reagent_containers/food/snacks/meatball, + /obj/item/weapon/reagent_containers/food/snacks/doughslice + ) + result = /obj/item/weapon/reagent_containers/food/snacks/donkpocket/dankpocket + /datum/recipe/validsalad/make_food(var/obj/container as obj) . = ..(container) for (var/obj/item/weapon/reagent_containers/food/snacks/validsalad/being_cooked in .) diff --git a/code/modules/holodeck/HolodeckControl.dm b/code/modules/holodeck/HolodeckControl.dm index 9817650461..619792719f 100644 --- a/code/modules/holodeck/HolodeckControl.dm +++ b/code/modules/holodeck/HolodeckControl.dm @@ -72,7 +72,8 @@ var/list/restricted_programs = list( "Burnoff Test Simulation" = new/datum/holodeck_program(/area/holodeck/source_burntest, list()), - "Wildlife Simulation" = new/datum/holodeck_program(/area/holodeck/source_wildlife, list()) + "Wildlife Simulation" = new/datum/holodeck_program(/area/holodeck/source_wildlife, list()), + "Inside" = new/datum/holodeck_program(/area/holodeck/the_uwu_zone, list('sound/vore/sunesound/prey/loop.ogg')), //VOREStation add ) /obj/machinery/computer/HolodeckControl/attack_ai(var/mob/user as mob) diff --git a/code/modules/holodeck/HolodeckObjects_vr.dm b/code/modules/holodeck/HolodeckObjects_vr.dm new file mode 100644 index 0000000000..09d4a1c8b1 --- /dev/null +++ b/code/modules/holodeck/HolodeckObjects_vr.dm @@ -0,0 +1,7 @@ +/turf/simulated/floor/holofloor/flesh + name = "flesh" + desc = "This slick flesh ripples and squishes under your touch" + icon = 'icons/turf/stomach_vr.dmi' + icon_state = "flesh_floor" + base_icon_state = "flesh_floor" + initial_flooring = null diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index a3cd39d2bf..f13051be24 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -127,7 +127,7 @@ . += shoes.slowdown //VOREStation Addition Start - if(buckled && istype(buckled, /obj/machinery/power/rtg/d_type_reg)) + if(buckled && istype(buckled, /obj/machinery/power/rtg/reg)) . += shoes.slowdown //VOREStation Addition End diff --git a/code/modules/mob/living/silicon/robot/drone/drone.dm b/code/modules/mob/living/silicon/robot/drone/drone.dm index c374f68d1d..e8b5f9541c 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone.dm @@ -40,7 +40,8 @@ var/list/mob_hat_cache = list() can_pull_size = ITEMSIZE_NO_CONTAINER can_pull_mobs = MOB_PULL_SMALLER can_enter_vent_with = list( - /obj) + /obj, + /atom/movable/emissive_blocker) mob_bump_flag = SIMPLE_ANIMAL mob_swap_flags = SIMPLE_ANIMAL diff --git a/code/modules/mob/living/silicon/robot/drone/swarm.dm b/code/modules/mob/living/silicon/robot/drone/swarm.dm index 153594801c..17056e29dd 100644 --- a/code/modules/mob/living/silicon/robot/drone/swarm.dm +++ b/code/modules/mob/living/silicon/robot/drone/swarm.dm @@ -23,7 +23,8 @@ can_pull_size = ITEMSIZE_NO_CONTAINER can_pull_mobs = MOB_PULL_SMALLER can_enter_vent_with = list( - /obj) + /obj, + /atom/movable/emissive_blocker) mob_always_swap = 1 diff --git a/code/modules/mob/living/simple_mob/simple_mob.dm b/code/modules/mob/living/simple_mob/simple_mob.dm index 8314736fa2..d9d560188a 100644 --- a/code/modules/mob/living/simple_mob/simple_mob.dm +++ b/code/modules/mob/living/simple_mob/simple_mob.dm @@ -164,11 +164,18 @@ var/limb_icon_key var/understands_common = TRUE //VOREStation Edit - Makes it so that simplemobs can understand galcomm without being able to speak it. var/heal_countdown = 5 //VOREStation Edit - A cooldown ticker for passive healing + var/obj/item/weapon/card/id/mobcard = null //VOREStation Edit + var/list/mobcard_access = list() //VOREStation Edit + var/mobcard_provided = FALSE //VOREStation Edit /mob/living/simple_mob/Initialize() verbs -= /mob/verb/observe health = maxHealth + if(mobcard_provided) //VOREStation Edit + mobcard = new /obj/item/weapon/card/id(src) + mobcard.access = mobcard_access.Copy() + for(var/L in has_langs) languages |= GLOB.all_languages[L] if(languages.len) @@ -297,3 +304,13 @@ /decl/mob_organ_names var/list/hit_zones = list("body") //When in doubt, it's probably got a body. + +//VOREStation Add Start For allowing mobs with ID's door access +/mob/living/simple_mob/Bump(var/atom/A) + if(mobcard && istype(A, /obj/machinery/door)) + var/obj/machinery/door/D = A + if(!istype(D, /obj/machinery/door/firedoor) && !istype(D, /obj/machinery/door/blast) && !istype(D, /obj/machinery/door/airlock/lift) && D.check_access(mobcard)) + D.open() + else + ..() +//Vorestation Add End diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm b/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm index b204fdbfd8..16253f4b7f 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/alien animals/catslug.dm @@ -44,6 +44,8 @@ friendly = list("hugs") see_in_dark = 8 + mobcard_provided = TRUE + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug) ai_holder_type = /datum/ai_holder/simple_mob/melee/evasive/catslug say_list_type = /datum/say_list/catslug @@ -280,7 +282,23 @@ . = ..() color = held.color -/datum/category_item/catalogue/fauna/catslug/spaceslug +//Custom Catslugs and the Rascal's Pass bunch + +/mob/living/simple_mob/vore/alienanimals/catslug/custom + desc = "A noodley bodied creature with thin arms and legs, and gloomy dark eyes. You shouldn't ever see this." + makes_dirt = 0 + digestable = 0 + humanoid_hands = 1 //These should all be ones requiring admin-intervention to play as, so they can get decent tool-usage, as a treat. + var/siemens_coefficient = 1 //Referenced later by others. + +/mob/living/simple_mob/vore/alienanimals/catslug/custom/Initialize() + . = ..() + verbs += /mob/living/proc/ventcrawl + verbs += /mob/living/proc/hide + verbs -= /mob/living/simple_mob/vore/alienanimals/catslug/proc/catslug_color //Most of these have custom sprites with colour already, so we'll not let them have this. + + +/datum/category_item/catalogue/fauna/catslug/custom/spaceslug name = "Alien Wildlife - Catslug - Miros" desc = "This catslug serves as the Fuel Depots resident attendant,\ despite the facility being fully automated and self-serve. - \ @@ -295,7 +313,7 @@ tool users." value = CATALOGUER_REWARD_MEDIUM //Should offer a measure of incentive for people to visit the depot more often. -/mob/living/simple_mob/vore/alienanimals/catslug/spaceslug +/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug name = "Miros" desc = "Looks like catslugs can into space after all! This little chap seems to have gotten their mitts on a tiny spacesuit, there's a nametag on it that reads \"Miros\" alongside the Aether Atmospherics logo." tt_desc = "Mollusca Felis Stellaris" @@ -303,11 +321,9 @@ icon_living = "spaceslug" icon_rest = "spaceslug_rest" icon_dead = "spaceslug_dead" - digestable = 0 - catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/spaceslug) - holder_type = /obj/item/weapon/holder/catslug/spaceslug - makes_dirt = 0 - say_list_type = /datum/say_list/catslug/spaceslug + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/custom/spaceslug) + holder_type = /obj/item/weapon/holder/catslug/custom/spaceslug + say_list_type = /datum/say_list/catslug/custom/spaceslug minbodytemp = 0 // Shamelessly stolen temp & atmos tolerances from the space cat. maxbodytemp = 900 @@ -325,18 +341,10 @@ player_msg = "You are an intelligent creature capable of more than most think, clad in a spacesuit that protects you from the ravages of vacuum and hostile atmospheres alike. You can pick up and use many things, and even carry some of them with you into the vents, which you can use to move around quickly. You're quiet and capable, you speak with your hands and your deeds!
- - - - -
Keep in mind, your goal should generally be to survive. You're expected to follow the same rules as everyone else, so don't go self antagging without permission from the staff team, but you are able and capable of defending yourself from those who would attack you for no reason." - has_langs = list("Sign Language") - -/datum/say_list/catslug/spaceslug +/datum/say_list/catslug/custom/spaceslug speak = list("Have any porl?", "What is that?", "What kind of ship is that?", "What are you doing?", "How did you get here?", "Don't take off your helmet.", "SPAAAAAACE!", "WAOW!", "Nice weather we're having, isn't it?") -/mob/living/simple_mob/vore/alienanimals/catslug/spaceslug/Initialize() - . = ..() - verbs += /mob/living/proc/ventcrawl - verbs += /mob/living/proc/hide - verbs -= /mob/living/simple_mob/vore/alienanimals/catslug/proc/catslug_color //I don't even want to imagine what the colour change proc would do to their sprite, not to mention ghosts would need to be forced into the catslug so this is more just a safety net than anything - -/mob/living/simple_mob/vore/alienanimals/catslug/spaceslug/attack_hand(mob/living/carbon/human/M as mob) +/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug/attack_hand(mob/living/carbon/human/M as mob) if(stat == DEAD) return ..() @@ -386,14 +394,16 @@ else return ..() -/obj/item/weapon/holder/catslug/spaceslug +/obj/item/weapon/holder/catslug/custom/spaceslug item_state = "spaceslug" //Engineer catslug -/datum/category_item/catalogue/fauna/catslug/engislug +/datum/category_item/catalogue/fauna/catslug/custom/engislug name = "Alien Wildlife - Catslug - Engineer O'Brimn" desc = "A resident worker at the NSB Rascal's Pass, Engineer O'Brimn \ - keeps the facilities pipework and machinery maintained between shifts. - \ + keeps the facilities pipework and machinery maintained between shifts, as \ + well as \"fixing\" the engine back to it's original configuration. \ + Reportedly the cause for numerous phoron-based conflagrations. - \ The Catslug is an omnivorous terrestrial creature.\ Exhibiting properties of both a cat and a slug (hence its name)\ it moves somewhat awkwardly. However, the unique qualities of\ @@ -405,7 +415,7 @@ tool users." value = CATALOGUER_REWARD_TRIVIAL //Local catslugs worth less than rarer ones -/mob/living/simple_mob/vore/alienanimals/catslug/engislug +/mob/living/simple_mob/vore/alienanimals/catslug/custom/engislug name = "Engineer O'Brimn" desc = "A yellow-furred noodley bodied creature with thin arms and legs, and gloomy dark eyes. This one seems to be wearing a too-big high visibility vest and a full-face hardhat." tt_desc = "Mollusca Felis Munitor" @@ -413,11 +423,11 @@ icon_living = "engislug" icon_rest = "engislug_rest" icon_dead = "engislug_dead" - digestable = 0 - catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/engislug) - holder_type = /obj/item/weapon/holder/catslug/engislug - makes_dirt = 0 - say_list_type = /datum/say_list/catslug/engislug + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/custom/engislug) + holder_type = /obj/item/weapon/holder/catslug/custom/engislug + say_list_type = /datum/say_list/catslug/custom/engislug + mobcard_access = list(access_engine, access_engine_equip, access_tech_storage, access_maint_tunnels, access_construction, access_atmospherics) + siemens_coefficient = 0 //Noodly fella's gone and built up an immunity from many small shocks minbodytemp = 200 maxbodytemp = 600 //engislug can survive a little heat, as a treat @@ -433,18 +443,10 @@ min_n2 = 0 max_n2 = 0 - has_langs = list("Sign Language") - -/datum/say_list/catslug/engislug +/datum/say_list/catslug/custom/engislug speak = list("Have any porl?", "What is that?", "Phoroncheck!", "Thump is mean work fine!", "What are you doing?", "How did you get here?", "Don't breathe in the spicy purple.", "Zap-zap ball bad.", "WAOW!", "The pipes make sense.") -/mob/living/simple_mob/vore/alienanimals/catslug/engislug/Initialize() - . = ..() - verbs += /mob/living/proc/ventcrawl - verbs += /mob/living/proc/hide - verbs -= /mob/living/simple_mob/vore/alienanimals/catslug/proc/catslug_color //I don't even want to imagine what the colour change proc would do to their sprite, not to mention ghosts would need to be forced into the catslug so this is more just a safety net than anything - -/mob/living/simple_mob/vore/alienanimals/catslug/engislug/attack_hand(mob/living/carbon/human/M as mob) +/mob/living/simple_mob/vore/alienanimals/catslug/custom/engislug/attack_hand(mob/living/carbon/human/M as mob) if(stat == DEAD) return ..() @@ -494,11 +496,11 @@ else return ..() -/obj/item/weapon/holder/catslug/engislug +/obj/item/weapon/holder/catslug/custom/engislug item_state = "engislug" //Security catslug -/datum/category_item/catalogue/fauna/catslug/gatslug +/datum/category_item/catalogue/fauna/catslug/custom/gatslug name = "Alien Wildlife - Catslug - Officer Gatslug" desc = "A resident worker at the NSB Rascal's Pass, Officer Gatslug \ served with distinction during upheaval at the NSB Adephagia in 2321. \ @@ -516,7 +518,7 @@ tool users." value = CATALOGUER_REWARD_TRIVIAL //Local catslugs worth less than rarer ones -/mob/living/simple_mob/vore/alienanimals/catslug/gatslug +/mob/living/simple_mob/vore/alienanimals/catslug/custom/gatslug name = "Officer Gatslug" desc = "A light red-furred noodley bodied creature with thin arms and legs, and gloomy dark eyes. This one seems to be wearing a security cap, bandolier and holobadge." tt_desc = "Mollusca Felis Magistratus" @@ -524,14 +526,14 @@ icon_living = "gatslug" icon_rest = "gatslug_rest" icon_dead = "gatslug_dead" - digestable = 0 - catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/gatslug) - holder_type = /obj/item/weapon/holder/catslug/gatslug + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/custom/gatslug) + holder_type = /obj/item/weapon/holder/catslug/custom/gatslug maxHealth = 75 health = 75 - makes_dirt = 0 - say_list_type = /datum/say_list/catslug/gatslug + say_list_type = /datum/say_list/catslug/custom/gatslug + melee_damage_lower = 5 melee_damage_upper = 10 //"Trained" security member, so they can hit that little bit harder + taser_kill = 0 //Shouldn't be weak to accidental friendly fire from other officers armor = list( "melee" = 15, "bullet" = 0, @@ -541,24 +543,16 @@ "bio" = 0, "rad" = 0 ) //Similarly, \some\ armour values for a smidge more survivability compared to other catslugs. + mobcard_access = list(access_security, access_sec_doors, access_forensics_lockers, access_maint_tunnels) - has_langs = list("Sign Language") - - -/datum/say_list/catslug/gatslug +/datum/say_list/catslug/custom/gatslug speak = list("Have any flashbangs?", "Valids!", "Heard spiders?", "What is that?", "Freeze!", "What are you doing?", "How did you get here?", "Red alert means big bangsticks.", "No being naughty now.", "WAOW!", "Who ate all the donuts?") -/mob/living/simple_mob/vore/alienanimals/catslug/gatslug/Initialize() - . = ..() - verbs += /mob/living/proc/ventcrawl - verbs += /mob/living/proc/hide - verbs -= /mob/living/simple_mob/vore/alienanimals/catslug/proc/catslug_color //I don't even want to imagine what the colour change proc would do to their sprite, not to mention ghosts would need to be forced into the catslug so this is more just a safety net than anything - -/obj/item/weapon/holder/catslug/gatslug +/obj/item/weapon/holder/catslug/custom/gatslug item_state = "gatslug" //Medical catslug -/datum/category_item/catalogue/fauna/catslug/medislug +/datum/category_item/catalogue/fauna/catslug/custom/medislug name = "Alien Wildlife - Catslug - Doctor Mlemulon" desc = "A resident worker at the NSB Rascal's Pass, Doctor Mlemulon \ works hard to drink and eat all the remaining medicine stocks in \ @@ -575,7 +569,7 @@ tool users." value = CATALOGUER_REWARD_TRIVIAL //Local catslugs worth less than rarer ones -/mob/living/simple_mob/vore/alienanimals/catslug/medislug +/mob/living/simple_mob/vore/alienanimals/catslug/custom/medislug name = "Doctor Mlemulon" desc = "A pale blue-furred noodley bodied creature with thin arms and legs, and gloomy dark eyes. This one appears to have a nurses hat perched upon it's head and a medi-hud." tt_desc = "Mollusca Felis Medicus" @@ -583,28 +577,19 @@ icon_living = "medislug" icon_rest = "medislug_rest" icon_dead = "medislug_dead" - digestable = 0 - catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/medislug) - holder_type = /obj/item/weapon/holder/catslug/medislug - makes_dirt = 0 - say_list_type = /datum/say_list/catslug/medislug + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/custom/medislug) + holder_type = /obj/item/weapon/holder/catslug/custom/medislug + say_list_type = /datum/say_list/catslug/custom/medislug + mobcard_access = list(access_medical, access_morgue, access_surgery, access_chemistry, access_virology, access_genetics) - has_langs = list("Sign Language") - -/datum/say_list/catslug/medislug +/datum/say_list/catslug/custom/medislug speak = list("Have any osteodaxon?", "What is that?", "Suit sensors!", "What are you doing?", "How did you get here?", "Put a mask on!", "No smoking!", "WAOW!", "Stop getting blood everywhere!", "WHERE IN MAINT?") -/mob/living/simple_mob/vore/alienanimals/catslug/medislug/Initialize() - . = ..() - verbs += /mob/living/proc/ventcrawl - verbs += /mob/living/proc/hide - verbs -= /mob/living/simple_mob/vore/alienanimals/catslug/proc/catslug_color //I don't even want to imagine what the colour change proc would do to their sprite, not to mention ghosts would need to be forced into the catslug so this is more just a safety net than anything - -/obj/item/weapon/holder/catslug/medislug +/obj/item/weapon/holder/catslug/custom/medislug item_state = "medislug" //Science catslug -/datum/category_item/catalogue/fauna/catslug/scienceslug +/datum/category_item/catalogue/fauna/catslug/custom/scienceslug name = "Alien Wildlife - Catslug - Professor Nubbins" desc = "A resident worker at the NSB Rascal's Pass, Professor Nubbins \ is tasked with the periodic maintenance of the R&D servers. \ @@ -620,7 +605,7 @@ tool users." value = CATALOGUER_REWARD_TRIVIAL //Local catslugs worth less than rarer ones -/mob/living/simple_mob/vore/alienanimals/catslug/scienceslug +/mob/living/simple_mob/vore/alienanimals/catslug/custom/scienceslug name = "Professor Nubbins" desc = "A purple-furred noodley bodied creature with thin arms and legs, and gloomy dark eyes. This one looks to be wearing a swanky white science beret, as well as a pair of goggles." tt_desc = "Mollusca Felis Inquisitorem" @@ -628,28 +613,20 @@ icon_living = "scienceslug" icon_rest = "scienceslug_rest" icon_dead = "scienceslug_dead" - digestable = 0 - catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/scienceslug) - holder_type = /obj/item/weapon/holder/catslug/scienceslug - makes_dirt = 0 - say_list_type = /datum/say_list/catslug/scienceslug + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/custom/scienceslug) + holder_type = /obj/item/weapon/holder/catslug/custom/scienceslug + say_list_type = /datum/say_list/catslug/custom/scienceslug + mobcard_access = list(access_robotics, access_tox, access_tox_storage, access_research, access_xenobiology, access_xenoarch) - has_langs = list("Sign Language") -/datum/say_list/catslug/scienceslug +/datum/say_list/catslug/custom/scienceslug speak = list("Slimes, squish!", "What is that?", "Smoking in Toxins is not advised.", "What are you doing?", "How did you get here?", "Do not deconstruct the cube!", "WAOW!", "Where are our materials?", "The acid dispenser is not full of juice. Must remember that.") -/mob/living/simple_mob/vore/alienanimals/catslug/scienceslug/Initialize() - . = ..() - verbs += /mob/living/proc/ventcrawl - verbs += /mob/living/proc/hide - verbs -= /mob/living/simple_mob/vore/alienanimals/catslug/proc/catslug_color //I don't even want to imagine what the colour change proc would do to their sprite, not to mention ghosts would need to be forced into the catslug so this is more just a safety net than anything - -/obj/item/weapon/holder/catslug/scienceslug +/obj/item/weapon/holder/catslug/custom/scienceslug item_state = "scienceslug" //Cargo catslug -/datum/category_item/catalogue/fauna/catslug/cargoslug +/datum/category_item/catalogue/fauna/catslug/custom/cargoslug name = "Alien Wildlife - Catslug - Technician Nermley" desc = "A resident worker at the NSB Rascal's Pass, Technician Nermley \ is something of a mystery. No one is sure where they came from, \ @@ -666,7 +643,7 @@ tool users." value = CATALOGUER_REWARD_TRIVIAL //Local catslugs worth less than rarer ones -/mob/living/simple_mob/vore/alienanimals/catslug/cargoslug +/mob/living/simple_mob/vore/alienanimals/catslug/custom/cargoslug name = "Technician Nermley" desc = "A brown-furred noodley bodied creature with thin arms and legs, and gloomy dark eyes. This one has a flipped-round baseball cap on their head and a pair of black mittens." tt_desc = "Mollusca Felis Quisquiliae" @@ -674,26 +651,202 @@ icon_living = "cargoslug" icon_rest = "cargoslug_rest" icon_dead = "cargoslug_dead" - digestable = 0 - catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/cargoslug) - holder_type = /obj/item/weapon/holder/catslug/cargoslug - makes_dirt = 0 - say_list_type = /datum/say_list/catslug/cargoslug + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/custom/cargoslug) + holder_type = /obj/item/weapon/holder/catslug/custom/cargoslug + say_list_type = /datum/say_list/catslug/custom/cargoslug + mobcard_access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_mining, access_mining_station) - has_langs = list("Sign Language") - -/datum/say_list/catslug/cargoslug +/datum/say_list/catslug/custom/cargoslug speak = list("Disposals is not for slip and slide.", "What is that?", "Stamp those manifests!", "What are you doing?", "How did you get here?", "Can order pizza crate?", "WAOW!", "Where are all of our materials?", "Got glubbs?") -/mob/living/simple_mob/vore/alienanimals/catslug/cargoslug/Initialize() - . = ..() - verbs += /mob/living/proc/ventcrawl - verbs += /mob/living/proc/hide - verbs -= /mob/living/simple_mob/vore/alienanimals/catslug/proc/catslug_color //I don't even want to imagine what the colour change proc would do to their sprite, not to mention ghosts would need to be forced into the catslug so this is more just a safety net than anything - -/obj/item/weapon/holder/catslug/cargoslug +/obj/item/weapon/holder/catslug/custom/cargoslug item_state = "cargoslug" +//Command catslug +/datum/category_item/catalogue/fauna/catslug/custom/capslug + name = "Alien Wildlife - Catslug - Captain Crumsh" + desc = "A resident worker at the NSB Rascal's Pass, Captain Crumsh \ + comes from a long line of catslug leaders, maintaining the family tradition \ + for numerous years now. After a long tenure serving at Central Command, they \ + requested transfer to a more \"front-facing\" facility, ending up shipped across \ + to the facilty recently set up on Virgo 3C. - \ + The Catslug is an omnivorous terrestrial creature.\ + Exhibiting properties of both a cat and a slug (hence its name)\ + it moves somewhat awkwardly. However, the unique qualities of\ + its body make it exceedingly flexible and smooth, allowing it to\ + wiggle into and move effectively in even extremely tight spaces.\ + Additionally, it has surprisingly capable hands, and moves quite\ + well on two legs or four. Caution is advised when interacting\ + with these creatures, they are quite intelligent, and proficient\ + tool users." + value = CATALOGUER_REWARD_TRIVIAL //Local catslugs worth less than rarer ones + +/mob/living/simple_mob/vore/alienanimals/catslug/custom/capslug + name = "Captain Crumsh" + desc = "A regal-blue furred noodley bodied creature with thin arms and legs, and gloomy dark eyes. This one wears an impressive tower of hats upon it's head. Exudes a sense of superiority, clearly this 'slug has more porl than you." + tt_desc = "Mollusca Felis Praefectus" + icon_state = "capslug" + icon_living = "capslug" + icon_rest = "capslug_rest" + icon_dead = "capslug_dead" + faction = "neutral" + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug/custom/capslug) + holder_type = /obj/item/weapon/holder/catslug/custom/capslug + say_list_type = /datum/say_list/catslug/custom/capslug + mobcard_access = list(access_maint_tunnels) //The all_station_access part below adds onto this. + +/datum/say_list/catslug/custom/capslug + speak = list("How open big glass box with shiny inside?.", "What is that?", "Respect my authority!", "What are you doing?", "How did you get here?", "Fax for yellow-shirts!", "WAOW!", "Why is that console blinking and clicking?", "Do we need to call for ERT?", "Have been called comdom before, not sure why they thought I was a balloon.") + +/obj/item/weapon/holder/catslug/custom/capslug + item_state = "capslug" + +/mob/living/simple_mob/vore/alienanimals/catslug/custom/capslug/Initialize() //This is such an awful proc, but if someone wants it better they're welcome to have a go at it. + . = ..() + mob_radio = new /obj/item/device/radio/headset/mob_headset(src) + mob_radio.frequency = PUB_FREQ + mob_radio.ks2type = /obj/item/device/encryptionkey/heads/captain //Might not be able to speak, but the catslug can listen. + mob_radio.keyslot2 = new /obj/item/device/encryptionkey/heads/captain(mob_radio) + mob_radio.recalculateChannels(1) + mobcard.access |= get_all_station_access() + +//============================================================================= +//Admin-spawn only catslugs below - Expect overpowered things & silliness below +//============================================================================= + +//Deathsquad catslug +/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug/deathslug + name = "Asset Purrtection" + desc = "What are you doing staring at this angry little fella? Run." + tt_desc = "Mollusca Felis Eversor" + icon_state = "deathslug" + icon_living = "deathslug" + icon_rest = "deathslug_rest" + icon_dead = "deathslug_dead" + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug) //So they don't get the spaceslug's cataloguer entry + say_list_type = /datum/say_list/catslug //Similarly, so they don't get the spaceslug's speech lines. + mobcard_access = list(access_cent_general, access_cent_specops, access_cent_living, access_cent_storage) + maxHealth = 100 //Tough noodles + health = 100 + taser_kill = 0 + mob_size = MOB_MEDIUM //As funny as picking up deathslugs & throwing them at people to be merked would be, I'm not willing to sprite their holders. Something something hardsuit heavy can be the "IC" reason for this. + siemens_coefficient = 0 + armor = list( + "melee" = 60, + "bullet" = 50, + "laser" = 50, + "energy" = 40, + "bomb" = 40, + "bio" = 100, + "rad" = 100 + ) + + minbodytemp = 0 + maxbodytemp = 5000 + + player_msg = "You work in the service of corporate Asset Protection, answering directly to the Board of Directors and Asset Protection Commandos." + +/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug/deathslug/Initialize() + . = ..() + mob_radio = new /obj/item/device/radio/headset/mob_headset(src) + mob_radio.frequency = DTH_FREQ //Can't tell if bugged, deathsquad freq in general seems broken + mobcard.access |= get_all_station_access() + +//Syndicate catslug +/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug/syndislug + name = "Mercenyary" + desc = "What are you doing staring at this crimson-hardsuit wearing angry little fella? Run." + tt_desc = "Mollusca Felis Mors" + icon_state = "syndislug" + icon_living = "syndislug" + icon_rest = "syndislug_rest" + icon_dead = "syndislug_dead" + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug) + say_list_type = /datum/say_list/catslug + mobcard_access = list(access_maint_tunnels, access_syndicate, access_external_airlocks) + faction = "syndicate" + maxHealth = 100 //Tough noodles + health = 100 + taser_kill = 0 + melee_damage_lower = 15 + melee_damage_upper = 20 + mob_size = MOB_MEDIUM //Something something hardsuits are heavy. + siemens_coefficient = 0 + armor = list( + "melee" = 80, + "bullet" = 65, + "laser" = 50, + "energy" = 15, + "bomb" = 80, + "bio" = 100, + "rad" = 60 + ) + + minbodytemp = 0 + maxbodytemp = 5000 + + player_msg = "You are in the employ of a criminal syndicate hostile to corporate interests. Follow the Mercenary or Commando's orders and assist them in their goals by any means available." + +/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug/syndislug/Initialize() + . = ..() + mob_radio = new /obj/item/device/radio/headset/mob_headset(src) + mob_radio.frequency = SYND_FREQ + mob_radio.syndie = 1 + mob_radio.ks2type = /obj/item/device/encryptionkey/syndicate + mob_radio.keyslot2 = new /obj/item/device/encryptionkey/syndicate(mob_radio) + mob_radio.recalculateChannels(1) + mobcard.access |= get_all_station_access() + +//ERT catslug +/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug/responseslug + name = "Emeowgency Responder" + desc = "The cavalry has arrived." + tt_desc = "Mollusca Felis Salvator" + icon_state = "responseslug" + icon_living = "responseslug" + icon_rest = "responseslug_rest" + icon_dead = "responseslug_dead" + catalogue_data = list(/datum/category_item/catalogue/fauna/catslug) + say_list_type = /datum/say_list/catslug + mobcard_access = list(access_cent_general, access_cent_specops, access_cent_living, access_cent_storage) + maxHealth = 100 //Tough noodles + health = 100 + taser_kill = 0 + mob_size = MOB_MEDIUM //Something something hardsuits are heavy. + siemens_coefficient = 0 + armor = list( + "melee" = 60, + "bullet" = 50, + "laser" = 30, + "energy" = 15, + "bomb" = 30, + "bio" = 100, + "rad" = 100 + ) + + minbodytemp = 0 + maxbodytemp = 5000 + + player_msg = "You are an anti antagonist! Within the rules, try to save the station and its inhabitants from the ongoing crisis. Try to make sure other players have fun! \ + If you are confused or at a loss, always adminhelp, and before taking extreme actions, please try to also contact the administration! \ + Think through your actions and make the roleplay immersive! Please remember all rules aside from those without explicit exceptions apply to the ERT." + +/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug/responseslug/Initialize() + . = ..() + mob_radio = new /obj/item/device/radio/headset/mob_headset(src) + mob_radio.frequency = ERT_FREQ + mob_radio.centComm = 1 + mob_radio.ks2type = /obj/item/device/encryptionkey/ert + mob_radio.keyslot2 = new /obj/item/device/encryptionkey/ert(mob_radio) + mob_radio.recalculateChannels(1) + mobcard.access |= get_all_station_access() + +//============================= +//Admin-spawn only catslugs end +//============================= + +//Suslug's below + /mob/living/simple_mob/vore/alienanimals/catslug/suslug name = "suslug" desc = "A noodley bodied creature wearing a colorful space suit. Suspicious..." @@ -828,4 +981,4 @@ color = COLOR_LIGHT_PINK /mob/living/simple_mob/vore/alienanimals/catslug/suslug/color/light_yellow - color = COLOR_WHEAT \ No newline at end of file + color = COLOR_WHEAT diff --git a/code/modules/mob/living/simple_mob/subtypes/mechanical/viscerator.dm b/code/modules/mob/living/simple_mob/subtypes/mechanical/viscerator.dm index 02ba4adf94..488d622042 100644 --- a/code/modules/mob/living/simple_mob/subtypes/mechanical/viscerator.dm +++ b/code/modules/mob/living/simple_mob/subtypes/mechanical/viscerator.dm @@ -57,14 +57,14 @@ // Used for a special grenade, to ensure they don't attack the wrong thing. /mob/living/simple_mob/mechanical/viscerator/mercenary/IIsAlly(mob/living/L) . = ..() - if(!.) // Not friendly, see if they're a baddie first. + if(!. && isliving(L)) // Not friendly, see if they're a baddie first. if(L.mind && mercs.is_antagonist(L.mind)) return TRUE // Similar to above but for raiders. /mob/living/simple_mob/mechanical/viscerator/raider/IIsAlly(mob/living/L) . = ..() - if(!.) // Not friendly, see if they're a baddie first. + if(!. && isliving(L)) // Not friendly, see if they're a baddie first. if(L.mind && raiders.is_antagonist(L.mind)) return TRUE @@ -83,7 +83,7 @@ /mob/living/simple_mob/mechanical/viscerator/station/IIsAlly(mob/living/L) . = ..() - if(!.) + if(!. && isliving(L)) if(isrobot(L)) // They ignore synths. return TRUE if(istype(L, /mob/living/simple_mob/mechanical/ward/monitor/crew)) // Also ignore friendly monitor wards @@ -97,4 +97,4 @@ movement_cooldown = 0.5 /decl/mob_organ_names/viscerator - hit_zones = list("chassis", "rotor blades", "sensor array") \ No newline at end of file + hit_zones = list("chassis", "rotor blades", "sensor array") diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index c2a07f099d..9fcf6c33ac 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -1,17 +1,23 @@ /* Pens! * Contains: * Pens + * Coloured Pens + * Fountain Pens + * Multi Pen + * Reagent Pens + * Blade Pens * Sleepy Pens * Parapens + * Chameleon Pen + * Crayons */ - /* * Pens */ /obj/item/weapon/pen - desc = "It's a normal black ink pen." name = "pen" + desc = "It's a normal black ink pen." icon = 'icons/obj/bureaucracy.dmi' icon_state = "pen" item_state = "pen" @@ -33,6 +39,9 @@ to_chat(user, "Click.") playsound(src, 'sound/items/penclick.ogg', 50, 1) +/* + * Coloured Pens + */ /obj/item/weapon/pen/blue desc = "It's a normal blue ink pen." icon_state = "pen_blue" @@ -43,6 +52,9 @@ icon_state = "pen_red" colour = "red" +/* + * Fountain Pens + */ /obj/item/weapon/pen/fountain desc = "A well made fountain pen, with a faux wood body." icon_state = "pen_fountain" @@ -56,9 +68,33 @@ icon_state = "pen_fountain" /obj/item/weapon/pen/fountain4 - desc = "command fountain pen" - icon_state = "A well made and expensive fountain pen. The nib is quite sharp." + desc = "A well made and expensive fountain pen. This one has silver accents." + icon_state = "blues_fountain" +/obj/item/weapon/pen/fountain5 + desc = "A well made and expensive fountain pen. This one has gold accents." + icon_state = "blueg_fountain" + +/obj/item/weapon/pen/fountain6 + desc = "A well made and expensive fountain pen. The nib is quite sharp." + icon_state = "command_fountain" + +/obj/item/weapon/pen/fountain7 + desc = "A well made and expensive fountain pen made from gold." + icon_state = "gold_fountain" + +/obj/item/weapon/pen/fountain8 + desc = "A well made and expensive fountain pen." + icon_state = "black_fountain" + +/obj/item/weapon/pen/fountain9 + desc = "A well made and expensive fountain pen made for gesturing." + icon_state = "mime_fountain" + + +/* + * Multi Pen + */ /obj/item/weapon/pen/multi desc = "It's a pen with multiple colors of ink!" var/selectedColor = 1 @@ -88,7 +124,7 @@ colour = "white" /* - * Reagent pens + * Reagent Pens */ /obj/item/weapon/pen/reagent @@ -114,9 +150,8 @@ add_attack_logs(user,M,"Injected with [src.name] containing [contained], trasferred [trans] units") /* - * Blade pens. + * Blade Pens */ - /obj/item/weapon/pen/blade desc = "It's a normal black ink pen." description_antag = "This pen can be transformed into a dangerous melee and thrown assassination weapon with an Alt-Click.\ @@ -230,7 +265,7 @@ reagents.add_reagent("cryptobiolin", 10) /* - * Chameleon pen + * Chameleon Pen */ /obj/item/weapon/pen/chameleon var/signature = "" @@ -288,7 +323,6 @@ /* * Crayons */ - /obj/item/weapon/pen/crayon name = "crayon" desc = "A colourful crayon. Please refrain from eating it or putting it in your nose." diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index 72eca4beb4..13d288c93a 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -2,8 +2,8 @@ name = "photocopier" desc = "Copy all your important papers here!" icon = 'icons/obj/library.dmi' - icon_state = "bigscanner" - var/insert_anim = "bigscanner1" + icon_state = "photocopier" + var/insert_anim = "photocopier_scan" anchored = TRUE density = TRUE use_power = USE_POWER_IDLE @@ -157,11 +157,15 @@ if(toner <= 10) //allow replacing when low toner is affecting the print darkness user.drop_item() to_chat(user, "You insert the toner cartridge into \the [src].") + flick("photocopier_toner", src) + playsound(loc, 'sound/machines/click.ogg', 50, 1) var/obj/item/device/toner/T = O toner += T.toner_amount qdel(O) else to_chat(user, "This cartridge is not yet ready for replacement! Use up the rest of the toner.") + flick("photocopier_notoner", src) + playsound(loc, 'sound/machines/buzz-two.ogg', 75, 1) else if(O.is_wrench()) playsound(src, O.usesound, 50, 1) anchored = !anchored @@ -298,7 +302,7 @@ if(SPECIES_TESHARI) temp_img = icon('icons/obj/butts_vr.dmi', "tesh") if(SPECIES_SHADEKIN || SPECIES_SHADEKIN_CREW) - temp_img = icon('icons/obj/butts_vr.dmi', "shadekin") + temp_img = icon('icons/obj/butts_vr.dmi', "shadekin") if(SPECIES_ALRAUNE) temp_img = icon('icons/obj/butts_vr.dmi', "alraune") if(SPECIES_NEVREAN) @@ -316,7 +320,7 @@ temp_img = icon('icons/obj/butts_vr.dmi', "drone") else if(istype(sitter,/mob/living/carbon/alien/diona)) // Are we a nymph, instead of a full-grown Diona? temp_img = icon('icons/obj/butts_vr.dmi', "nymph") - else + else return var/obj/item/weapon/photo/p = new /obj/item/weapon/photo (loc) p.desc = "You see [sitter]'s ass on the photo." @@ -366,7 +370,7 @@ // VOREStation Edit Start - Rykka /obj/machinery/photocopier/can_buckle_check(mob/living/M, forced = FALSE) - if(!..()) + if(!..()) return FALSE for(var/obj/item/clothing/C in M) if(M.item_is_in_hands(C)) diff --git a/code/modules/paperwork/stamps.dm b/code/modules/paperwork/stamps.dm index 6948d41581..71554080da 100644 --- a/code/modules/paperwork/stamps.dm +++ b/code/modules/paperwork/stamps.dm @@ -49,6 +49,10 @@ icon_state = "stamp-deny" attack_verb = list("DENIED") +/obj/item/weapon/stamp/accepted + name = "\improper ACCEPTED rubber stamp" + icon_state = "stamp-ok" + /obj/item/weapon/stamp/clown name = "clown's rubber stamp" icon_state = "stamp-clown" @@ -73,6 +77,29 @@ name = "\improper Sol Government rubber stamp" icon_state = "stamp-sg" +/obj/item/weapon/stamp/solgov + name = "\improper Sol Government rubber stamp" + icon_state = "stamp-sg" + +/obj/item/weapon/stamp/solgovlogo + name = "\improper Sol Government logo stamp" + icon_state = "stamp-sol" + +/obj/item/weapon/stamp/solgovlogo + name = "\improper Sol Government logo stamp" + icon_state = "stamp-sol" + +/obj/item/stamp/einstein + name = "\improper Einstein Engines rubber stamp" + icon_state = "stamp-einstein" + +/obj/item/stamp/hephaestus + name = "\improper Hephaestus Industries rubber stamp" + icon_state = "stamp-heph" + +/obj/item/stamp/zeng_hu + name = "\improper Zeng-Hu Pharmaceuticals rubber stamp" + icon_state = "stamp-zenghu" // Syndicate stamp to forge documents. /obj/item/weapon/stamp/chameleon/attack_self(mob/user as mob) diff --git a/code/modules/pda/pda_vr.dm b/code/modules/pda/pda_vr.dm index 671a3ee7b0..f354ade3d3 100644 --- a/code/modules/pda/pda_vr.dm +++ b/code/modules/pda/pda_vr.dm @@ -19,11 +19,11 @@ /obj/item/device/pda/explorer default_cartridge = /obj/item/weapon/cartridge/explorer - icon_state = "pda-lawyer-old" //Explorer's can get the PF's old style instead, rather than re-using the detective PDA + icon_state = "pda-explore" //Explorer's can get the PF's old style instead, rather than re-using the detective PDA /obj/item/device/pda/sar default_cartridge = /obj/item/weapon/cartridge/sar - icon_state = "pda-gene" //Gives FM's a distinct PDA of their own, rather than sharing with the bridge-secretary & CCO's. - + icon_state = "pda-sar" //Gives FM's a distinct PDA of their own, rather than sharing with the bridge-secretary & CCO's. + /obj/item/device/pda/pilot icon_state = "pda-pilot" //New sprites, but still no ROM cartridge or anything diff --git a/code/modules/planet/virgo3c_vr.dm b/code/modules/planet/virgo3c_vr.dm index 4118d96bcb..b7b9d323f0 100644 --- a/code/modules/planet/virgo3c_vr.dm +++ b/code/modules/planet/virgo3c_vr.dm @@ -26,7 +26,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null seconds_in_day = 6 HOURS /datum/planet/virgo3c - name = "Virgo-3c" + name = "Virgo-3C" desc = "A habitable moon of the gas giant Virgo 3. The volcanic activity of this moon keeps its atmosphere warm enough for life to flourish." current_time = new /datum/time/virgo3c() planetary_wall_type = /turf/unsimulated/wall/planetary/virgo3c @@ -53,7 +53,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null var/min = 0 switch(sun_position) - if(0 to 0.45) // Night + if(0 to 0.475) // Night low_brightness = 0.3 low_color = "#000066" @@ -61,7 +61,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null high_color = "#66004D" min = 0 - if(0.45 to 0.50) // Twilight + if(0.475 to 0.50) // Twilight low_brightness = 0.5 low_color = "#66004D" @@ -69,7 +69,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null high_color = "#CC3300" min = 0.40 - if(0.50 to 0.55) // Sunrise/set + if(0.50 to 0.525) // Sunrise/set low_brightness = 0.9 low_color = "#CC3300" @@ -77,7 +77,7 @@ var/datum/planet/virgo3c/planet_virgo3c = null high_color = "#FF9933" min = 0.50 - if(0.55 to 1.00) // Noon + if(0.525 to 1.00) // Noon low_brightness = 3.0 low_color = "#DDDDDD" @@ -581,17 +581,18 @@ VIRGO3C_TURF_CREATE(/turf/simulated/floor) var/animal_chance = 0.5 var/animal_types = list( - /mob/living/simple_mob/vore/alienanimals/teppi = 5, - /mob/living/simple_mob/vore/redpanda = 20, - /mob/living/simple_mob/vore/redpanda/fae = 1, - /mob/living/simple_mob/vore/sheep = 10, - /mob/living/simple_mob/vore/rabbit/black = 10, - /mob/living/simple_mob/vore/rabbit/white = 10, - /mob/living/simple_mob/vore/rabbit/brown = 10, - /mob/living/simple_mob/vore/leopardmander = 1, - /mob/living/simple_mob/vore/horse/big = 5, - /mob/living/simple_mob/vore/bigdragon/friendly = 0.5, - /mob/living/simple_mob/vore/alienanimals/dustjumper = 10 + /mob/living/simple_mob/vore/alienanimals/teppi = 10, + /mob/living/simple_mob/vore/alienanimals/teppi/mutant = 1, + /mob/living/simple_mob/vore/redpanda = 40, + /mob/living/simple_mob/vore/redpanda/fae = 2, + /mob/living/simple_mob/vore/sheep = 20, + /mob/living/simple_mob/vore/rabbit/black = 20, + /mob/living/simple_mob/vore/rabbit/white = 20, + /mob/living/simple_mob/vore/rabbit/brown = 20, + /mob/living/simple_mob/vore/leopardmander = 2, + /mob/living/simple_mob/vore/horse/big = 10, + /mob/living/simple_mob/vore/bigdragon/friendly = 1, + /mob/living/simple_mob/vore/alienanimals/dustjumper = 20 ) @@ -605,4 +606,5 @@ VIRGO3C_TURF_CREATE(/turf/simulated/floor) . = ..() -//VIRGO3C_SET_ATMOS() +/turf/simulated/floor/outdoors/grass/forest/virgo3c/notrees + tree_chance = 0 diff --git a/code/modules/power/port_gen_vr.dm b/code/modules/power/port_gen_vr.dm index b529bd1dba..9ce1a03103 100644 --- a/code/modules/power/port_gen_vr.dm +++ b/code/modules/power/port_gen_vr.dm @@ -96,6 +96,8 @@ return else if(default_deconstruction_crowbar(user, I)) return + else if(default_part_replacement(user, I)) + return return ..() /obj/machinery/power/rtg/update_icon() @@ -191,7 +193,7 @@ /obj/machinery/power/rtg/abductor/update_icon() if(!state_change) return //Stupid cells constantly update our icon so trying to be efficient - + if(cell) if(panel_open) icon_state = "[icon_base]-open" @@ -282,16 +284,17 @@ log_and_message_admins("[ADMIN_LOOKUPFLW(Proj.firer)] triggered a kugelblitz core explosion at [x],[y],[z] via projectile.") asplod() -/obj/machinery/power/rtg/d_type_reg +/obj/machinery/power/rtg/reg name = "d-type rotary electric generator" desc = "It looks kind of like a large hamster wheel." icon = 'icons/obj/power_vrx96.dmi' icon_state = "reg" - circuit = /obj/item/weapon/circuitboard/machine/reg + circuit = /obj/item/weapon/circuitboard/machine/reg_d irradiate = FALSE - power_gen = 0 //It's big but it gets adjusted based on what you put into it!!! - var/default_power_gen = 1000000 + power_gen = 0 + var/default_power_gen = 1000000 //It's big but it gets adjusted based on what you put into it!!! var/part_mult = 0 + var/nutrition_drain = 1 pixel_x = -32 plane = ABOVE_MOB_PLANE layer = ABOVE_MOB_LAYER @@ -299,36 +302,38 @@ interact_offline = TRUE density = FALSE -/obj/machinery/power/rtg/d_type_reg/Initialize() - . = ..() +/obj/machinery/power/rtg/reg/Initialize() pixel_x = -32 - -/obj/machinery/power/rtg/d_type_reg/Destroy() . = ..() -/obj/machinery/power/rtg/d_type_reg/user_buckle_mob(mob/living/M, mob/user, var/forced = FALSE, var/silent = TRUE) +/obj/machinery/power/rtg/reg/Destroy() + . = ..() + +/obj/machinery/power/rtg/reg/user_buckle_mob(mob/living/M, mob/user, var/forced = FALSE, var/silent = TRUE) . = ..() M.pixel_y = 8 M.visible_message("\The [M], hops up onto \the [src] and begins running!") -/obj/machinery/power/rtg/d_type_reg/unbuckle_mob(mob/living/buckled_mob, force = FALSE) +/obj/machinery/power/rtg/reg/unbuckle_mob(mob/living/buckled_mob, force = FALSE) . = ..() buckled_mob.pixel_y = initial(buckled_mob.pixel_y) -/obj/machinery/power/rtg/d_type_reg/RefreshParts() +/obj/machinery/power/rtg/reg/RefreshParts() var/n = 0 for(var/obj/item/weapon/stock_parts/SP in component_parts) n += SP.rating - part_mult = n + part_mult = n -/obj/machinery/power/rtg/d_type_reg/attackby(obj/item/I, mob/user, params) +/obj/machinery/power/rtg/reg/attackby(obj/item/I, mob/user, params) + pixel_x = -32 if(default_deconstruction_screwdriver(user, I)) return else if(default_deconstruction_crowbar(user, I)) return return ..() -/obj/machinery/power/rtg/d_type_reg/update_icon() +/obj/machinery/power/rtg/reg/update_icon() + pixel_x = -32 if(panel_open) icon_state = "reg-o" else if(buckled_mobs && buckled_mobs.len > 0) @@ -336,7 +341,7 @@ else icon_state = "reg" -/obj/machinery/power/rtg/d_type_reg/process() +/obj/machinery/power/rtg/reg/process() ..() if(buckled_mobs && buckled_mobs.len > 0) for(var/mob/living/L in buckled_mobs) @@ -345,7 +350,7 @@ power_gen = 0 update_icon() -/obj/machinery/power/rtg/d_type_reg/proc/runner_process(var/mob/living/runner) +/obj/machinery/power/rtg/reg/proc/runner_process(var/mob/living/runner) if(runner.stat != CONSCIOUS) unbuckle_mob(runner) runner.visible_message("\The [runner], topples off of \the [src]!") @@ -379,16 +384,31 @@ if(part_mult > 1) cool_rotations += (cool_rotations * (part_mult - 1)) / 4 power_gen = cool_rotations - runner.nutrition -- + runner.nutrition -= nutrition_drain -/obj/machinery/power/rtg/d_type_reg/emp_act(severity) +/obj/machinery/power/rtg/reg/emp_act(severity) return -/obj/item/weapon/circuitboard/machine/reg - name = T_BOARD("REG") - build_path = /obj/machinery/power/rtg/d_type_reg +/obj/item/weapon/circuitboard/machine/reg_d + name = T_BOARD("D-Type-REG") + build_path = /obj/machinery/power/rtg/reg board_type = new /datum/frame/frame_types/machine origin_tech = list(TECH_DATA = 2, TECH_POWER = 4, TECH_ENGINEERING = 4) req_components = list( /obj/item/stack/cable_coil = 5, - /obj/item/weapon/stock_parts/capacitor = 1) \ No newline at end of file + /obj/item/weapon/stock_parts/capacitor = 1) + +/obj/item/weapon/circuitboard/machine/reg_c + name = T_BOARD("C-Type-REG") + build_path = /obj/machinery/power/rtg/reg/c + board_type = new /datum/frame/frame_types/machine + origin_tech = list(TECH_DATA = 2, TECH_POWER = 4, TECH_ENGINEERING = 4) + req_components = list( + /obj/item/stack/cable_coil = 5, + /obj/item/weapon/stock_parts/capacitor = 1) + +/obj/machinery/power/rtg/reg/c + name = "c-type rotary electric generator" + circuit = /obj/item/weapon/circuitboard/machine/reg_c + default_power_gen = 500000 //Half power + nutrition_drain = 0.5 //for half cost - EQUIVALENT EXCHANGE >:O diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index 7c80c6c07a..5fdc6a50af 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -6,8 +6,8 @@ name = "hypospray" desc = "The DeForest Medical Corporation hypospray is a sterile, air-needle autoinjector for rapid administration of drugs to patients." icon = 'icons/obj/syringe.dmi' - item_state = "hypo" icon_state = "hypo" + item_state = "hypo" amount_per_transfer_from_this = 5 unacidable = TRUE volume = 30 @@ -88,13 +88,15 @@ //A vial-loaded hypospray. Cartridge-based! /obj/item/weapon/reagent_containers/hypospray/vial - name = "hypospray mkII" + name = "advanced hypospray" + icon_state = "advhypo" desc = "A new development from DeForest Medical, this new hypospray takes 30-unit vials as the drug supply for easy swapping." var/obj/item/weapon/reagent_containers/glass/beaker/vial/loaded_vial //Wow, what a name. volume = 0 /obj/item/weapon/reagent_containers/hypospray/vial/Initialize() . = ..() + icon_state = "[initial(icon_state)]" loaded_vial = new /obj/item/weapon/reagent_containers/glass/beaker/vial(src) //Comes with an empty vial volume = loaded_vial.volume reagents.maximum_volume = loaded_vial.reagents.maximum_volume @@ -115,6 +117,13 @@ else return ..() +/obj/item/weapon/reagent_containers/hypospray/vial/update_icon() + ..() + if(loaded_vial) + icon_state = "[initial(icon_state)]" + else + icon_state = "[initial(icon_state)]_empty" + /obj/item/weapon/reagent_containers/hypospray/vial/attackby(obj/item/weapon/W, mob/user as mob) if(istype(W, /obj/item/weapon/reagent_containers/glass/beaker/vial)) if(!loaded_vial) diff --git a/code/modules/ventcrawl/ventcrawl.dm b/code/modules/ventcrawl/ventcrawl.dm index a1fd6af591..d436198017 100644 --- a/code/modules/ventcrawl/ventcrawl.dm +++ b/code/modules/ventcrawl/ventcrawl.dm @@ -7,13 +7,14 @@ var/list/ventcrawl_machinery = list( /mob/living/var/list/can_enter_vent_with = list( /obj/item/weapon/implant, /obj/item/device/radio/borg, + /obj/item/device/radio/headset/mob_headset, /obj/item/weapon/holder, /obj/machinery/camera, /obj/belly, /obj/screen, /atom/movable/emissive_blocker ) - //VOREStation Edit : added /obj/belly, to this list, CI is complaining about this in his indentation check + //VOREStation Edit : added /obj/belly, to this list, CI is complaining about this in his indentation check. Added mob_headset for those with radios so there's no weirdness. //mob/living/simple_mob/borer, //VORESTATION AI TEMPORARY REMOVAL REPLACE BACK IN LIST WHEN RESOLVED //VOREStation Edit /mob/living/var/list/icon/pipes_shown = list() @@ -57,7 +58,10 @@ var/list/ventcrawl_machinery = list( //Ability master easy test for allowed (cheaper than istype) if(carried_item == ability_master) return 1 - + if(isanimal(src)) + var/mob/living/simple_mob/S = src + if(carried_item == S.mobcard) //VOREStation Edit + return 1 //VOREStation Edit //Try to find it in our allowed list (istype includes subtypes) var/listed = FALSE for(var/test_type in can_enter_vent_with) diff --git a/icons/effects/effects.dmi b/icons/effects/effects.dmi index f71ea2a829..cea0d0c58f 100644 Binary files a/icons/effects/effects.dmi and b/icons/effects/effects.dmi differ diff --git a/icons/inventory/accessory/item.dmi b/icons/inventory/accessory/item.dmi index f82b1e8352..aa939635c3 100644 Binary files a/icons/inventory/accessory/item.dmi and b/icons/inventory/accessory/item.dmi differ diff --git a/icons/inventory/accessory/mob.dmi b/icons/inventory/accessory/mob.dmi index 5ea5dc40a3..7774d2ab7b 100644 Binary files a/icons/inventory/accessory/mob.dmi and b/icons/inventory/accessory/mob.dmi differ diff --git a/icons/inventory/face/item.dmi b/icons/inventory/face/item.dmi index fb8c950859..d1ea8a3fe9 100644 Binary files a/icons/inventory/face/item.dmi and b/icons/inventory/face/item.dmi differ diff --git a/icons/inventory/face/item_vr.dmi b/icons/inventory/face/item_vr.dmi index f959366a0f..cc2396d299 100644 Binary files a/icons/inventory/face/item_vr.dmi and b/icons/inventory/face/item_vr.dmi differ diff --git a/icons/inventory/face/mob.dmi b/icons/inventory/face/mob.dmi index 83095f8a10..89a210f844 100644 Binary files a/icons/inventory/face/mob.dmi and b/icons/inventory/face/mob.dmi differ diff --git a/icons/inventory/face/mob_vr.dmi b/icons/inventory/face/mob_vr.dmi index 6cb60f47c5..c58f1050eb 100644 Binary files a/icons/inventory/face/mob_vr.dmi and b/icons/inventory/face/mob_vr.dmi differ diff --git a/icons/inventory/head/item.dmi b/icons/inventory/head/item.dmi index 76b8118409..c1528bbe20 100644 Binary files a/icons/inventory/head/item.dmi and b/icons/inventory/head/item.dmi differ diff --git a/icons/inventory/head/mob.dmi b/icons/inventory/head/mob.dmi index 3f632d481d..063d6444df 100644 Binary files a/icons/inventory/head/mob.dmi and b/icons/inventory/head/mob.dmi differ diff --git a/icons/inventory/head/mob_tajaran.dmi b/icons/inventory/head/mob_tajaran.dmi index 3527c445b7..857a158696 100644 Binary files a/icons/inventory/head/mob_tajaran.dmi and b/icons/inventory/head/mob_tajaran.dmi differ diff --git a/icons/misc/title_vr.dmi b/icons/misc/title_vr.dmi index a151230084..e9774350d9 100644 Binary files a/icons/misc/title_vr.dmi and b/icons/misc/title_vr.dmi differ diff --git a/icons/mob/alienanimals_x32.dmi b/icons/mob/alienanimals_x32.dmi index 1cbea2d82a..1fef85f4d8 100644 Binary files a/icons/mob/alienanimals_x32.dmi and b/icons/mob/alienanimals_x32.dmi differ diff --git a/icons/mob/items/lefthand_hats.dmi b/icons/mob/items/lefthand_hats.dmi index dd46974e14..c564675447 100644 Binary files a/icons/mob/items/lefthand_hats.dmi and b/icons/mob/items/lefthand_hats.dmi differ diff --git a/icons/mob/items/lefthand_holder.dmi b/icons/mob/items/lefthand_holder.dmi index 6e5549b1a9..f2b1e09b25 100644 Binary files a/icons/mob/items/lefthand_holder.dmi and b/icons/mob/items/lefthand_holder.dmi differ diff --git a/icons/mob/items/lefthand_masks.dmi b/icons/mob/items/lefthand_masks.dmi index f35288c06f..619a03e69c 100644 Binary files a/icons/mob/items/lefthand_masks.dmi and b/icons/mob/items/lefthand_masks.dmi differ diff --git a/icons/mob/items/righthand_hats.dmi b/icons/mob/items/righthand_hats.dmi index 9bf673f154..aaaa0d80d9 100644 Binary files a/icons/mob/items/righthand_hats.dmi and b/icons/mob/items/righthand_hats.dmi differ diff --git a/icons/mob/items/righthand_holder.dmi b/icons/mob/items/righthand_holder.dmi index 79b373d665..07f3b16be9 100644 Binary files a/icons/mob/items/righthand_holder.dmi and b/icons/mob/items/righthand_holder.dmi differ diff --git a/icons/mob/items/righthand_masks.dmi b/icons/mob/items/righthand_masks.dmi index 30fe71f2d2..d82419217a 100644 Binary files a/icons/mob/items/righthand_masks.dmi and b/icons/mob/items/righthand_masks.dmi differ diff --git a/icons/obj/boxes.dmi b/icons/obj/boxes.dmi index dad29a40a2..7978b9a564 100644 Binary files a/icons/obj/boxes.dmi and b/icons/obj/boxes.dmi differ diff --git a/icons/obj/bureaucracy.dmi b/icons/obj/bureaucracy.dmi index 0c727bddc9..6c5e3c9401 100644 Binary files a/icons/obj/bureaucracy.dmi and b/icons/obj/bureaucracy.dmi differ diff --git a/icons/obj/device.dmi b/icons/obj/device.dmi index 09b112ca2c..9672e0feb1 100644 Binary files a/icons/obj/device.dmi and b/icons/obj/device.dmi differ diff --git a/icons/obj/flora/moretrees_vr.dmi b/icons/obj/flora/moretrees_vr.dmi index e705c6472c..733f91ee70 100644 Binary files a/icons/obj/flora/moretrees_vr.dmi and b/icons/obj/flora/moretrees_vr.dmi differ diff --git a/icons/obj/food.dmi b/icons/obj/food.dmi index 23a0a0bc0c..915c170551 100644 Binary files a/icons/obj/food.dmi and b/icons/obj/food.dmi differ diff --git a/icons/obj/library.dmi b/icons/obj/library.dmi index 0154ce4f65..d9d7374042 100644 Binary files a/icons/obj/library.dmi and b/icons/obj/library.dmi differ diff --git a/icons/obj/papershredder.dmi b/icons/obj/papershredder.dmi index 36764945df..29a7b3bca1 100644 Binary files a/icons/obj/papershredder.dmi and b/icons/obj/papershredder.dmi differ diff --git a/icons/obj/pda.dmi b/icons/obj/pda.dmi index aaedd14968..9aa94d1fe9 100644 Binary files a/icons/obj/pda.dmi and b/icons/obj/pda.dmi differ diff --git a/icons/obj/pda_holo.dmi b/icons/obj/pda_holo.dmi index d8621a957a..d75eb9a73b 100644 Binary files a/icons/obj/pda_holo.dmi and b/icons/obj/pda_holo.dmi differ diff --git a/icons/obj/pda_old.dmi b/icons/obj/pda_old.dmi index 3a0503db8a..d1166df81f 100644 Binary files a/icons/obj/pda_old.dmi and b/icons/obj/pda_old.dmi differ diff --git a/icons/obj/pda_rugged.dmi b/icons/obj/pda_rugged.dmi index 667a08b034..687ce8e7c6 100644 Binary files a/icons/obj/pda_rugged.dmi and b/icons/obj/pda_rugged.dmi differ diff --git a/icons/obj/pda_slider.dmi b/icons/obj/pda_slider.dmi index 8ec1b97d46..a66e820420 100644 Binary files a/icons/obj/pda_slider.dmi and b/icons/obj/pda_slider.dmi differ diff --git a/icons/obj/pda_slim.dmi b/icons/obj/pda_slim.dmi index 7260633765..0aa8aaa138 100644 Binary files a/icons/obj/pda_slim.dmi and b/icons/obj/pda_slim.dmi differ diff --git a/icons/obj/pda_vr.dmi b/icons/obj/pda_vr.dmi index 20ccdfd1f0..23b5ddf229 100644 Binary files a/icons/obj/pda_vr.dmi and b/icons/obj/pda_vr.dmi differ diff --git a/icons/obj/pda_wrist.dmi b/icons/obj/pda_wrist.dmi index c4fc27ea98..603e117741 100644 Binary files a/icons/obj/pda_wrist.dmi and b/icons/obj/pda_wrist.dmi differ diff --git a/icons/obj/syringe.dmi b/icons/obj/syringe.dmi index 03fac288d3..6ac3040bee 100644 Binary files a/icons/obj/syringe.dmi and b/icons/obj/syringe.dmi differ diff --git a/icons/obj/toy_vr.dmi b/icons/obj/toy_vr.dmi index 9b3ca4d9d0..6df7d6ff3b 100644 Binary files a/icons/obj/toy_vr.dmi and b/icons/obj/toy_vr.dmi differ diff --git a/icons/obj/vending.dmi b/icons/obj/vending.dmi index 91285fd3a1..99c9ac9925 100755 Binary files a/icons/obj/vending.dmi and b/icons/obj/vending.dmi differ diff --git a/icons/vore/custom_items_vr.dmi b/icons/vore/custom_items_vr.dmi index 4dbaf4f08c..c83155640c 100644 Binary files a/icons/vore/custom_items_vr.dmi and b/icons/vore/custom_items_vr.dmi differ diff --git a/maps/expedition_vr/beach/beach.dmm b/maps/expedition_vr/beach/beach.dmm index dac7a905f8..86e53b1aaa 100644 --- a/maps/expedition_vr/beach/beach.dmm +++ b/maps/expedition_vr/beach/beach.dmm @@ -1388,6 +1388,7 @@ /obj/item/weapon/reagent_containers/glass/bottle/eznutrient, /obj/item/weapon/reagent_containers/glass/bottle/eznutrient, /obj/item/weapon/reagent_containers/glass/bottle/eznutrient, +/obj/random/donkpocketbox, /turf/simulated/floor/tiled/eris/cafe, /area/tether_away/beach/resort/kitchen) "By" = ( diff --git a/maps/expedition_vr/space/fueldepot.dmm b/maps/expedition_vr/space/fueldepot.dmm index 47cb251d8c..062c7b576d 100644 --- a/maps/expedition_vr/space/fueldepot.dmm +++ b/maps/expedition_vr/space/fueldepot.dmm @@ -1379,7 +1379,7 @@ dir = 1 }, /obj/structure/catwalk, -/mob/living/simple_mob/vore/alienanimals/catslug/spaceslug, +/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug, /turf/simulated/shuttle/plating/airless, /area/tether_away/fueldepot) "Vy" = ( diff --git a/maps/groundbase/gb-centcomm.dmm b/maps/groundbase/gb-centcomm.dmm index 4be8f92f4a..bf2655e628 100644 --- a/maps/groundbase/gb-centcomm.dmm +++ b/maps/groundbase/gb-centcomm.dmm @@ -1,20005 +1,35614 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"a" = ( -/turf/space, -/area/space) -"d" = ( -/obj/structure/bed/chair/shuttle{ - dir = 1 +"aa" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 }, -/turf/simulated/shuttle/floor, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"ab" = ( +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Security Arrivals"; + pixel_x = 32; + req_access = list(101); + req_one_access = list(101) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" }) -"e" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - dir = 4; - door_color = "#822a1e"; - frequency = null; - id_tag = null - }, -/obj/effect/shuttle_landmark{ - base_area = /area/centcom; - base_turf = /turf/simulated/floor/reinforced; - docking_controller = "centcom_dock"; - landmark_tag = "escape_cc"; - name = "Escape Shuttle" - }, -/turf/simulated/shuttle/plating, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid - }) -"l" = ( -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/centcom) -"o" = ( -/turf/simulated/floor/outdoors/grass/forest/virgo3c, -/area/centcom) -"r" = ( -/turf/unsimulated/wall/planetary/virgo3c, -/area/centcom) -"s" = ( -/turf/simulated/wall/r_wall, -/area/centcom) -"u" = ( +"ac" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"ae" = ( /obj/structure/shuttle/window, /obj/structure/grille, /turf/simulated/floor, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid +/area/shuttle/escape) +"af" = ( +/obj/machinery/door/airlock/glass_security{ + name = "Security"; + req_access = newlist() + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ah" = ( +/obj/structure/table/rack, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"al" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/firstaid/o2{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/firstaid/o2, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"am" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"an" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/obj/effect/floor_decal/emblem/stellardelight{ + dir = 9 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"ar" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" }) -"w" = ( +"au" = ( +/obj/machinery/cryopod/robot/door/gateway, +/turf/simulated/floor/tiled/dark, +/area/centcom/living) +"av" = ( +/obj/effect/floor_decal/corner/red{ + dir = 10 + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"ay" = ( +/turf/simulated/floor/lino, +/area/centcom/command) +"az" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"aA" = ( +/obj/structure/AIcore/deactivated, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"aC" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/syringe/inaprovaline, +/obj/item/weapon/reagent_containers/syringe/inaprovaline{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/weapon/reagent_containers/syringe/inaprovaline{ + pixel_y = 10 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"aD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/centcom/control) +"aE" = ( +/obj/machinery/computer/ship/sensors/adv, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"aF" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/belt/utility, +/obj/item/clothing/gloves/sterile/latex, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"aG" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/gun/martin, +/obj/item/weapon/gun/energy/gun/martin, +/obj/item/device/flash, +/obj/item/device/flash, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"aH" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"aK" = ( +/obj/effect/floor_decal/sign/dock/two, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"aL" = ( +/obj/structure/table/reinforced, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, +/obj/item/device/pda/ert, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"aO" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/item/roller/adv, +/obj/item/roller/adv{ + pixel_y = 6 + }, +/obj/item/roller/adv{ + pixel_y = 12 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"aQ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"aR" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/vest/ert/security, +/obj/item/clothing/suit/armor/vest/ert/security, +/obj/item/clothing/suit/armor/vest/ert/security, +/obj/item/clothing/suit/armor/vest/ert/security, +/obj/item/clothing/head/helmet/ert/security, +/obj/item/clothing/head/helmet/ert/security, +/obj/item/clothing/head/helmet/ert/security, +/obj/item/clothing/head/helmet/ert/security, +/obj/item/weapon/storage/backpack/ert/security, +/obj/item/weapon/storage/backpack/ert/security, +/obj/item/weapon/storage/backpack/ert/security, +/obj/item/weapon/storage/backpack/ert/security, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"aS" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/item/device/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"aT" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/weapon/pen, +/obj/machinery/button/remote/blast_door{ + id = "TelelockdownC"; + name = "Teleporter Entrance Lockdown"; + pixel_x = 6; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Door"; + opacity = 0 + }, +/obj/machinery/door/window/brigdoor/northleft{ + req_access = list(63); + req_one_access = list(1) + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"aU" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 6 + }, +/obj/machinery/newscaster{ + pixel_x = 29 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"aV" = ( +/obj/machinery/door/airlock/glass{ + name = "Brig Dormitories" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"aY" = ( +/obj/machinery/computer/cryopod/dorms{ + name = "Company Property Retention System"; + pixel_y = 27 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"ba" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/machinery/door/airlock/security{ + name = "Security" + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"bc" = ( +/turf/simulated/wall/r_wall, +/area/centcom/command) +"bd" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "reinforced"; + name = "reinforced floor" + }, +/area/centcom) +"be" = ( +/turf/simulated/floor/tiled, +/area/centcom/security) +"bf" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"bg" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"bh" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"bj" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"bk" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"bl" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/lino, +/area/centcom/command) +"bm" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled, +/area/centcom/security) +"bn" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"br" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"bs" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"bu" = ( +/obj/structure/sign/securearea{ + name = "\improper ARMORY"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"bw" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall/r_wall, +/area/centcom) +"bx" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"by" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"bz" = ( +/obj/machinery/sleep_console{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"bA" = ( +/obj/structure/sign/redcross{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"bB" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/donkpockets, +/obj/item/weapon/storage/box/donkpockets, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"bC" = ( +/obj/machinery/telecomms/receiver/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"bG" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"bH" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security{ + desc = "This locker is filled silly stickers and some other serious NanoTrasen ones. It is lazily labeled 'The big cat'." + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"bJ" = ( +/turf/simulated/floor/tiled, +/area/centcom/terminal) +"bM" = ( +/obj/structure/sign/science, +/turf/simulated/wall/r_wall, +/area/centcom/control) +"bN" = ( +/obj/machinery/door/airlock/glass_medical{ + name = "Virology Laboratory" + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"bO" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"bP" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"bR" = ( +/turf/unsimulated/mineral/virgo3b, +/area/centcom) +"bS" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomeaxe"; + name = "Axe Supply" + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"bT" = ( +/obj/machinery/vending/assist, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"bW" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/firstaid/regular, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"bY" = ( +/obj/structure/table/steel_reinforced, +/obj/machinery/door/window/northright{ + dir = 2; + name = "Cargo Ordering"; + req_access = list(50) + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/centcom) +"ca" = ( +/obj/item/device/taperecorder, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"cb" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"cd" = ( +/obj/structure/sign/double/barsign{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"cf" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l" + }, +/turf/simulated/floor/tiled, +/area/centcom) +"cg" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/structure/sign/warning/lethal_turrets{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"ch" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"ck" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"cl" = ( +/obj/structure/table/steel_reinforced, +/obj/structure/flora/pottedplant/small{ + name = "Audry VI"; + pixel_x = 1; + pixel_y = 14 + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"cm" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"cn" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"co" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = -31 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"cq" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"cs" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/firstaid/fire{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/firstaid/fire, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"ct" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/sign/department/telecoms, +/turf/simulated/floor, +/area/centcom/control) +"cu" = ( +/obj/machinery/computer/shuttle_control/emergency{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"cv" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/gun/martin, +/obj/item/weapon/gun/energy/gun/martin, +/obj/item/device/flash, +/obj/item/device/flash, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"cw" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"cz" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/simulated/floor/tiled, +/area/centcom/security) +"cB" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/structure/table/reinforced, +/obj/item/weapon/stamp/ward, +/obj/item/weapon/stamp/denied, +/obj/item/device/binoculars, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"cD" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/control) +"cF" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/centcom/control) +"cI" = ( +/turf/unsimulated/wall, +/area/centcom/control) +"cJ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"cK" = ( +/obj/machinery/transhuman/synthprinter, +/turf/simulated/floor/tiled, +/area/centcom/control) +"cL" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/suit_cycler/security{ + req_access = null + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"cM" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/pastatomato, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"cN" = ( +/obj/machinery/button/remote/blast_door{ + id = "ccshuttleshutter"; + name = "Shutter Control"; + pixel_x = 17; + pixel_y = 27 + }, +/obj/structure/bed/chair/bay/shuttle{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"cO" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"cQ" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"cS" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/arm_guard/laserproof, +/obj/item/clothing/shoes/leg_guard/laserproof, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/clothing/head/helmet/laserproof, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"cU" = ( +/obj/machinery/computer/arcade/orion_trail, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"cV" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"cZ" = ( +/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 + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"dc" = ( +/obj/item/weapon/stool/padded{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"de" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"dg" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"dh" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"di" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 6 + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"dj" = ( +/obj/item/weapon/storage/firstaid/regular, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"dl" = ( +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"dn" = ( +/obj/structure/table/rack, +/obj/item/device/defib_kit/compact/combat/loaded, +/obj/item/device/defib_kit/compact/combat/loaded, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"do" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled, +/area/centcom/living) +"dq" = ( +/obj/machinery/deployable/barrier, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/security) +"ds" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 8; + pixel_x = 16 + }, +/obj/item/weapon/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled, +/area/centcom/command) +"dt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"dw" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"dx" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/launcher/rocket, +/obj/item/weapon/gun/launcher/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"dy" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/simulated/floor/tiled, +/area/centcom/command) +"dA" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"dB" = ( +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"dE" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/item/weapon/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled, +/area/centcom/command) +"dF" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"dG" = ( +/obj/machinery/light/floortube{ + pixel_y = -6 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"dI" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"dM" = ( +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"dN" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/ionrifle, +/obj/item/weapon/gun/energy/ionrifle, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"dP" = ( +/obj/machinery/atmospherics/unary/freezer, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"dQ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/security) +"dR" = ( +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"dS" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"dT" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom) +"dU" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 9 + }, +/obj/structure/closet/secure_closet/paramedic, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"dV" = ( +/obj/structure/table/reinforced, +/obj/item/device/healthanalyzer/advanced, +/obj/item/device/healthanalyzer/advanced, +/obj/item/device/healthanalyzer/advanced, +/obj/item/device/healthanalyzer/advanced, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"dX" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/gloves/arm_guard/riot, +/obj/item/clothing/shoes/leg_guard/riot, +/obj/item/clothing/suit/armor/riot/alt, +/obj/item/clothing/head/helmet/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/melee/baton/loaded, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"dY" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/ammo_box/b12g, +/obj/item/ammo_magazine/ammo_box/b12g, +/obj/item/ammo_magazine/ammo_box/b12g, +/obj/item/ammo_magazine/ammo_box/b12g, +/obj/item/ammo_magazine/ammo_box/b12g, +/obj/item/ammo_magazine/ammo_box/b12g, +/obj/item/ammo_magazine/ammo_box/b12g, +/obj/item/ammo_magazine/ammo_box/b12g, +/obj/item/ammo_magazine/ammo_box/b12g, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ea" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"ec" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ee" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"ef" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/centcom/restaurant) +"eh" = ( +/obj/machinery/cryopod/robot/door/dorms, +/turf/simulated/floor/tiled, +/area/centcom/living) +"ei" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"el" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/shotgun/pump, +/obj/item/weapon/gun/projectile/shotgun/pump, +/obj/item/weapon/gun/projectile/shotgun/pump, +/obj/item/weapon/gun/projectile/shotgun/pump, +/obj/item/weapon/gun/projectile/shotgun/pump, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"em" = ( +/obj/machinery/shield_capacitor, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"eo" = ( +/obj/effect/floor_decal/sign/dock/one, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"ep" = ( +/obj/structure/table/standard, +/obj/item/weapon/surgical/circular_saw, +/obj/item/weapon/surgical/scalpel{ + pixel_y = 12 + }, +/obj/item/weapon/surgical/hemostat, +/obj/item/weapon/surgical/retractor, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/control) +"eq" = ( +/obj/machinery/door/airlock/angled_bay/external/glass{ + dir = 4; + door_color = "#822a1e"; + frequency = 1380; + id_tag = "escape_shuttle_hatch"; + locked = 1; + name = "Shuttle Airlock" + }, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/escape) +"et" = ( +/obj/structure/sign/department/armory, +/turf/simulated/wall/r_wall, +/area/centcom/control) +"ew" = ( +/obj/structure/table/rack, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"ex" = ( +/turf/simulated/floor/outdoors/grass/sif/virgo3b, +/area/centcom) +"ey" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"eB" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id = "ArmouryC2"; + layer = 3.3; + name = "Armoury" + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"eC" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"eD" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 8 + }, +/obj/machinery/computer/centrifuge, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"eF" = ( +/obj/machinery/smartfridge/drinks, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"eH" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"eI" = ( +/obj/structure/table/marble, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/simulated/floor/lino, +/area/centcom/command) +"eK" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"eL" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"eM" = ( +/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"eN" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"eQ" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/pen/blue, +/turf/simulated/floor/tiled, +/area/centcom/control) +"eS" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"eT" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"eW" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"eY" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer{ + name = "Medical Forms" + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"fa" = ( +/obj/effect/floor_decal/emblem/stellardelight{ + dir = 8 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"fb" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/elevator{ + dir = 4; + pixel_y = 25 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"fd" = ( +/obj/machinery/chem_master, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"fe" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/projectile/heavysniper, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"fg" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"fh" = ( +/obj/structure/table/woodentable, +/obj/machinery/cash_register/civilian, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"fi" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"fj" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l" + }, +/turf/simulated/floor/tiled/steel, +/area/centcom) +"fk" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"fl" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/firstaid/adv, +/obj/item/weapon/storage/firstaid/adv, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"fm" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"fn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"fo" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/orange/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"fq" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"fr" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"ft" = ( +/obj/machinery/telecomms/server/presets/centcomm, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"fu" = ( +/obj/structure/bed/chair/bay/shuttle{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + dir = 1; + pixel_x = -32; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"fv" = ( +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"fx" = ( +/obj/effect/floor_decal/derelict/d7, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"fA" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"fB" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/weapon/gun/projectile/p92x, +/obj/item/weapon/gun/projectile/p92x, +/obj/item/weapon/gun/projectile/p92x, +/obj/item/weapon/gun/projectile/p92x, +/obj/item/ammo_magazine/m9mm/large/preban, +/obj/item/ammo_magazine/m9mm/large/preban, +/obj/item/ammo_magazine/m9mm/large/preban, +/obj/item/ammo_magazine/m9mm/large/preban, +/obj/item/ammo_magazine/m9mm/large/preban, +/obj/item/ammo_magazine/m9mm/large/preban, +/obj/item/ammo_magazine/m9mm/large/preban, +/obj/item/ammo_magazine/m9mm/large/preban, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"fC" = ( +/turf/simulated/wall/r_wall, +/area/centcom) +"fD" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"fE" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/r_wall, +/area/centcom/medical) +"fI" = ( +/obj/machinery/light/flamp/noshade, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"fK" = ( +/obj/structure/sign/nanotrasen, +/turf/unsimulated/wall, +/area/centcom/specops) +"fO" = ( +/obj/machinery/shieldwallgen, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"fQ" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/tiled, +/area/centcom/control) +"fR" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/angled_bay/external/glass{ + dir = 4; + door_color = "#822a1e"; + frequency = 1380; + id_tag = "escape_shuttle_hatch"; + locked = 1; + name = "Docking Port Airlock" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/centcom/terminal) +"fS" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"fT" = ( +/obj/effect/overmap/visitable/sector/virgo3b, +/turf/unsimulated/mineral/virgo3b, +/area/centcom) +"fV" = ( +/obj/effect/floor_decal/rust/part_rusted3, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"fX" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/reinforced, +/area/centcom/terminal) +"fY" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data{ + icon_keyboard = "laptop_key"; + icon_screen = "medlaptop"; + icon_state = "laptop"; + light_color = "#00b000" + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"ga" = ( +/obj/structure/table/reinforced, +/obj/item/device/aicard, +/obj/item/weapon/pinpointer/advpinpointer, +/obj/item/weapon/stamp/centcomm, +/turf/simulated/floor/wood, +/area/centcom/specops) +"gc" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"ge" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench/right{ + dir = 4; + padding_color = "#99AAFF" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"gg" = ( +/obj/machinery/light/floortube{ + dir = 1; + pixel_y = 6 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"gi" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/book/manual/security_space_law, +/obj/item/device/taperecorder, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"gk" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"gm" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/centcom) +"gn" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"go" = ( /obj/structure/bed/chair/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor_red" + }, +/area/centcom/terminal) +"gp" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench/left{ + dir = 4; + padding_color = "#99AAFF" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"gr" = ( +/obj/effect/floor_decal/emblem/stellardelight{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"gs" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"gt" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled, +/area/centcom/control) +"gw" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + pixel_y = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"gx" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/centcom/restaurant) +"gy" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"gA" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"gB" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/gun/energy/gun/nuclear, +/turf/simulated/floor/wood, +/area/centcom/specops) +"gD" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"gF" = ( +/obj/structure/table/rack, +/obj/item/rig_module/mounted/egun, +/obj/item/rig_module/mounted/egun, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"gG" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"gH" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"gJ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2, +/obj/effect/floor_decal/corner/green/bordercorner2, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"gO" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/machinery/light, +/obj/structure/bed/chair/sofa/bench/right{ + dir = 4; + padding_color = "#99AAFF" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"gP" = ( +/obj/structure/table/rack{ + dir = 4 + }, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/head/helmet/space/void/security, +/obj/item/clothing/head/helmet/space/void/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"gQ" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "turrets"; + name = "Security Door"; + opacity = 0 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"gR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled, +/area/centcom/command) +"gS" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"gT" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-04" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"gU" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/biochemistry/full, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"gW" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench/right{ + dir = 8; + padding_color = "#99AAFF" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/random/forgotten_tram, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"gX" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"gZ" = ( +/turf/simulated/floor/tiled, +/area/centcom/bathroom) +"hc" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Kitchen"; + req_access = list(28) + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"hd" = ( +/obj/structure/bed/chair, +/obj/item/weapon/handcuffs, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"he" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"hf" = ( +/obj/structure/table/reinforced{ + desc = "It's a table, but you see something writen in permanent marker 'Dhael was here'" + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"hg" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/box/pillbottles, +/obj/item/weapon/storage/box/gloves, +/obj/item/weapon/storage/box/beakers, +/obj/item/weapon/storage/box/autoinjectors, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"hh" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"hj" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"hk" = ( +/obj/machinery/cell_charger, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"hm" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/obj/machinery/alarm, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"hn" = ( +/obj/effect/floor_decal/corner_steel_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"hp" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/vest/ert/engineer, +/obj/item/clothing/suit/armor/vest/ert/engineer, +/obj/item/clothing/suit/armor/vest/ert/engineer, +/obj/item/clothing/suit/armor/vest/ert/engineer, +/obj/item/clothing/head/helmet/ert/engineer, +/obj/item/clothing/head/helmet/ert/engineer, +/obj/item/clothing/head/helmet/ert/engineer, +/obj/item/clothing/head/helmet/ert/engineer, +/obj/item/weapon/storage/backpack/ert/engineer, +/obj/item/weapon/storage/backpack/ert/engineer, +/obj/item/weapon/storage/backpack/ert/engineer, +/obj/item/weapon/storage/backpack/ert/engineer, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"hq" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"hs" = ( +/obj/machinery/camera/network/crescent{ + dir = 8 + }, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"ht" = ( +/obj/structure/bed/chair/comfy/black, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"hu" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/terminal) +"hw" = ( +/obj/structure/table/rack, +/obj/item/weapon/plastique, +/obj/item/weapon/plastique, +/obj/item/weapon/plastique, +/obj/item/weapon/plastique, +/obj/item/weapon/plastique, +/obj/item/weapon/plastique, +/obj/item/weapon/plastique, +/obj/item/weapon/plastique, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"hz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/weapon/gun/energy/gun, +/obj/item/weapon/gun/energy/gun, +/obj/item/weapon/gun/energy/gun, +/obj/item/weapon/gun/energy/gun, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"hA" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"hC" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"hD" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/item/weapon/book/manual/chef_recipes, +/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/weapon/material/kitchen/rollingpin, +/obj/item/weapon/material/knife/butch, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"hF" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"hG" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/obj/machinery/camera/network/thunder{ + invisibility = 101 + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"hI" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/launcher/grenade, +/obj/item/weapon/gun/launcher/grenade, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"hJ" = ( +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"hK" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor_red" + }, +/area/centcom/terminal) +"hN" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"hO" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/bar_alc/full, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"hT" = ( +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"hV" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"hW" = ( +/obj/machinery/account_database{ + dir = 8; + name = "CentComm Accounts database" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"hZ" = ( +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"ib" = ( +/obj/machinery/door/airlock/angled_bay/external/glass{ + dir = 4; + frequency = 1380; + id_tag = null; + locked = 1; + name = "Docking Port Airlock" + }, +/obj/effect/map_helper/airlock/door/ext_door, +/turf/simulated/floor/tiled/steel_ridged, +/area/shuttle/ccboat) +"ic" = ( +/turf/simulated/floor/carpet, +/area/centcom/control) +"id" = ( +/obj/structure/sign/nanotrasen, +/turf/simulated/wall/r_wall, +/area/centcom/main_hall) +"if" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/wall/rshull, +/area/shuttle/ccboat) +"ig" = ( +/obj/machinery/door_timer/cell_3{ + id = "CellC2"; + name = "Cell 2"; + pixel_y = 29 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"ih" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ii" = ( +/obj/structure/medical_stand, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"il" = ( +/obj/machinery/button/remote/blast_door{ + id = "HEAVY"; + name = "SHIT IS LIT"; + pixel_y = -28; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"in" = ( +/turf/unsimulated/floor/steel, +/area/tdome/tdomeobserve) +"ip" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/holding) +"ir" = ( +/obj/structure/table/rack, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"is" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "TelelockdownC"; + name = "Teleporter Full Lockdown"; + pixel_x = 6; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/command) +"iu" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/centcom) +"iv" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_y = 5 + }, +/obj/item/weapon/pen/multi, +/turf/simulated/floor/tiled, +/area/centcom/control) +"iw" = ( +/obj/structure/table/reinforced, +/obj/item/device/camera, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"ix" = ( +/obj/structure/sign/department/prison, +/turf/simulated/wall/r_wall, +/area/centcom/security) +"iy" = ( +/obj/machinery/door_timer/cell_3{ + id = "CellC1"; + name = "Cell 1"; + pixel_y = 28 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"iz" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"iC" = ( +/obj/effect/floor_decal/derelict/d13, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"iD" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"iG" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"iH" = ( +/turf/simulated/wall/r_wall, +/area/centcom/bathroom) +"iK" = ( +/obj/machinery/light, +/turf/simulated/shuttle/floor{ + icon_state = "floor_yellow" + }, +/area/centcom/terminal) +"iM" = ( +/obj/machinery/light, +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"iN" = ( +/obj/machinery/door/window/brigdoor/southleft{ + id = "CellC1"; + name = "Cell 1"; + req_access = list(2) + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"iO" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"iP" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/laser, +/obj/item/weapon/gun/energy/laser, +/obj/item/weapon/gun/energy/laser, +/obj/item/weapon/gun/energy/laser, +/obj/item/weapon/gun/energy/laser, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"iR" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/heavysniper, +/obj/item/ammo_magazine/ammo_box/b145, +/obj/item/ammo_magazine/ammo_box/b145, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"iS" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"iT" = ( +/obj/machinery/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + hacked = 1; + name = "Centcom Autolathe" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"iW" = ( +/obj/structure/panic_button{ + pixel_x = -32 + }, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"iY" = ( +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/simulated/floor/reinforced/virgo3c; + landmark_tag = "supply_cc"; + name = "Centcom Supply Depot" + }, +/turf/simulated/shuttle/wall, +/area/shuttle/supply) +"jb" = ( +/obj/machinery/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + hacked = 1; + name = "Unlocked Autolathe" + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"jc" = ( +/obj/machinery/media/jukebox/hacked, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"jd" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/restaurant) +"je" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/centcom/restaurant) +"jg" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"jh" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"jj" = ( +/obj/structure/bed/chair/sofa/bench/left{ + dir = 1; + padding_color = "#99AAFF" + }, +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"jl" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"jm" = ( +/turf/simulated/wall/r_wall, +/area/centcom/control) +"jo" = ( +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"jq" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"jr" = ( +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Residential Security"; + pixel_y = 32; + req_access = list(101); + req_one_access = list(101) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"js" = ( +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"jt" = ( +/obj/structure/closet/crate, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/weapon/storage/box, +/obj/item/weapon/storage/box, +/obj/item/weapon/storage/box, +/obj/item/weapon/storage/box, +/obj/item/weapon/storage/box, +/obj/item/weapon/storage/box, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"ju" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/wall/rshull, +/area/shuttle/ccboat) +"jw" = ( +/obj/structure/table/glass, +/obj/item/roller/adv, +/obj/item/roller/adv{ + pixel_y = 6 + }, +/obj/item/roller/adv{ + pixel_y = 12 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"jy" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/xray, +/obj/item/weapon/gun/energy/xray, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"jA" = ( +/obj/machinery/door/blast/regular{ + id = "CentComPort"; + name = "Security Doors" + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"jC" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/living) +"jE" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/weapon/book/manual/security_space_law, +/obj/item/weapon/book/manual/security_space_law, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"jF" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"jG" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/ammo_magazine/ammo_box/b12g, +/obj/item/ammo_magazine/ammo_box/b12g, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"jI" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Security"; + pixel_y = 32; + req_access = list(101); + req_one_access = list(101) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"jJ" = ( +/turf/simulated/floor/tiled, +/area/centcom/holding) +"jK" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/control) +"jM" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/closet/walllocker_double/hydrant/east, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"jN" = ( /obj/machinery/light{ dir = 1 }, /turf/simulated/shuttle/floor, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid - }) -"z" = ( -/obj/structure/shuttle/engine/propulsion{ +/area/shuttle/supply) +"jP" = ( +/obj/machinery/telecomms/allinone/antag{ + intercept = 1 + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"jS" = ( +/obj/structure/table/marble, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/floor_decal/corner/grey/diagonal{ dir = 4 }, -/turf/simulated/shuttle/plating, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"jT" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"jW" = ( +/obj/machinery/door/airlock{ + name = "Unit 4" + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"jX" = ( +/obj/structure/table/standard, +/obj/structure/flora/pottedplant{ + icon_state = "plant-06"; + pixel_y = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"jY" = ( +/obj/machinery/computer/diseasesplicer, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"jZ" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_shuttle_hatch_station"; + locked = 1; + name = "Shuttle Hatch" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"ka" = ( +/obj/machinery/door_timer/cell_3{ + id = "CellC3"; + pixel_x = 31 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"kd" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"ke" = ( +/obj/machinery/bodyscanner{ + dir = 8 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"kf" = ( +/obj/machinery/door/blast/regular{ + id = "ArmouryC"; + name = "Armoury" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"kh" = ( +/obj/machinery/computer/supplycomp/control{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom) +"ki" = ( +/obj/structure/table/rack, +/obj/item/weapon/rig/ert/engineer, +/obj/item/weapon/rig/ert/engineer, +/obj/item/weapon/rig/ert/engineer, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"kj" = ( +/obj/structure/bed/chair/office/light, +/turf/simulated/floor/tiled, +/area/centcom/command) +"kn" = ( +/obj/machinery/vending/cigarette, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeobserve) +"ko" = ( +/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -6 + }, +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"kp" = ( +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"kq" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"kt" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"kv" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor_yellow" + }, +/area/centcom/terminal) +"kA" = ( +/obj/machinery/chemical_dispenser/ert, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"kB" = ( +/obj/structure/table/steel, +/obj/item/weapon/storage/box/bodybags, +/obj/item/weapon/storage/box/bodybags, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"kC" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"kD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/unsimulated/shuttle/plating, +/area/tdome/tdomeadmin) +"kH" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"kI" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"kL" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"kM" = ( +/obj/structure/table/rack, +/obj/item/weapon/extinguisher/mini, +/obj/item/weapon/extinguisher/mini, +/obj/item/weapon/extinguisher/mini, +/obj/item/weapon/extinguisher/mini, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"kN" = ( +/obj/machinery/door/airlock/glass_security{ + name = "Security Processing"; + req_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"kO" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 9 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"kP" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/simulated/floor/carpet, +/area/centcom/restaurant) +"kQ" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"kR" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/projectile/automatic/z8, +/obj/item/weapon/gun/projectile/automatic/z8, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"kT" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals6{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"kU" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/effect/floor_decal/borderfloorwhite/corner2, +/obj/effect/floor_decal/corner/paleblue/bordercorner2, +/obj/structure/table/glass, +/obj/item/weapon/storage/firstaid/o2, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"kV" = ( +/obj/machinery/status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/lino, +/area/centcom/command) +"kW" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"kY" = ( +/obj/structure/table/glass, +/obj/item/weapon/paper_bin{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"kZ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/centcom/terminal) +"la" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/shotgun/pump/combat, +/obj/item/weapon/gun/projectile/shotgun/pump/combat, +/obj/item/weapon/gun/projectile/shotgun/pump/combat, +/obj/item/weapon/gun/projectile/shotgun/pump/combat, +/obj/item/weapon/gun/projectile/shotgun/pump/combat, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"lb" = ( +/obj/structure/shuttle/window, +/obj/structure/grille, +/obj/effect/shuttle_landmark{ + base_area = /area/centcom; + base_turf = /turf/simulated/floor/reinforced; + landmark_tag = "escape_cc"; + name = "Escape Centcom" + }, +/turf/simulated/floor, +/area/shuttle/escape) +"lc" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"ld" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/bar_coffee/full, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"le" = ( +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"lf" = ( +/obj/structure/table/glass, +/obj/machinery/chemical_dispenser/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"lg" = ( +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"lh" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"li" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/lasercannon, +/obj/item/weapon/gun/energy/lasercannon, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"lj" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m545/ap, +/obj/item/ammo_magazine/m545/ap, +/obj/item/ammo_magazine/m545, +/obj/item/ammo_magazine/m545, +/obj/item/ammo_magazine/m545, +/obj/item/ammo_magazine/m545, +/obj/item/ammo_magazine/m545, +/obj/item/ammo_magazine/m545, +/obj/item/weapon/gun/projectile/automatic/sts35, +/obj/item/weapon/gun/projectile/automatic/sts35, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"lk" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "reinforced"; + name = "reinforced floor" + }, +/area/centcom) +"ll" = ( +/obj/effect/floor_decal/industrial/outline/grey, +/obj/structure/closet/secure_closet/nanotrasen_warden, +/obj/item/weapon/storage/box/handcuffs, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"lm" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"ln" = ( +/obj/structure/sign/department/operational, +/turf/simulated/wall/r_wall, +/area/centcom/medical) +"lo" = ( +/obj/machinery/door/airlock/centcom{ + name = "NanoTrasen Offices" + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"lp" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/weapon/reagent_containers/spray/cleaner, +/obj/item/weapon/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/obj/item/weapon/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"lq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/computer/card, +/turf/simulated/floor/tiled, +/area/centcom/command) +"lr" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/centcom/terminal) +"lt" = ( +/obj/structure/table/bench/wooden, +/turf/simulated/floor/grass, +/area/centcom/main_hall) +"lu" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"lv" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/handcuffs{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/weapon/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/weapon/storage/box/trackimp, +/obj/effect/floor_decal/industrial/outline/grey, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"lw" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/weapon/melee/energy/axe, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"ly" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/weapon/gun/energy/laser, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"lA" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"lB" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/obj/item/weapon/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled, +/area/centcom/command) +"lD" = ( +/obj/machinery/vending/nifsoft_shop, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"lG" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"lI" = ( +/turf/simulated/floor/tiled, +/area/centcom/evac) +"lJ" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"lK" = ( +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/orange/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"lL" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = null + }, +/obj/effect/map_helper/airlock/atmos/pump_out_external, +/turf/simulated/floor/plating, +/area/shuttle/ccboat) +"lN" = ( +/turf/simulated/wall/r_wall, +/area/shuttle/centcom/ccbay) +"lO" = ( +/obj/machinery/door/airlock{ + name = "Unit 3" + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"lP" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/command) +"lR" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"lV" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 30 + }, +/obj/structure/table/reinforced, +/obj/item/weapon/gun/projectile/shotgun/pump/combat{ + name = "Discipline" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"lW" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom) +"lY" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"lZ" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal) +"mc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/turf/simulated/wall/rshull, +/area/shuttle/ccboat) +"md" = ( +/obj/machinery/button/remote/blast_door{ + id = "crescent_checkpoint_access"; + name = "Crescent Checkpoint Access"; + pixel_x = -6; + pixel_y = -24; + req_access = list(101) + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"mf" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor, +/area/shuttle/ccboat) +"mg" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/computer/transhuman/resleeving, +/obj/item/weapon/book/manual/resleeving, +/obj/item/weapon/storage/box/backup_kit, +/turf/simulated/floor/tiled, +/area/centcom/control) +"mi" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/gun/energy/taser, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" }) -"B" = ( -/turf/simulated/shuttle/wall/hard_corner, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid +"mj" = ( +/obj/structure/table/rack, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/melee/energy/sword/blue, +/obj/item/weapon/melee/energy/sword/blue, +/obj/item/weapon/melee/energy/sword/blue, +/obj/item/weapon/melee/energy/sword/blue, +/obj/item/weapon/melee/energy/sword/blue, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ml" = ( +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"mn" = ( +/obj/machinery/door/airlock/glass_security{ + name = "Warden's Office"; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"mo" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"mq" = ( +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"mr" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/terminal) +"mu" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"mv" = ( +/obj/structure/table/standard, +/obj/item/weapon/surgical/bonesetter, +/obj/item/weapon/surgical/bonegel, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"mx" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"my" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 5 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/terminal) +"mz" = ( +/obj/machinery/door/blast/angled/open{ + id = "ccshuttleshutter" + }, +/obj/machinery/shipsensors{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/shuttle/ccboat) +"mD" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"mE" = ( +/obj/machinery/light, +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"mF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/centcom/control) +"mG" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/kitchenspike{ + desc = "Lifts engines! You could probably also impale people and monkeys on it... but why would you do that, weirdo?"; + name = "engine lift" + }, +/turf/simulated/floor/tiled/steel, +/area/centcom) +"mH" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"mI" = ( +/obj/machinery/vending/medical, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"mJ" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/meatballspagetti, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"mL" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "reinforced"; + name = "reinforced floor" + }, +/area/centcom) +"mM" = ( +/obj/machinery/pipedispenser/orderable, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"mN" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"mP" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"mQ" = ( +/obj/machinery/computer/card, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" }) -"G" = ( -/obj/structure/bed/chair/shuttle, +"mR" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/rig_module/rescue_pharm, +/obj/item/rig_module/sprinter, +/obj/item/rig_module/sprinter, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"mU" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"mV" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"mX" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"mY" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Security"; + pixel_y = 32; + req_access = list(101); + req_one_access = list(101) + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"mZ" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/angled_bay/external/glass{ + door_color = "#822a1e"; + frequency = 1380; + id_tag = "escape_shuttle_hatch"; + locked = 1; + name = "Docking Port Airlock" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/centcom/terminal) +"na" = ( +/obj/structure/closet/crate/medical, +/obj/item/weapon/storage/mre/menu11, +/obj/item/weapon/storage/mre/menu11, +/obj/item/weapon/storage/mre/menu11, +/obj/item/weapon/storage/mre/menu11, +/obj/item/weapon/storage/mre/menu11, +/obj/item/weapon/storage/mre/menu11, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"nd" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/angled/open{ + dir = 4; + id = "ccshuttleshutter" + }, +/turf/simulated/floor, +/area/shuttle/ccboat) +"ng" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/centcom/terminal) +"nh" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/arm_guard/combat, +/obj/item/clothing/shoes/leg_guard/combat, +/obj/item/clothing/suit/armor/combat, +/obj/item/clothing/head/helmet/combat, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ni" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"nk" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 27 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"nm" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2, +/turf/simulated/floor/tiled, +/area/centcom/command) +"no" = ( +/obj/structure/table/standard, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo, +/obj/item/clothing/accessory/badge/holo/cord, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"np" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"nq" = ( +/turf/simulated/wall/r_wall, +/area/centcom/bar) +"nr" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/folder/red, +/turf/simulated/floor/tiled, +/area/centcom/security) +"nv" = ( +/obj/structure/table/standard, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/tiled, +/area/centcom/control) +"nw" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/orange, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"nx" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/turf/simulated/floor/lino, +/area/centcom/command) +"ny" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/obj/machinery/photocopier/faxmachine, +/turf/simulated/floor/tiled, +/area/centcom/command) +"nA" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"nB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-08" + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"nD" = ( +/obj/machinery/computer/ship/engines/adv, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"nE" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"nF" = ( +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"nG" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"nH" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"nJ" = ( +/obj/structure/table/glass, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/weapon/reagent_containers/glass/bottle/biomass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"nL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"nN" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/unsimulated/floor{ + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "reinforced"; + name = "reinforced floor" + }, +/area/centcom) +"nO" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/pulse_rifle, +/obj/item/weapon/gun/energy/pulse_rifle, +/obj/item/weapon/gun/energy/pulse_rifle, +/obj/item/weapon/gun/energy/pulse_rifle, +/obj/item/weapon/gun/energy/pulse_rifle, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"nP" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/belt/medical/emt, +/obj/item/weapon/storage/belt/medical/emt, +/obj/item/weapon/storage/belt/medical/emt, +/obj/item/weapon/storage/belt/medical/emt, +/obj/item/weapon/storage/belt/medical/emt, +/obj/item/weapon/storage/belt/medical/emt, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"nQ" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 38 + }, +/obj/structure/sign/directions/elevator{ + dir = 4; + pixel_y = 25 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"nU" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/device/megaphone, +/turf/simulated/floor/carpet, +/area/centcom/command) +"nV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"nX" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"nY" = ( +/obj/machinery/light, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor_red" + }, +/area/centcom/terminal) +"nZ" = ( +/obj/item/weapon/stock_parts/console_screen, +/obj/structure/table/standard, +/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/recharger, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"oa" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"ob" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/closet/walllocker/medical/west, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"oc" = ( +/obj/structure/bed/padded, +/obj/machinery/camera/network/crescent, +/obj/machinery/flasher{ + id = "CellC3"; + pixel_x = -24; + pixel_y = 25 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"of" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; id_tag = "escape_shuttle"; pixel_y = 25; req_one_access = list(13); - tag_door = null + tag_door = "escape_shuttle_hatch" + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 }, /turf/simulated/shuttle/floor, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid +/area/centcom/terminal) +"og" = ( +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"oh" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/centcom) +"oi" = ( +/obj/structure/table/rack, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"oj" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"ok" = ( +/obj/machinery/telecomms/allinone/ert, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"ol" = ( +/obj/machinery/atmospherics/portables_connector/fuel{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/door/window/southright{ + dir = 8; + req_one_access = list(11,67) + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"or" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/lino, +/area/centcom/command) +"ot" = ( +/obj/structure/table/glass, +/obj/structure/flora/pottedplant{ + pixel_y = 10 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8; + pixel_x = 16 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"ou" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ow" = ( +/obj/item/weapon/reagent_containers/food/drinks/cans/cola, +/obj/item/weapon/reagent_containers/food/drinks/cans/cola, +/obj/item/weapon/reagent_containers/food/drinks/cans/cola, +/obj/structure/table/standard, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeobserve) +"ox" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" }) -"H" = ( +"oz" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"oA" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"oB" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/structure/flora/pottedplant{ + pixel_y = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal) +"oC" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/security) +"oD" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"oE" = ( +/obj/machinery/r_n_d/protolathe, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"oF" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"oG" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/machinery/light, +/obj/structure/bed/chair/sofa/bench/left{ + dir = 8; + padding_color = "#99AAFF" + }, +/obj/random/forgotten_tram, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"oI" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"oJ" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"oL" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2, +/obj/effect/floor_decal/corner/purple/bordercorner2, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"oM" = ( +/obj/item/modular_computer/console/preset/command{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"oN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/main_hall) +"oO" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/closet/secure_closet/nanotrasen_commander, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/head/helmet/space/deathsquad{ + name = "swat helmet" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"oR" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"oS" = ( +/turf/simulated/floor/tiled, +/area/centcom) +"oT" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"oU" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "reinforced"; + name = "reinforced floor" + }, +/area/centcom) +"oV" = ( +/obj/machinery/door/airlock/security{ + id_tag = "front"; + name = "Security" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"oW" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"oX" = ( +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"oY" = ( +/obj/machinery/ntnet_relay, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"pb" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"pd" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"pe" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/book/manual/security_space_law, +/turf/simulated/floor/tiled, +/area/centcom/security) +"pf" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"pg" = ( +/obj/structure/table/standard, +/turf/simulated/floor/carpet, +/area/centcom/control) +"pi" = ( +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "residential"; + name = "Security Door"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"pm" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/centcom/security) +"po" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench{ + dir = 8; + padding_color = "#99AAFF" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"pp" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/weapon/pen, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"pq" = ( +/obj/structure/bed/chair/sofa/bench/left{ + dir = 4; + padding_color = "#99AAFF" + }, +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"pr" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench/right{ + dir = 8; + padding_color = "#99AAFF" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"pt" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"pu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"pv" = ( +/obj/structure/sign/nanotrasen, +/turf/simulated/wall/r_wall, +/area/centcom/control) +"pw" = ( +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"px" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/weapon/book/codex, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"py" = ( +/obj/machinery/computer/robotics{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"pB" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"pC" = ( +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/centcom) +"pD" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/centcom/security) +"pE" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/terminal) +"pF" = ( +/obj/machinery/door/blast/regular{ + id = "ArmouryC5"; + name = "Armoury" + }, +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC5"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(101) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/control) +"pG" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/sign/department/interrogation{ + plane = -34 + }, +/turf/simulated/floor, +/area/centcom/security) +"pI" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/machinery/light, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"pJ" = ( +/obj/item/weapon/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/storage/box/beakers, +/obj/item/weapon/reagent_containers/dropper, +/obj/structure/table/glass, +/obj/structure/reagent_dispensers/virusfood{ + pixel_y = 28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"pL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled, +/area/centcom/control) +"pM" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"pO" = ( +/obj/structure/bed/chair/sofa/bench/right{ + padding_color = "#99AAFF" + }, +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"pQ" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/box/frags, +/obj/item/weapon/storage/box/frags, +/obj/item/weapon/storage/box/teargas, +/obj/item/weapon/storage/box/teargas, +/obj/item/weapon/storage/box/empslite, +/obj/item/weapon/storage/box/empslite, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"pR" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"pS" = ( +/obj/machinery/power/emitter, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"pT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"pU" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"pV" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"pY" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/blast/angled/open{ + id = "ccshuttleshutter" + }, +/turf/simulated/floor, +/area/shuttle/ccboat) +"qa" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + req_access = list(63); + req_one_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"qb" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/obj/machinery/camera/network/thunder{ + invisibility = 101 + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"qc" = ( +/obj/structure/table/standard{ + name = "plastic table frame" + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/clothing/glasses/welding, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"qd" = ( +/obj/structure/table/steel, +/obj/item/weapon/autopsy_scanner, +/obj/item/weapon/surgical/scalpel, +/obj/item/weapon/surgical/cautery, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"qe" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m9mml, +/obj/item/ammo_magazine/m9mml, +/obj/item/ammo_magazine/m9mml, +/obj/item/ammo_magazine/m9mml, +/obj/item/ammo_magazine/m9mml, +/obj/item/ammo_magazine/m9mml, +/obj/item/ammo_magazine/m9mml/ap, +/obj/item/ammo_magazine/m9mml/ap, +/obj/item/ammo_magazine/m9mml/ap, +/obj/item/ammo_magazine/m9mml/ap, +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC4"; + name = "Armoury Access"; + pixel_y = 28; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"qg" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/drinks/bottle/space_mountain_wind, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"qi" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/obj/machinery/clonepod/transhuman/full, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"qj" = ( +/turf/simulated/wall/r_wall, +/area/centcom/evac) +"ql" = ( +/obj/structure/sign/warning/nosmoking_2, +/turf/simulated/wall/r_wall, +/area/centcom/terminal) +"qm" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"qq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/metal{ + name = "NanoTrasen Offices"; + req_one_access = list(101) + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"qr" = ( +/turf/simulated/floor/carpet, +/area/centcom/command) +"qt" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control switch for port-side blast doors."; + id = "CentComPort"; + name = "Security Doors"; + pixel_x = -12; + pixel_y = -25; + req_access = list(63); + req_one_access = list(1) + }, +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/turf/simulated/floor/tiled, +/area/centcom/security) +"qu" = ( +/obj/effect/shuttle_landmark/transit{ + base_area = /area/centcom; + base_turf = /turf/simulated/floor/reinforced; + docking_controller = "centcom_port_dock"; + landmark_tag = "port_escape_cc"; + name = "Port Escape Centcom" + }, +/turf/simulated/floor/reinforced, +/area/centcom) +"qw" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"qz" = ( +/obj/item/weapon/circuitboard/aiupload, +/obj/item/weapon/circuitboard/borgupload, +/obj/item/weapon/circuitboard/smes, +/obj/item/weapon/aiModule/nanotrasen, +/obj/item/weapon/aiModule/reset, +/obj/item/weapon/aiModule/freeformcore, +/obj/item/weapon/aiModule/protectStation, +/obj/item/weapon/aiModule/quarantine, +/obj/item/weapon/aiModule/paladin, +/obj/item/weapon/aiModule/robocop, +/obj/item/weapon/aiModule/safeguard, +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"qA" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeobserve) +"qB" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/weapon/gun/projectile/automatic/advanced_smg, +/obj/item/ammo_magazine/m9mmAdvanced, +/obj/item/ammo_magazine/m9mmAdvanced, +/obj/item/ammo_magazine/m9mmAdvanced, +/obj/item/ammo_magazine/m9mmAdvanced, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"qC" = ( +/obj/structure/table/marble, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/mixer/cereal, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"qD" = ( +/obj/machinery/door/airlock/angled_bay/standard/glass{ + door_color = "#8c1d11"; + name = "Security Glass"; + req_access = list(1); + stripe_color = "#d27428" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor_red" + }, +/area/centcom/terminal) +"qE" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/simulated/floor/tiled, +/area/centcom/security) +"qG" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/orange, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"qH" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/security) +"qJ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/simulated/floor/tiled, +/area/centcom/bathroom) +"qK" = ( +/obj/structure/table/reinforced, +/obj/item/device/megaphone, +/obj/item/device/megaphone, +/obj/item/device/megaphone, +/obj/item/device/megaphone, +/obj/item/device/megaphone, +/obj/item/device/megaphone, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"qL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"qM" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/centcom/security) +"qN" = ( +/obj/machinery/mecha_part_fabricator, +/turf/simulated/floor/tiled, +/area/centcom/control) +"qQ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"qR" = ( +/obj/structure/flora/pottedplant, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"qT" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/machinery/vending/nifsoft_shop, +/turf/simulated/floor/tiled, +/area/centcom/security) +"qU" = ( +/obj/machinery/door/airlock/research{ + id_tag = "researchdoor"; + name = "Research Division Access"; + req_access = list(47) + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"qV" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/carpet, +/area/centcom/restaurant) +"qW" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/control) +"qX" = ( +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"qY" = ( +/obj/machinery/telecomms/hub/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"qZ" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m9mmt, +/obj/item/ammo_magazine/m9mmt, +/obj/item/ammo_magazine/m9mmt, +/obj/item/ammo_magazine/m9mmt, +/obj/item/ammo_magazine/m9mmt, +/obj/item/ammo_magazine/m9mmt, +/obj/item/ammo_magazine/m9mmt, +/obj/item/ammo_magazine/m9mmt, +/obj/item/ammo_magazine/m9mmt, +/obj/item/ammo_magazine/m9mmt, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ra" = ( +/obj/machinery/airlock_sensor/airlock_exterior/shuttle{ + dir = 10 + }, +/obj/effect/map_helper/airlock/sensor/ext_sensor, +/turf/simulated/wall/rshull, +/area/shuttle/ccboat) +"rb" = ( +/obj/machinery/airlock_sensor{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/map_helper/airlock/sensor/int_sensor, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"rd" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 29 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"rg" = ( +/obj/structure/table/marble, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_y = 4 + }, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/simulated/floor/lino, +/area/centcom/command) +"rh" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"ri" = ( +/obj/machinery/vending/sovietsoda, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"rl" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"rm" = ( +/obj/structure/table/rack, +/obj/item/rig_module/device/rcd, +/obj/item/rig_module/device/rcd, +/obj/item/rig_module/device/plasmacutter, +/obj/item/rig_module/device/plasmacutter, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"rn" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"ro" = ( +/obj/machinery/vending/hydroseeds, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"rq" = ( +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/blue/bordercorner, +/turf/simulated/floor/tiled, +/area/centcom/security) +"rr" = ( +/obj/structure/sign/painting/public{ + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"rs" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/command) +"rt" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"ru" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/bodybags{ + pixel_x = -1; + pixel_y = -2 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"rx" = ( +/obj/machinery/computer/communications, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"ry" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"rz" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/stamp/centcomm, +/obj/item/weapon/pen, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/clothing/glasses/graviton, +/obj/item/clothing/glasses/graviton, +/obj/item/clothing/glasses/graviton, +/obj/item/clothing/glasses/graviton, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"rA" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"rB" = ( +/obj/structure/sign/painting/public{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"rD" = ( +/obj/structure/closet/radiation, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"rF" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/reinforced, +/area/centcom) +"rG" = ( +/obj/machinery/door/airlock/angled_bay/standard/glass{ + door_color = "#9fccc7"; + name = "Airlock"; + req_access = null; + stripe_color = "#ffffff" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/shuttle/ccboat) +"rH" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/centcom/main_hall) +"rI" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"rJ" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"rK" = ( +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"rL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + id = "CentComPort"; + name = "Security Doors" + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"rN" = ( /obj/structure/bed/chair/shuttle{ dir = 1 }, -/obj/machinery/light, -/turf/simulated/shuttle/floor, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"rO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"rP" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"rS" = ( +/obj/structure/grille, +/obj/effect/blocker, +/obj/structure/window/reinforced/full{ + maxhealth = 1e+007 + }, +/turf/unsimulated/shuttle/plating, +/area/tdome/tdomeobserve) +"rT" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"rU" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench/left{ + dir = 4; + padding_color = "#99AAFF" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"rV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"rW" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = newlist() + }, +/obj/machinery/button/remote/blast_door{ + id = "residential"; + name = "Security Doors"; + pixel_x = 6; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/weapon/pen, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" }) -"I" = ( +"rX" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"sa" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/ids, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/security) +"sd" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/energy/gun/burst, +/obj/item/weapon/gun/energy/gun/burst, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"sf" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/firstaid/adv, +/obj/item/weapon/storage/firstaid/fire, +/obj/item/weapon/storage/firstaid/o2, +/obj/item/weapon/storage/firstaid/toxin, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"sg" = ( +/obj/structure/table/standard, +/obj/item/device/taperecorder, +/obj/item/device/megaphone, +/obj/item/weapon/packageWrap, +/obj/item/weapon/storage/box, +/obj/item/weapon/hand_labeler, +/obj/item/device/universal_translator, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"si" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"sj" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"sm" = ( +/obj/machinery/computer/operating, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"so" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"sp" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/folder/blue_captain, +/turf/simulated/floor/carpet, +/area/centcom/command) +"sq" = ( +/obj/machinery/door/blast/regular{ + id = "thunderdomegen"; + name = "General Supply" + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"ss" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"su" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal) +"sv" = ( +/obj/structure/curtain/open/shower, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/shower{ + pixel_y = 13 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"sw" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"sx" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"sz" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/captain, +/turf/simulated/floor/carpet, +/area/centcom/control) +"sB" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"sE" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-06" + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"sH" = ( +/obj/machinery/door/airlock/glass_security{ + id_tag = "innerS"; + name = "Colonial Security Airlock"; + req_access = list(63) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"sJ" = ( +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor{ + icon_state = "floor_red" + }, +/area/centcom/terminal) +"sK" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/firstaid/regular, +/obj/item/weapon/storage/firstaid/regular, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"sL" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor_red" + }, +/area/centcom/terminal) +"sM" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"sN" = ( +/obj/machinery/telecomms/broadcaster/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"sO" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"sP" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/living) +"sR" = ( +/obj/effect/floor_decal/derelict/d5, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"sS" = ( +/obj/effect/shuttle_landmark/transit{ + base_area = /area/centcom; + base_turf = /turf/simulated/floor/reinforced; + docking_controller = "centcom_starboard_dock"; + landmark_tag = "starboard_escape_cc"; + name = "Starboard Escape Centcom" + }, +/turf/simulated/floor/reinforced, +/area/centcom) +"sW" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/structure/table/woodentable, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/weapon/folder/red_hos, +/obj/item/weapon/pen/multi, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"ta" = ( +/obj/structure/table/rack{ + dir = 4 + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"tc" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"te" = ( +/obj/structure/bed/chair/shuttle, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"tf" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_magazine/ammo_box/b12g/flash, +/obj/item/ammo_magazine/ammo_box/b12g/flash, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"th" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"ti" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/obj/machinery/computer/arcade{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"tj" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"tl" = ( +/obj/structure/table/standard, +/obj/machinery/chemical_dispenser/bar_soft/full, +/obj/item/weapon/storage/box/glasses/square, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"tm" = ( +/obj/machinery/door/airlock/angled_bay/external/glass{ + dir = 4; + door_color = "#822a1e"; + frequency = 1380; + id_tag = "supply_shuttle_hatch"; + locked = 1; + name = "Shuttle Hatch" + }, /turf/simulated/shuttle/floor, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid +/area/shuttle/supply) +"to" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/turf/simulated/floor/tiled, +/area/centcom/security{ + name = "\improper CentCom Residential Security" }) -"L" = ( +"ts" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled/dark, +/area/centcom/living) +"tu" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/sign/department/medbay{ + plane = -34 + }, +/turf/simulated/floor, +/area/centcom/medical) +"tw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = newlist() + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"tx" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/tiled, +/area/centcom/bathroom) +"ty" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/donkpockets, +/obj/item/weapon/storage/box/donkpockets, +/obj/item/weapon/storage/box/donkpockets, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"tz" = ( /obj/machinery/embedded_controller/radio/simple_docking_controller{ frequency = 1380; - id_tag = "centcom_dock"; - name = "docking port controller"; - pixel_y = 25; - req_one_access = list(13); - tag_door = "centcom_dock_airlock" + id_tag = "supply_shuttle"; + pixel_y = 24; + req_one_access = list(13,31); + tag_door = "supply_shuttle_hatch" }, -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"tA" = ( +/obj/machinery/computer/pod{ + id = "thunderdomeaxe"; + name = "Thunderdome Axe Supply" }, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeadmin) +"tC" = ( +/obj/structure/closet/crate/bin, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/command) +"tD" = ( +/obj/machinery/shield_gen, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"tE" = ( +/obj/machinery/mecha_part_fabricator/pros, +/turf/simulated/floor/tiled, +/area/centcom/control) +"tH" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/item/weapon/book/manual/chef_recipes, +/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ + pixel_x = -3 + }, +/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ + pixel_x = 3 + }, +/obj/item/weapon/material/kitchen/rollingpin, +/obj/item/weapon/material/knife/butch, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"tI" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen/prechilled, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"tJ" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/centcom/command) +"tL" = ( +/obj/machinery/computer/supplycomp{ + dir = 8 + }, +/turf/simulated/floor/tiled, /area/centcom) -"Q" = ( +"tM" = ( +/obj/item/device/camera, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeobserve) +"tN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"tO" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 13 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"tP" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/automatic/z8, +/obj/item/weapon/gun/projectile/automatic/z8, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762/ap, +/obj/item/ammo_magazine/m762/ap, +/obj/item/ammo_magazine/m762/ap, +/obj/item/ammo_magazine/m762/ap, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"tQ" = ( +/turf/simulated/floor/reinforced, +/area/centcom/terminal) +"tS" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"tU" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/obj/item/weapon/stool/padded{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"tV" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/floortube, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"tW" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762/ap, +/obj/item/ammo_magazine/m762/ap, +/obj/item/ammo_magazine/m762/ap, +/obj/item/ammo_magazine/m762/ap, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"tX" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"tY" = ( +/obj/structure/medical_stand, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"uc" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"uf" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"ug" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor, +/area/shuttle/supply) +"uj" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"um" = ( +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Control"; + pixel_x = -28; + pixel_y = -28; + req_access = list(101) + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"un" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/centcom) +"uo" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"up" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"uq" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/weapon/flame/lighter/zippo, +/obj/item/weapon/storage/fancy/cigarettes, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeobserve) +"ur" = ( +/obj/machinery/computer/pod{ + id = "thunderdome"; + name = "Thunderdome Blast Door Control" + }, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeadmin) +"ut" = ( +/obj/structure/closet/wardrobe/robotics_black, +/obj/item/device/radio/headset/headset_sci{ + pixel_x = -3 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"uu" = ( +/obj/structure/table/rack, +/obj/item/taperoll/police, +/obj/item/taperoll/police, +/obj/item/taperoll/police, +/obj/item/taperoll/police, +/obj/item/taperoll/police, +/obj/item/taperoll/police, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/device/flash, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"uv" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"uw" = ( +/obj/effect/floor_decal/derelict/d6, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"uy" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/arm_guard/laserproof, +/obj/item/clothing/shoes/leg_guard/laserproof, +/obj/item/clothing/suit/armor/laserproof, +/obj/item/clothing/head/helmet/laserproof, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"uz" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/green/border, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"uA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom) +"uB" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"uD" = ( +/obj/item/weapon/stool/padded, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"uE" = ( +/obj/structure/bed/chair/shuttle, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"uF" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access = list(6) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"uG" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/security) +"uH" = ( +/turf/simulated/wall/r_wall, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"uJ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"uM" = ( +/obj/machinery/light{ + dir = 8 + }, /obj/structure/bed/chair/shuttle, /turf/simulated/shuttle/floor, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid +/area/centcom/terminal) +"uN" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"uO" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/automatic/battlerifle, +/obj/item/weapon/gun/projectile/automatic/battlerifle, +/obj/item/weapon/gun/projectile/automatic/battlerifle, +/obj/item/weapon/gun/projectile/automatic/battlerifle, +/obj/item/weapon/gun/projectile/automatic/battlerifle, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"uQ" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"uS" = ( +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"uT" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m95, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"uU" = ( +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/clothing/gloves/tactical, +/obj/item/clothing/head/helmet/tactical, +/obj/item/clothing/mask/balaclava/tactical, +/obj/item/clothing/shoes/boots/tactical, +/obj/item/clothing/suit/armor/tactical, +/obj/item/clothing/under/tactical, +/obj/item/weapon/storage/belt/security/tactical, +/obj/structure/closet{ + desc = "It's a storage unit for standard-issue attire."; + name = "tactical equipment" + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/weapon/storage/backpack/dufflebag/syndie/ammo, +/obj/item/weapon/storage/backpack/satchel/sec, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"uV" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"uX" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"uY" = ( +/obj/structure/bed/chair, +/obj/effect/landmark{ + name = "tdomeobserve" + }, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeobserve) +"va" = ( +/obj/structure/closet/crate/bin, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"vb" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor_yellow" + }, +/area/centcom/terminal) +"vd" = ( +/turf/simulated/floor/tiled, +/area/centcom/living) +"ve" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"vg" = ( +/obj/structure/table/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/weapon/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/storage/belt/utility, +/obj/item/weapon/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"vh" = ( +/obj/structure/table/standard, +/obj/item/weapon/surgical/circular_saw{ + pixel_y = 8 + }, +/obj/item/weapon/surgical/scalpel, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"vj" = ( +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"vl" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"vm" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"vn" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"vo" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"vr" = ( +/obj/machinery/vending/coffee, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeobserve) +"vv" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/control) +"vy" = ( +/turf/simulated/floor/tiled/steel, +/area/centcom) +"vz" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/arm_guard/riot, +/obj/item/clothing/shoes/leg_guard/riot, +/obj/item/clothing/suit/armor/riot/alt, +/obj/item/clothing/head/helmet/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/melee/baton/loaded, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"vA" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/centcom/terminal) +"vB" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = newlist() + }, +/obj/machinery/button/remote/airlock{ + id = "front"; + name = "Front doors"; + pixel_x = 5; + pixel_y = 25; + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/button/remote/airlock{ + id = "innerS"; + name = "Inner doors"; + pixel_x = -5; + pixel_y = 25; + req_access = list(63); + req_one_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"vE" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC4"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/control) +"vF" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = null + }, +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/obj/effect/shuttle_landmark/shuttle_initializer/ccboat, +/obj/effect/overmap/visitable/ship/landable/ccboat, +/turf/simulated/floor/plating, +/area/shuttle/ccboat) +"vG" = ( +/obj/effect/floor_decal/derelict/d8, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"vI" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/security{ + name = "\improper CentCom Residential Security" }) -"R" = ( +"vJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "FrontlockC"; + name = "Security Doors"; + opacity = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"vL" = ( +/turf/unsimulated/floor/techfloor_grid, +/area/tdome) +"vM" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"vN" = ( +/mob/living/silicon/decoy{ + name = "A.L.I.C.E." + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"vP" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1380; + id_tag = null + }, +/obj/effect/map_helper/airlock/atmos/pump_out_internal, +/obj/machinery/embedded_controller/radio/airlock/docking_port{ + frequency = 1380; + id_tag = "ccboat"; + pixel_y = 29 + }, +/turf/simulated/floor/plating, +/area/shuttle/ccboat) +"vQ" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"vR" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"vT" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/material/ashtray/glass, +/turf/simulated/floor/carpet, +/area/centcom/restaurant) +"vU" = ( +/obj/structure/table/standard, +/obj/structure/flora/pottedplant{ + icon_state = "plant-06"; + pixel_y = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"vW" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/computer/operating{ + dir = 1; + name = "Robotics Operating Computer" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/control) +"vX" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"vY" = ( +/obj/structure/table/reinforced, +/obj/item/device/pda/ert, +/obj/item/device/perfect_tele, +/obj/item/weapon/hand_tele, +/turf/simulated/floor/wood, +/area/centcom/specops) +"vZ" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/machinery/door/window/brigdoor/northleft{ + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/weapon/pen, +/obj/machinery/button/remote/blast_door{ + id = "FrontlockC"; + name = "Colony Entrance Lockdown"; + pixel_x = 6; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "FrontlockC2"; + name = "Security Door"; + opacity = 0 + }, +/obj/machinery/button/remote/blast_door{ + id = "FrontlockBD"; + name = "Colony Entrance Bottom"; + pixel_x = -3; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"wb" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/sign/warning/lethal_turrets, +/turf/simulated/floor, +/area/centcom/control) +"wc" = ( +/turf/simulated/wall/r_wall, +/area/centcom/security) +"wd" = ( +/obj/machinery/computer/shuttle_control/explore/ccboat{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"we" = ( +/obj/effect/floor_decal/borderfloorwhite/corner, +/obj/effect/floor_decal/corner/green/bordercorner, +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"wf" = ( +/obj/machinery/vending/engineering, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"wg" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/storage/backpack/dufflebag/syndie/ammo, +/obj/item/weapon/storage/backpack/dufflebag/syndie/ammo, +/obj/item/weapon/storage/backpack/dufflebag/syndie/ammo, +/obj/item/weapon/storage/backpack/dufflebag/syndie/ammo, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"wk" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/survival/comp{ + starts_with = list(/obj/item/weapon/tool/prybar/red,/obj/item/clothing/glasses/goggles,/obj/item/weapon/reagent_containers/hypospray/autoinjector,/obj/item/stack/medical/bruise_pack,/obj/item/device/flashlight/glowstick,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/clothing/mask/breath,/obj/item/weapon/tank/emergency/oxygen/engi) + }, +/obj/item/weapon/storage/box/survival/comp{ + starts_with = list(/obj/item/weapon/tool/prybar/red,/obj/item/clothing/glasses/goggles,/obj/item/weapon/reagent_containers/hypospray/autoinjector,/obj/item/stack/medical/bruise_pack,/obj/item/device/flashlight/glowstick,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/clothing/mask/breath,/obj/item/weapon/tank/emergency/oxygen/engi) + }, +/obj/item/weapon/storage/box/survival/comp{ + starts_with = list(/obj/item/weapon/tool/prybar/red,/obj/item/clothing/glasses/goggles,/obj/item/weapon/reagent_containers/hypospray/autoinjector,/obj/item/stack/medical/bruise_pack,/obj/item/device/flashlight/glowstick,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/clothing/mask/breath,/obj/item/weapon/tank/emergency/oxygen/engi) + }, +/obj/item/weapon/storage/box/survival/comp{ + starts_with = list(/obj/item/weapon/tool/prybar/red,/obj/item/clothing/glasses/goggles,/obj/item/weapon/reagent_containers/hypospray/autoinjector,/obj/item/stack/medical/bruise_pack,/obj/item/device/flashlight/glowstick,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/clothing/mask/breath,/obj/item/weapon/tank/emergency/oxygen/engi) + }, +/obj/item/weapon/storage/box/survival/comp{ + starts_with = list(/obj/item/weapon/tool/prybar/red,/obj/item/clothing/glasses/goggles,/obj/item/weapon/reagent_containers/hypospray/autoinjector,/obj/item/stack/medical/bruise_pack,/obj/item/device/flashlight/glowstick,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/clothing/mask/breath,/obj/item/weapon/tank/emergency/oxygen/engi) + }, +/obj/item/weapon/storage/box/survival/comp{ + starts_with = list(/obj/item/weapon/tool/prybar/red,/obj/item/clothing/glasses/goggles,/obj/item/weapon/reagent_containers/hypospray/autoinjector,/obj/item/stack/medical/bruise_pack,/obj/item/device/flashlight/glowstick,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/clothing/mask/breath,/obj/item/weapon/tank/emergency/oxygen/engi) + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"wl" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"wm" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/vest/ert/medical, +/obj/item/clothing/suit/armor/vest/ert/medical, +/obj/item/clothing/suit/armor/vest/ert/medical, +/obj/item/clothing/suit/armor/vest/ert/medical, +/obj/item/clothing/head/helmet/ert/medical, +/obj/item/clothing/head/helmet/ert/medical, +/obj/item/clothing/head/helmet/ert/medical, +/obj/item/clothing/head/helmet/ert/medical, +/obj/item/weapon/storage/backpack/ert/medical, +/obj/item/weapon/storage/backpack/ert/medical, +/obj/item/weapon/storage/backpack/ert/medical, +/obj/item/weapon/storage/backpack/ert/medical, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"wo" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + icon_state = "frame"; + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"wr" = ( +/obj/machinery/door/airlock/command{ + id_tag = "HoSdoor"; + name = "Head of Security"; + req_access = list(58) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"ws" = ( +/obj/structure/table/glass, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"wt" = ( +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/restaurant) +"wu" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security, +/obj/item/weapon/storage/box/handcuffs, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"wy" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/table/glass, +/obj/item/weapon/storage/firstaid/fire, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"wB" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"wC" = ( +/obj/structure/table/steel_reinforced, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/taperoll/engineering, +/obj/item/taperoll/engineering, +/obj/item/taperoll/engineering, +/obj/item/taperoll/engineering, +/obj/item/taperoll/engineering, +/obj/item/taperoll/engineering, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"wD" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"wJ" = ( +/obj/machinery/shield_capacitor, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"wL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/wall/rshull, +/area/shuttle/ccboat) +"wM" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/item/weapon/backup_implanter{ + pixel_y = -8 + }, +/obj/item/weapon/backup_implanter{ + pixel_y = 8 + }, +/obj/item/weapon/backup_implanter, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"wO" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"wP" = ( +/obj/structure/bed, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"wQ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"wR" = ( +/obj/structure/table/standard, +/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/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"wS" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled, +/area/centcom/security) +"wU" = ( +/obj/item/weapon/gun/energy/sizegun, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"wV" = ( +/obj/item/device/perfect_tele_beacon/stationary{ + tele_name = "CentCom"; + tele_network = "centcom" + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"wW" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/obj/item/ammo_magazine/ammo_box/b12g/pellet, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"wX" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"wY" = ( +/turf/simulated/wall/r_wall, +/area/centcom/medical) +"wZ" = ( +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"xb" = ( +/obj/structure/bed/padded, +/obj/machinery/camera/network/crescent, +/obj/machinery/flasher{ + id = "CellC2"; + pixel_x = -24; + pixel_y = 25 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"xe" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/centcom/command) +"xh" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/bodybags{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/box/bodybags, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"xj" = ( +/obj/machinery/atmospherics/binary/pump/fuel{ + dir = 8 + }, +/obj/structure/fuel_port{ + pixel_y = 29 + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"xm" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"xo" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/box/flashbangs, +/obj/item/weapon/storage/box/flashbangs, +/obj/item/weapon/storage/box/emps{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/weapon/storage/box/smokes, +/obj/item/weapon/storage/box/smokes, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"xq" = ( +/obj/item/modular_computer/console/preset/command{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + broadcasting = 1; + dir = 4; + frequency = 1443; + listening = 0; + name = "Spec Ops Intercom"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"xr" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/folder/white_cmo, +/turf/simulated/floor/carpet, +/area/centcom/command) +"xs" = ( +/obj/structure/table/marble, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_y = 4 + }, +/obj/item/weapon/reagent_containers/food/drinks/glass2/square{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"xt" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r" + }, +/turf/simulated/shuttle/plating/carry, +/area/shuttle/supply) +"xu" = ( +/obj/machinery/door/airlock/glass_security{ + name = "Confiscated Items"; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"xv" = ( +/obj/machinery/door/airlock/security{ + name = "Security" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"xx" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/folder/red_hos, +/turf/simulated/floor/carpet, +/area/centcom/command) +"xy" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/cheeseburger{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/reagent_containers/food/snacks/cheeseburger, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"xz" = ( +/obj/machinery/vending/cola{ + name = "hacked Robust Softdrinks"; + prices = list() + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"xB" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"xC" = ( +/obj/machinery/atmospherics/unary/engine{ + dir = 1 + }, +/turf/simulated/floor/airless, +/area/shuttle/ccboat) +"xE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "residential"; + name = "Security Door"; + opacity = 0 + }, +/turf/simulated/floor/tiled, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"xF" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"xH" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/shotgun/pump/USDF, +/obj/item/weapon/gun/projectile/shotgun/pump/USDF, +/obj/item/weapon/gun/projectile/shotgun/pump/USDF, +/obj/item/weapon/gun/projectile/shotgun/pump/USDF, +/obj/item/weapon/gun/projectile/shotgun/pump/USDF, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"xI" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"xM" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair/shuttle, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"xO" = ( +/obj/structure/table/rack, +/obj/item/weapon/rig/ert/assetprotection, +/obj/item/weapon/rig/ert/assetprotection, +/obj/item/weapon/rig/ert/assetprotection, +/obj/item/weapon/rig/ert/assetprotection, +/obj/item/weapon/rig/ert/assetprotection, +/obj/item/clothing/glasses/thermal, +/obj/item/clothing/glasses/thermal, +/obj/item/clothing/glasses/thermal, +/obj/item/clothing/glasses/thermal, +/obj/item/clothing/glasses/thermal, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"xP" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"xQ" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"xR" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled, +/area/centcom/living) +"xS" = ( +/obj/effect/floor_decal/emblem/stellardelight{ + dir = 6 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"xV" = ( +/turf/unsimulated/wall, +/area/centcom/main_hall) +"xX" = ( +/turf/unsimulated/floor/steel, +/area/tdome/tdomeadmin) +"xY" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC2"; + name = "Armoury Access"; + pixel_x = -28; + pixel_y = 28; + req_access = list(3) + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"xZ" = ( +/obj/machinery/computer/med_data{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"ya" = ( +/obj/effect/floor_decal/derelict/d16, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"yb" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/oven, +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"yc" = ( +/obj/item/weapon/folder/white, +/obj/structure/table/standard, +/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/item/weapon/reagent_containers/dropper{ + pixel_y = -4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"yd" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"ye" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"yf" = ( +/obj/structure/sign/department/eva, +/turf/simulated/wall/r_wall, +/area/centcom/security) +"yh" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/material/ashtray/glass, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/restaurant) +"yi" = ( +/obj/machinery/door/blast/regular{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/centcom/terminal) +"yj" = ( +/obj/machinery/vending/fitness, +/turf/simulated/floor/tiled, +/area/centcom/bathroom) +"yk" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled, +/area/centcom/security) +"yl" = ( +/obj/structure/table/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 28 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"ym" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/reinforced, +/area/centcom) +"yn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"yo" = ( +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"yr" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/storage/briefcase{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/centcom/command) +"ys" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/unsimulated/floor{ + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "reinforced"; + name = "reinforced floor" + }, +/area/centcom) +"yu" = ( +/obj/machinery/power/thermoregulator, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"yv" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"yw" = ( +/obj/machinery/igniter, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome) +"yx" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/weapon/reagent_containers/blood/OMinus{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"yy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/medical) +"yz" = ( +/obj/trader/general{ + move_trader = 1 + }, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"yA" = ( +/obj/machinery/flasher{ + id = "flash"; + name = "Thunderdome Flash" + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome) +"yC" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/turf/simulated/floor/carpet, +/area/centcom/command) +"yD" = ( +/obj/machinery/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + hacked = 1; + name = "Unlocked Autolathe" + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"yG" = ( +/obj/structure/table/rack, +/obj/item/weapon/tank/emergency/oxygen/double, +/obj/item/weapon/tank/emergency/oxygen/double, +/obj/item/weapon/tank/emergency/oxygen/double, +/obj/item/weapon/tank/emergency/oxygen/double, +/obj/item/weapon/tank/emergency/oxygen/double, +/obj/item/weapon/tank/emergency/oxygen/double, +/obj/item/weapon/tank/emergency/oxygen/double, +/obj/item/weapon/tank/emergency/oxygen/double, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"yI" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"yM" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/shuttle/plating/airless, +/area/centcom/terminal) +"yN" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"yO" = ( +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/terminal) +"yP" = ( +/obj/effect/floor_decal/rust/part_rusted3, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"yS" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"yT" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full{ + maxhealth = 1e+007 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/shuttle/plating, +/area/centcom) +"yU" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"yV" = ( +/obj/machinery/cryopod/robot/door/dorms{ + base_icon_state = "door_closed"; + desc = "A small elevator"; + dir = 2; + icon = 'icons/obj/doors/Door2x1glass.dmi'; + icon_state = "door_closed"; + name = "elevator"; + on_enter_occupant_message = "The elevator doors close slowly. You can now head off for the residential, commercial, and other floors."; + on_store_message = "has departed for one of the various colony floors"; + on_store_name = "Colony Oversight"; + on_store_visible_message_2 = "to the colony districts."; + time_till_despawn = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"yY" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"yZ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"za" = ( +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"zf" = ( +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"zh" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/terminal) +"zi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"zj" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/kitsuneudon, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"zl" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "reinforced"; + name = "reinforced floor" + }, +/area/centcom) +"zm" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"zo" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"zp" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"zq" = ( +/obj/item/modular_computer/console/preset/civilian{ + dir = 8 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"zr" = ( +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/steel{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/plasteel{ + amount = 50 + }, +/obj/item/stack/material/glass/reinforced{ + amount = 50 + }, +/obj/item/stack/material/glass/reinforced{ + amount = 50 + }, +/obj/item/stack/material/glass/reinforced{ + amount = 50 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/table/steel_reinforced, +/obj/item/stack/rods, +/obj/item/stack/rods, +/obj/item/stack/material/glass/phoronglass, +/obj/item/stack/material/glass/phoronglass, +/obj/item/stack/rods, +/obj/item/stack/rods, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"zt" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/projectile/automatic/l6_saw, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"zu" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/item/device/healthanalyzer/advanced, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"zv" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"zw" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"zx" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/reinforced, +/area/centcom/terminal) +"zy" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/weapon/storage/box/traumainjectors, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"zB" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/centcom) +"zC" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"zD" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hybrid_combat, +/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hybrid_combat, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"zF" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"zI" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor, +/area/shuttle/ccboat) +"zJ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/sign/nanotrasen{ + plane = -34 + }, +/turf/simulated/floor, +/area/centcom/control) +"zL" = ( +/obj/machinery/door/airlock{ + name = "Brig Restroom" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"zM" = ( +/obj/machinery/ion_engine{ + dir = 4 + }, +/turf/simulated/shuttle/plating, +/area/shuttle/escape) +"zN" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"zO" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/carpet, +/area/centcom/restaurant) +"zR" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/device/flash, +/turf/simulated/floor/tiled, +/area/centcom/control) +"zS" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/simulated/floor/tiled, +/area/centcom/control) +"zT" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"zU" = ( +/obj/machinery/atm{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"zV" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/energy/sniperrifle, +/obj/item/weapon/gun/energy/sniperrifle, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"zW" = ( +/obj/structure/bed/chair/shuttle, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"zY" = ( +/turf/simulated/floor, +/area/centcom/control) +"zZ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/terminal) +"Aa" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Ac" = ( +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"Ad" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/automatic/wt550/lethal, +/obj/item/weapon/gun/projectile/automatic/wt550/lethal, +/obj/item/weapon/gun/projectile/automatic/wt550/lethal, +/obj/item/weapon/gun/projectile/automatic/wt550/lethal, +/obj/item/weapon/gun/projectile/automatic/wt550/lethal, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Ae" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/effect/floor_decal/borderfloorwhite/corner2, +/obj/effect/floor_decal/corner/paleblue/bordercorner2, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Ai" = ( +/obj/structure/sign/department/armory, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Aj" = ( +/obj/machinery/door/airlock/freezer{ + name = "Kitchen cold room"; + req_access = list(28) + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"Al" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/grill, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"Am" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/drinks/flask/barflask{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/device/taperecorder, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"An" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/command) +"Ao" = ( +/obj/machinery/gibber, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Ar" = ( +/obj/machinery/button/remote/blast_door{ + id = "RiotCon"; + name = "Riot Control"; + pixel_x = -23; + req_access = list(63); + req_one_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"As" = ( +/obj/machinery/vending/coffee, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"At" = ( +/obj/machinery/vending/nifsoft_shop{ + categories = 111; + emagged = 1; + name = "Hacked NIFSoft Shop" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Au" = ( +/obj/machinery/disease2/incubator, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Aw" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/structure/filingcabinet, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Ax" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ay" = ( +/turf/unsimulated/wall/planetary/virgo3b, +/area/centcom) +"AA" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/drinks/bottle/grenadine, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"AB" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8; + req_access = list(63); + req_one_access = newlist() + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"AF" = ( +/turf/simulated/wall/r_wall, +/area/centcom/restaurant) +"AH" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"AI" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/living) +"AJ" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/command) +"AK" = ( +/obj/machinery/camera/network/crescent, +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/centcom/control) +"AL" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/simulated/floor/tiled, +/area/centcom/command) +"AM" = ( +/obj/machinery/atm{ + pixel_x = -26 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"AP" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"AQ" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"AT" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/suit/armor/swat, +/obj/item/clothing/mask/gas/commando{ + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + name = "Commando Mask" + }, +/obj/item/clothing/mask/gas/commando{ + name = "Commando Mask" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + name = "swat helmet" + }, +/obj/item/clothing/head/helmet/space/deathsquad{ + name = "swat helmet" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"AU" = ( +/obj/machinery/computer/communications{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"AX" = ( +/obj/structure/table/rack, +/obj/item/weapon/rig/ert, +/obj/item/clothing/accessory/storage/black_vest, +/turf/simulated/floor/wood, +/area/centcom/specops) +"AY" = ( +/obj/machinery/shieldgen, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"AZ" = ( +/obj/structure/sign/warning{ + name = "\improper STAND AWAY FROM TRACK EDGE" + }, +/turf/simulated/wall/r_wall, +/area/centcom/terminal) +"Ba" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"Bb" = ( +/obj/structure/bed/chair/shuttle, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"Bc" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor/plating, +/area/centcom/terminal) +"Bd" = ( +/obj/machinery/door/airlock/angled_bay/standard/glass{ + door_color = "#323d80"; + name = "Command Glass"; + req_access = list(19); + req_one_access = list(19); + stripe_color = "#f7d35c" + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"Bh" = ( +/turf/unsimulated/wall, +/area/centcom/specops) +"Bi" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Bm" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"Bp" = ( +/obj/effect/floor_decal/rust/mono_rusted3, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"Br" = ( +/turf/simulated/floor/tiled/steel_grid, +/area/centcom/terminal) +"Bs" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/box/frags, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Bu" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/weapon/reagent_containers/spray/cleaner, +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 27 + }, +/obj/item/weapon/storage/box/donut, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Bz" = ( +/obj/structure/closet{ + name = "welding equipment" + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/tiled, +/area/centcom/control) +"BD" = ( +/turf/simulated/floor/carpet, +/area/centcom/restaurant) +"BE" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"BF" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"BG" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"BH" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"BI" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"BJ" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"BL" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/tiled, +/area/centcom/command) +"BM" = ( +/obj/structure/bed/chair/office/dark, +/obj/machinery/button/remote/blast_door{ + desc = "A remote control switch for port-side blast doors."; + id = "CentComPort"; + name = "Security Doors"; + pixel_x = -12; + pixel_y = -25; + req_access = list(101) + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"BN" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"BP" = ( +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"BQ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/obj/machinery/computer/transhuman/resleeving, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"BR" = ( +/obj/structure/table/reinforced, +/obj/item/device/binoculars, +/obj/item/device/survivalcapsule, +/obj/item/device/survivalcapsule, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"BT" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"BU" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/structure/sign/department/commander, +/turf/simulated/floor, +/area/centcom/command) +"BV" = ( +/obj/machinery/computer/teleporter{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"BW" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/bathroom) +"BZ" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"Ca" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Cb" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/carpet, +/area/centcom/control) +"Cc" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/toastedsandwich{ + pixel_y = 10 + }, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"Cg" = ( +/obj/effect/floor_decal/corner_steel_grid/diagonal, +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 4 + }, +/obj/machinery/light/flamp/noshade, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"Ci" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Cq" = ( +/obj/structure/sign/nanotrasen, +/turf/simulated/wall/r_wall, +/area/centcom/security) +"Cr" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/gun/burst, +/obj/item/weapon/gun/energy/gun/burst, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Ct" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Cv" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper Main Hallway"; + pixel_y = 32; + req_access = list(101); + req_one_access = list(101) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Cw" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Cx" = ( +/obj/machinery/door/airlock{ + name = "Unit 2" + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Cy" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + dir = 8; + frequency = 1380; + id_tag = "cc_landing_pad"; + name = "docking port controller"; + pixel_x = 24; + req_one_access = list(13) + }, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"Cz" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/lasagna, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"CA" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor_yellow" + }, +/area/centcom/terminal) +"CC" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"CD" = ( +/obj/machinery/door/blast/regular{ + dir = 4; + name = "When Everything else fails." + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"CE" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Armoury Section"; + req_access = list(58); + req_one_access = list(19) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"CF" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"CG" = ( +/obj/structure/closet{ + name = "robotics parts" + }, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/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/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = 5; + pixel_y = -5 + }, +/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/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/device/flash/synthetic, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/turf/simulated/floor/tiled, +/area/centcom/control) +"CI" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"CJ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"CL" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"CM" = ( +/turf/simulated/wall/r_wall, +/area/centcom/main_hall) +"CT" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/orange, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"CU" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Living Quarters"; + pixel_y = 32; + req_access = list(101); + req_one_access = list(101) + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"CW" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"CX" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Db" = ( +/obj/machinery/camera/network/thunder{ + alpha = 0; + invisibility = 101 + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome) +"Dc" = ( +/obj/machinery/door/airlock{ + name = "Prison Showers" + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"Dd" = ( +/turf/simulated/wall/r_wall, +/area/centcom/living) +"De" = ( +/obj/structure/table/rack, +/obj/item/ammo_magazine/ammo_box/b12g/flash, +/obj/item/ammo_magazine/ammo_box/b12g/flash, +/obj/item/ammo_magazine/ammo_box/b12g/flash, +/obj/item/ammo_magazine/ammo_box/b12g/flash, +/obj/item/ammo_magazine/ammo_box/b12g/flash, +/obj/item/ammo_magazine/ammo_box/b12g/flash, +/obj/item/ammo_magazine/ammo_box/b12g/flash, +/obj/item/ammo_magazine/ammo_box/b12g/flash, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Df" = ( +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Dh" = ( +/obj/structure/table/standard, +/obj/item/weapon/soap, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Dj" = ( +/obj/structure/flora/pottedplant, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Dk" = ( +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"Dn" = ( +/obj/structure/table/glass{ + desc = "It's a table, it has some scracthes..they say 'Mlem'." + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Do" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Dp" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/folder/red_hos, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Ds" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 9 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"Du" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Dx" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/table/standard, +/obj/random/forgotten_tram, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"Dy" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/ionrifle, +/obj/item/weapon/gun/energy/ionrifle, +/obj/item/weapon/gun/energy/ionrifle, +/obj/item/weapon/gun/energy/ionrifle, +/obj/item/weapon/gun/energy/ionrifle, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Dz" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + req_access = list(103) + }, +/turf/simulated/floor/tiled, +/area/centcom/specops) +"DA" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/firstaid/combat{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/firstaid/combat, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"DB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-06"; + pixel_y = 8 + }, +/obj/structure/table/glass, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"DC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"DD" = ( +/obj/effect/floor_decal/derelict/d14, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"DE" = ( +/obj/structure/table/steel_reinforced, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/item/weapon/storage/belt/utility/full, +/obj/item/weapon/storage/belt/utility/full, +/obj/item/weapon/storage/belt/utility/full, +/obj/item/weapon/storage/belt/utility/full, +/obj/item/weapon/storage/belt/utility/full, +/obj/item/weapon/storage/belt/utility/full, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"DF" = ( +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"DI" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"DL" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"DM" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"DP" = ( +/obj/structure/closet/crate/medical, +/obj/item/stack/nanopaste/advanced, +/obj/item/weapon/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/stack/nanopaste/advanced, +/obj/item/stack/nanopaste/advanced, +/obj/item/weapon/storage/firstaid/surgery, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"DQ" = ( +/obj/structure/closet/wardrobe/ert, +/obj/item/modular_computer/laptop/preset/custom_loadout/elite, +/turf/simulated/floor/wood, +/area/centcom/specops) +"DR" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"DS" = ( +/obj/structure/window/reinforced, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"DT" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"DX" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Ea" = ( +/obj/machinery/computer/rdconsole/robotics, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Eb" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"Ec" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone, +/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/weapon/tool/wrench, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Ed" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"Ee" = ( +/obj/structure/table/reinforced, +/obj/machinery/chemical_dispenser/bar_soft/full, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"Eh" = ( +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"Ei" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/energy/stunrevolver, +/obj/item/weapon/gun/energy/stunrevolver, +/obj/item/weapon/gun/energy/stunrevolver, +/obj/item/weapon/gun/energy/stunrevolver, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ej" = ( +/obj/structure/table/reinforced, +/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/OMinus, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Em" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/obj/structure/closet/secure_closet/nanotrasen_security, +/obj/item/weapon/storage/box/handcuffs, +/obj/item/weapon/gun/energy/gun, +/obj/item/weapon/shield/riot, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"En" = ( +/obj/structure/sign/painting/public{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Eo" = ( +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"Ep" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Eq" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/bigbiteburger, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"Es" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/fuel, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"Et" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack{ + dir = 4 + }, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Eu" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-24" + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Ev" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Ew" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + req_access = list(101) + }, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeadmin) +"Ey" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/unsimulated/floor{ + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "reinforced"; + name = "reinforced floor" + }, +/area/centcom) +"EA" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"EB" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/reinforced, +/area/centcom/terminal) +"EH" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"EI" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/handcuffs{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/storage/box/handcuffs, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"EJ" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/medical) +"EM" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"EN" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/steel_grid, +/area/centcom/terminal) +"EP" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"EQ" = ( +/obj/machinery/door/airlock/multi_tile/metal{ + name = "NanoTrasen Offices"; + req_one_access = list(101) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/centcom/command) +"EV" = ( +/obj/item/weapon/storage/box/evidence, +/obj/item/weapon/folder/red, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"EW" = ( +/obj/machinery/door/airlock/security{ + name = "Security" + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"EX" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/hotdog, +/obj/item/weapon/reagent_containers/food/snacks/hotdog{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"EY" = ( +/obj/structure/table/marble, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow/diagonal, +/turf/simulated/floor/tiled, +/area/centcom/control) +"EZ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full{ + maxhealth = 1e+007 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/shuttle/plating, +/area/centcom/main_hall) +"Fa" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-04" + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Fc" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/ammo_box/b145, +/obj/item/ammo_magazine/ammo_box/b145, +/obj/item/ammo_magazine/ammo_box/b145, +/obj/item/ammo_magazine/ammo_box/b145, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Fd" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Fe" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ff" = ( +/obj/structure/table/standard, +/obj/item/weapon/surgical/hemostat, +/obj/item/weapon/surgical/cautery, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Fg" = ( +/obj/effect/blocker, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"Fi" = ( +/obj/machinery/door/window/brigdoor{ + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/button/remote/airlock{ + id = "front"; + name = "Front doors"; + pixel_x = 5; + pixel_y = 25; + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/button/remote/airlock{ + id = "innerS"; + name = "Inner doors"; + pixel_x = -5; + pixel_y = 25; + req_access = list(63); + req_one_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Fj" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Fk" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal) +"Fm" = ( +/obj/structure/bed/chair/wood/wings, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"Fn" = ( +/obj/machinery/door/airlock/angled_bay/standard/glass{ + door_color = "#9fccc7"; + name = "Cockpit"; + req_access = list(67); + stripe_color = "#ffffff" + }, +/turf/simulated/floor/tiled/steel_ridged, +/area/shuttle/ccboat) +"Fo" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled, +/area/centcom/living) +"Fq" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Fr" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Ft" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"Fy" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/drinks/bottle/cola, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"Fz" = ( +/obj/machinery/door/blast/regular{ + id = "HEAVY"; + name = "HEAVY ORDINANCE" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"FB" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"FC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Locker Room" + }, +/turf/simulated/floor/tiled, +/area/centcom/bathroom) +"FD" = ( +/obj/structure/sign/securearea{ + name = "ENGINEERING ACCESS"; + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"FF" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/centcom/command) +"FG" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"FK" = ( +/obj/structure/table/rack, +/obj/item/weapon/rig/ert/security, +/obj/item/weapon/rig/ert/security, +/obj/item/weapon/rig/ert/security, +/obj/item/weapon/rig/ert/security, +/obj/item/weapon/rig/ert/security, +/obj/item/weapon/rig/ert/security, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"FO" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"FS" = ( +/obj/structure/sink{ + pixel_y = 16 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"FT" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"FU" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/security) +"FV" = ( +/obj/item/device/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/obj/machinery/photocopier, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"FW" = ( +/obj/structure/sign/department/armory, +/turf/simulated/wall/r_wall, +/area/centcom/security) +"FX" = ( +/obj/structure/table/standard, +/obj/item/weapon/surgical/surgicaldrill, +/obj/item/weapon/autopsy_scanner, +/obj/item/weapon/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/surgical/FixOVein, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/item/stack/nanopaste/advanced, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"FZ" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner, +/obj/machinery/light/flamp/noshade, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"Gc" = ( +/obj/structure/table/steel, +/obj/item/clothing/shoes/boots/jackboots{ + desc = "This pair of Jackboots look worn and freshly used. They have several claw markings inside and you can read the initials D and M at the bottom"; + name = "Dhaeleena's Jackboots" + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"Gd" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"Ge" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/control) +"Gf" = ( +/obj/structure/curtain/open/shower, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"Gi" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Gj" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Gk" = ( +/obj/machinery/computer/pod{ + id = "thunderdomegen"; + name = "Thunderdome General Supply" + }, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeadmin) +"Gl" = ( +/obj/structure/table/reinforced, +/obj/item/device/taperecorder, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Gr" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/automatic/l6_saw, +/obj/item/weapon/gun/projectile/automatic/l6_saw, +/obj/item/ammo_magazine/m545saw, +/obj/item/ammo_magazine/m545saw, +/obj/item/ammo_magazine/m545saw, +/obj/item/ammo_magazine/m545saw, +/obj/item/ammo_magazine/m545saw, +/obj/item/ammo_magazine/m545saw, +/obj/item/ammo_magazine/m545saw/ap, +/obj/item/ammo_magazine/m545saw/ap, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Gs" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/energy/lasercannon, +/obj/item/weapon/gun/energy/lasercannon, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Gu" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/machinery/photocopier, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Gv" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/item/device/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"Gz" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/weapon/storage/box/handcuffs, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"GA" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/door/airlock/glass{ + name = "Kitchen"; + req_access = list(28) + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"GC" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/obj/machinery/computer/arcade{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"GD" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/weapon/gun/projectile/revolver/detective45, +/obj/item/weapon/gun/projectile/revolver/detective45, +/obj/item/ammo_magazine/s45, +/obj/item/ammo_magazine/s45, +/obj/item/ammo_magazine/s45, +/obj/item/ammo_magazine/s45, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"GH" = ( +/obj/structure/bed/padded, +/obj/machinery/camera/network/crescent, +/obj/machinery/flasher{ + id = "CellC1"; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"GI" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/obj/machinery/door/blast/shutters{ + id = "RiotCon"; + name = "Riot Control"; + req_access = list(63); + req_one_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"GJ" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/closet/walllocker/medical/east, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"GK" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/tiled, +/area/centcom/control) +"GM" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/obj/machinery/door/blast/shutters{ + id = "RiotCon"; + name = "Riot Control"; + req_access = list(63); + req_one_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"GO" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"GP" = ( +/obj/machinery/optable, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"GR" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m9mmt/rubber, +/obj/item/ammo_magazine/m9mmt/rubber, +/obj/item/ammo_magazine/m9mmt/rubber, +/obj/item/ammo_magazine/m9mmt/rubber, +/obj/item/ammo_magazine/m9mmt/rubber, +/obj/item/ammo_magazine/m9mmt/rubber, +/obj/item/ammo_magazine/m9mmt/rubber, +/obj/item/ammo_magazine/m9mmt/rubber, +/obj/item/ammo_magazine/m9mmt/rubber, +/obj/item/ammo_magazine/m9mmt/rubber, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"GS" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/secure_closet/nanotrasen_security, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"GT" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"GU" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/shuttle/engine/heater, +/obj/structure/kitchenspike{ + desc = "Lifts engines! You could probably also impale people and monkeys on it... but why would you do that, weirdo?"; + name = "engine lift" + }, +/turf/simulated/floor/tiled/steel, +/area/centcom) +"GV" = ( +/obj/machinery/r_n_d/destructive_analyzer, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"GW" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall/r_wall, +/area/centcom/control) +"GY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/wall/rshull, +/area/shuttle/ccboat) +"Ha" = ( +/obj/machinery/door/airlock/centcom{ + name = "Special Operations"; + req_access = list(103) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Hb" = ( +/obj/structure/table/standard, +/obj/item/weapon/hand_labeler, +/obj/item/weapon/pen, +/obj/item/weapon/packageWrap, +/obj/item/weapon/packageWrap, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Hc" = ( +/obj/effect/floor_decal/derelict/d1, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"Hd" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/meatballsoup, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"Hf" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/obj/machinery/computer/transhuman/designer, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Hh" = ( +/obj/machinery/computer/card, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Hi" = ( +/obj/effect/floor_decal/derelict/d12, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"Hk" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Hn" = ( +/obj/machinery/door/airlock/glass_security{ + name = "Security"; + req_access = newlist() + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Hs" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Hu" = ( +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 10; + pixel_y = 12 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Hw" = ( +/obj/machinery/photocopier, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Hx" = ( +/obj/machinery/body_scanconsole, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Hy" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/pen, +/turf/simulated/floor/carpet, +/area/centcom/command) +"Hz" = ( +/obj/machinery/door/airlock/glass_security{ + name = "Colonial Security Airlock"; + req_access = list(63) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"HA" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"HB" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/weapon/storage/box/monkeycubes, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"HC" = ( +/obj/structure/table/rack, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_vest, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/obj/item/clothing/accessory/storage/brown_drop_pouches, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"HE" = ( +/obj/machinery/door/window/brigdoor/southleft{ + id = "CellC3"; + name = "Cell 3"; + req_access = list(2) + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"HF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/laser, +/obj/item/weapon/gun/energy/laser, +/obj/item/weapon/gun/energy/laser, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"HG" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/closet/secure_closet/nanotrasen_security, +/obj/item/weapon/storage/box/handcuffs, +/obj/item/weapon/gun/energy/gun, +/obj/item/weapon/shield/riot, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"HI" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"HK" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"HL" = ( +/obj/structure/bed/chair/sofa/bench/left{ + padding_color = "#99AAFF" + }, +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"HN" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"HO" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = 28 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"HP" = ( +/turf/simulated/shuttle/wall/hard_corner, +/area/centcom/terminal) +"HQ" = ( +/obj/structure/urinal{ + pixel_y = 31 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"HR" = ( +/obj/item/weapon/melee/baton/cattleprod, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"HT" = ( +/turf/simulated/wall/r_wall, +/area/centcom/holding) +"HU" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"HW" = ( +/obj/machinery/vending/cigarette, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"HY" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + req_access = list(101) + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"HZ" = ( +/obj/machinery/computer/arcade/battle, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Ia" = ( +/obj/machinery/mech_recharger, +/turf/simulated/floor, +/area/centcom/control) +"Ic" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Id" = ( +/obj/item/weapon/stool/padded{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Ie" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"If" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/wall/rshull, +/area/shuttle/ccboat) +"Ig" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"Ih" = ( +/obj/machinery/scale, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"Ii" = ( +/obj/effect/floor_decal/derelict/d4, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"Ik" = ( +/obj/structure/table/standard, +/obj/random/forgotten_tram, +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"Il" = ( +/obj/structure/table/reinforced, +/obj/item/device/camera, +/obj/item/weapon/storage/box/ids, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"Io" = ( +/obj/machinery/vending/snack, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeobserve) +"Ip" = ( +/obj/structure/table/standard, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/device/flashlight, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/crowbar, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Iq" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/machinery/vending/medical, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Is" = ( +/obj/machinery/shield_gen/external, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"It" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/structure/table/woodentable{ + desc = "It's a table..it has some scratch marks 'the commander likes to fuck me here'." + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Iu" = ( +/turf/simulated/floor/tiled, +/area/centcom/specops) +"Iw" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Iy" = ( +/obj/structure/shuttle/window, +/obj/structure/grille, +/turf/simulated/floor, +/area/centcom/terminal) +"Iz" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/bed/chair, +/obj/machinery/status_display{ + pixel_y = 29 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"IB" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/box/cups, +/obj/item/weapon/storage/box/cups, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"IC" = ( +/obj/item/device/camera{ + desc = "A one use - polaroid camera. 30 photos left."; + name = "detectives camera"; + pictures_left = 30; + pixel_x = 2; + pixel_y = 3 + }, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ID" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"IE" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/structure/flora/pottedplant{ + icon_state = "plant-24" + }, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"IG" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/book/manual/security_space_law, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"IH" = ( +/turf/simulated/floor/wood, +/area/centcom/specops) +"II" = ( +/obj/item/weapon/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/storage/box/masks, +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"IK" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/centcom/command) +"IL" = ( +/turf/simulated/floor/tiled, +/area/centcom/command) +"IM" = ( +/obj/structure/table/rack, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell, +/obj/item/ammo_magazine/ammo_box/b12g/stunshell, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"IN" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/shield/riot, +/obj/item/clothing/head/helmet/riot, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"IO" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/gun/nuclear, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"IP" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/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/green, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"IR" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/command) +"IS" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/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/red, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"IU" = ( +/obj/machinery/autolathe{ + desc = "Your typical Autolathe. It appears to have much more options than your regular one, however..."; + hacked = 1; + name = "Centcom Autolathe" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"IX" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"IY" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bed/chair/shuttle, +/turf/simulated/shuttle/floor{ + icon_state = "floor_red" + }, +/area/centcom/terminal) +"Jb" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"Jc" = ( +/obj/structure/table/standard, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/weapon/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/weapon/stock_parts/scanning_module, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/clothing/glasses/omnihud/rnd, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Jf" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/card/id/gold/captain/spare, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Ji" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/reinforced, +/area/centcom/terminal) +"Jj" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/item/weapon/reagent_containers/glass/beaker/sulphuric, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Jl" = ( +/obj/machinery/light/flamp/noshade, +/turf/simulated/floor/grass, +/area/centcom/main_hall) +"Jm" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Jp" = ( +/obj/machinery/door/airlock/medical{ + name = "Operating Theatre"; + req_access = list(45) + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Jq" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-21" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Jr" = ( /turf/simulated/shuttle/wall, -/area/shuttle/escape{ - base_turf = /turf/simulated/floor/tiled/techfloor/grid +/area/shuttle/supply) +"Jt" = ( +/obj/item/clothing/glasses/welding/superior, +/obj/item/clothing/glasses/welding/superior, +/obj/item/clothing/glasses/welding/superior, +/obj/item/clothing/glasses/welding/superior, +/obj/item/clothing/glasses/welding/superior, +/obj/structure/table/steel_reinforced, +/obj/item/clothing/glasses/welding/superior, +/obj/item/weapon/grenade/chem_grenade/metalfoam, +/obj/item/weapon/grenade/chem_grenade/metalfoam, +/obj/item/weapon/grenade/chem_grenade/metalfoam, +/obj/item/weapon/grenade/chem_grenade/metalfoam, +/obj/item/weapon/grenade/chem_grenade/metalfoam, +/obj/item/weapon/grenade/chem_grenade/metalfoam, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ju" = ( +/obj/effect/floor_decal/emblem/orangeline, +/turf/simulated/floor/tiled, +/area/centcom/terminal) +"Jv" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Jw" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Jx" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Jy" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Jz" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"JC" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/security) +"JD" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/mixer/cereal, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"JE" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/secure/briefcase/nsfw_pack_hybrid, +/turf/simulated/floor/wood, +/area/centcom/specops) +"JG" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC2"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"JH" = ( +/obj/structure/table/standard, +/obj/item/device/healthanalyzer, +/obj/item/stack/medical/bruise_pack{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/stack/medical/bruise_pack{ + pixel_x = 10 + }, +/obj/item/stack/medical/ointment{ + pixel_y = 10 + }, +/obj/random/medical/lite, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"JJ" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"JK" = ( +/obj/machinery/fitness/heavy/lifter, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"JL" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"JN" = ( +/obj/machinery/door/airlock/centcom{ + name = "Private"; + req_access = list(105) + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"JP" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" }) +"JQ" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"JR" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/shuttle/plating/airless, +/area/centcom/terminal) +"JU" = ( +/obj/effect/floor_decal/emblem/orangeline{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal) +"JV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/ammo_magazine/m545/ap, +/obj/item/ammo_magazine/m545/ap, +/obj/item/ammo_magazine/m545, +/obj/item/ammo_magazine/m545, +/obj/item/ammo_magazine/m545, +/obj/item/ammo_magazine/m545, +/obj/item/ammo_magazine/m545, +/obj/item/ammo_magazine/m545, +/obj/item/weapon/gun/projectile/automatic/sts35, +/obj/item/weapon/gun/projectile/automatic/sts35, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"JW" = ( +/obj/machinery/button/remote/blast_door{ + id = "ArmouryC"; + name = "Armoury Access"; + pixel_y = -28; + req_access = list(3) + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Ka" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/command) +"Kb" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Kc" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Kd" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Ke" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/centcom/main_hall) +"Kf" = ( +/turf/simulated/floor/maglev, +/area/centcom/terminal/tramfluff) +"Ki" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Kj" = ( +/obj/structure/bed/roller, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"Kl" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Kn" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Ko" = ( +/obj/machinery/transhuman/synthprinter, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Kq" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/bar_coffee/full, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/effect/floor_decal/corner/yellow/diagonal, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Kr" = ( +/obj/machinery/computer/rdservercontrol{ + badmin = 1; + dir = 8; + name = "Master R&D Server Controller" + }, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Ks" = ( +/obj/structure/table/woodentable, +/obj/machinery/computer/skills{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Ku" = ( +/obj/effect/floor_decal/steeldecal/steel_decals5, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Ky" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/automatic/bullpup, +/obj/item/weapon/gun/projectile/automatic/bullpup, +/obj/item/weapon/gun/projectile/automatic/bullpup, +/obj/item/weapon/gun/projectile/automatic/bullpup, +/obj/item/weapon/gun/projectile/automatic/bullpup, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Kz" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"KC" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"KF" = ( +/obj/structure/bed/chair/office/dark, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"KG" = ( +/obj/structure/table/standard, +/obj/machinery/microwave, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"KH" = ( +/obj/machinery/flasher/portable, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/security) +"KI" = ( +/obj/structure/closet{ + name = "Prisoner's Locker" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"KK" = ( +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/centcom/control) +"KL" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"KM" = ( +/obj/machinery/door/airlock/glass_mining{ + id_tag = "cargodoor"; + name = "Cargo Office"; + req_access = list(31); + req_one_access = list() + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/centcom) +"KN" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled, +/area/centcom/command) +"KO" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_l" + }, +/turf/simulated/floor/tiled/steel, +/area/centcom) +"KP" = ( +/obj/effect/floor_decal/derelict/d3, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"KS" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"KT" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 27 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"KU" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"KV" = ( +/obj/structure/sign/directions/elevator{ + pixel_x = -30 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"KW" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"KX" = ( +/obj/machinery/body_scanconsole{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"KY" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/paper_bin{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/command) +"La" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/skills, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Lb" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler/full, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Ld" = ( +/obj/structure/table/standard, +/obj/machinery/recharger, +/obj/item/weapon/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/weapon/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/weapon/cell/device/weapon{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Lg" = ( +/obj/machinery/vending/snack{ + name = "hacked Getmore Chocolate Corp"; + prices = list() + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"Lh" = ( +/obj/structure/table/standard, +/obj/item/device/mmi/digital/posibrain, +/obj/item/device/robotanalyzer, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Li" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen/prechilled, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Lj" = ( +/turf/simulated/floor/bluegrid, +/area/centcom/control) +"Lk" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Ll" = ( +/turf/simulated/shuttle/wall, +/area/shuttle/escape) +"Lm" = ( +/obj/effect/landmark{ + name = "tdome2" + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"Lo" = ( +/obj/structure/closet/wardrobe/orange, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Lp" = ( +/obj/machinery/airlock_sensor{ + dir = 8; + frequency = 1380; + id_tag = null; + pixel_x = 24 + }, +/obj/effect/map_helper/airlock/sensor/chamber_sensor, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1380; + id_tag = null + }, +/obj/effect/map_helper/airlock/atmos/pump_out_internal, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/shuttle/ccboat) +"Lq" = ( +/obj/machinery/door/blast/shutters{ + id = "RiotCon"; + name = "Riot Control"; + req_access = list(63); + req_one_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Lr" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Ls" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/restaurant) +"Lu" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Lv" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Ly" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor_red" + }, +/area/centcom/terminal) +"Lz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "FrontlockBD"; + name = "Security Doors"; + opacity = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"LA" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"LE" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench/left{ + dir = 8; + padding_color = "#99AAFF" + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"LF" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"LG" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"LH" = ( +/obj/machinery/computer/security, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"LI" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/orange/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/orange/bordercorner2, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"LM" = ( +/obj/structure/toilet, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"LP" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/machinery/door/window/brigdoor/northright{ + req_access = list(63); + req_one_access = list(1) + }, +/obj/machinery/door/blast/regular{ + density = 0; + dir = 4; + icon_state = "pdoor0"; + id = "FrontlockC2"; + name = "Security Door"; + opacity = 0 + }, +/obj/machinery/computer/skills, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"LQ" = ( +/obj/machinery/vending/cigarette{ + name = "hacked cigarette machine"; + prices = list(); + products = list(/obj/item/weapon/storage/fancy/cigarettes = 10, /obj/item/weapon/storage/box/matches = 10, /obj/item/weapon/flame/lighter/zippo = 4, /obj/item/clothing/mask/smokable/cigarette/cigar/havana = 2) + }, +/turf/simulated/floor/wood, +/area/centcom/specops) +"LS" = ( +/obj/item/device/radio/intercom{ + broadcasting = 1; + dir = 1; + frequency = 1443; + listening = 0; + name = "Spec Ops Intercom"; + pixel_y = 28 + }, +/obj/item/modular_computer/console/preset/command{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"LV" = ( +/obj/machinery/door/airlock/security{ + name = "Security" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"LW" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"LY" = ( +/obj/structure/table/steel_reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"LZ" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Ma" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/l3closet/security, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Mb" = ( +/turf/simulated/shuttle/floor, +/area/shuttle/supply) +"Md" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/energy/gun/nuclear, +/obj/item/weapon/gun/energy/gun/nuclear, +/obj/item/weapon/gun/energy/gun/nuclear, +/obj/item/weapon/gun/energy/gun/nuclear, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Mf" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/roastbeef, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"Mg" = ( +/obj/structure/bed{ + desc = "This is a bed..It says something close to the bottom 'I fuck the cat here too'." + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"Mi" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/living) +"Mj" = ( +/obj/structure/table/rack, +/obj/item/weapon/rig/ert/medical, +/obj/item/weapon/rig/ert/medical, +/obj/item/weapon/rig/ert/medical, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_vest, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/obj/item/clothing/accessory/storage/white_drop_pouches, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Mk" = ( +/obj/structure/table/marble, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 3 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 8 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/weapon/reagent_containers/food/drinks/cup{ + pixel_x = -4; + pixel_y = 12 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"Ml" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/centcom) +"Mm" = ( +/obj/item/device/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"Mn" = ( +/turf/unsimulated/floor{ + icon = 'icons/turf/flooring/tiles.dmi'; + icon_state = "reinforced"; + name = "reinforced floor" + }, +/area/centcom) +"Mp" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Mq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"Mr" = ( +/obj/machinery/computer/med_data, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Ms" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench{ + dir = 4; + padding_color = "#99AAFF" + }, +/obj/random/forgotten_tram, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"Mt" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/tiled/dark, +/area/centcom) +"Mv" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/syringes{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/box/syringes, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Mx" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/item/device/radio/off, +/obj/item/device/megaphone, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"My" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/automatic/p90, +/obj/item/weapon/gun/projectile/automatic/p90, +/obj/item/weapon/gun/projectile/automatic/p90, +/obj/item/weapon/gun/projectile/automatic/p90, +/obj/item/weapon/gun/projectile/automatic/p90, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Mz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"MB" = ( +/obj/effect/floor_decal/derelict/d15, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"MC" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/handcuffs, +/turf/simulated/floor/tiled, +/area/centcom/security) +"MD" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"ME" = ( +/obj/structure/table/standard, +/obj/machinery/light, +/obj/structure/closet/secure_closet/medical_wall{ + name = "anesthetic closet"; + pixel_x = -32; + req_access = list(29) + }, +/obj/item/weapon/tank/anesthetic, +/obj/item/weapon/tank/anesthetic, +/obj/item/weapon/tank/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/weapon/storage/box/gloves, +/obj/item/device/defib_kit/jumper_kit, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/control) +"MH" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/flashbangs, +/obj/item/weapon/handcuffs, +/obj/item/device/flash, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/storage/belt/security/tactical, +/obj/item/weapon/gun/energy/stunrevolver, +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/weapon/material/knife/tacknife/combatknife, +/turf/simulated/floor/wood, +/area/centcom/specops) +"MI" = ( +/obj/structure/table/steel_reinforced, +/obj/item/stack/material/phoron, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"MJ" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"ML" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"MO" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"MP" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"MQ" = ( +/obj/structure/table/standard, +/obj/structure/flora/pottedplant{ + pixel_y = 10 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"MR" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"MU" = ( +/obj/structure/table/rack, +/obj/item/rig_module/chem_dispenser/combat, +/obj/item/rig_module/chem_dispenser/combat, +/obj/item/rig_module/chem_dispenser/injector, +/obj/item/rig_module/chem_dispenser/injector, +/obj/item/rig_module/device/healthscanner, +/obj/item/rig_module/device/healthscanner, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"MW" = ( +/obj/structure/table/steel, +/obj/item/weapon/storage/firstaid/regular, +/turf/simulated/floor/tiled, +/area/centcom/bathroom) +"MX" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + dir = 8; + frequency = 1380; + id_tag = "centcom_starboard_dock"; + name = "docking port controller"; + pixel_x = 24; + req_one_access = list(13); + tag_door = null + }, +/turf/simulated/floor/reinforced, +/area/centcom) +"MZ" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/floor_decal/techfloor/orange{ + dir = 6 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/terminal) +"Na" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"Nd" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Nf" = ( +/obj/structure/closet/crate/bin, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Ng" = ( +/obj/machinery/door/airlock/glass_mining{ + id_tag = "cargodoor"; + name = "Cargo Office"; + req_access = list(31); + req_one_access = list() + }, +/turf/simulated/floor/tiled, +/area/centcom) +"Nj" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m545saw/ap, +/obj/item/ammo_magazine/m545saw/ap, +/obj/item/ammo_magazine/m545saw, +/obj/item/ammo_magazine/m545saw, +/obj/item/ammo_magazine/m545saw, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Nk" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench/left{ + dir = 8; + padding_color = "#99AAFF" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"Nl" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Nn" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/security) +"No" = ( +/obj/machinery/telecomms/bus/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Nr" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Ns" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Nt" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/grill, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Nu" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/obj/structure/closet/secure_closet/hop, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Nv" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Nw" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/ids, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Nz" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"NA" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/medical) +"NB" = ( +/obj/machinery/door/window{ + dir = 2; + name = "AI Core Door"; + req_access = list(109) + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"NE" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"NH" = ( +/obj/structure/sign/nanotrasen, +/turf/simulated/wall/r_wall, +/area/centcom/command) +"NK" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762, +/obj/item/ammo_magazine/m762/ap, +/obj/item/ammo_magazine/m762/ap, +/obj/item/ammo_magazine/m762/ap, +/obj/item/ammo_magazine/m762/ap, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"NM" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench{ + dir = 4; + padding_color = "#99AAFF" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"NN" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"NO" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"NP" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/structure/bed/chair, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"NQ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_l" + }, +/turf/simulated/floor/tiled, +/area/centcom) +"NR" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"NS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/living) +"NT" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"NV" = ( +/obj/effect/floor_decal/emblem/stellardelight, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"NW" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/living) +"NX" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"NZ" = ( +/obj/machinery/disease2/isolator, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Oa" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Ob" = ( +/obj/machinery/fitness/heavy/lifter, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Od" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/simulated/floor/lino, +/area/centcom/command) +"Of" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Oh" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/gun/energy/taser, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 26 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Oj" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/folder/blue_hop, +/turf/simulated/floor/carpet, +/area/centcom/command) +"Ol" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/tiled, +/area/centcom/bathroom) +"On" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/item/weapon/book/manual/robotics_cyborgs{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Oo" = ( +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"Op" = ( +/obj/machinery/door/airlock/centcom{ + name = "Commander"; + req_access = list(103) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Oq" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/arm_guard/bulletproof, +/obj/item/clothing/shoes/leg_guard/bulletproof, +/obj/item/clothing/suit/armor/bulletproof/alt, +/obj/item/clothing/head/helmet/bulletproof, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Or" = ( +/obj/machinery/turretid/stun{ + check_access = 0; + check_anomalies = 0; + check_records = 0; + control_area = "\improper CentCom Control"; + pixel_y = -28; + req_access = list(101) + }, +/obj/structure/table/reinforced, +/obj/item/device/pda/captain, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Os" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Ow" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Ox" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/structure/table/woodentable, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Oz" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/folder/white_rd, +/turf/simulated/floor/carpet, +/area/centcom/command) +"OA" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/book/manual/security_space_law, +/obj/item/weapon/gun/energy/taser, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/security) +"OC" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"OD" = ( +/turf/simulated/floor/reinforced, +/area/shuttle/centcom/ccbay) +"OE" = ( +/obj/machinery/vending/engivend, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"OF" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"OG" = ( +/obj/machinery/disease2/diseaseanalyser, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"OH" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/item/device/camera, +/obj/item/weapon/storage/box/ids, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"OI" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/shield/riot, +/obj/item/clothing/head/helmet/riot, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"OJ" = ( +/obj/machinery/vending/wallmed1{ + pixel_y = -32 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"OK" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"OL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/tiled, +/area/centcom/command) +"OM" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"OO" = ( +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/tiled, +/area/centcom/bathroom) +"OQ" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"OR" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"OS" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor, +/turf/simulated/floor/tiled, +/area/centcom/command) +"OU" = ( +/obj/effect/floor_decal/derelict/d11, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"OV" = ( +/obj/structure/table/woodentable{ + dir = 5 + }, +/obj/item/weapon/folder/yellow_ce, +/turf/simulated/floor/carpet, +/area/centcom/command) +"OW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/vending/security, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"OY" = ( +/obj/machinery/computer/ship/helm/adv, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"OZ" = ( +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Pa" = ( +/obj/structure/table/glass, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/item/weapon/reagent_containers/blood/OMinus, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 8 + }, +/obj/item/weapon/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/weapon/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/weapon/reagent_containers/blood/OPlus{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/device/healthanalyzer/advanced, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Pb" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/firstaid/adv{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/firstaid/adv, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Pd" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"Pf" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/meatsteak, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"Pg" = ( +/obj/structure/bed/chair/comfy/teal, +/turf/simulated/floor/carpet, +/area/centcom/command) +"Ph" = ( +/obj/machinery/door/blast/regular, +/turf/unsimulated/floor/techfloor_grid, +/area/centcom/evac) +"Pk" = ( +/obj/effect/fancy_shuttle/orangeline{ + dir = 1; + fancy_shuttle_tag = "tram" + }, +/obj/effect/fancy_shuttle_floor_preview/orangeline{ + dir = 1; + plane = -45 + }, +/turf/simulated/wall/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/area/centcom/terminal/tramfluff) +"Pl" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Pm" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Pn" = ( +/obj/structure/table/glass, +/obj/item/device/defib_kit/compact/loaded, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Po" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Pp" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Pq" = ( +/obj/machinery/deployable/barrier, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Pr" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"Ps" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Pt" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/centcom) +"Pu" = ( +/obj/effect/floor_decal/borderfloor{ + pixel_y = -16 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Pv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor_yellow" + }, +/area/centcom/terminal) +"Pw" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/wood, +/area/centcom/specops) +"Pz" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"PB" = ( +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled, +/area/centcom/command) +"PD" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full{ + maxhealth = 1e+007 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/shuttle/plating, +/area/centcom/terminal) +"PE" = ( +/obj/structure/flora/pottedplant, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"PG" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/shield/riot, +/obj/item/clothing/head/helmet/riot, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"PH" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"PI" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"PK" = ( +/obj/machinery/door/airlock/angled_bay/standard/glass{ + door_color = "#ffffff"; + name = "Medical Glass"; + req_access = list(5); + stripe_color = "#5a96bb" + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"PL" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"PN" = ( +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"PO" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled, +/area/centcom/control) +"PQ" = ( +/obj/structure/closet{ + name = "materials" + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/steel{ + amount = 50 + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/material/glass{ + amount = 50; + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/material/plasteel{ + amount = 10 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/control) +"PS" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/material/minihoe, +/obj/item/device/analyzer/plant_analyzer, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"PT" = ( +/obj/structure/table/standard, +/obj/item/bodybag/cryobag{ + pixel_x = 6 + }, +/obj/item/weapon/storage/firstaid/regular{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/random/firstaid, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"PU" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/greenbandana, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"PV" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"PW" = ( +/obj/machinery/door/airlock/angled_bay/external/glass{ + door_color = "#822a1e"; + frequency = 1380; + id_tag = "escape_shuttle_hatch"; + locked = 1; + name = "Shuttle Airlock" + }, +/turf/simulated/shuttle/floor/yellow, +/area/shuttle/escape) +"PX" = ( +/obj/structure/bed/chair, +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"PY" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"PZ" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"Qb" = ( +/obj/machinery/computer/pod{ + id = "thunderdomehea"; + name = "Thunderdome Heavy Supply" + }, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeadmin) +"Qd" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Qe" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Qg" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/belt/security/tactical, +/obj/item/weapon/storage/belt/security/tactical, +/obj/item/weapon/storage/belt/security/tactical, +/obj/item/weapon/storage/belt/security/tactical, +/obj/item/weapon/storage/belt/security/tactical, +/obj/item/weapon/storage/belt/security/tactical, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Qi" = ( +/obj/structure/table/reinforced, +/obj/item/device/camera, +/obj/item/weapon/storage/box/ids, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"Qk" = ( +/obj/structure/table/marble, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "kitchenC"; + layer = 3.3; + name = "Kitchen Shutters" + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Ql" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"Qn" = ( +/obj/machinery/sleep_console{ + dir = 4 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Qo" = ( +/obj/structure/sign/warning/docking_area, +/turf/simulated/wall/r_wall, +/area/centcom/terminal) +"Qp" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/fries, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"Qq" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/flame/lighter/zippo, +/obj/item/weapon/storage/fancy/cigarettes, +/turf/simulated/floor/carpet, +/area/centcom/restaurant) +"Qr" = ( +/turf/simulated/floor/grass, +/area/centcom/main_hall) +"Qs" = ( +/obj/effect/floor_decal/rust/steel_decals_rusted2, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"Qt" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Qu" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Qv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/weapon/gun/energy/ionrifle/pistol, +/obj/item/weapon/gun/energy/ionrifle/pistol, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Qw" = ( +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Qy" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_grid, +/area/centcom/terminal) +"Qz" = ( +/obj/item/clothing/glasses/sunglasses/sechud/tactical, +/obj/item/clothing/gloves/tactical, +/obj/item/clothing/head/helmet/tactical, +/obj/item/clothing/mask/balaclava/tactical, +/obj/item/clothing/shoes/boots/tactical, +/obj/item/clothing/suit/armor/tactical, +/obj/item/clothing/under/tactical, +/obj/item/weapon/storage/belt/security/tactical, +/obj/structure/closet{ + desc = "It's a storage unit for standard-issue attire."; + name = "tactical equipment" + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/weapon/storage/backpack/dufflebag/syndie/med, +/obj/item/weapon/storage/backpack/satchel/sec, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"QA" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/green, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"QC" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/obj/item/clothing/suit/storage/vest/heavy/officer, +/turf/simulated/floor/tiled, +/area/centcom/security) +"QF" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/empslite{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/weapon/storage/box/empslite, +/obj/item/weapon/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"QG" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8; + pixel_x = 16 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 10; + pixel_x = 16 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"QH" = ( +/obj/structure/table/rack, +/obj/item/rig_module/mounted, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"QI" = ( +/obj/structure/table/rack, +/obj/item/rig_module/device/drill, +/obj/item/rig_module/device/drill, +/obj/item/rig_module/maneuvering_jets, +/obj/item/rig_module/maneuvering_jets, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"QJ" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"QK" = ( +/turf/simulated/floor/tiled, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"QL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"QM" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"QP" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/shuttle/plating/carry, +/area/centcom/terminal) +"QQ" = ( +/obj/machinery/door/airlock/glass_research{ + name = "Robotics Lab"; + req_access = list(29,47) + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"QS" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"QU" = ( +/obj/structure/closet/wardrobe/orange, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"QV" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"QW" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"QX" = ( +/obj/effect/floor_decal/derelict/d9, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"QY" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/table/marble, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Ra" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/weapon/gun/energy/laser, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"Rb" = ( +/obj/machinery/telecomms/relay/preset/station, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Rc" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/weapon/storage/box/handcuffs, +/obj/item/weapon/storage/box/flashbangs{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Re" = ( +/obj/machinery/computer/prisoner, +/obj/effect/floor_decal/borderfloorblack{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Rf" = ( +/obj/structure/bed/chair/shuttle{ + dir = 1 + }, +/obj/effect/floor_decal/emblem/stellardelight{ + dir = 5 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"Rg" = ( +/obj/structure/closet{ + name = "Prisoner's Locker" + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/orange/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Rh" = ( +/obj/item/weapon/stool/padded, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Ri" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Rk" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/firstaid/toxin{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/weapon/storage/firstaid/toxin, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Rl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Rm" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"Ro" = ( +/obj/machinery/gibber, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"Rp" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Rq" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Rr" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/closet/walllocker_double/hydrant/west, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"Rt" = ( +/obj/machinery/flasher/portable, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/window/reinforced, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Rv" = ( +/obj/machinery/door/airlock/centcom{ + name = "Teleporter"; + req_access = list(103) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Rw" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Rx" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Ry" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/reagent_containers/food/drinks/flask/barflask, +/obj/item/weapon/reagent_containers/glass/rag, +/obj/item/weapon/reagent_containers/food/drinks/flask/vacuumflask, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"Rz" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/energy/ionrifle/pistol, +/obj/item/weapon/gun/energy/ionrifle/pistol, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"RA" = ( +/turf/simulated/wall/rshull, +/area/shuttle/ccboat) +"RB" = ( +/obj/item/weapon/reagent_containers/food/drinks/cans/cola, +/obj/structure/table/standard, +/obj/effect/floor_decal/corner/yellow/diagonal, +/obj/effect/floor_decal/corner/blue/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"RC" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"RF" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/centcom/main_hall) +"RG" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/weapon/storage/box/donkpockets, +/obj/item/weapon/storage/box/donkpockets, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"RH" = ( +/obj/machinery/status_display{ + pixel_x = -31 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"RI" = ( +/obj/item/modular_computer/console/preset/command{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"RJ" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"RL" = ( +/obj/machinery/door/airlock/security{ + name = "Security" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"RO" = ( +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"RP" = ( +/obj/machinery/door/airlock/medical{ + name = "Virology Access"; + req_access = list(5) + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"RQ" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"RS" = ( +/obj/effect/floor_decal/derelict/d2, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"RU" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/control) +"RV" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"RW" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"RX" = ( +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"RY" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/living) +"RZ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Sa" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled/steel_grid, +/area/centcom/terminal) +"Sb" = ( +/obj/machinery/computer/secure_data, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"Sc" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor/black, +/area/shuttle/escape) +"Sd" = ( +/obj/machinery/computer/shuttle_control/emergency{ + dir = 8 + }, +/obj/machinery/light/floortube{ + dir = 4; + pixel_x = 6 + }, +/turf/simulated/shuttle/floor, +/area/shuttle/escape) +"Sf" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = -16 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Sg" = ( +/obj/machinery/door/blast/regular{ + id = "ArmouryC5"; + name = "Armoury" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/control) +"Sh" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/industrial/outline/blue, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Si" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/industrial/outline/grey, +/obj/item/weapon/storage/box/teargas, +/obj/item/weapon/storage/box/teargas, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Sk" = ( +/obj/structure/table/marble, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Sl" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/item/weapon/gun/energy/netgun, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Sm" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Sn" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + icon_state = "frame"; + pixel_x = 32 + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"Sp" = ( +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Su" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full{ + maxhealth = 1e+007 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/shuttle/plating, +/area/centcom) +"Sw" = ( +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Sx" = ( +/obj/machinery/door/airlock/centcom{ + name = "Living Quarters"; + req_access = list(105) + }, +/turf/simulated/floor/carpet, +/area/centcom/control) +"Sy" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/elevator{ + dir = 4; + pixel_y = 25 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Sz" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/reagent_containers/food/snacks/grilledcheese, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"SA" = ( +/turf/simulated/wall/r_wall, +/area/centcom/terminal) +"SC" = ( +/obj/structure/bed/chair/sofa/bench/right{ + dir = 1; + padding_color = "#99AAFF" + }, +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"SF" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"SH" = ( +/obj/machinery/vending/security, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"SJ" = ( +/obj/effect/floor_decal/emblem/stellardelight{ + dir = 10 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"SK" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/tiled, +/area/centcom/control) +"SL" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/oven, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"SN" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"SR" = ( +/obj/structure/table/standard, +/obj/item/stack/medical/advanced/bruise_pack, +/obj/item/weapon/surgical/retractor, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"SS" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/steel, +/area/centcom) +"ST" = ( +/obj/machinery/door/airlock/highsecurity{ + desc = "SHIT IS LIT"; + name = "TACTICAL TOILET"; + req_one_access = newlist() + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"SU" = ( +/obj/machinery/door/airlock/freezer{ + name = "Kitchen cold room"; + req_access = list(28) + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"SW" = ( +/obj/machinery/vending/boozeomat, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"SY" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/sign/warning/lethal_turrets{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"SZ" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Ta" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 5 + }, +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Te" = ( +/obj/machinery/door/airlock/centcom{ + name = "General Access"; + req_access = list(101) + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Tf" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Tg" = ( +/obj/structure/filingcabinet/chestdrawer{ + desc = "A large drawer filled with autopsy reports."; + name = "Autopsy Reports" + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"Th" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"Ti" = ( +/obj/structure/bed/chair/backed_grey{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"Tj" = ( +/obj/effect/floor_decal/steeldecal/steel_decals10, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Tk" = ( +/obj/structure/table/standard, +/obj/item/weapon/soap, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Tm" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/obj/item/weapon/cell/device/weapon, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"To" = ( +/obj/structure/sign/department/bar, +/turf/simulated/wall/r_wall, +/area/centcom/restaurant) +"Tt" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Tw" = ( +/obj/structure/table/glass, +/obj/item/device/healthanalyzer/advanced, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Tx" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor, +/obj/item/weapon/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Ty" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Tz" = ( +/obj/effect/floor_decal/techfloor/orange{ + dir = 8 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/centcom/terminal) +"TB" = ( +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "TelelockdownC"; + name = "Teleporter Full Lockdown"; + pixel_x = 6; + pixel_y = -5; + req_access = list(63); + req_one_access = list(1) + }, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled, +/area/centcom/command) +"TF" = ( +/obj/structure/table/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/weapon/melee/energy/axe, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"TG" = ( +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"TJ" = ( +/obj/effect/floor_decal/emblem/stellardelight/center, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"TK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/gun/energy/taser, +/obj/item/weapon/gun/energy/taser, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"TM" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/ammo_magazine/m9mmp90, +/obj/item/ammo_magazine/m9mmp90, +/obj/item/ammo_magazine/m9mmp90, +/obj/item/ammo_magazine/m9mmp90, +/obj/item/ammo_magazine/m9mmp90, +/obj/item/ammo_magazine/m9mmp90, +/obj/item/ammo_magazine/m9mmp90, +/obj/item/ammo_magazine/m9mmp90, +/obj/item/ammo_magazine/m9mmp90, +/obj/item/ammo_magazine/m9mmp90, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"TN" = ( +/obj/structure/bed/chair/wood/wings{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"TP" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"TS" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"TT" = ( +/obj/machinery/door/airlock/glass_research{ + name = "Research and Development"; + req_access = list(7) + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"TU" = ( +/obj/structure/table/standard, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/item/weapon/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/machinery/cell_charger, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"TV" = ( +/obj/structure/closet/crate/bin, +/turf/simulated/floor/lino, +/area/centcom/command) +"TX" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/orange/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"TY" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Ua" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Ub" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Uc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{ + dir = 1 + }, +/turf/simulated/floor/tiled/eris/dark/cargo, +/area/shuttle/ccboat) +"Ud" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/armor/vest/ert/command, +/obj/item/clothing/head/helmet/ert/command, +/obj/item/weapon/storage/backpack/ert/commander, +/turf/simulated/floor/wood, +/area/centcom/specops) +"Uf" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Ug" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/stamp/hos, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Ui" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin, +/obj/item/weapon/pen, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Uj" = ( +/obj/structure/table/glass, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Um" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Up" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom) +"Uq" = ( +/obj/structure/table/standard, +/obj/item/device/mmi, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Us" = ( +/obj/machinery/newscaster{ + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"Ut" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/transhuman/resleever, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Uu" = ( +/obj/structure/table/standard, +/obj/item/weapon/hand_labeler, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/obj/item/weapon/reagent_containers/glass/beaker/sulphuric, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Uw" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Ux" = ( +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Uy" = ( +/obj/structure/flora/pottedplant{ + icon_state = "plant-10" + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Uz" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"UA" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"UD" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/weapon/gun/energy/sniperrifle, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"UE" = ( +/obj/structure/table/rack, +/obj/item/weapon/gun/projectile/automatic/pdw, +/obj/item/weapon/gun/projectile/automatic/pdw, +/obj/item/weapon/gun/projectile/automatic/pdw, +/obj/item/weapon/gun/projectile/automatic/pdw, +/obj/item/weapon/gun/projectile/automatic/pdw, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"UH" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/screwdriver, +/obj/item/weapon/tool/wrench, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/tool/screwdriver, +/obj/item/weapon/tool/wrench, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"UI" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/accessory/holster/hip, +/obj/item/ammo_magazine/m44, +/obj/item/ammo_magazine/m44, +/obj/item/weapon/gun/projectile/deagle, +/turf/simulated/floor/wood, +/area/centcom/specops) +"UJ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"UK" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor_yellow" + }, +/area/centcom/terminal) +"UL" = ( +/obj/effect/forcefield{ + desc = "You can't get in. Heh."; + layer = 1; + name = "Blocker" + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"UM" = ( +/obj/effect/floor_decal/corner/white{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"UN" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"UO" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/machinery/computer/cryopod/dorms{ + name = "Company Property Retention System"; + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"UP" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced, +/obj/item/weapon/gun/projectile/shotgun/pump/combat, +/obj/item/weapon/gun/projectile/shotgun/pump/combat, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"UQ" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/item/device/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"UR" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"UT" = ( +/obj/structure/table/rack, +/obj/item/rig_module/mounted/taser, +/obj/item/rig_module/mounted/taser, +/obj/item/rig_module/mounted/taser, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"UV" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals10{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/living) +"UW" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"UX" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"UY" = ( +/obj/structure/table/steel_reinforced, +/obj/item/weapon/smes_coil, +/obj/item/weapon/smes_coil, +/obj/item/device/t_scanner/advanced, +/obj/item/device/t_scanner/advanced, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Vb" = ( +/obj/structure/table/rack, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/obj/item/ammo_magazine/ammo_box/b12g/beanbag, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Vc" = ( +/obj/structure/table/marble, +/obj/machinery/chemical_dispenser/bar_coffee/full, +/turf/simulated/floor/lino, +/area/centcom/command) +"Vd" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Ve" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/energy/gun, +/obj/item/weapon/gun/energy/gun, +/obj/item/weapon/gun/energy/gun, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Vf" = ( +/obj/machinery/door/airlock/security{ + name = "Security" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"Vh" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/simulated/floor/tiled/freezer, +/area/centcom/bathroom) +"Vi" = ( +/obj/structure/table/rack, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/item/weapon/shield/energy, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/melee/energy/sword/blue, +/obj/item/weapon/melee/energy/sword/blue, +/obj/item/weapon/melee/energy/sword/blue, +/obj/item/weapon/melee/energy/sword/blue, +/obj/item/weapon/melee/energy/sword/blue, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Vk" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Vl" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Vm" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/control) +"Vn" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/obj/item/weapon/cell/hyper, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Vo" = ( +/turf/simulated/wall/fancy_shuttle/window{ + fancy_shuttle_tag = "tram" + }, +/area/centcom/terminal/tramfluff) +"Vq" = ( +/obj/structure/table/standard, +/obj/item/weapon/soap, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Vr" = ( +/obj/machinery/camera/network/crescent{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Vt" = ( +/turf/simulated/floor/tiled, +/area/centcom/control) +"Vu" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + frequency = 1380; + id_tag = null + }, +/obj/effect/map_helper/airlock/atmos/chamber_pump, +/turf/simulated/floor/plating, +/area/shuttle/ccboat) +"Vx" = ( +/obj/machinery/newscaster{ + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Vz" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/specops) +"VA" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/item/device/radio/intercom{ + dir = 1; + frequency = 1475; + name = "Station Intercom (Security)"; + pixel_y = 27 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"VC" = ( +/obj/structure/reagent_dispensers/water_cooler/full, +/turf/simulated/floor/tiled, +/area/centcom/command) +"VD" = ( +/obj/structure/table/glass, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"VE" = ( +/obj/structure/table/standard, +/obj/structure/reagent_dispensers/acid{ + pixel_y = -30 + }, +/obj/item/weapon/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/purple/border, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"VF" = ( +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"VG" = ( +/obj/machinery/door/airlock/angled_bay/standard/glass{ + dir = 4; + door_color = "#e6ab22"; + name = "Engineering Glass"; + req_access = null; + stripe_color = "#913013" + }, +/turf/simulated/shuttle/floor{ + icon_state = "floor_yellow" + }, +/area/centcom/terminal) +"VI" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"VJ" = ( +/turf/simulated/floor/tiled/dark, +/area/centcom/control) +"VK" = ( +/turf/simulated/shuttle/floor{ + icon_state = "floor_red" + }, +/area/centcom/terminal) +"VM" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 26 + }, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"VN" = ( +/obj/machinery/computer/security/telescreen, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeobserve) +"VP" = ( +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"VQ" = ( +/obj/machinery/gibber, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"VR" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "turrets"; + name = "Turret Doors"; + pixel_x = -23; + req_access = list(63); + req_one_access = list(1) + }, +/obj/effect/floor_decal/borderfloorblack{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"VT" = ( +/obj/structure/bed/padded, +/obj/item/weapon/bedsheet/orange, +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/borderfloorblack{ + dir = 5 + }, +/obj/effect/floor_decal/corner/orange/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"VU" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/item/clothing/suit/storage/vest/tactical, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/clothing/suit/storage/vest/tactical, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"VV" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/centcom/terminal) +"VY" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"VZ" = ( +/obj/structure/table/glass, +/obj/machinery/chemical_dispenser/ert, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/bordercorner2{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Wb" = ( +/obj/structure/sign/painting/public{ + pixel_x = 30 + }, +/turf/simulated/floor/carpet, +/area/centcom/restaurant) +"Wc" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Wd" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"We" = ( +/obj/machinery/computer/secure_data, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Wk" = ( +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"Wl" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Wo" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 10 + }, +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled/dark, +/area/centcom/command) +"Wp" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/obj/item/clothing/accessory/storage/black_drop_pouches, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Wq" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"Wr" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Wt" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/multiple/corp_crate, +/turf/simulated/floor/tiled, +/area/centcom) +"Wu" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"Wv" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/skills, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Ww" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner{ + dir = 1 + }, +/obj/machinery/button/remote/blast_door{ + id = "FrontlockC2"; + name = "Checkpoint Shielding"; + pixel_x = -35; + pixel_y = -8; + req_access = list(63); + req_one_access = list(1) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"Wy" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"Wz" = ( +/turf/simulated/shuttle/wall, +/area/centcom/terminal) +"WD" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + req_access = list(5) + }, +/obj/machinery/door/firedoor/multi_tile, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"WF" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/landmark{ + name = "tdome1" + }, +/turf/unsimulated/floor/techfloor_grid, +/area/tdome/tdome1) +"WG" = ( +/obj/machinery/embedded_controller/radio/simple_docking_controller{ + dir = 8; + frequency = 1380; + id_tag = "centcom_port_dock"; + name = "docking port controller"; + pixel_x = 24; + req_one_access = list(13) + }, +/turf/simulated/floor/reinforced, +/area/centcom) +"WH" = ( +/turf/simulated/wall/r_wall, +/area/centcom/security{ + name = "\improper CentCom Security Arrivals" + }) +"WJ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"WK" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 1 + }, +/obj/effect/floor_decal/corner_steel_grid{ + dir = 10 + }, +/obj/machinery/transhuman/resleever, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"WL" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/pill_bottle/dice, +/obj/item/weapon/deck/cards, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"WM" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "TelelockdownC"; + name = "Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/living) +"WQ" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"WS" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/reinforced, +/area/centcom/terminal) +"WV" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"WW" = ( +/obj/effect/floor_decal/borderfloorwhite, +/obj/effect/floor_decal/corner/paleblue/border, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"WZ" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/wood, +/area/centcom/specops) +"Xa" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Xc" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/weapon/pen, +/obj/machinery/door/window/brigdoor{ + dir = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Xd" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/security) +"Xf" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Xg" = ( +/obj/machinery/porta_turret/crescent{ + density = 1 + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/specops) +"Xh" = ( +/obj/structure/closet/emcloset, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Xj" = ( +/obj/machinery/door/blast/regular{ + density = 0; + icon_state = "pdoor0"; + id = "CentComPort"; + name = "Security Doors"; + opacity = 0 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Xm" = ( +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Xn" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/sofa/bench{ + dir = 8; + padding_color = "#99AAFF" + }, +/obj/random/forgotten_tram, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"Xo" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/reagent_containers/hypospray, +/obj/item/weapon/reagent_containers/hypospray, +/obj/item/weapon/reagent_containers/hypospray, +/obj/item/weapon/reagent_containers/hypospray, +/obj/item/weapon/reagent_containers/hypospray, +/obj/item/weapon/reagent_containers/hypospray, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Xp" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"Xq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 9 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/obj/structure/closet/crate/bin, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Xr" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Xt" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Xu" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Xw" = ( +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Xx" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security{ + name = "\improper CentCom Residential Security" + }) +"Xy" = ( +/obj/item/weapon/paper{ + info = "You're not supposed to be here."; + name = "unnerving letter" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom) +"Xz" = ( +/obj/structure/bed/chair/sofa/bench/right{ + dir = 4; + padding_color = "#99AAFF" + }, +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/random/forgotten_tram, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"XA" = ( +/obj/structure/closet/secure_closet/bar, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/tdome/tdomeobserve) +"XB" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 10 + }, +/obj/machinery/smartfridge/chemistry/virology, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"XE" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 4 + }, +/obj/effect/floor_decal/corner/green/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"XF" = ( +/obj/structure/sign/painting/public{ + pixel_x = -30 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"XI" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + icon_state = "frame"; + pixel_y = 30 + }, +/turf/simulated/floor/lino, +/area/centcom/command) +"XJ" = ( +/obj/item/weapon/stool/padded, +/turf/simulated/floor/lino, +/area/centcom/restaurant) +"XK" = ( +/obj/machinery/telecomms/processor/preset_cent, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"XM" = ( +/obj/structure/bed/chair/bay/shuttle{ + dir = 4 + }, +/turf/simulated/floor/tiled/eris/dark/techfloor_grid, +/area/shuttle/ccboat) +"XN" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/control) +"XP" = ( +/obj/structure/table/reinforced, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"XQ" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full{ + maxhealth = 1e+007 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/shuttle/plating, +/area/centcom/terminal) +"XR" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/book/manual/security_space_law, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"XT" = ( +/obj/effect/floor_decal/emblem/orangeline{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal) +"XV" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/shuttle/plating/carry, +/area/centcom/terminal) +"XX" = ( +/turf/simulated/floor/tiled/dark, +/area/centcom) +"XY" = ( +/obj/machinery/door/airlock/angled_bay/external/glass{ + dir = 4; + frequency = 1380; + id_tag = null; + locked = 1; + name = "Docking Port Airlock" + }, +/obj/effect/map_helper/airlock/door/int_door, +/turf/simulated/floor/tiled/steel_ridged, +/area/shuttle/ccboat) +"Ya" = ( +/obj/structure/table/standard, +/obj/machinery/computer/skills{ + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Yb" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/flora/pottedplant{ + icon_state = "plant-22" + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Yc" = ( +/obj/structure/closet/firecloset, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Yd" = ( +/obj/structure/table/rack{ + dir = 4 + }, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/suit/space/void/security, +/obj/item/clothing/head/helmet/space/void/security, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Yg" = ( +/obj/structure/sign/department/commander, +/turf/simulated/wall/r_wall, +/area/centcom/security) +"Yh" = ( +/obj/machinery/door/blast/regular{ + dir = 8; + id = "ArmouryC4"; + layer = 3.3; + name = "Armoury" + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Yn" = ( +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/blocker, +/turf/simulated/floor/tiled{ + icon_state = "white" + }, +/area/centcom/living) +"Yo" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Yp" = ( +/obj/structure/table/rack, +/obj/item/weapon/storage/pill_bottle/iron, +/obj/item/weapon/storage/pill_bottle/iron, +/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/fitnessflask/glucose, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"Yq" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/obj/machinery/camera/network/crescent{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Yr" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 9 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 9 + }, +/obj/machinery/vending/medical, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Ys" = ( +/turf/simulated/wall/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/area/centcom/terminal/tramfluff) +"Yt" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom) +"Yu" = ( +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"Yw" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Yy" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/energy/xray, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"YA" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/machinery/door/airlock/glass_external{ + frequency = 1380; + icon_state = "door_locked"; + id_tag = "escape_shuttle_hatch_offsite"; + locked = 1; + name = "Shuttle Hatch" + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"YE" = ( +/obj/machinery/optable, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"YF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/centcom/bar) +"YG" = ( +/obj/machinery/door/window/brigdoor/southleft{ + id = "CellC2"; + name = "Cell 2"; + req_access = list(2) + }, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"YJ" = ( +/obj/machinery/pipedispenser/disposal/orderable, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/control) +"YK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel, +/area/centcom) +"YL" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/machinery/button/remote/blast_door{ + id = "kitchenC"; + name = "Kitchen Shutters"; + pixel_x = -26; + pixel_y = 23 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"YM" = ( +/obj/structure/table/rack, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/item/weapon/gun/energy/netgun, +/obj/item/weapon/gun/energy/netgun, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"YQ" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) +"YS" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"YX" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/material/knife/tacknife/combatknife, +/obj/item/weapon/material/knife/tacknife/combatknife, +/obj/item/weapon/material/knife/tacknife/combatknife, +/obj/item/weapon/material/knife/tacknife/combatknife, +/obj/item/weapon/material/knife/tacknife/combatknife, +/obj/item/weapon/material/knife/tacknife/combatknife, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/melee/baton/loaded, +/obj/item/weapon/melee/baton/loaded, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"Zc" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Ze" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Zf" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Zg" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled, +/area/centcom/security) +"Zh" = ( +/obj/effect/floor_decal/borderfloorblack{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Zi" = ( +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/obj/effect/floor_decal/borderfloorblack/corner2, +/obj/effect/floor_decal/borderfloorblack/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Zj" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/turf/simulated/floor/tiled, +/area/centcom/bathroom) +"Zk" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/fryer, +/turf/simulated/floor/tiled/white, +/area/centcom/control) +"Zl" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/centcom/main_hall) +"Zm" = ( +/obj/machinery/door/blast/regular{ + id = "ArmouryC"; + name = "Armoury" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"Zr" = ( +/obj/structure/table/glass, +/obj/item/roller, +/obj/item/roller{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 16 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Zs" = ( +/obj/effect/floor_decal/emblem/stellardelight{ + dir = 1 + }, +/turf/simulated/shuttle/floor/white, +/area/centcom/terminal) +"Zt" = ( +/obj/effect/floor_decal/borderfloorwhite{ + dir = 6 + }, +/obj/effect/floor_decal/corner/paleblue/border{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/weapon/storage/box/syringes, +/turf/simulated/floor/tiled/white, +/area/centcom/medical) +"Zu" = ( +/obj/machinery/r_n_d/server/centcom, +/turf/unsimulated/floor/steel, +/area/centcom/control) +"Zv" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/centcom/control) +"Zw" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/command) +"Zx" = ( +/obj/machinery/camera/network/crescent, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"Zy" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/border{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 8 + }, +/obj/effect/floor_decal/corner/blue/bordercorner2{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/holding) +"ZA" = ( +/obj/structure/table/steel, +/obj/item/weapon/paper_bin{ + pixel_y = -6 + }, +/obj/item/device/camera{ + name = "Autopsy Camera"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/weapon/pen/red, +/obj/item/weapon/pen/blue{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/medical) +"ZB" = ( +/obj/effect/floor_decal/corner/grey/diagonal{ + dir = 4 + }, +/obj/machinery/appliance/cooker/fryer, +/turf/simulated/floor/tiled/white, +/area/centcom/bar) +"ZC" = ( +/obj/structure/table/reinforced, +/obj/item/device/megaphone, +/obj/item/weapon/storage/box/trackimp, +/obj/item/weapon/storage/box/cdeathalarm_kit, +/turf/simulated/floor/wood, +/area/centcom/specops) +"ZD" = ( +/obj/effect/floor_decal/fancy_shuttle{ + fancy_shuttle_tag = "tram" + }, +/obj/structure/bed/chair/shuttle{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/centcom/terminal/tramfluff) +"ZE" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/tiled{ + icon_state = "dark" + }, +/area/centcom/specops) +"ZF" = ( +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/wood, +/area/centcom/restaurant) +"ZH" = ( +/obj/machinery/door/airlock/command{ + name = "Thunderdome"; + req_one_access = list() + }, +/turf/unsimulated/floor/steel, +/area/tdome/tdomeadmin) +"ZK" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/floor_decal/borderfloorblack, +/obj/effect/floor_decal/corner/blue/border, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ZL" = ( +/turf/simulated/floor/tiled/dark, +/area/centcom/living) +"ZQ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/floor_decal/borderfloorwhite{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloorwhite/corner2{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/centcom/bathroom) +"ZR" = ( +/obj/machinery/door/airlock/command{ + id_tag = "HoSdoor"; + name = "Head of Security"; + req_access = list(58) + }, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ZS" = ( +/obj/effect/floor_decal/derelict/d10, +/turf/simulated/floor/tiled, +/area/centcom/evac) +"ZT" = ( +/obj/structure/table/standard, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/item/weapon/paper_bin{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/weapon/pen, +/obj/machinery/camera/network/crescent, +/turf/simulated/floor/tiled, +/area/centcom/command) +"ZU" = ( +/obj/structure/table/reinforced, +/obj/item/weapon/storage/firstaid/clotting, +/obj/item/weapon/storage/firstaid/bonemed, +/obj/item/weapon/storage/pill_bottle/sleevingcure/full, +/turf/simulated/floor/tiled/dark, +/area/centcom/specops) +"ZW" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/shuttle/centcom/ccbay) +"ZX" = ( +/turf/unsimulated/wall, +/area/tdome/tdomeadmin) +"ZY" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled/dark, +/area/centcom/security) +"ZZ" = ( +/turf/simulated/floor/reinforced, +/area/centcom) (1,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay "} (2,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +fT +Ay "} (3,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +Ay "} (4,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (5,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (6,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (7,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (8,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (9,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (10,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (11,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (12,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (13,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (14,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (15,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (16,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (17,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (18,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (19,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (20,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +fC +fC +yT +yT +yT +fC +fC +yT +yT +yT +fC +fC +yT +yT +yT +fC +fC +yT +yT +yT +fC +fC +yT +yT +yT +fC +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (21,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +fC +EB +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +vA +WS +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (22,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +Su +VV +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (23,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +Su +VV +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +Wz +Wz +Iy +Iy +Iy +Iy +Wz +tQ +tQ +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (24,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +fC +VV +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +QP +JR +sL +sL +sL +nY +HP +Wz +tQ +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (25,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +Su +VV +tQ +Wz +Wz +Wz +fR +Wz +Wz +Wz +Wz +tQ +tQ +tQ +tQ +QP +JR +VK +VK +VK +VK +yM +XV +tQ +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (26,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +fC +VV +tQ +QP +JR +vb +vb +CA +UK +UK +Wz +Iy +Iy +Iy +Iy +Wz +Wz +IY +VK +VK +hK +yM +XV +tQ +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (27,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +Su +VV +tQ +QP +JR +vb +vb +vb +vb +iK +Wz +uf +uf +uf +uf +Ba +Wz +go +VK +VK +hK +HP +Wz +Wz +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (28,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +Su +VV +tQ +HP +Wz +vb +vb +vb +kv +kv +Wz +kQ +VP +VP +VP +VP +qD +VK +VK +Ly +VK +sJ +Wz +Wz +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (29,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +fC +VV +tQ +Wz +Wz +Wz +Wz +VG +Wz +Wz +HP +VP +te +XP +FT +VP +HP +Iy +HP +Wz +Wz +Wz +Wz +Wz +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (30,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +SA +SA +SA +SA +SA +SA +SA +SA +SA +SA +SA +SA +SA +SA +SA +SA +XQ +XQ +SA +SA +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +CM +CM +EZ +EZ +EZ +CM +CM +EZ +EZ +EZ +CM +CM +VV +tQ +tQ +tQ +Wz +xP +VP +uf +uf +Ba +VP +te +tV +FT +VP +uf +uf +Wz +of +NR +uM +xZ +Iy +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (31,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +SA +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +CM +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +pu +VV +tQ +tQ +tQ +mZ +VP +VP +VP +VP +VP +VP +te +XP +an +fa +SJ +VP +Bd +rK +rK +rK +AU +Iy +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (32,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +PD +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +CM +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +CM +VV +tQ +tQ +tQ +Wz +kQ +VP +XP +XP +XP +VP +VP +VP +Zs +TJ +NV +kL +Wz +aA +rK +zW +cu +Iy +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (33,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +Ll +zM +Ll +Ll +ae +ae +eq +ae +ae +Ll +Ll +zM +Ll +tQ +tQ +tQ +PD +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +CM +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +pu +VV +tQ +tQ +tQ +mZ +VP +VP +VP +VP +VP +VP +te +XP +Rf +gr +xS +VP +Bd +rK +rK +rK +ry +Iy +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (34,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +Ll +Ll +Ll +Ll +Sc +Sc +Sc +jh +Sc +Sc +Sc +Ll +Ll +Ll +Ll +tQ +tQ +PD +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +CM +rB +dR +dR +dR +CM +CM +CM +CM +CM +CM +CM +VV +tQ +tQ +tQ +Wz +xP +VP +AH +AH +sj +VP +te +tV +FT +VP +AH +AH +Wz +pU +AP +xM +YQ +Iy +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (35,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +ae +Sc +co +Sc +jh +jh +jh +jh +jh +jh +jh +Sc +co +Sc +ae +tQ +tQ +SA +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +CM +dR +dR +dR +dR +CM +dT +oS +dT +oS +oS +oS +VV +tQ +Wz +Wz +Wz +Wz +VG +Wz +Wz +HP +VP +te +XP +FT +VP +HP +Iy +HP +Wz +Wz +Wz +Wz +Wz +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (36,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +Ll +Sc +Sc +Sc +dG +Sc +Sc +Sc +Sc +Sc +gg +Sc +Sc +Sc +Ll +tQ +tQ +SA +fC +yT +yT +yT +fC +fC +yT +yT +yT +fC +fC +yT +yT +yT +fC +CM +dR +dR +dR +dR +CM +lW +oS +oS +oS +dT +oS +VV +tQ +HP +Wz +vb +vb +vb +UK +UK +Wz +kQ +VP +VP +VP +VP +PK +VP +VP +fn +VP +sf +Wz +Wz +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (37,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +PW +jh +jh +jh +jh +jh +jh +jh +jh +jh +jh +jh +jh +jh +PW +tQ +tQ +SA +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +CM +dR +dR +dR +dR +CM +oS +vy +vy +vy +vy +oS +VV +tQ +QP +JR +vb +vb +vb +vb +iK +Wz +AH +AH +AH +AH +sj +Wz +KX +VP +VP +bz +HP +Wz +Wz +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (38,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +Ll +pf +pf +pf +jh +Sc +Sc +Sc +Sc +Sc +jh +Sc +Sc +Sc +Ll +tQ +tQ +SA +ZZ +ym +Ml +Ml +Ml +Ml +zB +ZZ +ym +Ml +Ml +Ml +Ml +zB +ZZ +AQ +dR +dR +dR +dR +CM +oS +KO +mG +YK +vy +oS +VV +tQ +QP +JR +vb +vb +Pv +kv +kv +Wz +Iy +Iy +Iy +Iy +Wz +Wz +zp +VP +VP +Wq +yM +XV +tQ +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (39,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +Ll +Ll +jh +jh +jh +jh +jh +jh +jh +jh +jh +jh +jh +Ll +Ll +tQ +tQ +SA +ZZ +rF +ZZ +qu +ZZ +ZZ +un +ZZ +rF +ZZ +ZZ +ZZ +ZZ +un +ZZ +Ux +dR +dR +dR +dR +CM +oS +vy +vy +vy +vy +oS +VV +tQ +Wz +Wz +Wz +fR +Wz +Wz +Wz +Wz +tQ +tQ +tQ +tQ +QP +JR +VP +VP +VP +VP +yM +XV +tQ +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (40,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +Ll +Ll +Sc +Sc +Sc +jh +Sc +jh +Sc +Sc +Sc +Ll +Ll +tQ +tQ +tQ +SA +ZZ +rF +ZZ +ZZ +ZZ +ZZ +un +ZZ +rF +ZZ +ZZ +ZZ +ZZ +un +ZZ +CM +dR +dR +dR +dR +CM +oS +SS +GU +fj +vy +oS +VV +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +QP +JR +AH +AH +AH +mE +HP +Wz +tQ +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (41,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +tQ +Ll +Ll +gg +jh +jh +jh +jh +jh +dG +Ll +Ll +tQ +tQ +tQ +tQ +SA +ZZ +rF +ZZ +ZZ +ZZ +ZZ +un +ZZ +rF +ZZ +ZZ +ZZ +ZZ +un +ZZ +CM +dR +dR +dR +dR +CM +oS +vy +vy +vy +vy +oS +VV +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +Wz +Wz +Iy +Iy +Iy +Iy +Wz +tQ +tQ +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (42,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +tQ +tQ +Ll +Ll +Sc +Sc +jh +Sc +Sc +Ll +Ll +tQ +tQ +tQ +tQ +tQ +SA +ZZ +rF +ZZ +ZZ +ZZ +ZZ +un +ZZ +rF +ZZ +ZZ +ZZ +ZZ +un +ZZ +CM +dR +dR +dR +dR +CM +NQ +oS +cf +oS +oS +oS +VV +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +fX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (43,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +tQ +tQ +tQ +ae +Sc +Sc +jh +Sc +Sc +ae +tQ +tQ +tQ +tQ +tQ +tQ +SA +ZZ +rF +ZZ +ZZ +ZZ +ZZ +un +ZZ +rF +ZZ +ZZ +ZZ +ZZ +un +ZZ +CM +dR +dR +dR +dR +CM +cf +oS +oS +oS +NQ +oS +Ji +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +lr +zx +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (44,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +tQ +tQ +tQ +ae +Sc +Sc +jh +Sc +Sc +ae +tQ +tQ +tQ +tQ +tQ +tQ +SA +ZZ +rF +ZZ +ZZ +ZZ +ZZ +un +ZZ +rF +ZZ +sS +ZZ +ZZ +un +ZZ +AQ +dR +dR +dR +dR +CM +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (45,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +tQ +tQ +tQ +Ll +hm +Sc +Sd +Sc +Sc +Ll +tQ +tQ +tQ +tQ +tQ +tQ +SA +ZZ +gm +oh +oh +oh +oh +iu +ZZ +gm +oh +oh +oh +oh +iu +ZZ +Ux +dR +dR +dR +dR +dR +oS +KM +oS +oS +Wt +Wt +Pt +Wt +fC +vy +vy +vy +fC +Mt +Mt +XX +Mt +Mt +Mt +XX +Mt +Mt +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (46,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +tQ +tQ +tQ +Ll +Ll +ae +lb +ae +Ll +Ll +tQ +tQ +tQ +tQ +tQ +tQ +SA +ZZ +ZZ +ZZ +WG +ZZ +ZZ +ZZ +ZZ +ZZ +ZZ +MX +ZZ +ZZ +ZZ +ZZ +CM +dR +dR +dR +dR +dR +Pt +bw +oS +oS +vy +vy +vy +vy +fC +vy +vy +vy +fC +XX +XX +XX +XX +Xy +XX +XX +XX +XX +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (47,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +tQ +SA +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +dR +dR +dR +dR +dR +Pt +uA +pC +oS +oS +oS +oS +oS +Ng +vy +vy +vy +fC +Mt +Mt +XX +Mt +Mt +Mt +XX +Mt +Mt +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (48,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +CM +CM +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +CM +rB +dR +dR +dR +dR +Pt +uA +pC +oS +Pt +Wt +Pt +Pt +fC +vy +vy +vy +bw +XX +XX +XX +XX +XX +XX +XX +XX +XX +bw +fC +fC +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (49,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +CM +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +Up +bY +Yt +oS +oS +oS +oS +oS +fC +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (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 -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +CM +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +CM +dR +dR +dR +dR +dR +tL +fC +kh +oS +Wt +Pt +Wt +Pt +fC +Mn +nN +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +lk +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (51,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +CM +rB +dR +dR +dR +iH +iH +iH +iH +iH +iH +iH +iH +iH +fC +Mn +ys +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (52,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +iH +BI +kC +kC +ZQ +RJ +CX +Tk +iH +dR +dR +dR +dR +iH +Vq +CX +Nf +kC +kC +kC +MR +iH +fC +Mn +ys +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (53,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +ZX +ZX +ZX +ZX +ZX +ZX +ZX +IS +IS +IS +IS +IS +VF +ZX +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +iH +Zx +dM +dM +dM +dM +dM +mx +iH +dR +dR +dR +dR +iH +Zx +dM +dM +dM +dM +dM +mx +iH +fC +Mn +ys +Mn +Jr +Jr +Jr +tm +tm +Jr +Jr +Jr +Jr +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (54,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +XA +XA +RV +RV +ZX +ZX +ZX +sq +sq +sq +sq +sq +sq +ZX +ZX +ZX +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +iH +dM +dM +dM +dM +dM +dM +dM +Zj +dR +dR +dR +dR +Zj +dM +dM +dM +dM +dM +dM +dM +iH +fC +Mn +ys +Mn +Jr +jN +Mb +Mb +Mb +Mb +Mb +iM +Jr +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (55,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +Wk +Wk +Wk +cZ +ZX +TF +bS +Lm +Lm +Lm +Lm +Lm +Lm +lJ +ly +ZX +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +iH +dM +Mp +dM +Mp +dM +Mp +dM +iH +fr +dR +dR +dR +iH +dM +Mp +dM +Mp +dM +Mp +dM +iH +fC +Mn +ys +Mn +Jr +Mb +Mb +Mb +Mb +Mb +Mb +Jr +Jr +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (56,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +Wk +Wk +Wk +KG +ZX +TF +bS +Lm +DI +Lm +Lm +DI +Lm +lJ +ly +ZX +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +iH +Ic +iH +Cx +iH +lO +iH +jW +iH +ea +dR +dR +DX +iH +Ic +iH +Cx +iH +lO +iH +jW +iH +fC +Mn +ys +Mn +iY +tz +Mb +Mb +Mb +Mb +Mb +ug +xt +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (57,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +Wk +Wk +Wk +KG +ZX +TF +bS +Lm +Lm +qb +Lm +Lm +Lm +lJ +ly +ZX +bR +wY +wY +wY +wY +wY +wY +wY +bR +bR +bR +wY +wY +wY +wY +wY +wY +wY +Vd +iH +Xt +iH +Xt +iH +Xt +iH +PX +dR +dR +DX +iH +Xt +iH +Xt +iH +Xt +iH +Vd +iH +fC +Mn +ys +Mn +Jr +Mb +Mb +Mb +Mb +Mb +Mb +Jr +Jr +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (58,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +Wk +Wk +Wk +Wk +ZX +TF +bS +Lm +DI +Lm +Lm +DI +Lm +lJ +ly +ZX +bR +wY +kO +vm +vm +GC +ti +wY +bR +bR +bR +wY +Ff +mv +yx +cJ +Mr +wY +iH +iH +iH +iH +iH +iH +iH +iH +NP +dR +dR +DX +iH +iH +iH +iH +iH +iH +iH +iH +iH +fC +Mn +ys +Mn +Jr +jN +Mb +Mb +Mb +Mb +Mb +iM +Jr +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (59,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -l -l -l -l -l -l -l -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +Ro +Ro +yI +Wk +ZX +TF +bS +Lm +Lm +Lm +Lm +Lm +Lm +lJ +ly +ZX +bR +wY +Nr +qX +qX +Id +tU +wY +bR +bR +bR +wY +SR +qX +Tj +HK +ii +wY +bR +bR +bR +bR +bR +bR +bR +CM +Iz +dR +dR +DX +WH +WH +WH +WH +WH +WH +WH +WH +WH +fC +Mn +ys +Mn +Jr +Jr +Jr +Jr +Jr +Jr +Jr +Jr +Jr +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (60,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -l -l -l -l -l -l -l -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +ZX +ZX +ZX +oD +ZX +ZX +ZX +ni +ni +ni +ni +ni +ni +ZX +ZX +ZX +bR +wY +DM +qX +qX +qX +ac +wY +bR +bR +bR +wY +vh +qX +GP +hn +rh +wY +bR +bR +bR +bR +bR +bR +bR +CM +NP +dR +dR +DX +nH +Mz +aS +OR +jE +WH +IX +RG +mi +fC +Mn +ys +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (61,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -l -l -l -l -l -l -l -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +kn +in +in +in +rS +yw +vL +vL +vL +vL +vL +vL +yw +ZX +bR +bR +wY +QA +qX +qX +qX +uz +wY +bR +bR +bR +wY +FX +qX +sm +hn +OJ +wY +bR +bR +bR +bR +bR +bR +bR +CM +Yb +dR +dR +DX +zo +vZ +Ww +TG +oJ +WH +fq +TG +HG +fC +Mn +ys +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +bd +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (62,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -R -R -u -u -u -R -R -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +uq +uY +in +uY +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +wY +QA +qX +qX +qX +uz +wY +bR +bR +bR +wY +BE +Nl +fm +wD +BT +wY +bR +bR +bR +bR +bR +bR +bR +CM +JQ +dR +dR +dR +zo +LP +UJ +TG +Rm +WH +Uz +TG +Em +fC +Mn +oU +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +mL +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (63,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -R -w -Q -Q -d -H -R -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +ow +uY +VN +uY +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +wY +Fr +Do +qX +XE +pB +wY +bR +bR +bR +wY +wY +wY +wY +Jp +ln +wY +wY +wY +wY +wY +wY +wY +wY +wY +dR +dR +dR +dR +nH +Mz +ei +OH +ab +Vf +TG +RW +TG +fC +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +Mn +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (64,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -u -Q -Q -d -d -d -u -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ZX +uq +uY +tM +uY +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +wY +wY +NA +bN +NA +NA +wY +bR +bR +bR +wY +lf +fd +VZ +qX +Pa +sK +wY +Yr +Ps +wM +cJ +cJ +Zr +wY +vJ +vJ +vJ +Lz +WH +WH +WH +WH +WH +WH +WH +WH +Vf +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +fC +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (65,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -u -Q -Q -Q -d -d -u -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +bR +bR +bR +ZX +qA +uY +VN +uY +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +wY +cb +rT +qX +eD +XB +wY +wY +wY +wY +wY +Nv +Du +Pn +qX +qX +fl +wY +fA +Du +Tw +qX +qX +WW +wY +nQ +dR +dR +dR +oN +gG +dR +dR +up +up +mN +up +dR +dR +up +up +up +up +Vr +za +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (66,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -R -G -Q -d -d -d -R -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +mq +Ti +Ti +Ti +Ti +mq +Ti +Ti +Ti +Ti +mq +Ti +Ti +Ti +Ti +mq +mq +mq +lN +CM +CM +CM +ZX +in +uY +in +uY +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +wY +II +qX +qX +qX +dh +wY +yZ +gD +eH +wY +nJ +qX +qX +Tj +qX +aO +wY +LA +qX +fY +qX +qX +WW +wY +dR +dR +dR +dR +oN +gG +eN +Zl +Zl +Zl +Zl +Zl +Zl +Zl +Zl +Zl +Zl +Zl +Pl +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (67,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -s -L -l -l -u -Q -Q -Q -d -d -u -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +lN +UX +dR +dR +ZX +in +in +in +in +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +wY +OG +qX +qX +qX +qX +RP +qX +qX +qX +RP +qX +qX +qX +Qn +qX +dF +NA +fA +Du +Dn +qX +qX +WW +NA +dR +dR +dR +dR +oN +gG +WQ +Qr +Qr +Qr +Qr +Qr +lt +lt +Qr +Qr +Qr +Qr +Cw +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (68,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -u -Q -Q -d -d -d -u -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +mq +Ti +Ti +Ti +Ti +mq +Ti +Ti +Ti +Ti +mq +Ti +Ti +Ti +Ti +mq +mq +mq +lN +dR +dR +dR +ZH +in +in +in +in +rS +vL +vL +vL +yA +Db +vL +vL +vL +ZX +bR +bR +wY +jY +we +pb +pb +gJ +wY +gy +iO +jq +wY +Hf +hn +qX +QM +qX +dU +NA +Ns +kY +ws +qX +qX +VY +tu +dR +dR +dR +dR +oN +fr +WQ +Qr +Jl +rH +rH +rH +rH +rH +rH +rH +Jl +Qr +Cw +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (69,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -R -w -Q -Q -d -H -R -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +mq +lN +dR +dR +dR +kD +in +in +in +in +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +wY +Au +dh +aH +Iw +TS +wY +wY +wY +wY +wY +Ko +WJ +qX +CJ +qX +qX +WD +qX +qX +qX +qX +qX +qX +yy +dR +dR +dR +dR +rO +dR +WQ +Qr +RF +Qr +Qr +Qr +Qr +Qr +Qr +Qr +RF +Qr +Cw +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (70,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -R -R -B -I -B -R -R -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +Ft +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Th +Gd +mq +lN +dR +dR +dR +kD +in +uY +in +uY +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +wY +pJ +qX +qX +qX +ac +wY +Ec +DC +tI +wY +BQ +hn +qX +ke +qX +qX +qX +qX +qX +qX +qX +qX +qX +EJ +dR +dR +dR +dR +cm +dR +WQ +lt +RF +Qr +Qr +rH +Qr +Qr +Ke +Qr +RF +lt +Cw +iz +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (71,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -R -z -B -e -B -z -R -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +OD +OD +OD +OD +OD +OD +lL +GY +ra +ib +RA +nd +RA +OD +OD +oz +mq +lN +fr +dR +dR +kD +qA +uY +VN +uY +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +wY +NZ +gJ +HB +uj +oI +wY +bg +nE +Li +wY +WK +hn +qX +Hx +qX +kU +wY +xm +qX +qX +qX +qX +Ae +fE +dR +dR +dR +dR +oN +Uy +WQ +Qr +RF +Qr +Qr +Qr +Qr +Qr +Qr +Qr +RF +Qr +Cw +iz +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (72,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -l -l -l -l -l -l -l -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +OD +OD +mz +RA +RA +nd +nd +wL +vP +vF +GY +LW +RA +RA +RA +oz +mq +lN +dR +dR +dR +ZX +in +uY +tM +uY +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +wY +wY +wY +wY +wY +wY +wY +dP +QL +VY +wY +qi +hn +qX +Jx +qX +wy +wY +fA +qX +qX +qX +qX +rh +wY +BH +dR +dR +dR +oN +PE +WQ +Qr +RF +Qr +Qr +Qr +RF +Qr +Qr +Ke +RF +Qr +Cw +iz +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +Qo +SA +SA +SA +SA +SA +SA +SA +SA +ng +SA +SA +SA +SA +SA +SA +SA +SA +SA +SA +SA +ng +SA +SA +SA +SA +SA +SA +AZ +bR +bR +bR +bR +Ay "} (73,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -l -l -l -l -l -l -l -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +RA +RA +nd +RA +uE +uS +rN +wL +Lp +Vu +if +Mq +NX +rN +RA +oz +mq +lN +dR +dR +dR +ZX +qA +uY +VN +uY +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +bR +bR +bR +bR +bR +bR +wY +HA +tN +qX +qX +qX +ye +eY +Iq +lp +Zt +wY +Qd +zu +bk +IB +UN +aU +wY +dR +dR +dR +dR +rO +dR +WQ +lt +RF +Qr +rH +Qr +Qr +Qr +Qr +Qr +RF +lt +Cw +iz +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +yi +Tz +Tz +Tz +pE +Tz +Tz +Tz +Tz +pE +Tz +Tz +Tz +Tz +pE +Tz +Tz +Tz +Tz +pE +Tz +Tz +Tz +Tz +pE +Tz +Tz +Tz +yi +bR +bR +bR +bR +Ay "} (74,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -l -l -l -l -l -l -l -l -l -l -l -l -l -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +pY +iW +wd +RA +Bb +uS +rN +ju +RA +XY +RA +uS +rN +RA +RA +oz +mq +lN +dR +dR +dR +ZX +in +in +in +uY +rS +vL +vL +vL +vL +vL +vL +vL +vL +ZX +bR +bR +bR +bR +bR +bR +bR +bR +wY +wY +uF +wY +bc +bc +bc +bc +bc +bc +bc +bc +bc +bc +bc +bc +bc +bc +bc +dl +dR +dR +dR +cm +dR +WQ +Qr +RF +Qr +Qr +Qr +Qr +Qr +Qr +Qr +RF +Qr +Cw +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +yi +yO +yO +Ys +Ys +Vo +Vo +Ys +Ys +jZ +jZ +Ys +Ys +Vo +Vo +Vo +Ys +Ys +jZ +jZ +Ys +Ys +Vo +Vo +Ys +Pk +yO +yO +yi +bR +bR +bR +bR +Ay "} (75,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +pY +nD +fu +zI +uE +uS +uS +zi +rb +uS +RA +di +Es +mc +xC +oz +mq +lN +dR +dR +dR +ZX +vr +Io +in +in +rS +yw +vL +vL +vL +vL +vL +vL +yw +ZX +bR +bR +bR +bR +bR +bR +bR +bR +wY +kB +ch +Tg +bc +dw +Kb +Kc +Zw +gw +az +bc +VC +NE +NE +NE +NE +IK +IR +dR +dR +dR +dR +oN +fr +WQ +Qr +Jl +rH +rH +rH +rH +rH +rH +rH +Jl +Qr +Cw +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +yi +yO +yO +Ys +QS +rU +Ms +gO +Ys +Jb +rt +Ys +pq +NM +NM +Xz +Kz +Ys +Jb +Kz +Ys +gp +Ms +ge +pI +Ys +yO +yO +yi +bR +bR +bR +bR +Ay "} (76,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +pY +OY +cN +Fn +uS +uS +oR +RO +oR +uS +rG +pT +rN +RA +RA +oz +mq +lN +dR +dR +dR +ZX +ZX +ZX +Ew +ZX +ZX +ZX +ni +ni +ni +ni +ni +ni +ZX +ZX +ZX +bR +bR +bR +bR +bR +bR +bR +wY +GT +Eo +qd +bc +Zf +vX +IL +IL +kj +OS +bc +Dj +IL +IL +IL +IL +Ki +IR +dR +dR +dR +dR +oN +gG +WQ +Qr +Qr +Qr +Qr +Qr +lt +lt +Qr +Qr +Qr +Qr +Cw +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +yi +Kf +Kf +Ys +rt +rt +rt +rt +ob +rt +rt +bn +rt +rt +rt +rt +rt +bn +rt +rt +Rr +rt +rt +rt +rt +Ys +Kf +Kf +yi +bR +bR +bR +bR +Ay "} (77,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +pY +aE +XM +mf +uE +uS +OC +ve +OC +uS +RA +Uc +Es +mc +xC +oz +mq +lN +dR +dR +dR +ZX +tA +xX +xX +ZX +lw +bS +Dk +Dk +Dk +Dk +Dk +Dk +lJ +Ra +ZX +bR +bR +bR +bR +bR +bR +bR +wY +iD +wl +YE +bc +Lb +IL +IL +IL +IL +KN +bc +lP +IL +IL +IL +IL +IL +IR +dR +dR +dR +dR +oN +gG +hj +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +Qu +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +yi +yO +yO +Ys +rt +rt +rt +rt +rt +rt +rt +pO +Ik +jj +rt +pO +dA +jj +rt +rt +rt +rt +rt +rt +rt +Ys +yO +yO +yi +bR +bR +bR +bR +Ay "} (78,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +pY +cl +zq +RA +Bb +uS +uS +nL +uS +uS +RA +pT +rN +RA +RA +oz +mq +lN +dR +dR +dR +ZX +Gk +xX +xX +ZX +lw +bS +Dk +WF +Dk +Dk +WF +Dk +lJ +Ra +ZX +bR +bR +bR +bR +bR +bR +bR +wY +GT +Eo +ZA +bc +gn +IL +IL +IL +IL +IL +qq +IL +IL +IL +IL +IL +IL +OL +dR +dR +dR +dR +oN +gG +dR +dR +Xa +Xa +Xa +Xa +dR +dR +Xa +Xa +Xa +Xa +dR +za +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +yi +yO +yO +Vo +bf +bf +rt +bf +bf +rt +rt +HL +dA +SC +rt +HL +Ik +SC +rt +rt +bf +bf +rt +bf +bf +Ys +yO +yO +yi +bR +bR +bR +bR +Ay "} (79,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +RA +RA +nd +RA +uE +uS +oR +QV +uS +uS +RA +xj +th +rN +RA +oz +mq +Eh +dR +dR +dR +ZX +Qb +xX +xX +ZX +lw +bS +Dk +Dk +hG +Dk +Dk +Dk +lJ +Ra +ZX +bR +bR +bR +bR +bR +bR +bR +wY +GT +Eo +KL +bc +bP +nG +IL +IL +IL +IL +xe +IL +IL +IL +IL +IL +IL +xe +dR +dR +dR +dR +AF +AF +AF +AF +Ls +Ls +Ls +AF +gx +ef +AF +Ls +Ls +YF +nq +nq +nq +nq +nq +nq +nq +nq +nq +nq +nq +bR +yi +yO +yO +Vo +Dx +yv +rt +Dx +yv +rt +rt +rt +rt +rt +rt +rt +rt +rt +rt +rt +yv +yv +rt +yv +Dx +Ys +yO +yO +yi +bR +bR +bR +bR +Ay "} (80,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +OD +OD +OD +RA +RA +nd +nd +ju +Wu +Wu +RA +ol +RA +RA +RA +oz +mq +lN +dR +dR +dR +ZX +xX +xX +xX +ZX +lw +bS +Dk +WF +Dk +Dk +WF +Dk +lJ +Ra +ZX +bR +CM +CM +CM +CM +CM +bR +wY +hq +vQ +am +bc +dE +IL +rn +Jy +IL +nm +bc +VD +sB +Uj +IL +IL +IL +IR +dR +dR +dR +dR +iz +AF +KW +DF +DF +DF +DF +DF +DF +DF +DF +xQ +DF +XJ +AA +le +eF +nq +jS +tH +fg +nq +Oo +jT +nq +bR +yi +yO +yO +Vo +ZD +ZD +rt +ZD +ZD +rt +rt +pO +dA +jj +rt +pO +dA +jj +rt +rt +ZD +ZD +rt +ZD +ZD +Ys +yO +yO +yi +bR +bR +bR +bR +Ay "} (81,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +UA +OD +OD +OD +OD +OD +OD +lL +If +RA +RA +RA +nd +RA +OD +OD +oz +mq +Eh +dR +dR +dR +ZX +ur +xX +xX +ZX +lw +bS +Dk +Dk +Dk +Dk +Dk +Dk +lJ +Ra +ZX +bR +CM +BV +dR +dR +CM +bR +wY +wY +wY +wY +bc +Gi +Pu +OZ +ny +IL +iS +bc +mH +vX +Sf +IL +IL +IL +NH +dR +dR +dR +dR +DB +AF +ZF +DF +Bm +Bm +DF +DF +DF +Bm +Bm +DF +DF +XJ +Fy +le +SW +nq +qm +dI +dI +Aj +hJ +hJ +nq +bR +yi +yO +yO +Ys +rt +rt +rt +rt +rt +rt +rt +HL +Ik +SC +rt +HL +dA +SC +rt +rt +rt +rt +rt +rt +rt +Ys +yO +yO +yi +bR +bR +bR +bR +Ay "} (82,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +PH +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +ZW +bs +mq +lN +fr +dR +dR +ZX +xX +xX +xX +ZX +ZX +ZX +sq +sq +sq +sq +sq +sq +ZX +ZX +ZX +bR +CM +fS +dR +dR +CM +bR +CM +UX +dR +UX +bc +Bi +Pu +TY +BJ +IL +IL +lo +IL +kj +Sf +IL +IL +IL +IR +fr +dR +dR +dR +iz +AF +Us +Fm +Qp +EX +TN +DF +Fm +cM +zj +TN +DF +XJ +fh +le +Ee +nq +aa +dI +JD +nq +NT +VQ +nq +bR +yi +Kf +Kf +Ys +rt +rt +rt +rt +jM +rt +rt +lh +rt +rt +rt +rt +rt +lh +rt +rt +GJ +rt +rt +rt +rt +Ys +Kf +Kf +yi +bR +bR +bR +bR +Ay "} (83,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +mq +mq +mq +mq +mq +mq +mq +mq +mq +Cy +mq +mq +mq +mq +mq +mq +mq +mq +mq +lN +dR +dR +dR +ZX +xX +xX +xX +xX +xX +ZX +IP +IP +IP +IP +IP +VF +ZX +bR +bR +bR +CM +Rw +dR +dR +CM +bR +CM +dR +dR +dR +bc +cn +Pu +vU +lB +IL +nm +bc +KT +lR +Sf +IL +IL +IL +NH +dR +dR +dR +dR +AF +AF +nF +Fm +xy +Eq +TN +DF +Fm +mJ +Cz +TN +DF +XJ +qg +le +hO +nq +PZ +dI +SL +nq +nq +nq +nq +bR +yi +yO +yO +Ys +QS +pr +po +oG +Ys +Jb +rt +Ys +Jb +pr +po +Xn +LE +Ys +Jb +Kz +Ys +gW +po +Nk +pI +Ys +yO +yO +yi +bR +bR +bR +bR +Ay "} (84,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +lN +Eh +lN +Eh +lN +lN +lN +lN +dR +dR +dR +xV +xV +xV +xV +xV +xV +xV +xV +xV +xV +xV +xV +xV +xV +CM +CM +CM +CM +oN +CM +Te +CM +CM +id +dR +dR +dR +bc +LG +IL +Fj +Ct +IL +iS +bc +ot +ds +QG +IL +IL +IL +IR +dR +dR +dR +dR +AF +HW +DF +DF +oA +oA +DF +DF +DF +oA +oA +DF +DF +XJ +Cc +le +Ry +nq +zF +dI +Al +nq +bR +bR +bR +bR +yi +yO +yO +Ys +Ys +Vo +Vo +Ys +Ys +YA +YA +Ys +Ys +Vo +Vo +Vo +Ys +Ys +YA +YA +Ys +Ys +Vo +Vo +Ys +Ys +yO +yO +yi +bR +bR +bR +bR +Ay "} (85,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +lN +mq +mq +mq +mq +mq +mq +lN +UX +dR +dR +dR +dR +Vr +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +Vr +dR +dR +dR +dR +dR +rL +dR +dR +dR +bc +bP +nG +IL +IL +IL +IL +EQ +IL +IL +IL +IL +IL +IL +OL +dR +dR +dR +dR +Ls +va +DF +DF +DF +DF +DF +DF +DF +DF +DF +DF +DF +XJ +jg +le +le +hc +dI +dI +ZB +nq +bR +bR +bR +bR +yi +mr +mr +mr +hu +zh +zh +MZ +kZ +kZ +kZ +Sa +Bc +Bc +Bc +Bc +Bc +Qy +kZ +kZ +kZ +my +zh +zh +hu +mr +mr +mr +yi +bR +bR +bR +bR +Ay "} (86,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +li +CD +wZ +wZ +CD +Cr +Bh +lN +mq +mq +mq +mq +mq +mq +lN +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +rL +dR +dR +Xm +bc +ZT +IL +IL +IL +IL +IL +xe +IL +IL +IL +IL +IL +IL +xe +dR +dR +dR +dR +Ls +lD +DF +DF +Bm +Bm +DF +DF +DF +DF +DF +DF +DF +DF +DF +DF +AF +nq +nq +nq +nq +nq +bR +bR +bR +bR +AZ +SA +SA +SA +SA +AZ +Br +Br +Br +bJ +bJ +bJ +bJ +bJ +XT +bJ +bJ +bJ +bJ +bJ +Br +Br +Br +EN +AZ +SA +SA +SA +AZ +bR +bR +bR +bR +Ay "} (87,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -o -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +jy +CD +wZ +wZ +CD +hw +Bh +lN +mq +mq +mq +mq +mq +mq +lN +UX +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +rL +dR +dR +dR +bc +BL +IL +IL +IL +IL +Gu +bc +tC +IL +IL +IL +IL +IL +IR +dR +dR +dR +dR +AF +cd +DF +Fm +Sz +Mf +TN +DF +DF +DF +DF +DF +DF +DF +DF +uX +AF +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +SA +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +Ju +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +SA +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (88,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -r -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Bh +Bh +wZ +wZ +Bh +Bh +Bh +lN +mq +mq +mq +mq +mq +mq +lN +Bh +Dz +Dz +Bh +cI +cI +cI +cI +jm +jm +XN +XN +jm +HY +HY +jm +XN +XN +jm +XN +XN +jm +jm +jm +jm +jm +jm +pv +cm +cm +cm +bc +Zf +lR +IL +IL +lR +Tx +bc +JL +IL +IL +IL +IL +Eu +IR +dR +dR +dR +dR +AF +jc +DF +Fm +Hd +Pf +TN +DF +DF +DF +DF +DF +DF +DF +DF +ri +AF +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +ql +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +JU +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +bJ +SA +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (89,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +iR +CD +wZ +wZ +CD +hI +Bh +lN +mq +mq +mq +mq +mq +mq +lN +Bh +Iu +Iu +cI +sz +ic +Cb +cI +RU +Vt +Vt +EP +Vt +Vt +Vt +Vt +Vt +EP +Vt +Vt +Vt +Vt +RU +jm +bC +eS +sN +jm +dR +dR +dR +bc +Ya +ID +IL +IL +OK +Wr +bc +VC +CF +rd +CF +CF +PB +IR +dR +dR +dR +dR +Ls +ZF +DF +DF +oA +oA +DF +DF +DF +DF +DF +DF +DF +DF +DF +zN +AF +Dd +Dd +Dd +Dd +Dd +Dd +Dd +Dd +Dd +uH +bR +bR +bR +bR +SA +bJ +bJ +bJ +bJ +bJ +bJ +SA +SA +bJ +su +SA +SA +bJ +bJ +bJ +bJ +bJ +bJ +SA +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (90,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +tP +CD +wZ +wZ +CD +pQ +Bh +lN +mq +mq +mq +mq +mq +mq +lN +Bh +Iu +Iu +cI +pg +ic +ic +Sx +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +ct +No +Sp +XK +jm +dR +dR +dR +bc +bc +bc +IL +Po +bc +bc +iH +iH +iH +iH +iH +iH +iH +iH +JQ +dR +dR +dR +Ls +KW +DF +DF +DF +DF +DF +DF +rr +DF +DF +DF +DF +DF +DF +bG +AF +Fg +Dd +Fg +Dd +Fg +Dd +Fg +Dd +Fg +uH +uH +uH +uH +uH +uH +Fk +oB +lZ +lZ +lZ +Fk +zZ +zC +FO +FO +zC +zZ +Fk +lZ +lZ +lZ +oB +Fk +SA +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (91,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Bh +Bh +wZ +wZ +Bh +Bh +Bh +lN +mq +mq +mq +mq +mq +mq +lN +Bh +Iu +Iu +cI +cI +cI +cI +cI +Vt +Vt +Vt +jm +XN +XN +jm +jm +jm +XN +XN +jm +Vt +Vt +Vt +HY +Sp +Sp +Sp +jm +dR +dR +dR +bc +or +ay +ay +ay +ay +nx +iH +tx +tx +tx +tx +tx +yj +iH +mP +dR +dR +dR +AF +AF +AF +AF +Ls +Ls +Ls +AF +AF +To +gx +ef +Ls +Ls +AF +AF +AF +eh +Dd +eh +Dd +eh +Dd +eh +Dd +eh +uH +CW +QK +QK +CW +uH +zZ +zZ +zZ +zZ +zZ +zZ +SA +dR +dR +dR +dR +SA +SA +SA +SA +SA +SA +SA +SA +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (92,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Gr +CD +wZ +wZ +CD +zD +Bh +lN +yz +mq +mq +mq +mq +mq +lN +Bh +Iu +Iu +cI +sz +ic +ic +Sx +Vt +Vt +Vt +XN +fQ +iv +jm +Vt +nB +fv +py +XN +Vt +Vt +Vt +ct +XK +Sp +qY +jm +dR +dR +dR +bc +ay +qr +Ka +Ka +qr +ay +iH +BW +gZ +gZ +gZ +gZ +gZ +iH +dR +dR +dR +dR +cm +KV +dR +dR +dR +dR +dR +Vr +dR +dR +dR +dR +dR +dR +dR +dR +dR +ss +ss +ss +UO +ss +ss +ss +ss +PI +pi +QK +Ql +Ql +QK +xE +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (93,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +dx +CD +wZ +wZ +CD +nO +Bh +lN +lN +lN +lN +lN +lN +lN +lN +Bh +Iu +Iu +cI +pg +ic +Cb +cI +Vt +Vt +Vt +zJ +mo +Vt +HY +Vt +Vt +mu +mu +zJ +Vt +Vt +Vt +jm +ft +Sp +Rb +jm +rB +dR +dR +bc +ay +Pg +tJ +xr +An +ay +iH +Ol +Ol +Ol +gZ +gZ +gZ +FC +dR +dR +dR +dR +cm +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +vd +vd +vd +vd +vd +vd +vd +vd +vd +pi +QK +Ql +Ql +QK +xE +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (94,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Bh +Bh +wZ +wZ +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +fK +Iu +Iu +cI +cI +cI +cI +cI +Vt +Vt +Vt +jm +xq +oM +jm +iv +Vt +Vt +Vt +jm +Vt +Vt +Vt +ct +jP +Sp +ok +jm +Vt +Vt +Vt +bc +kV +Pg +xx +FF +An +ay +iH +OO +OO +gZ +gZ +qJ +MW +iH +dR +dR +dR +dR +cm +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +Fo +Fo +Fo +Fo +Fo +Fo +Fo +Fo +SF +pi +QK +Ql +Ql +QK +xE +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (95,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +xO +CD +wZ +wZ +wZ +wZ +CD +wZ +wZ +wZ +wZ +wZ +wZ +wZ +wZ +Ha +Iu +Iu +cI +sz +ic +ic +Sx +Vt +Vt +Vt +jm +jm +jm +jm +AK +Vt +Vt +md +jm +qW +Vt +Vt +HY +Sp +Sp +oY +jm +Vt +Vt +Vt +bc +ay +Pg +KY +tJ +An +ay +iH +iH +iH +OQ +OQ +iH +iH +iH +dR +dR +dR +dR +iH +iH +iH +iH +iH +iH +Zj +iH +iH +AF +gx +ef +Ls +Ls +AF +AF +AF +eh +Dd +eh +Dd +eh +Dd +eh +Dd +eh +uH +FB +to +to +to +uH +CM +CM +CM +CM +CM +CM +CM +qj +lI +Wy +qj +CM +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (96,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +AT +CD +wZ +wZ +wZ +wZ +CD +wZ +wZ +wZ +wZ +wZ +wZ +wZ +wZ +Ha +Iu +Iu +cI +pg +ic +Cb +cI +Vt +Vt +Vt +XN +fQ +iv +jm +SK +Vt +Vt +Vt +jm +Vt +Vt +Vt +ct +Sp +Sp +Sp +jm +Vt +Vt +Vt +bc +Od +Pg +Hy +Oz +An +ay +iH +Ih +jo +jo +jo +jo +Eb +iH +fr +dR +dR +dR +iH +BI +kC +kC +ZQ +eT +dM +Dh +iH +KW +DF +DF +DF +DF +DF +KW +AF +Fg +Dd +Fg +Dd +Fg +Dd +Fg +Dd +Fg +uH +CW +Ql +Ql +CW +uH +bR +bR +bR +bR +bR +bR +bR +qj +lI +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (97,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Bh +Bh +Bh +Bh +Bh +Bh +fK +wZ +wZ +wZ +Bh +Bh +Bh +Bh +Bh +Bh +Xg +Xg +cI +cI +cI +cI +cI +qW +Vt +Vt +zJ +mo +Vt +HY +Vt +Vt +Vt +Vt +HY +Vt +Vt +Vt +jm +hW +Kr +Zu +jm +Vt +Vt +Vt +bc +bl +qr +AJ +AJ +qr +eI +iH +JK +jo +jo +jo +kt +jo +iH +dR +dR +dR +dR +iH +Zx +dM +dM +dM +dM +dM +mx +iH +VM +DF +DF +Fm +tX +tX +TN +AF +Dd +Dd +Dd +Dd +Dd +Dd +Dd +Dd +Dd +uH +vI +rW +yU +vI +uH +bR +bR +bR +bR +bR +bR +bR +qj +lI +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (98,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +DP +wZ +mI +oi +tY +jw +Bh +bA +wZ +FD +Bh +OE +bT +wf +UW +cI +cI +cI +cI +sz +ic +ic +Sx +Vt +Vt +Vt +XN +xq +oM +jm +he +mF +Vt +Or +jm +Vt +Vt +Vt +jm +jm +jm +jm +pv +Vt +Vt +Vt +bc +XI +qr +qr +qr +qr +Vc +iH +jl +jo +jo +jo +jo +Gc +iH +fb +dR +dR +dR +Zj +dM +dM +dM +dM +dM +dM +dM +Zj +DF +DF +DF +Fm +tX +tX +TN +AF +bR +bR +bR +bR +bR +bR +bR +bR +bR +uH +mQ +Pr +yN +NN +uH +bR +bR +bR +bR +bR +bR +bR +qj +lI +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (99,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +na +wZ +wZ +wZ +wZ +wZ +UM +wZ +wZ +wZ +Xf +pw +pw +pw +pw +aG +Yu +hp +cI +pg +ic +Cb +cI +Vt +Vt +Vt +jm +jm +jm +jm +vN +NB +Vt +gS +jm +Vt +Vt +Vt +cF +Vt +RU +wb +RU +Vt +Vt +Vt +bc +bl +qr +Ka +Ka +qr +rg +iH +JK +jo +jo +jo +kt +jo +iH +dR +dR +dR +dR +iH +dM +Mp +dM +Mp +dM +Mp +dM +iH +Mk +DF +DF +DF +DF +DF +DF +AF +bR +bR +bR +bR +bR +bR +bR +bR +bR +uH +Sb +zf +zf +gi +uH +bR +bR +bR +bR +bR +bR +bR +qj +lI +rl +qj +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (100,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Xo +wZ +kM +wZ +bW +DA +UM +wZ +wZ +wZ +Xf +qz +DE +pw +pw +Yu +Yu +ki +cI +cI +cI +cI +cI +Vt +Vt +Vt +jm +LS +RI +jm +Rl +aD +Vt +Jf +jm +Vt +Vt +Vt +HY +Vt +Vt +jA +Vt +Vt +Vt +Vt +bc +Od +Pg +tJ +yr +An +ay +iH +Ih +jo +jo +jo +jo +BG +iH +rB +dR +dR +dR +iH +Ic +iH +Cx +iH +lO +iH +jW +iH +ld +DF +DF +DF +DF +DF +DF +AF +bR +bR +bR +bR +bR +bR +bR +bR +bR +uH +Mm +Xx +Sn +Il +uH +bR +bR +bR +bR +bR +bR +bR +qj +lI +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (101,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +ZU +wZ +Yp +wZ +LF +xh +UM +wZ +wZ +wZ +Xf +Jt +wC +pw +pw +Yu +Yu +HC +cI +sz +ic +ic +Sx +Vt +Vt +Vt +zJ +OM +Vt +HY +Vt +Vt +Vt +Vt +zJ +Vt +Vt +Vt +GW +qW +RU +XN +RU +dR +dR +dR +bc +ay +Pg +sp +Hy +An +ay +iH +iH +iH +KC +KC +iH +iH +iH +dR +dR +dR +dR +iH +Xt +iH +Xt +iH +Xt +iH +Vd +iH +xs +DF +DF +Fm +tX +tX +TN +AF +bR +bR +bR +bR +bR +bR +bR +bR +bR +uH +xv +uH +uH +uH +uH +bR +bR +bR +bR +bR +bR +bR +qj +lI +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (102,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +cq +wZ +dn +wZ +dV +nP +UM +wZ +wZ +wZ +Xf +LY +zr +pw +mM +YJ +oT +SN +cI +pg +ic +Cb +cI +Vt +Vt +Vt +XN +fQ +iv +jm +Vt +Vt +Vt +RU +XN +Vt +Vt +Vt +jm +HY +XN +jm +pv +dR +dR +dR +bc +kV +Pg +Oj +yC +An +ay +iH +sv +hh +jo +jo +Pd +Gf +iH +rB +dR +dR +dR +iH +iH +iH +iH +iH +iH +iH +iH +iH +nF +DF +DF +Fm +tX +tX +TN +AF +bR +bR +bR +bR +bR +bR +bR +bR +bR +uH +jr +JP +ee +xF +uH +bR +bR +bR +bR +bR +bR +bR +qj +lI +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (103,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +kA +wZ +ew +wZ +Pb +cs +UM +wZ +wZ +wZ +Xf +UY +MI +pw +em +wJ +AY +AY +cI +cI +cI +cI +cI +Vt +Vt +Vt +jm +XN +XN +jm +XN +jm +XN +XN +jm +Vt +Vt +Vt +jm +Vt +um +zS +XN +dR +dR +dR +bc +ay +Pg +nU +OV +An +ay +iH +sv +hh +jo +jo +Pd +Gf +iH +dR +dR +dR +dR +Ls +Qq +wt +kP +qV +yh +vT +vT +zO +DF +DF +DF +DF +DF +DF +DF +AF +bR +bR +bR +bR +bR +bR +bR +bR +bR +uH +gk +zf +zf +ty +uH +bR +bR +bR +bR +bR +bR +bR +qj +lI +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (104,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Ci +wZ +hg +wZ +Rk +al +UM +wZ +wZ +wZ +Xf +pw +pw +pw +pw +pS +mU +mU +cI +sz +ic +ic +Sx +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +HY +Vt +BM +gt +XN +dR +dR +dR +bc +ay +qr +AJ +AJ +qr +ay +iH +sv +hh +jo +jo +Pd +Gf +iH +rB +dR +dR +dR +Ls +Qq +wt +BD +BD +jd +jd +jd +BD +DF +DF +DF +DF +DF +DF +va +AF +bR +bR +bR +bR +uH +uH +uH +uH +uH +uH +UQ +zf +zf +iG +qj +qj +qj +Ph +Ph +Ph +Ph +Ph +qj +lI +pR +qj +Ph +Ph +Ph +Ph +Ph +qj +qj +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (105,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +gU +wZ +wZ +wZ +wZ +wZ +UM +wZ +wZ +wZ +Xf +tD +Is +Fe +zv +pS +fO +fO +cI +pg +ic +Cb +cI +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +RU +jm +Jm +hs +jm +jm +dR +dR +dR +bc +nx +ay +ay +ay +ay +TV +iH +sv +hh +Vh +Vh +Pd +Gf +iH +dR +dR +dR +dR +Ls +Qq +wt +BD +BD +Wb +BD +BD +BD +DF +DF +DF +DF +DF +DF +uX +AF +bR +bR +bR +bR +uH +FG +zf +zf +zf +xv +zf +mX +eC +ar +qj +fI +kq +ck +ck +ck +Ac +ck +Cg +lI +lI +FZ +ck +ck +ck +ck +ck +NO +fI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (106,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Ej +wZ +cv +Mj +wm +Mv +Bh +bA +wZ +FD +Bh +yu +Df +Pm +Pm +cI +cI +cI +cI +cI +JN +cI +cI +Vt +Vt +Vt +et +Sg +Sg +pF +FW +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +cm +cm +cm +bc +bc +bc +bc +bc +bc +bc +iH +iH +iH +iH +iH +iH +iH +iH +cm +cm +cm +cm +AF +Ls +Ls +Ls +AF +AF +AF +Ls +Ls +Ls +AF +je +AF +Ls +Ls +Ls +AF +CM +CM +CM +CM +uH +xv +uH +uH +uH +uH +uH +uH +xv +uH +qj +lI +Xp +lI +lI +lI +lI +lI +CL +lI +lI +Qs +fV +lI +lI +lI +lI +CL +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (107,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +At +wZ +wZ +Bh +Bh +Bh +Bh +Bh +cI +hd +Yu +dj +Yu +Yu +Ie +cI +Vt +Vt +Vt +jm +VJ +VJ +VJ +wc +Nj +wg +Fc +wg +tW +wc +Yd +Yd +gP +gP +gP +wc +dR +dR +dR +cm +dR +Vr +dR +XF +dR +dR +dR +XF +dR +dR +Vr +dR +dR +cm +dR +dR +dR +dR +cm +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +Vr +dR +dR +dR +dR +dR +dR +DX +DX +DX +vI +Gv +Qi +zf +uH +qj +lI +Xp +lI +lI +lI +lI +lI +CL +QX +Hc +Xp +yP +lI +BP +BP +lI +CL +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (108,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +dN +pw +SH +pw +aR +Bh +zU +wZ +wZ +Bh +Vn +hk +Sh +rm +cI +hd +wU +Mg +wP +HR +Ie +cI +qW +Vt +Vt +jm +VJ +VJ +VJ +wc +zt +dB +fe +dB +kR +wc +dB +dB +dB +dB +dB +wc +dR +dR +dR +cm +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +cm +dR +dR +dR +dR +cm +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +DX +aT +EA +zf +wO +uH +qj +lI +Xp +lI +lI +BP +lI +lI +CL +ZS +RS +Xp +lI +Bp +lI +lI +lI +CL +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (109,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Qv +pw +pw +pw +FK +Bh +bu +wZ +wZ +Bh +pw +pw +pw +MU +cI +cI +cI +cI +cI +cI +cI +cI +Vt +Vt +Vt +jm +jK +VJ +vE +wc +Fz +Fz +Fz +Fz +Fz +wc +cL +ZY +dB +Et +ta +wc +UX +dR +dR +cm +dR +dR +dR +En +dR +dR +dR +dR +dR +dR +dR +dR +dR +cm +dR +dR +dR +dR +cm +dR +dR +En +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +dR +RY +vI +Na +ox +zf +uH +qj +lI +Xp +lI +lI +BP +lI +lI +CL +OU +KP +Xp +lI +lI +lI +lI +og +CL +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (110,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Sl +pw +pw +pw +pw +av +wZ +wZ +wZ +Yo +pw +wk +pw +gF +cI +sE +np +np +np +np +np +XN +Vt +Vt +Vt +jm +VJ +VJ +VJ +Yh +dB +dB +dB +dB +il +wc +wc +yf +Hz +yf +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +Cq +EW +EW +Cq +Xd +Xd +Xd +wc +Sy +cm +cm +cm +wc +wc +wc +wc +wc +wc +Xd +Xd +wc +Cq +be +wB +Cq +wc +wc +wc +wc +wc +wc +Dd +Dd +Ed +Ed +Ed +Dd +Dd +bc +bc +bc +LV +bc +qj +lI +uN +BP +lI +lI +lI +lI +CL +Hi +Ii +Xp +lI +BP +lI +lI +lI +kI +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (111,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +HF +pw +UP +tf +pw +av +wZ +wZ +wZ +Yo +pw +pw +pw +UH +cI +js +js +np +js +js +np +XN +Vt +Vt +Vt +jm +vv +VJ +VJ +Yh +dB +dB +qZ +dB +dB +wc +xH +el +dB +Ky +uO +dX +vz +vz +vz +wc +GH +jJ +iN +jJ +Zy +MQ +wc +uV +rq +wc +We +hN +iw +Xd +dR +dR +dR +dR +wc +OI +GM +Ar +GS +wc +jF +VI +wc +Kn +be +be +QW +wc +Fa +AM +Vx +RH +wc +RY +UV +UV +UV +UV +UV +RY +Dd +CU +dS +IL +bc +qj +lI +Xp +lI +lI +lI +lI +lI +CL +iC +sR +Xp +lI +lI +lI +lI +lI +CL +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (112,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Md +pw +jG +EI +pw +av +wZ +wZ +wZ +aL +Wp +pw +pw +QI +cI +eM +mV +np +mV +mV +np +XN +Vt +Vt +Vt +jm +jm +pv +jm +wc +qe +dB +NK +dB +dB +wc +la +dB +dB +dB +dB +dB +dB +dB +dB +wc +MD +jJ +ip +Ig +jJ +yo +wc +Ze +rA +wc +VA +Um +Zg +Xd +dR +dR +dR +dR +wc +IN +Lq +dB +wu +wc +Zh +DR +ix +ey +be +be +Fd +wc +Ep +be +be +be +wc +sP +vd +vd +vd +vd +vd +Ds +IR +lq +IL +dy +bc +qj +lI +Xp +lI +lI +lI +lI +lI +CL +DD +uw +Xp +BP +lI +lI +lI +lI +CL +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (113,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +hz +pw +GD +YX +pw +av +wZ +wZ +wZ +qK +vo +pw +pw +UT +cI +RB +mV +np +RB +ko +np +Vt +Vt +Vt +Vt +jm +Sk +hD +qC +wc +TM +dB +dB +dB +dB +dB +dB +dB +dB +dB +dB +dB +dB +dB +dB +wc +HT +HT +HT +iy +jJ +JH +wc +Ze +be +EW +be +be +OA +Xd +fr +dR +dR +dR +wc +IN +Lq +dB +dB +RL +dB +dB +RL +be +be +be +be +wS +be +be +be +be +wc +oa +vd +do +vd +do +vd +Ds +IR +is +vl +Tt +bc +qj +lI +Xp +lI +lI +lI +lI +lI +CL +MB +fx +Xp +lI +lI +og +lI +BP +rP +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (114,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +lj +pw +qB +Tm +pw +av +wZ +wZ +wZ +Sw +rz +pw +pw +mR +cI +Rh +js +np +js +js +np +Vt +Vt +Vt +Vt +jm +YL +yY +sO +wc +uT +dB +dB +dB +dB +dB +dB +dB +dB +dB +dB +dB +dB +dB +dB +wc +MD +jJ +ip +dt +jJ +aC +wc +dQ +Jv +wc +DT +be +sa +Xd +dR +dR +dR +dR +wc +IN +Lq +dB +Yq +wc +CI +WV +ix +rJ +Rq +Rq +Ua +wc +gA +be +be +be +wc +cg +vd +do +vd +do +vd +Ds +IR +LH +Wc +Tt +bc +qj +lI +Xp +lI +BP +lI +og +lI +CL +ya +vG +Xp +lI +lI +lI +lI +lI +CL +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (115,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +JV +pw +UD +Qg +pw +av +wZ +wZ +wZ +kp +ml +pw +pw +jt +cI +EY +np +np +np +np +np +Vt +Vt +Vt +Vt +Qk +yY +yY +QY +wc +dY +dB +GR +dB +dB +wc +Ad +dB +dB +dB +dB +dB +dB +dB +dB +wc +xb +jJ +YG +jJ +jJ +PT +wc +Ze +oC +wc +Hh +Wd +Wv +Xd +dR +dR +dR +dR +wc +PG +GI +dB +Rp +wc +uc +Nd +wc +La +RC +AB +vR +wc +wc +wc +wc +wS +wc +oa +vd +do +vd +do +vd +Ds +IR +TB +vl +Tt +bc +qj +lI +Xp +lI +lI +lI +lI +lI +rP +lI +lI +Xp +lI +BP +lI +lI +lI +CL +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (116,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +TK +pw +fB +Fq +pw +av +wZ +wZ +wZ +Yo +pw +pw +pw +yD +cI +Kq +np +np +np +np +np +XN +Vt +Vt +Vt +Qk +yY +yY +yb +wc +dB +dB +wW +dB +IO +wc +My +UE +dB +Ld +Si +QF +lv +PL +JW +wc +HT +HT +HT +ig +jJ +Kj +ix +Jz +oC +wc +Xd +pp +Xd +Cq +Kd +Lr +Lr +Xj +Cq +wc +wc +vB +Tf +wc +Yw +DR +wc +br +Xr +Xr +cQ +wc +Oh +Xd +nV +be +wc +sP +vd +vd +vd +vd +vd +Ds +IR +rx +IL +Tt +bc +qj +lI +Xp +lI +lI +lI +BP +lI +CL +lI +lI +Xp +lI +lI +lI +lI +og +CL +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (117,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Vi +pw +pw +pw +pw +av +wZ +wZ +wZ +Yo +pw +jb +pw +LZ +cI +yS +np +np +np +np +np +XN +Vt +Vt +Vt +Qk +yY +yY +Nt +wc +Vb +dB +YM +dB +IO +wc +wc +wc +CE +FW +wc +wc +wc +Zm +kf +wc +MD +jJ +ip +dt +jJ +jJ +Hn +be +rA +wc +gX +Qw +Qw +Qw +fk +dR +dR +Pp +gQ +be +wc +qQ +Lv +wc +Yw +dB +RL +dB +JJ +KS +dB +RL +dB +Xd +xB +be +wc +RY +UV +UV +UV +UV +UV +RY +IR +Nw +IL +Nu +bc +qj +lI +hA +EM +lI +lI +BP +bh +kH +lI +lI +hA +EM +lI +lI +lI +bh +kH +lI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (118,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Ei +pw +pw +pw +pw +Bh +bu +wZ +wZ +Bh +pw +pw +pw +fD +cI +mD +np +np +js +np +KK +XN +nB +Vt +Vt +GA +yY +yY +Zk +wc +ih +dB +dB +dB +uU +wc +Cv +by +PN +yd +kT +Wo +IR +Kl +lc +wc +oc +jJ +HE +ka +fi +jJ +Hn +be +be +ba +be +be +be +be +fk +DX +DX +Pp +gQ +JC +ix +qa +Xd +wc +jI +Zi +wc +wc +wc +wc +wc +wc +KF +Xd +Xd +Xd +wc +Mi +NS +jC +jC +jC +NS +WM +IR +rs +IL +AL +bc +qj +fI +lI +hA +cw +eo +cw +kH +fI +lI +lI +fI +hA +cw +aK +cw +kH +lI +fI +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (119,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +xo +pw +uu +ir +QH +Bh +wZ +wZ +wZ +Bh +BR +zy +ah +yG +cI +jm +jm +jm +jm +jm +jm +jm +jm +qU +bM +jm +jm +SU +jm +wc +De +dB +dB +dB +uU +wc +oO +PN +PN +PN +PN +Ca +IR +Hk +Jv +wc +wc +wc +wc +wc +wc +wc +wc +Hk +Jv +wc +SY +be +be +be +fk +DX +DX +Pp +gQ +be +oV +dB +dB +sH +dB +dB +af +dB +dB +dB +Lo +wc +Ub +Xd +YS +dB +wc +NW +ZL +ZL +ZL +ZL +ZL +ts +IR +gR +IL +AL +bc +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +qj +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (120,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Bh +Bh +Bh +Bh +Bh +Bh +IH +IH +IH +Bh +Bh +Bh +Bh +Bh +cI +iT +hV +hV +hV +hV +yc +jm +Yc +hZ +hC +jm +sx +hZ +oF +wc +IM +dB +Bs +dB +uU +wc +Ox +PN +tj +Hu +PN +SZ +BU +Jz +rA +FW +Xq +pd +pd +Gj +pd +pd +pd +Hs +rA +wc +mY +IG +pm +Qw +fk +DX +DX +Pp +gQ +be +oV +dB +dB +sH +dB +dB +af +dB +dB +dB +Lo +wc +dB +Xd +gT +dB +wc +NW +ZL +au +ZL +au +ZL +ts +bc +DL +IL +lY +bc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (121,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Lg +IH +IH +IH +IH +IH +LQ +Bh +bR +bR +cI +aF +cO +uv +uv +gc +TU +jm +nk +hZ +Xh +jm +hZ +hZ +Wl +wc +dB +dB +VU +dB +uU +wc +Mx +PN +ht +Ug +lu +PN +wr +be +be +be +be +be +be +be +be +be +be +be +be +EW +be +qt +Xc +Qw +fk +DX +DX +Pp +gQ +JC +ix +tw +Xd +wc +sM +WV +wc +Xd +af +af +Xd +wc +wc +wc +wc +Ev +wc +wc +wc +wc +wc +wc +Dd +Dd +bc +bc +bc +bc +bc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (122,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +DQ +IH +dc +IH +WZ +IH +DQ +Bh +bR +bR +cI +MP +HI +GV +Ri +lm +VE +jm +FS +hZ +HN +jm +RX +Vl +Ao +wc +mj +dB +Aa +dB +uU +wc +Gz +PN +oW +Ks +PN +Uf +BU +Hk +Jv +Yg +jX +MO +MO +MO +uV +be +rq +MO +cz +wc +pV +Xu +Xd +Qw +fk +dR +dR +Pp +gQ +be +wc +sw +wX +wc +uc +Nd +Xd +pt +dB +dB +TX +Oa +bB +Ow +lA +dB +cU +wc +Nn +wc +Nn +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (123,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +DQ +IH +dc +IH +WZ +IH +DQ +Bh +bR +bR +cI +Xw +HI +hZ +Uw +lm +tc +jm +jm +qU +jm +jm +jm +jm +jm +wc +Dy +dB +dB +dB +Qz +wc +Ty +PN +PN +PN +PN +Ca +IR +Ze +oC +wc +wc +wc +wc +wc +Ze +be +oC +wc +wc +wc +wc +wc +wc +Cq +Lk +so +so +xI +Cq +wc +wc +Fi +uJ +wc +si +Nd +Xd +UR +dB +Qe +dB +dB +dB +dB +dB +dB +lK +wc +bO +wc +zw +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (124,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +DQ +IH +dc +IH +WZ +IH +DQ +Bh +bR +bR +cI +qc +HI +oE +Jj +lm +ML +XN +oj +hZ +Rx +jm +bR +bR +bR +wc +iP +dB +dB +dB +Qz +wc +Aw +MJ +PN +It +sW +Am +IR +Ze +oC +wc +tl +pd +pd +pd +Hs +be +PV +pd +Jq +yn +hT +HU +qE +wc +vd +vd +vd +vd +wc +Re +VR +dB +QJ +Xd +Yw +Nd +Xd +ro +dB +Qe +dB +dB +Pz +Pz +Pz +dB +fo +wc +lg +lg +lg +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (125,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Pw +IH +IH +IH +IH +IH +xz +Bh +bR +bR +cI +Hb +gH +GO +GO +qw +hZ +TT +hZ +hZ +Wl +jm +bR +wc +wc +wc +sd +dB +kW +dB +Ve +wc +wc +wc +ZR +wc +wc +wc +wc +Ze +oC +wc +px +be +be +be +vM +vM +be +be +qT +rV +Lu +bm +qE +wc +AI +vd +vd +vd +wc +lV +dB +dB +ll +Xd +Zh +Nd +Xd +Ob +dB +Qe +dB +Os +Gl +eW +XR +CC +dB +zL +lg +lg +rX +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (126,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Bh +Bh +IH +IH +IH +Bh +Bh +Bh +Bh +Bh +cI +nZ +wR +Jc +zT +zT +oL +XN +qR +hZ +wQ +jm +bR +wc +LM +ST +dB +dB +kW +dB +Ve +wc +KH +Rt +be +Pq +dq +dq +Xd +Ze +oC +wc +Bu +be +be +be +nr +pe +Zc +be +oC +rV +Lu +bm +qE +wc +aY +vd +vd +vd +wc +ou +dB +dB +dB +mn +dB +Nd +Xd +PS +dB +Qe +dB +Os +eW +eW +WL +CC +LI +wc +HQ +lg +lg +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (127,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +wZ +wZ +wZ +wZ +wZ +wZ +wZ +wZ +cI +jm +XN +XN +XN +XN +jm +jm +XN +QQ +XN +jm +jm +wc +wc +wc +Gs +dB +kW +dB +JG +wc +KH +Rt +be +Pq +dq +dq +Xd +Jz +oC +wc +Hw +be +be +be +be +nr +Zc +be +oC +rV +Lu +bm +qE +wc +vd +vd +vd +vd +wc +cB +dB +dB +ec +Xd +dB +Nd +Xd +nA +dB +Qe +dB +dB +YS +YS +YS +dB +lK +wc +HQ +lg +BZ +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (128,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +wZ +wZ +wZ +wZ +wZ +wZ +wZ +wZ +cI +IU +Vk +Vt +eQ +nv +Uu +zR +GK +Vt +ut +ru +Uq +ep +ME +wc +zV +dB +dB +dB +dB +eB +xY +be +be +be +be +be +Hn +be +PV +pd +Hs +be +yk +Dp +be +pe +Zc +be +PV +Hs +be +bm +qE +wc +rI +xR +xR +rI +wc +FV +dB +Jw +eL +Xd +dB +Rp +Xd +PU +wo +de +BF +dB +cV +HO +BF +dB +HZ +wc +wc +Dc +wc +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (129,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +wZ +wZ +wZ +wZ +wZ +wZ +wZ +wZ +cI +Ea +kd +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +cD +Vm +wc +Yy +dB +dB +dB +dB +eB +be +be +be +be +be +be +Hn +be +rq +MO +uV +be +yk +hf +be +nr +Zc +be +rq +uV +be +bm +qE +wc +Dd +UL +yV +Dd +wc +wc +xu +wc +wc +wc +kN +pG +wc +wc +wc +wc +Xd +aV +Xd +wc +Xd +aV +Xd +wc +tO +aQ +EH +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (130,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Bh +Vz +Op +Vz +Bh +Bh +Bh +Rv +Op +cI +On +Of +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Vt +Ge +vW +wc +Rz +dB +nh +dB +dB +FW +Ma +be +be +be +be +be +Ai +Hk +oC +wc +dQ +be +be +be +be +nr +Zc +be +oC +rV +Lu +bm +bH +wc +TP +Yn +Yn +gs +wc +BN +dB +KU +zm +wc +dB +KU +EV +IC +ca +wc +nw +dB +CT +wc +nw +dB +CT +wc +lg +aQ +lg +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (131,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +ZC +IH +IH +IH +MH +Bh +ZE +pw +pw +cI +PQ +Lh +Vt +Vt +Vt +Vt +Vt +Vt +Lj +zY +Lj +Vt +Zv +mg +wc +cS +dB +nh +dB +Oq +wc +FU +be +be +be +be +be +Xd +Ze +oC +wc +sg +be +be +be +nr +MC +Zc +be +qH +rV +Lu +bm +qE +wc +dg +vj +vj +bj +wc +bx +dB +dB +tS +wc +uB +dB +dB +Pz +ZK +wc +KI +dB +Rg +wc +KI +dB +Rg +wc +tO +aQ +EH +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (132,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Ud +IH +IH +IH +AX +Bh +Ax +pw +pw +cI +tE +PO +Vt +Vt +Vt +Vt +Vt +Vt +Lj +Ia +Lj +Vt +PY +cK +wc +uy +dB +nh +dB +Oq +wc +yl +qM +QU +be +pD +be +Xd +Ze +oC +wc +no +be +be +be +Um +Um +be +be +uG +rV +Lu +bm +qE +wc +hF +vj +vj +bj +wc +Sm +dB +dB +tS +wc +oX +dB +Ui +eW +RQ +wc +KI +dB +Rg +wc +KI +dB +Rg +wc +lG +aQ +lg +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (133,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +JE +ga +UI +vY +gB +Bh +uo +pw +wV +cI +qN +PO +Vt +pL +vg +Bz +CG +Vt +Lj +zY +Lj +Vt +RZ +Ut +wc +uy +dB +nh +dB +Oq +wc +Rc +DS +rD +be +pD +QC +Xd +Ta +vn +wc +Ip +MO +MO +MO +MO +MO +MO +MO +As +OW +uD +Ku +qE +wc +nX +qL +qL +IE +wc +Qt +pM +pM +Nz +wc +Qt +pM +pM +eK +OF +wc +VT +de +qG +wc +VT +de +qG +wc +tO +aQ +EH +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (134,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +Bh +cI +jm +jm +jm +jm +jm +jm +jm +jm +jm +jm +jm +jm +jm +jm +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +Dd +Dd +Dd +Dd +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +wc +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (135,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (136,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (137,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (138,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (139,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +bR +Ay "} (140,1,1) = {" -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay +Ay "} diff --git a/maps/groundbase/gb-misc.dmm b/maps/groundbase/gb-misc.dmm index b97863878a..1121f9baa6 100644 --- a/maps/groundbase/gb-misc.dmm +++ b/maps/groundbase/gb-misc.dmm @@ -2452,19 +2452,6 @@ /obj/effect/landmark/costume/pirate, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_game_room) -"iv" = ( -/obj/effect/step_trigger/teleporter/random{ - affect_ghosts = 1; - name = "escapeshuttle_leave"; - teleport_x = 25; - teleport_x_offset = 245; - teleport_y = 25; - teleport_y_offset = 245; - teleport_z = 4; - teleport_z_offset = 4 - }, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/centcom) "iO" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -2485,7 +2472,7 @@ /area/holodeck/source_gym) "jZ" = ( /turf/unsimulated/map/edge, -/area/space) +/area/overmap) "kw" = ( /obj/effect/floor_decal/sign/small_5, /turf/simulated/floor/holofloor/wood, @@ -2499,11 +2486,8 @@ /turf/unsimulated/ai_visible, /area/ai_multicam_room) "lp" = ( -/mob/living/simple_mob/vore/woof/hostile/aweful/ranged{ - dir = 8 - }, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/centcom) +/turf/simulated/floor/holofloor/flesh, +/area/holodeck/the_uwu_zone) "lP" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2524,15 +2508,6 @@ icon_state = "white" }, /area/holodeck/source_patient_ward) -"mV" = ( -/obj/effect/shuttle_landmark{ - base_area = /area/space; - base_turf = /turf/unsimulated/floor; - landmark_tag = "supply_cc"; - name = "Centcom Supply Depot" - }, -/turf/simulated/shuttle/wall, -/area/shuttle/supply) "mY" = ( /obj/effect/floor_decal/spline/fancy/wood{ dir = 5 @@ -2578,15 +2553,6 @@ }, /turf/simulated/floor/holofloor/carpet, /area/holodeck/source_game_room) -"oK" = ( -/obj/effect/shuttle_landmark{ - base_area = /area/space; - base_turf = /turf/simulated/floor/outdoors/grass/virgo3c; - landmark_tag = "escape_transit"; - name = "Escape Transit" - }, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/space) "oR" = ( /obj/effect/floor_decal/carpet, /obj/effect/floor_decal/carpet{ @@ -2622,6 +2588,15 @@ /obj/effect/floor_decal/sign/small_h, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_chess) +"qB" = ( +/obj/effect/shuttle_landmark{ + base_area = /area/space; + base_turf = /turf/space; + landmark_tag = "escape_transit"; + name = "Escape Transit" + }, +/turf/space/transit/west, +/area/space) "qV" = ( /obj/effect/floor_decal/sign/small_6, /turf/simulated/floor/holofloor/wood, @@ -2688,9 +2663,6 @@ }, /turf/space/transit/west, /area/space) -"up" = ( -/turf/simulated/shuttle/floor, -/area/shuttle/supply) "uM" = ( /obj/item/toy/chess/knight_black, /turf/simulated/floor/holofloor/wmarble, @@ -2722,12 +2694,6 @@ /obj/machinery/fitness/punching_bag/clown, /turf/simulated/floor/holofloor/tiled/dark, /area/holodeck/source_gym) -"xe" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/shuttle/floor, -/area/shuttle/supply) "xp" = ( /obj/structure/window/reinforced{ dir = 1 @@ -2756,9 +2722,6 @@ /obj/effect/landmark/costume/elpresidente, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_game_room) -"zw" = ( -/turf/simulated/shuttle/wall, -/area/shuttle/supply) "zA" = ( /obj/effect/floor_decal/corner/paleblue{ dir = 5 @@ -2843,10 +2806,6 @@ /obj/effect/landmark/costume/cutewitch, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_game_room) -"DE" = ( -/obj/effect/blocker, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/centcom) "DL" = ( /obj/effect/floor_decal/sign/small_b, /turf/simulated/floor/holofloor/wood, @@ -2871,7 +2830,7 @@ /area/holodeck/source_patient_ward) "EA" = ( /turf/unsimulated/map, -/area/space) +/area/overmap) "ED" = ( /obj/structure/fitness/weightlifter, /obj/effect/floor_decal/industrial/outline/yellow, @@ -2915,20 +2874,10 @@ /obj/effect/floor_decal/sign/small_1, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_chess) -"IF" = ( -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/space) "Jc" = ( /obj/item/toy/chess/bishop_white, /turf/simulated/floor/holofloor/bmarble, /area/holodeck/source_chess) -"JH" = ( -/obj/structure/shuttle/engine/heater, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor, -/area/shuttle/supply) "JI" = ( /obj/item/toy/chess/rook_white, /turf/simulated/floor/holofloor/bmarble, @@ -2968,12 +2917,6 @@ icon_state = "white" }, /area/holodeck/source_patient_ward) -"Ma" = ( -/mob/living/simple_mob/vore/woof/hostile/aweful/ranged{ - dir = 4 - }, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/centcom) "Me" = ( /turf/simulated/floor/smole/desert, /area/holodeck/source_smoleworld) @@ -2981,15 +2924,6 @@ /obj/item/toy/chess/bishop_white, /turf/simulated/floor/holofloor/wmarble, /area/holodeck/source_chess) -"Ms" = ( -/turf/unsimulated/wall, -/area/centcom) -"Mx" = ( -/obj/structure/shuttle/engine/propulsion{ - icon_state = "burst_r" - }, -/turf/simulated/shuttle/plating/carry, -/area/shuttle/supply) "ML" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -3010,10 +2944,6 @@ /obj/item/weapon/dice/d4, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_game_room) -"NJ" = ( -/mob/living/simple_mob/vore/woof/hostile/aweful/ranged, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/centcom) "NT" = ( /obj/structure/table/holotable, /obj/effect/floor_decal/corner/paleblue{ @@ -3026,11 +2956,6 @@ icon_state = "white" }, /area/holodeck/source_patient_ward) -"Ok" = ( -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/centcom) "Or" = ( /obj/item/toy/chess/knight_white, /turf/simulated/floor/holofloor/bmarble, @@ -3045,7 +2970,7 @@ /area/holodeck/source_gym) "PL" = ( /turf/space, -/turf/simulated/floor/holofloor/reinforced, +/turf/space, /area/space) "PM" = ( /turf/simulated/floor/smole/megablocks, @@ -3084,12 +3009,6 @@ icon_state = "white" }, /area/holodeck/source_patient_ward) -"Tt" = ( -/mob/living/simple_mob/vore/woof/hostile/aweful/ranged{ - dir = 1 - }, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/centcom) "TH" = ( /obj/structure/table/holotable, /obj/effect/floor_decal/corner/paleblue{ @@ -3107,9 +3026,6 @@ /obj/effect/landmark/costume/chicken, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_game_room) -"TN" = ( -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/centcom) "Ug" = ( /obj/effect/floor_decal/carpet{ dir = 5 @@ -3149,17 +3065,6 @@ icon_state = "white" }, /area/holodeck/source_patient_ward) -"WB" = ( -/obj/machinery/door/airlock/angled_bay/external/glass{ - dir = 4; - door_color = "#822a1e"; - frequency = 1380; - id_tag = "supply_shuttle_hatch"; - locked = 1; - name = "Shuttle Hatch" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/supply) "Xh" = ( /obj/effect/floor_decal/carpet{ dir = 5 @@ -3196,16 +3101,6 @@ }, /turf/space/transit/east, /area/space) -"XL" = ( -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "supply_shuttle"; - pixel_y = 24; - req_one_access = list(13,31); - tag_door = "supply_shuttle_hatch" - }, -/turf/simulated/shuttle/floor, -/area/shuttle/supply) "Yn" = ( /turf/simulated/floor/holofloor/tiled{ icon_state = "monotile" @@ -3265,10 +3160,6 @@ "ZF" = ( /turf/space/transit/north, /area/space) -"ZM" = ( -/obj/machinery/light, -/turf/simulated/shuttle/floor, -/area/shuttle/supply) "ZQ" = ( /obj/effect/floor_decal/sign/small_c, /turf/simulated/floor/holofloor/wood, @@ -3338,57 +3229,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ ap jZ jZ @@ -3480,57 +3371,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -3622,57 +3513,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -3764,57 +3655,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -3906,57 +3797,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -4048,57 +3939,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -4190,57 +4081,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -4332,57 +4223,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -4474,57 +4365,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -4616,57 +4507,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -4758,57 +4649,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -4900,57 +4791,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -5042,57 +4933,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -5184,57 +5075,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -5326,57 +5217,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -5468,57 +5359,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -5610,57 +5501,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -5752,57 +5643,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -5894,57 +5785,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -6036,57 +5927,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -6178,57 +6069,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -6320,57 +6211,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -6462,57 +6353,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -6604,57 +6495,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap jZ EA @@ -6746,57 +6637,57 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ ap jZ jZ @@ -7030,83 +6921,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +ap +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ "} (28,1,1) = {" ul @@ -7172,83 +7063,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (29,1,1) = {" ul @@ -7314,83 +7205,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (30,1,1) = {" ul @@ -7456,83 +7347,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (31,1,1) = {" ul @@ -7598,83 +7489,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (32,1,1) = {" ul @@ -7740,83 +7631,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (33,1,1) = {" ul @@ -7882,83 +7773,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (34,1,1) = {" ul @@ -8024,83 +7915,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (35,1,1) = {" ul @@ -8166,83 +8057,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (36,1,1) = {" ul @@ -8308,83 +8199,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (37,1,1) = {" ul @@ -8450,83 +8341,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (38,1,1) = {" ul @@ -8592,83 +8483,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (39,1,1) = {" ul @@ -8734,83 +8625,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (40,1,1) = {" ul @@ -8876,83 +8767,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (41,1,1) = {" ul @@ -9018,83 +8909,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (42,1,1) = {" ul @@ -9160,83 +9051,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (43,1,1) = {" ul @@ -9302,83 +9193,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (44,1,1) = {" ul @@ -9444,83 +9335,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (45,1,1) = {" ul @@ -9586,83 +9477,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (46,1,1) = {" ul @@ -9728,83 +9619,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (47,1,1) = {" aa @@ -9870,83 +9761,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (48,1,1) = {" aa @@ -10012,83 +9903,83 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (49,1,1) = {" aa @@ -10130,82 +10021,6 @@ ap ap ap ap -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ap ap ap @@ -10230,7 +10045,83 @@ ap ap ap ap +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (50,1,1) = {" aa @@ -10272,33 +10163,6 @@ ap ap ap ap -Ms -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -Ms ap ap ap @@ -10373,6 +10237,33 @@ ap ap ap ap +ap +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (51,1,1) = {" ap @@ -10414,78 +10305,6 @@ ap ap ap ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ap ap ap @@ -10514,7 +10333,79 @@ ap ap ap ap +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (52,1,1) = {" ar @@ -10556,78 +10447,6 @@ ap ap ap ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ap ap ap @@ -10656,7 +10475,79 @@ ap ap ap ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (53,1,1) = {" as @@ -10682,94 +10573,22 @@ Me Me Me dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +lp +lp +lp +lp +lp +lp +lp +lp +lp +lp xp ap ap ap ap ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ap ap ap @@ -10798,7 +10617,79 @@ ap ap ap ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (54,1,1) = {" as @@ -10824,94 +10715,22 @@ Me Me Me dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +lp +lp +lp +lp +lp +lp +lp +lp +lp +lp xp ap ap ap ap ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ap ap ap @@ -10940,7 +10759,79 @@ ap ap ap ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (55,1,1) = {" as @@ -10966,94 +10857,22 @@ PM Me Me dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +lp +lp +lp +lp +lp +lp +lp +lp +lp +lp xp ap ap ap ap ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ap ap ap @@ -11082,7 +10901,79 @@ ap ap ap ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (56,1,1) = {" as @@ -11108,94 +10999,22 @@ PM Me Me dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +lp +lp +lp +lp +lp +lp +lp +lp +lp +lp xp ap ap ap ap ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -Ma -Ma -Ma -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ap ap ap @@ -11224,7 +11043,79 @@ ap ap ap ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (57,1,1) = {" as @@ -11250,94 +11141,22 @@ PM Me Me dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +lp +lp +lp +lp +lp +lp +lp +lp +lp +lp xp ap ap ap ap ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -DE -DE -DE -DE -DE -DE -DE -DE -DE -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ap ap ap @@ -11366,7 +11185,79 @@ ap ap ap ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (58,1,1) = {" as @@ -11392,94 +11283,22 @@ PM Me Me dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +lp +lp +lp +lp +lp +lp +lp +lp +lp +lp xp ap ap ap ap ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -DE -IF -IF -IF -IF -IF -IF -IF -DE -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ap ap ap @@ -11508,7 +11327,79 @@ ap ap ap ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (59,1,1) = {" as @@ -11534,123 +11425,123 @@ PM Me Me dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +lp +lp +lp +lp +lp +lp +lp +lp +lp +lp xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -DE -IF -IF -IF -IF -IF -IF -IF -DE -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (60,1,1) = {" as @@ -11676,123 +11567,123 @@ PM Me Me dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +lp +lp +lp +lp +lp +lp +lp +lp +lp +lp xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -NJ -DE -IF -IF -IF -IF -IF -IF -IF -DE -Tt -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (61,1,1) = {" as @@ -11818,123 +11709,123 @@ Me Me Me dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +lp +lp +lp +lp +lp +lp +lp +lp +lp +lp xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -NJ -DE -IF -IF -IF -IF -IF -IF -IF -DE -Tt -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +El +El +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (62,1,1) = {" as @@ -11960,123 +11851,123 @@ Me Me Me dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +lp +lp +lp +lp +lp +lp +lp +lp +lp +lp xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -DE -IF -IF -IF -IF -IF -IF -IF -DE -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (63,1,1) = {" ar @@ -12116,109 +12007,109 @@ ar ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -NJ -DE -IF -IF -IF -IF -IF -IF -IF -DE -Tt -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (64,1,1) = {" as @@ -12258,109 +12149,109 @@ xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -NJ -DE -IF -IF -IF -IF -IF -IF -IF -DE -Tt -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (65,1,1) = {" as @@ -12400,109 +12291,109 @@ xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -DE -IF -IF -IF -IF -IF -IF -IF -DE -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ +ap +jZ +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +EA +jZ "} (66,1,1) = {" as @@ -12542,109 +12433,109 @@ xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -DE -IF -IF -IF -IF -IF -IF -IF -DE -TN -TN -TN -TN -TN -TN -TN -iv -Ms -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El +ap +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +ap +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ +jZ "} (67,1,1) = {" as @@ -12684,35 +12575,35 @@ xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -DE -IF -IF -IF -oK -IF -IF -IF -DE -TN -TN -TN -TN -TN -TN -TN -iv -Ms +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -12826,35 +12717,35 @@ xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -DE -DE -DE -DE -DE -DE -DE -DE -DE -TN -TN -TN -TN -TN -TN -TN -iv -Ms +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -12968,35 +12859,35 @@ xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -lp -lp -lp -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -13110,35 +13001,35 @@ xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -13252,35 +13143,35 @@ xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -13394,35 +13285,35 @@ xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -13536,35 +13427,35 @@ xp ap ap ap -ap -ap -Ms -iv -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -TN -iv -Ms +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -13678,35 +13569,35 @@ ar ap ap ap -ap -ap -Ms -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -iv -Ms +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -13820,35 +13711,35 @@ xp ap ap ap -ap -ap -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -13962,35 +13853,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -14104,35 +13995,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -14246,35 +14137,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -14388,35 +14279,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ap ap @@ -14530,35 +14421,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +qB +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ZC ZC @@ -14672,35 +14563,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ZC ZF @@ -14814,35 +14705,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ZC ZF @@ -14956,35 +14847,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ZC ZF @@ -15098,35 +14989,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +iO +El +El ap ZC ZF @@ -15240,35 +15131,35 @@ ar ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +iO +El +El ap ZC ZF @@ -15382,35 +15273,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El ap ZC ZF @@ -15524,35 +15415,35 @@ xp ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El +El ap ZC ZF @@ -16930,16 +16821,16 @@ fz fz fS dB -fZ -fZ -fZ -fZ +ap +ap +ap +ap PL -fZ -fZ -fZ +ap +ap +ap PL -fZ +ap xp ap ap @@ -17072,16 +16963,16 @@ ei ei fJ dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap xp ap ap @@ -17214,16 +17105,16 @@ fJ fz fS dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap xp ap ap @@ -17356,16 +17247,16 @@ fJ ei fT dB -fZ -fZ -fZ -fZ +ap +ap +ap +ap PL -fZ -fZ -fZ +ap +ap +ap PL -fZ +ap xp ap ap @@ -17498,16 +17389,16 @@ fJ fA fU dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap xp ap ap @@ -17640,16 +17531,16 @@ ei ei fJ dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap xp ap ap @@ -17782,16 +17673,16 @@ fA fA fU dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap xp ap ap @@ -17924,16 +17815,16 @@ bh aG aG dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap xp ap ap @@ -18066,16 +17957,16 @@ dJ dK dK dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap xp ap ap @@ -18208,16 +18099,16 @@ dJ dJ dJ dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap xp ap ap @@ -21517,19 +21408,19 @@ El El El El -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF @@ -21659,19 +21550,19 @@ El El El El -Ms -Ok -Ok -Ok -Ok -Ok -Ok -Ok -Ok -Ok -Ok -Ok -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF @@ -21801,19 +21692,19 @@ El El El El -Ms -Ok -zw -zw -zw -WB -WB -zw -zw -zw -zw -Ok -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF @@ -21943,19 +21834,19 @@ El El El El -Ms -Ok -zw -xe -up -up -up -up -up -ZM -zw -Ok -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF @@ -22085,19 +21976,19 @@ El El El El -Ms -Ok -zw -up -up -up -up -up -up -zw -zw -Ok -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF @@ -22227,19 +22118,19 @@ El El El El -Ms -Ok -mV -XL -up -up -up -up -up -JH -Mx -Ok -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF @@ -22369,19 +22260,19 @@ El El El El -Ms -Ok -zw -up -up -up -up -up -up -zw -zw -Ok -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF @@ -22511,19 +22402,19 @@ El El El El -Ms -Ok -zw -xe -up -up -up -up -up -ZM -zw -Ok -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF @@ -22653,19 +22544,19 @@ El El El El -Ms -Ok -zw -zw -zw -zw -zw -zw -zw -zw -zw -Ok -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF @@ -22795,19 +22686,19 @@ El El El El -Ms -Ok -Ok -Ok -Ok -Ok -Ok -Ok -Ok -Ok -Ok -Ok -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF @@ -22937,19 +22828,19 @@ El El El El -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms -Ms +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ZC ZF ZF diff --git a/maps/groundbase/gb-z1.dmm b/maps/groundbase/gb-z1.dmm index b5c9e383c7..60cb9c62a5 100644 --- a/maps/groundbase/gb-z1.dmm +++ b/maps/groundbase/gb-z1.dmm @@ -85,9 +85,6 @@ /turf/simulated/floor/lino, /area/groundbase/civilian/bar) "al" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, @@ -111,6 +108,10 @@ "ap" = ( /obj/structure/closet/secure_closet/security, /obj/item/device/holowarrant, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/equipment) "aq" = ( @@ -186,6 +187,14 @@ }, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/ai/chamber) +"ay" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/centsquare) "az" = ( /obj/structure/table/bench/steel, /turf/simulated/floor/tiled/dark, @@ -222,18 +231,14 @@ /turf/simulated/floor/tiled, /area/groundbase/civilian/toolstorage) "aD" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_x = 32 - }, /obj/structure/sign/directions/stairs_up{ - dir = 1; + dir = 4; pixel_x = 32; pixel_y = 6 }, /obj/structure/sign/directions/bridge{ - pixel_x = 32; - pixel_y = -6 + dir = 4; + pixel_x = 32 }, /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/level1/centsquare) @@ -292,7 +297,7 @@ /area/groundbase/level1/northspur) "aJ" = ( /obj/machinery/gateway{ - dir = 6 + dir = 4 }, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) @@ -321,6 +326,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos/monitoring) "aO" = ( @@ -336,6 +345,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/groundbase/engineering/eva) +"aQ" = ( +/obj/machinery/vending/wardrobe/clowndrobe, +/turf/simulated/floor/carpet/gaycarpet, +/area/groundbase/civilian/clown) "aR" = ( /turf/simulated/wall/r_wall, /area/groundbase/security/halls) @@ -353,6 +366,14 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/or1) +"aV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled/techmaint, +/area/groundbase/command/tcomms/storage) "aW" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/command{ @@ -526,9 +547,6 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark/start{ - name = "Roboticist" - }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/centsquare) "bB" = ( @@ -542,11 +560,10 @@ /turf/simulated/floor/tiled, /area/groundbase/security/processing) "bD" = ( -/obj/machinery/gateway{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/groundbase/civilian/gateway) +/obj/structure/table/woodentable, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet/turcarpet, +/area/groundbase/civilian/gameroom) "bE" = ( /obj/structure/cable/yellow{ icon_state = "0-8" @@ -605,11 +622,17 @@ /area/groundbase/level1/eastspur) "bL" = ( /obj/machinery/vending/loadout/accessory, +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 24 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/apparel) "bO" = ( /obj/structure/table/bench/steel, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/security, /turf/simulated/floor/tiled/dark, /area/groundbase/security/briefing) "bP" = ( @@ -668,6 +691,12 @@ }, /turf/simulated/floor/bmarble, /area/groundbase/civilian/arrivals) +"bV" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "bX" = ( /obj/structure/cable/yellow{ icon_state = "1-8" @@ -682,11 +711,22 @@ /turf/simulated/floor/tiled, /area/groundbase/civilian/apparel) "bZ" = ( -/obj/effect/landmark/start{ - name = "Chief Medical Officer" +/obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/clown{ + pixel_x = -4; + pixel_y = 6 }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) +/obj/item/weapon/bikehorn{ + pixel_x = -2; + pixel_y = 11 + }, +/obj/machinery/alarm, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/groundbase/civilian/clown) "ca" = ( /turf/simulated/floor/outdoors/newdirt/virgo3c{ outdoors = 0 @@ -800,6 +840,7 @@ dir = 4 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -812,6 +853,12 @@ /obj/item/device/paicard, /turf/simulated/floor/tiled, /area/groundbase/civilian/toolstorage) +"cr" = ( +/obj/structure/bed/chair/backed_red{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "cs" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -834,6 +881,17 @@ "cv" = ( /turf/simulated/wall/r_wall, /area/groundbase/security/briefing) +"cw" = ( +/obj/structure/table/hardwoodtable, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, +/obj/random/mug, +/obj/random/mug, +/obj/random/mug, +/obj/random/mug, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "cx" = ( /obj/machinery/atmospherics/valve/digital{ name = "supply isolation valve" @@ -885,6 +943,7 @@ /obj/structure/cable/yellow{ icon_state = "4-8" }, +/obj/effect/landmark/start/medical, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lhallway) "cE" = ( @@ -904,6 +963,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/ai/foyer) +"cH" = ( +/obj/item/weapon/stool/baystool/padded{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "cI" = ( /obj/machinery/power/apc{ dir = 8 @@ -972,6 +1040,7 @@ dir = 5 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -1003,20 +1072,9 @@ /obj/structure/bed/chair/office/light{ dir = 8 }, +/obj/effect/landmark/start/medical, /turf/simulated/floor/tiled/white, /area/groundbase/medical/office) -"cT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Botanist" - }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) "cU" = ( /obj/item/weapon/stock_parts/manipulator, /obj/item/weapon/stock_parts/matter_bin, @@ -1028,11 +1086,18 @@ /turf/simulated/floor/tiled, /area/groundbase/engineering/techstorage) "cV" = ( -/obj/effect/landmark/start{ - name = "Explorer" +/obj/effect/landmark/start/clown, +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1/centsquare) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/groundbase/civilian/clown) "cW" = ( /obj/structure/table/rack/steel, /obj/item/weapon/circuitboard/mech_recharger{ @@ -1085,11 +1150,15 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/or1) "cZ" = ( -/obj/effect/landmark/start{ - name = "Internal Affairs Agent" +/obj/structure/cryofeed{ + dir = 2 }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) +/obj/machinery/camera/network/civilian, +/turf/simulated/floor, +/area/groundbase/civilian/arrivals) +"da" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/northspur) "db" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock{ @@ -1123,9 +1192,20 @@ }, /turf/simulated/floor/tiled, /area/groundbase/engineering/engine) +"dh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/northspur) "dj" = ( /obj/structure/table/marble, /obj/machinery/chemical_dispenser/bar_soft/full, +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 21 + }, /turf/simulated/floor/lino, /area/groundbase/civilian/bar) "dk" = ( @@ -1146,6 +1226,7 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/landmark/start/engineer, /turf/simulated/floor/tiled, /area/groundbase/engineering/workshop) "dn" = ( @@ -1159,6 +1240,12 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/briefing) +"dp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/gateway) "dq" = ( /obj/structure/bed/chair/comfy/brown{ dir = 1 @@ -1178,12 +1265,6 @@ }, /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, /area/groundbase/level1/centsquare) -"dt" = ( -/obj/effect/landmark/start{ - name = "Field Medic" - }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) "du" = ( /obj/structure/table/standard, /obj/item/stack/nanopaste, @@ -1196,11 +1277,21 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/or2) "dw" = ( -/obj/machinery/gateway{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/simulated/floor/tiled, -/area/groundbase/civilian/gateway) +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) "dx" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -1243,6 +1334,7 @@ icon_state = "2-4" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -1288,6 +1380,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -1378,6 +1471,12 @@ /obj/structure/cable{ icon_state = "2-4" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/northspur) "dO" = ( @@ -1401,6 +1500,13 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/equipment) +"dQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/eastspur) "dR" = ( /obj/effect/floor_decal/industrial/loading{ dir = 4 @@ -1418,6 +1524,7 @@ /obj/structure/cable/yellow{ icon_state = "4-8" }, +/obj/effect/landmark/start/engineer, /turf/simulated/floor/tiled, /area/groundbase/engineering/workshop) "dX" = ( @@ -1440,18 +1547,6 @@ /obj/item/weapon/stool/padded, /turf/simulated/floor/tiled, /area/groundbase/engineering/techstorage) -"eb" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Cargo Technician" - }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) "ec" = ( /obj/machinery/door/airlock/hatch{ icon_state = "door_locked"; @@ -1539,6 +1634,7 @@ dir = 5 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) @@ -1557,11 +1653,18 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/outdoors/sidewalk/virgo3c, /area/groundbase/level1/northspur) "el" = ( /turf/simulated/wall/r_wall, /area/groundbase/command/ai/storage) +"em" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/civilian/bar) "en" = ( /obj/structure/cable/yellow{ icon_state = "0-4" @@ -1590,6 +1693,7 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/engineer, /turf/simulated/floor/tiled, /area/groundbase/engineering/lobby) "er" = ( @@ -1652,6 +1756,15 @@ }, /turf/simulated/wall, /area/groundbase/cargo/mining) +"eB" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/machinery/camera/network/medbay{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/morgue) "eC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/green{ dir = 6 @@ -1675,9 +1788,7 @@ /area/groundbase/security/processing) "eF" = ( /obj/structure/table/bench/steel, -/obj/effect/landmark/start{ - name = "Security Officer" - }, +/obj/effect/landmark/start/security, /turf/simulated/floor/tiled/dark, /area/groundbase/security/equipment) "eG" = ( @@ -1873,6 +1984,14 @@ temperature = 80 }, /area/groundbase/command/tcomms) +"fj" = ( +/obj/structure/table/hardwoodtable, +/obj/item/weapon/reagent_containers/food/drinks/flask/vacuumflask, +/obj/machinery/firealarm{ + dir = 4 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "fk" = ( /obj/structure/cable{ icon_state = "1-8" @@ -1929,10 +2048,18 @@ /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/southeastspur) "fr" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/bluegrid, /area/groundbase/command/ai/hall) "fs" = ( /obj/machinery/computer/timeclock/premade/east, +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -22 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/foodplace) "ft" = ( @@ -1943,6 +2070,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -2085,6 +2213,7 @@ "fQ" = ( /obj/structure/table/steel_reinforced, /obj/machinery/atmospherics/unary/vent_pump/on, +/obj/item/weapon/storage/firstaid/regular, /turf/simulated/floor/carpet/bcarpet, /area/groundbase/security/briefing) "fR" = ( @@ -2199,6 +2328,15 @@ }, /turf/simulated/floor/tiled, /area/groundbase/engineering/lobby) +"gb" = ( +/obj/structure/table/hardwoodtable, +/obj/machinery/door/blast/gate/thin{ + dir = 8; + id = "Cafe"; + layer = 3.3 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "gc" = ( /obj/structure/disposaloutlet, /obj/structure/disposalpipe/trunk, @@ -2298,7 +2436,9 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -2327,6 +2467,11 @@ /obj/machinery/camera/network/command, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/ai/chamber) +"gt" = ( +/obj/structure/stairs/spawner/west, +/obj/structure/railing/grey, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/northspur) "gv" = ( /turf/simulated/wall/r_wall, /area/groundbase/security/hos) @@ -2361,6 +2506,9 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/northspur) "gC" = ( @@ -2498,6 +2646,10 @@ }, /turf/simulated/floor/tiled/techfloor, /area/groundbase/civilian/arrivals) +"gQ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/equipment) "gR" = ( /obj/structure/cable{ icon_state = "1-2" @@ -2532,6 +2684,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/techmaint, /area/groundbase/command/tcomms/storage) +"gW" = ( +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "gY" = ( /obj/machinery/telecomms/hub/preset/groundbase, /turf/simulated/floor/tiled/dark{ @@ -2562,7 +2717,7 @@ /area/groundbase/security/lobby) "hb" = ( /obj/machinery/gateway{ - dir = 8 + dir = 9 }, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) @@ -2637,6 +2792,7 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/outdoors/sidewalk/virgo3c, /area/groundbase/level1/eastspur) "hp" = ( @@ -2648,6 +2804,12 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/equipment) +"hq" = ( +/turf/simulated/wall, +/area/groundbase/civilian/gameroom) +"hr" = ( +/turf/simulated/wall, +/area/groundbase/civilian/cafe) "hs" = ( /obj/structure/table/woodentable, /obj/item/weapon/folder/red_hos, @@ -2689,12 +2851,10 @@ /area/maintenance/groundbase/substation/secsci) "hx" = ( /obj/structure/table/bench/steel, -/obj/effect/landmark/start{ - name = "Security Officer" - }, /obj/structure/cable/yellow{ icon_state = "4-8" }, +/obj/effect/landmark/start/security, /turf/simulated/floor/tiled/dark, /area/groundbase/security/equipment) "hz" = ( @@ -2721,9 +2881,22 @@ "hC" = ( /turf/simulated/wall/r_wall, /area/groundbase/security/equipment) +"hD" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) "hE" = ( /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, /area/groundbase/level1/se) +"hF" = ( +/obj/structure/table/hardwoodtable, +/obj/machinery/chemical_dispenser/bar_coffee/full{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "hH" = ( /obj/machinery/alarm{ dir = 8 @@ -2835,6 +3008,18 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/groundbase/medical/equipment) +"hW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/northspur) "hX" = ( /obj/structure/table/steel_reinforced, /turf/simulated/floor/tiled/dark, @@ -2858,6 +3043,7 @@ dir = 9 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) @@ -2903,6 +3089,10 @@ /obj/item/weapon/tool/crowbar, /obj/item/weapon/tool/wrench, /obj/item/weapon/hand_labeler, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/warden) "if" = ( @@ -2929,6 +3119,13 @@ }, /turf/simulated/floor/lino, /area/groundbase/civilian/bar) +"ii" = ( +/obj/structure/sign/directions/evac{ + dir = 10; + pixel_y = 32 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/civilian/apparel) "ij" = ( /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/security/lobby) @@ -3001,6 +3198,7 @@ icon_state = "1-8" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/netunnel) @@ -3101,6 +3299,15 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/detective) +"iE" = ( +/obj/structure/table/bench/padded, +/obj/effect/landmark/start/entertainer, +/obj/item/device/radio/intercom{ + dir = 8; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "iF" = ( /obj/machinery/power/breakerbox/activated{ RCon_tag = "Science Substation Bypass" @@ -3219,6 +3426,13 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/armory) +"ja" = ( +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command/ai/chamber) "jb" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -3226,6 +3440,10 @@ /obj/machinery/light{ dir = 4 }, +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -22 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/lobby) "jc" = ( @@ -3433,6 +3651,24 @@ }, /turf/simulated/floor/tiled, /area/holodeck_control) +"jC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Gamatorium" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian/gameroom) +"jD" = ( +/obj/structure/sign/directions/evac{ + dir = 10; + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/centsquare) "jE" = ( /obj/item/device/radio/intercom{ dir = 1; @@ -3447,6 +3683,7 @@ }, /obj/structure/disposalpipe/segment, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/setunnel) @@ -3500,6 +3737,7 @@ pixel_x = -15; pixel_y = -30 }, +/obj/effect/landmark/start/detective, /turf/simulated/floor/carpet, /area/groundbase/security/detective) "jP" = ( @@ -3545,6 +3783,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -3611,11 +3850,14 @@ /turf/simulated/floor/outdoors/sidewalk/virgo3c, /area/groundbase/engineering/lobby) "ke" = ( -/obj/effect/landmark/start{ - name = "Chemist" +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/cyborg, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command/ai/robot) "kf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/black{ dir = 4 @@ -3708,11 +3950,6 @@ /obj/effect/floor_decal/industrial/warning{ dir = 1 }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -24; - pixel_y = -24 - }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, @@ -3732,19 +3969,23 @@ /turf/simulated/floor/tiled, /area/groundbase/engineering/storage) "kr" = ( -/obj/machinery/gateway{ - dir = 9 +/obj/structure/table/woodentable, +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/turf/simulated/floor/tiled, -/area/groundbase/civilian/gateway) -"ks" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/turf/simulated/floor/carpet/turcarpet, +/area/groundbase/civilian/gameroom) +"ks" = ( /obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/halls) "kt" = ( @@ -3754,6 +3995,7 @@ /obj/structure/cable/yellow{ icon_state = "2-8" }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/dark, /area/groundbase/security/warden) "ku" = ( @@ -3820,6 +4062,19 @@ }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/medical/morgue) +"kB" = ( +/obj/random/vendorall, +/obj/machinery/alarm{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/apparel) +"kC" = ( +/obj/structure/bed/chair/backed_red{ + dir = 1 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/groundbase/civilian/gameroom) "kE" = ( /obj/machinery/button/remote/airlock{ desc = "A remote control switch for the medbay recovery room door."; @@ -3849,6 +4104,7 @@ dir = 6 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -3978,6 +4234,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/outdoors/sidewalk/virgo3c, /area/groundbase/level1/centsquare) +"kR" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "kT" = ( /obj/machinery/computer/telecomms/server{ dir = 8; @@ -3994,6 +4257,12 @@ }, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/tcomms/computer) +"kV" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/groundbase/engineering/engine) "kW" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -4003,6 +4272,13 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/civilian/bar) +"kX" = ( +/obj/random/vendorall, +/obj/machinery/firealarm{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/apparel) "kY" = ( /obj/structure/sign/directions/evac{ dir = 1; @@ -4079,6 +4355,15 @@ }, /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos) +"lh" = ( +/obj/structure/curtain/black{ + color = "#361447" + }, +/obj/item/weapon/bedsheet/clowndouble, +/obj/structure/bed/double/padded, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet/gaycarpet, +/area/groundbase/civilian/clown) "li" = ( /obj/structure/cable{ icon_state = "1-4" @@ -4094,6 +4379,7 @@ dir = 5 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/stunnel) @@ -4139,7 +4425,9 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/security/equipment) "ll" = ( -/obj/structure/closet/secure_closet/personal, +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, /obj/effect/floor_decal/industrial/outline, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -4204,6 +4492,14 @@ /obj/machinery/shieldgen, /turf/simulated/floor, /area/groundbase/engineering/storage) +"lx" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/level1/eastspur) "ly" = ( /obj/machinery/atmospherics/pipe/tank/nitrogen{ dir = 1 @@ -4289,6 +4585,10 @@ /obj/random/tech_supply, /obj/random/tech_supply, /obj/random/tech_supply, +/obj/machinery/computer/guestpass{ + dir = 8; + pixel_x = 25 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/toolstorage) "lH" = ( @@ -4350,7 +4650,7 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) "lQ" = ( -/obj/machinery/gateway, +/obj/machinery/gateway/centerstation, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) "lR" = ( @@ -4386,6 +4686,12 @@ /obj/structure/cable{ icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, /area/groundbase/level1/northspur) "lV" = ( @@ -4430,6 +4736,20 @@ "ma" = ( /turf/simulated/wall/r_wall, /area/groundbase/security/halle) +"mb" = ( +/obj/structure/bed/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) +"mc" = ( +/obj/structure/table/woodentable, +/obj/machinery/light, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "md" = ( /obj/structure/cable{ icon_state = "1-2" @@ -4514,6 +4834,14 @@ }, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/ai/upload) +"mr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Bar"; + req_access = null + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian/bar) "ms" = ( /turf/simulated/wall/r_wall, /area/groundbase/command/ai/robot) @@ -4587,6 +4915,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) +"mG" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/civilian/cafe) "mH" = ( /obj/structure/table/woodentable, /obj/item/clothing/accessory/permit/gun{ @@ -4639,6 +4970,10 @@ }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/security/briefing) +"mL" = ( +/obj/machinery/media/jukebox, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "mM" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -4670,6 +5005,7 @@ }, /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -4687,15 +5023,14 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/engineer, /turf/simulated/floor/tiled, /area/groundbase/engineering/workshop) "mS" = ( /obj/structure/bed/chair/office/dark{ dir = 1 }, -/obj/effect/landmark/start{ - name = "Internal Affairs Agent" - }, +/obj/effect/landmark/start/iaa, /turf/simulated/floor/carpet/sblucarpet, /area/groundbase/security/iaa2) "mT" = ( @@ -4732,6 +5067,10 @@ dir = 1; icon_state = "pipe-c" }, +/obj/machinery/newscaster{ + layer = 3.3; + pixel_y = -32 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) "mY" = ( @@ -4739,12 +5078,16 @@ dir = 4; icon_state = "pipe-c" }, -/turf/simulated/floor/carpet/deco, +/turf/simulated/floor/lino, /area/groundbase/civilian/bar) "mZ" = ( /obj/structure/bed/chair{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/tiled, /area/groundbase/security/processing) "na" = ( @@ -4792,6 +5135,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/northspur) "nh" = ( @@ -4838,6 +5184,7 @@ dir = 9 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) @@ -4848,6 +5195,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos/monitoring) +"np" = ( +/obj/machinery/light, +/obj/item/weapon/stool/baystool/padded{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "nq" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -4961,6 +5315,7 @@ icon_state = "1-2" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -5115,6 +5470,7 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, +/obj/machinery/camera/network/medbay, /turf/simulated/floor/tiled/white, /area/groundbase/medical/morgue) "od" = ( @@ -5132,6 +5488,7 @@ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/bartender, /turf/simulated/floor/lino, /area/groundbase/civilian/bar) "og" = ( @@ -5141,6 +5498,10 @@ }, /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) +"oh" = ( +/obj/structure/barricade/cutout/clown, +/turf/simulated/floor/carpet/gaycarpet, +/area/groundbase/civilian/clown) "oi" = ( /obj/structure/cryofeed{ dir = 2 @@ -5173,8 +5534,19 @@ }, /obj/item/weapon/storage/toolbox/electrical, /obj/item/weapon/reagent_containers/spray/cleaner, +/obj/item/device/radio/intercom{ + dir = 8; + pixel_x = -24 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/workshop) +"om" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/command/tcomms/foyer) "on" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -5218,6 +5590,13 @@ }, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/tcomms/computer) +"or" = ( +/obj/structure/stairs/spawner/west, +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/northspur) "os" = ( /turf/simulated/floor/outdoors/newdirt/virgo3c, /area/groundbase/security/lobby) @@ -5237,8 +5616,19 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 24 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/medical/resleeving) +"ov" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/groundbase/engineering/workshop) "ow" = ( /obj/machinery/cryopod{ dir = 2 @@ -5330,6 +5720,10 @@ outdoors = 0 }, /area/groundbase/security/lobby) +"oI" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/turcarpet, +/area/groundbase/civilian/gameroom) "oJ" = ( /obj/structure/cable{ icon_state = "1-4" @@ -5345,6 +5739,7 @@ dir = 5 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -5385,12 +5780,19 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/or1) +"oP" = ( +/turf/simulated/wall, +/area/groundbase/level1/northspur) "oR" = ( /obj/machinery/light{ dir = 8 }, /turf/simulated/floor/tiled, /area/groundbase/engineering/eva) +"oS" = ( +/obj/structure/railing/grey, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/northspur) "oT" = ( /obj/structure/table/standard, /obj/item/device/healthanalyzer, @@ -5402,6 +5804,24 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/or2) +"oU" = ( +/obj/machinery/door/airlock{ + name = "Giggledome"; + req_access = list(136) + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/item/weapon/bananapeel, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian/clown) "oV" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/firealarm{ @@ -5437,6 +5857,7 @@ dir = 9 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -5445,6 +5866,7 @@ icon_state = "1-8" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/netunnel) @@ -5531,7 +5953,9 @@ }, /area/groundbase/command/tcomms) "pp" = ( -/mob/living/simple_mob/vore/alienanimals/catslug/engislug, +/mob/living/simple_mob/vore/alienanimals/catslug/custom/engislug{ + ghostjoin = 1 + }, /obj/structure/cable/yellow{ icon_state = "1-2" }, @@ -5718,8 +6142,22 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/dark, /area/groundbase/security/halls) +"pO" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/groundbase/civilian/gameroom) "pP" = ( /obj/machinery/vending/loadout/uniform, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -5783,6 +6221,10 @@ /obj/machinery/light, /turf/simulated/floor/tiled/dark, /area/groundbase/security/warden) +"pZ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "qa" = ( /turf/simulated/wall/r_wall, /area/groundbase/security/iaa1) @@ -5812,6 +6254,15 @@ "qd" = ( /turf/simulated/floor/lino, /area/groundbase/civilian/bar) +"qe" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/gateway) "qf" = ( /obj/machinery/atmospherics/pipe/tank/phoron{ dir = 1 @@ -6016,8 +6467,17 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/groundbase/engineering/techstorage) +"qC" = ( +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/lhallway) "qD" = ( /turf/simulated/wall/r_wall, /area/groundbase/command/ai/chamber) @@ -6084,18 +6544,18 @@ "qN" = ( /turf/simulated/floor/tiled, /area/groundbase/engineering/eva) +"qO" = ( +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/lhallway) "qP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/effect/landmark/start{ - name = "Atmospheric Technician" - }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/northspur) "qQ" = ( /obj/structure/closet/secure_closet/security, /obj/item/device/holowarrant, @@ -6132,14 +6592,35 @@ /obj/machinery/mining/drill, /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) -"qY" = ( -/obj/structure/cable{ - icon_state = "2-4" +"qV" = ( +/obj/item/weapon/stool/baystool/padded{ + dir = 4 }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) +"qX" = ( +/obj/structure/bed/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) +"qY" = ( +/obj/structure/closet/crate, +/obj/item/weapon/circuitboard/smes, +/obj/item/weapon/circuitboard/smes, +/obj/item/weapon/smes_coil, +/obj/item/weapon/smes_coil, +/obj/item/weapon/smes_coil/super_capacity, +/obj/item/weapon/smes_coil/super_capacity, +/obj/item/weapon/smes_coil/super_io, +/obj/item/weapon/smes_coil/super_io, /obj/machinery/alarm{ dir = 4 }, -/turf/simulated/floor/tiled, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, /area/groundbase/engineering/storage) "qZ" = ( /obj/structure/table/reinforced, @@ -6181,11 +6662,6 @@ /obj/effect/floor_decal/industrial/warning{ dir = 1 }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -24; - pixel_y = -24 - }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, @@ -6306,6 +6782,24 @@ }, /turf/simulated/floor, /area/maintenance/groundbase/substation/aiciv) +"rr" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) +"rs" = ( +/turf/simulated/wall/r_wall, +/area/groundbase/level1/westspur) "rt" = ( /obj/machinery/atmospherics/pipe/simple/visible/red, /turf/simulated/floor/tiled/techmaint, @@ -6331,6 +6825,7 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/groundbase/engineering/storage) "rx" = ( @@ -6517,6 +7012,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 }, +/obj/effect/landmark/start/atmostech, /turf/simulated/floor/tiled, /area/groundbase/engineering/workshop) "rW" = ( @@ -6565,6 +7061,19 @@ "se" = ( /turf/simulated/wall/r_wall, /area/groundbase/engineering/workshop) +"sf" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/civilian/bar) +"sg" = ( +/obj/machinery/washing_machine, +/obj/random/coin/sometimes, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/apparel) "sh" = ( /obj/item/clothing/accessory/stethoscope, /obj/item/clothing/accessory/stethoscope, @@ -6632,6 +7141,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/groundbase/engineering/engine) "sp" = ( @@ -6692,6 +7202,7 @@ dir = 4 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) @@ -6732,6 +7243,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) @@ -6771,6 +7283,12 @@ outdoors = 0 }, /area/groundbase/level1/eastspur) +"sH" = ( +/obj/structure/bed/chair/backed_red{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "sI" = ( /obj/structure/cable{ icon_state = "2-8" @@ -6806,6 +7324,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/effect/landmark/start/security, /turf/simulated/floor/tiled/dark, /area/groundbase/security/briefing) "sM" = ( @@ -6918,6 +7437,11 @@ }, /turf/simulated/floor/tiled, /area/groundbase/engineering/workshop) +"tb" = ( +/obj/structure/table/woodentable, +/obj/random/coin/sometimes, +/turf/simulated/floor/carpet/turcarpet, +/area/groundbase/civilian/gameroom) "tc" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -6990,6 +7514,7 @@ dir = 6 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) @@ -7112,6 +7637,7 @@ icon_state = "1-4" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/netunnel) @@ -7171,6 +7697,10 @@ /obj/structure/dispenser{ phorontanks = 0 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) "tI" = ( @@ -7311,12 +7841,6 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/detective) -"ue" = ( -/obj/effect/landmark/start{ - name = "Head of Personnel" - }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) "uf" = ( /obj/structure/table/standard, /obj/item/weapon/stock_parts/subspace/sub_filter, @@ -7401,6 +7925,9 @@ }, /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) +"un" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, +/area/groundbase/engineering/engine) "uo" = ( /obj/structure/cable/yellow{ icon_state = "1-8" @@ -7409,6 +7936,15 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled/dark, /area/groundbase/security/halle) +"up" = ( +/obj/structure/bed/chair/comfy/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/groundbase/civilian/clown) "uq" = ( /obj/effect/landmark{ name = "JoinLateCryo" @@ -7490,9 +8026,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/effect/landmark/start{ - name = "Bartender" - }, /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, /area/groundbase/level1/centsquare) "uC" = ( @@ -7531,8 +8064,13 @@ /area/groundbase/level1/eastspur) "uI" = ( /obj/machinery/hologram/holopad, +/obj/effect/landmark/start/cyborg, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/ai/robot) +"uJ" = ( +/obj/structure/bed/chair/backed_red, +/turf/simulated/floor/carpet/turcarpet, +/area/groundbase/civilian/gameroom) "uK" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -7587,6 +8125,7 @@ icon_state = "1-2" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/netunnel) @@ -7598,7 +8137,7 @@ /area/groundbase/engineering/lobby) "uQ" = ( /obj/machinery/gateway{ - dir = 10 + dir = 8 }, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) @@ -7630,13 +8169,19 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/medical/resleeving) "uV" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark/start{ - name = "Xenobiologist" +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) +/obj/effect/landmark/start/cyborg, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command/ai/foyer) +"uX" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering/eva) "uY" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 8 @@ -7718,6 +8263,9 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lhallway) +"vi" = ( +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "vj" = ( /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ outdoors = 0 @@ -7735,11 +8283,17 @@ /obj/structure/bed/chair/office/dark{ dir = 1 }, -/obj/effect/landmark/start{ - name = "Internal Affairs Agent" - }, +/obj/effect/landmark/start/iaa, /turf/simulated/floor/carpet/sblucarpet, /area/groundbase/security/iaa1) +"vo" = ( +/obj/structure/table/hardwoodtable, +/obj/item/weapon/reagent_containers/glass/rag, +/obj/machinery/alarm{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "vp" = ( /turf/simulated/floor/outdoors/newdirt/virgo3c{ outdoors = 0 @@ -7784,6 +8338,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/setunnel) @@ -7795,7 +8350,7 @@ /area/groundbase/security/halls) "vw" = ( /obj/machinery/gateway{ - dir = 4 + dir = 5 }, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) @@ -7932,13 +8487,44 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, +/obj/effect/landmark/start/intern, /turf/simulated/floor/tiled, /area/groundbase/civilian/foodplace) +"vL" = ( +/obj/structure/sign/directions/stairs_up{ + dir = 8; + pixel_x = -32; + pixel_y = 8 + }, +/obj/structure/sign/directions/bar{ + dir = 8; + pixel_x = -32; + pixel_y = -4 + }, +/obj/structure/sign/directions/chapel{ + dir = 8; + pixel_x = -32; + pixel_y = -10 + }, +/obj/structure/sign/directions/evac{ + dir = 8; + pixel_x = -32; + pixel_y = 2 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/northspur) "vM" = ( /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/level1/southwestspur) +"vN" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) "vP" = ( -/obj/structure/closet/secure_closet/personal, +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, /obj/effect/floor_decal/industrial/outline, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -7980,16 +8566,10 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/office) "vV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark/start{ - name = "Security Officer" - }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) +/obj/structure/table/bench/padded, +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "vW" = ( /obj/effect/landmark/vermin, /obj/structure/cable/yellow{ @@ -8009,6 +8589,15 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/halle) +"vZ" = ( +/obj/machinery/alarm{ + dir = 4 + }, +/obj/machinery/computer/guestpass{ + pixel_y = 24 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/halls) "wa" = ( /obj/effect/floor_decal/industrial/danger{ dir = 8 @@ -8092,15 +8681,17 @@ /obj/structure/bed/chair/office/dark{ dir = 1 }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, +/obj/effect/landmark/start/security, /turf/simulated/floor/tiled/dark, /area/groundbase/security/lobby) "wj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/hos) "wk" = ( @@ -8114,8 +8705,13 @@ /area/groundbase/security/lobby) "wn" = ( /obj/structure/bed/chair/sofa/bench, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/outdoors/newdirt/virgo3c, /area/groundbase/level1/southeastspur) +"wr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "ws" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -8159,6 +8755,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/stunnel) @@ -8178,6 +8775,9 @@ /obj/effect/floor_decal/techfloor/orange{ dir = 6 }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, /turf/simulated/floor/tiled/techfloor, /area/groundbase/civilian/arrivals) "wA" = ( @@ -8193,12 +8793,6 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/or1) -"wD" = ( -/obj/effect/landmark/start{ - name = "Head of Security" - }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) "wE" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -8212,13 +8806,9 @@ /turf/simulated/wall, /area/groundbase/medical/morgue) "wF" = ( -/obj/item/stack/material/phoron{ - amount = 25 - }, -/obj/structure/closet/crate, -/obj/machinery/camera/network/engine, -/turf/simulated/floor/tiled, -/area/groundbase/engineering/engine) +/obj/effect/landmark/start/bartender, +/turf/simulated/floor/lino, +/area/groundbase/civilian/bar) "wG" = ( /obj/structure/table/rack/shelf/steel, /obj/item/clothing/glasses/hud/security, @@ -8384,9 +8974,21 @@ dir = 10 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) +"wY" = ( +/obj/item/device/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/dark/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/security/lobby) "wZ" = ( /obj/machinery/conveyor{ dir = 8; @@ -8428,12 +9030,6 @@ /obj/machinery/light, /turf/simulated/floor/bluegrid, /area/groundbase/command/ai/storage) -"xe" = ( -/obj/effect/landmark/start{ - name = "Detective" - }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) "xf" = ( /obj/machinery/power/breakerbox/activated{ RCon_tag = "Engineering Substation Bypass" @@ -8477,6 +9073,16 @@ }, /turf/simulated/floor/tiled, /area/groundbase/civilian/foodplace) +"xk" = ( +/obj/item/weapon/storage/pill_bottle/dice, +/obj/item/weapon/storage/pill_bottle/dice, +/obj/item/weapon/storage/pill_bottle/dice_nerd, +/obj/item/weapon/storage/pill_bottle/dice_nerd, +/obj/structure/closet/walllocker_double{ + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "xl" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/black, @@ -8588,9 +9194,15 @@ dir = 6 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) +"xt" = ( +/obj/structure/table/marble, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "xu" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -8626,12 +9238,10 @@ pixel_x = -26; pixel_y = 10 }, -/obj/effect/landmark/start{ - name = "Chief Engineer" - }, /obj/structure/cable/orange{ icon_state = "1-2" }, +/obj/effect/landmark/start/ce, /turf/simulated/floor/carpet/oracarpet, /area/groundbase/engineering/ce) "xA" = ( @@ -8660,6 +9270,10 @@ /area/groundbase/medical/or2) "xD" = ( /obj/effect/floor_decal/industrial/danger/corner, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -25 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/engine) "xE" = ( @@ -8725,6 +9339,11 @@ /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/machinery/door/firedoor, +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "engineaccess"; + name = "Engine Access Shutters" + }, /turf/simulated/floor, /area/groundbase/engineering/engine) "xO" = ( @@ -8750,6 +9369,18 @@ temperature = 80 }, /area/groundbase/command/tcomms) +"xR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "xS" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/dark, @@ -8768,6 +9399,7 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/structure/disposalpipe/segment, /turf/simulated/floor/outdoors/sidewalk/virgo3c{ outdoors = 0 }, @@ -8783,6 +9415,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/effect/landmark/start/security, /turf/simulated/floor/tiled/dark, /area/groundbase/security/briefing) "xW" = ( @@ -8793,6 +9426,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -8828,7 +9462,9 @@ /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/level1/centsquare) "ye" = ( -/obj/structure/closet/secure_closet/personal, +/obj/structure/closet/secure_closet/personal{ + anchored = 1 + }, /obj/effect/floor_decal/industrial/outline, /turf/simulated/floor/tiled, /area/groundbase/civilian/apparel) @@ -8911,6 +9547,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos/monitoring) "yr" = ( @@ -8985,12 +9622,15 @@ }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/medical/or2) +"yz" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/groundbase/cargo/mining) "yA" = ( -/obj/effect/landmark/start{ - name = "Pilot" - }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) +/obj/structure/table/bench/padded, +/obj/effect/landmark/start/entertainer, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "yB" = ( /obj/structure/sign/department/ass, /turf/simulated/wall, @@ -9078,6 +9718,20 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/civilian/arrivals) +"yN" = ( +/obj/machinery/power/apc{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/groundbase/civilian/clown) +"yO" = ( +/obj/random/vendorall, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/apparel) "yP" = ( /obj/machinery/light{ dir = 4 @@ -9153,6 +9807,7 @@ "yY" = ( /obj/effect/floor_decal/industrial/danger, /obj/machinery/atmospherics/pipe/simple/hidden/green, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos) "yZ" = ( @@ -9211,6 +9866,7 @@ dir = 4 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/setunnel) @@ -9330,6 +9986,18 @@ }, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/ai/robot) +"zu" = ( +/obj/structure/table/hardwoodtable, +/obj/machinery/door/blast/gate/thin{ + dir = 8; + id = "Cafe"; + layer = 3.3 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "zv" = ( /obj/machinery/requests_console/preset/engineering{ pixel_x = 30 @@ -9425,6 +10093,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) @@ -9432,6 +10101,7 @@ /obj/structure/bed/chair/office/light{ dir = 4 }, +/obj/effect/landmark/start/medical, /turf/simulated/floor/tiled/dark, /area/groundbase/medical/resleeving) "zG" = ( @@ -9445,12 +10115,23 @@ /obj/item/weapon/aiModule/corp, /obj/item/weapon/aiModule/paladin, /obj/item/weapon/aiModule/robocop, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/bluegrid, /area/groundbase/command/ai/storage) "zI" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, +/obj/machinery/button/remote/blast_door{ + dir = 4; + id = "engineaccess"; + name = "Engine Access"; + pixel_x = -25; + req_access = list(10) + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/engine) "zJ" = ( @@ -9498,6 +10179,12 @@ }, /turf/simulated/floor/tiled/techfloor, /area/groundbase/civilian/arrivals) +"zP" = ( +/obj/machinery/alarm{ + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "zQ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -9506,6 +10193,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) @@ -9582,6 +10270,15 @@ /obj/machinery/recharge_station, /turf/simulated/floor/tiled, /area/holodeck_control) +"Aa" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical/resleeving) "Ab" = ( /obj/structure/cable{ icon_state = "4-8" @@ -9697,6 +10394,13 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/armory) +"Ap" = ( +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/medical/resleeving) "Aq" = ( /obj/random/vendorall, /turf/simulated/floor/tiled, @@ -9730,12 +10434,6 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/security/equipment) "Au" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -9774,16 +10472,10 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/security/hos) "AA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark/start{ - name = "Shaft Miner" - }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) +/obj/structure/table/bench/padded, +/obj/effect/landmark/start/intern, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "AB" = ( /obj/structure/bed/chair{ dir = 4 @@ -9826,6 +10518,18 @@ }, /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos) +"AH" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "AI" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/security{ @@ -9879,6 +10583,7 @@ /obj/machinery/firealarm{ dir = 8 }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/groundbase/engineering/techstorage) "AQ" = ( @@ -9917,6 +10622,21 @@ "AW" = ( /turf/simulated/wall/r_wall, /area/groundbase/level1/sw) +"AX" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) "AY" = ( /obj/structure/filingcabinet/chestdrawer, /turf/simulated/floor/tiled, @@ -9963,6 +10683,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_y = 30 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/equipment) "Bf" = ( @@ -10069,6 +10792,7 @@ dir = 4 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -10113,6 +10837,9 @@ dir = 4; pixel_x = -32 }, +/obj/machinery/atm{ + pixel_y = -30 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/apparel) "BC" = ( @@ -10293,6 +11020,21 @@ "BW" = ( /turf/simulated/floor/tiled, /area/groundbase/engineering/lobby) +"BX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/civilian/clown) "BY" = ( /obj/machinery/alarm{ dir = 4 @@ -10366,6 +11108,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -10448,6 +11191,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/tiled, /area/groundbase/civilian/apparel) "Cs" = ( @@ -10486,6 +11230,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/setunnel) @@ -10581,6 +11326,7 @@ /area/groundbase/level1/centsquare) "CK" = ( /obj/machinery/vending/assist, +/obj/machinery/camera/network/civilian, /turf/simulated/floor/tiled, /area/groundbase/civilian/toolstorage) "CL" = ( @@ -10622,15 +11368,12 @@ /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos) "CP" = ( -/obj/item/stack/material/phoron{ - amount = 25 +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/obj/structure/closet/crate, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/groundbase/engineering/engine) +/obj/effect/landmark/start/bartender, +/turf/simulated/floor/lino, +/area/groundbase/civilian/bar) "CQ" = ( /obj/machinery/telecomms/bus/preset_three, /obj/machinery/atmospherics/pipe/simple/hidden/black{ @@ -10682,6 +11425,7 @@ /obj/structure/bed/chair/office/dark{ dir = 4 }, +/obj/effect/landmark/start/warden, /turf/simulated/floor/tiled/dark, /area/groundbase/security/warden) "CW" = ( @@ -10723,6 +11467,27 @@ }, /turf/simulated/floor/tiled, /area/groundbase/engineering/engine) +"De" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) +"Dg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/northspur) "Dh" = ( /obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 5 @@ -10761,6 +11526,16 @@ }, /turf/simulated/floor/tiled, /area/prison/cell_block/gb) +"Dn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering/ce) "Do" = ( /obj/machinery/atmospherics/pipe/simple/visible/supply, /turf/simulated/floor/tiled/techmaint, @@ -10809,8 +11584,23 @@ /obj/machinery/light{ dir = 1 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/workshop) +"Dv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) "Dw" = ( /obj/machinery/power/grid_checker, /obj/structure/cable, @@ -10819,6 +11609,10 @@ }, /turf/simulated/floor, /area/groundbase/engineering/storage) +"Dx" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/equipment) "Dz" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -10868,12 +11662,31 @@ }, /turf/simulated/floor, /area/maintenance/groundbase/substation/medcargo) +"DF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "DG" = ( /obj/machinery/atmospherics/pipe/simple/visible/black{ dir = 6 }, /turf/simulated/floor/tiled/techmaint, /area/groundbase/engineering/atmos) +"DH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/detective) "DI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -10940,11 +11753,11 @@ /turf/simulated/wall, /area/groundbase/medical/equipment) "DR" = ( -/obj/effect/landmark/start{ - name = "Engineer" +/obj/machinery/firealarm{ + dir = 4 }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "DS" = ( /obj/structure/cable/yellow{ icon_state = "2-8" @@ -11096,6 +11909,7 @@ icon_state = "4-8" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -11119,11 +11933,9 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/security/equipment) "Ep" = ( -/obj/effect/landmark/start{ - name = "Clown" - }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1/centsquare) +/obj/effect/landmark/start, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian/arrivals) "Eq" = ( /obj/structure/table/rack{ dir = 8; @@ -11258,12 +12070,21 @@ icon_state = "pipe-c" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) "EM" = ( -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/level1/ne) +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/blast/gate/thin{ + dir = 8; + id = "Cafe"; + layer = 3.3 + }, +/turf/simulated/floor, +/area/groundbase/civilian/cafe) "EO" = ( /obj/machinery/light/bigfloorlamp, /turf/simulated/floor/outdoors/grass/virgo3c, @@ -11399,6 +12220,10 @@ icon_state = "2-8" }, /obj/machinery/alarm, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/iaa1) "Fg" = ( @@ -11406,6 +12231,9 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, +/obj/machinery/camera/network/civilian{ + dir = 8 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/apparel) "Fh" = ( @@ -11423,9 +12251,17 @@ icon_state = "4-8" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) +"Fj" = ( +/obj/structure/bed/chair/backed_red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/turcarpet, +/area/groundbase/civilian/gameroom) "Fk" = ( /obj/machinery/light, /obj/structure/disposalpipe/segment{ @@ -11443,9 +12279,21 @@ icon_state = "2-4" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/netunnel) +"Fn" = ( +/obj/structure/table/woodentable, +/obj/item/device/paicard, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/groundbase/civilian/gameroom) "Fp" = ( /obj/machinery/vending/wardrobe/virodrobe, /obj/machinery/atmospherics/unary/vent_pump/on, @@ -11469,6 +12317,7 @@ /obj/structure/cable/yellow{ icon_state = "1-4" }, +/obj/effect/landmark/start/engineer, /turf/simulated/floor/tiled, /area/groundbase/engineering/lobby) "Fs" = ( @@ -11480,6 +12329,7 @@ /area/groundbase/command/tcomms/computer) "Ft" = ( /obj/structure/bed/chair/comfy/black, +/obj/effect/landmark/start/hos, /turf/simulated/floor/carpet/sblucarpet, /area/groundbase/security/hos) "Fu" = ( @@ -11489,9 +12339,32 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/groundbase/engineering/storage) +"Fv" = ( +/obj/machinery/door/airlock{ + name = "Gamatorium" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian/gameroom) "Fw" = ( /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos) +"Fy" = ( +/obj/item/weapon/deck/cah, +/obj/item/weapon/deck/cah/black, +/obj/item/weapon/deck/cards, +/obj/item/weapon/deck/wizoff, +/obj/structure/closet/walllocker_double{ + pixel_y = 28 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "Fz" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -11613,6 +12486,12 @@ /obj/machinery/door/window/brigdoor/eastright, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/gateway) +"FQ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/civilian/foodplace) "FR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -11681,28 +12560,35 @@ temperature = 80 }, /area/groundbase/command/tcomms) +"Ga" = ( +/obj/item/device/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/halls) "Gb" = ( /obj/structure/table/steel_reinforced, /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/carpet/bcarpet, /area/groundbase/security/briefing) "Gd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark/start{ - name = "Scientist" - }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start, +/turf/simulated/floor/tiled/techfloor, +/area/groundbase/civilian/arrivals) "Ge" = ( /obj/structure/bed/chair/sofa/bench/left{ dir = 8 }, /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, /area/groundbase/level1/centsquare) +"Gf" = ( +/obj/random/coin/sometimes, +/turf/simulated/floor/water/virgo3c, +/area/groundbase/level1/eastspur) "Gg" = ( /obj/machinery/atmospherics/pipe/manifold/visible/cyan{ dir = 8 @@ -11825,6 +12711,7 @@ /obj/structure/bed/chair/sofa/bench{ dir = 8 }, +/obj/effect/landmark/start/intern, /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, /area/groundbase/level1/centsquare) "Gw" = ( @@ -11848,6 +12735,9 @@ /area/groundbase/medical/equipment) "GA" = ( /obj/machinery/vending/boozeomat, +/obj/machinery/light_switch{ + pixel_y = 30 + }, /turf/simulated/floor/lino, /area/groundbase/civilian/bar) "GC" = ( @@ -12009,6 +12899,12 @@ }, /turf/simulated/floor/lino, /area/groundbase/civilian/bar) +"GZ" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 23 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "Ha" = ( /obj/machinery/holoplant, /obj/machinery/atmospherics/pipe/manifold/hidden/supply, @@ -12046,6 +12942,7 @@ /obj/structure/cable/yellow{ icon_state = "1-8" }, +/obj/effect/landmark/start/atmostech, /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos/monitoring) "Hf" = ( @@ -12070,6 +12967,12 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, +/obj/machinery/status_display/supply_display{ + pixel_x = -32 + }, +/obj/machinery/vending/wallmed1/public{ + pixel_y = 28 + }, /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) "Hh" = ( @@ -12109,9 +13012,16 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/medical/resleeving) +"Hl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "Hm" = ( /obj/structure/table/bench/steel, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/security, /turf/simulated/floor/tiled/dark, /area/groundbase/security/briefing) "Hn" = ( @@ -12163,6 +13073,7 @@ dir = 10 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -12193,6 +13104,18 @@ /obj/structure/bed/chair/sofa/bench/left, /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, /area/groundbase/level1/centsquare) +"Hy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/groundbase/civilian/clown) "Hz" = ( /turf/unsimulated/wall/planetary/virgo3c, /area/groundbase/level1/southeastspur) @@ -12217,6 +13140,12 @@ temperature = 80 }, /area/groundbase/command/tcomms) +"HB" = ( +/obj/structure/sign/double/barsign{ + pixel_y = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "HC" = ( /obj/structure/table/reinforced, /obj/item/device/radio{ @@ -12234,6 +13163,12 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/lobby) +"HD" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "HE" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/highsecurity{ @@ -12249,6 +13184,11 @@ }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/engineering/techstorage) +"HF" = ( +/obj/structure/table/woodentable, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "HG" = ( /obj/structure/cable{ icon_state = "2-8" @@ -12256,6 +13196,10 @@ /obj/structure/cable{ icon_state = "4-8" }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/eastspur) "HH" = ( @@ -12269,6 +13213,22 @@ }, /turf/simulated/floor, /area/maintenance/groundbase/substation/aiciv) +"HI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Cafe" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian/cafe) "HJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -12314,6 +13274,10 @@ dir = 8; icon_state = "pipe-c" }, +/obj/structure/sign/directions/evac{ + dir = 1; + pixel_y = -26 + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/westspur) "HR" = ( @@ -12326,6 +13290,7 @@ /obj/effect/floor_decal/steeldecal/steel_decals10{ dir = 8 }, +/obj/effect/landmark/start/medical, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lhallway) "HT" = ( @@ -12367,6 +13332,7 @@ /obj/structure/cable/yellow{ icon_state = "4-8" }, +/obj/effect/landmark/start/atmostech, /turf/simulated/floor/tiled, /area/groundbase/engineering/workshop) "HY" = ( @@ -12376,6 +13342,11 @@ /obj/structure/cable/yellow{ icon_state = "0-8" }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30; + pixel_y = -16 + }, /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) "HZ" = ( @@ -12438,6 +13409,7 @@ /obj/item/stack/cable_coil/random, /obj/item/stack/cable_coil/random, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/groundbase/level1/eastspur) @@ -12445,6 +13417,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 }, +/obj/structure/closet/crate, +/obj/item/stack/material/phoron{ + amount = 25 + }, +/obj/item/stack/material/phoron{ + amount = 25 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/storage) "Ih" = ( @@ -12499,6 +13478,11 @@ "Is" = ( /obj/machinery/vending/loadout/uniform, /obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 24 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/medical/autoresleeving) "It" = ( @@ -12518,10 +13502,15 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lhallway) "Iv" = ( /obj/machinery/recharge_station, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/bluegrid, /area/groundbase/command/ai/robot) "Iw" = ( @@ -12553,6 +13542,12 @@ }, /turf/simulated/floor/tiled, /area/groundbase/engineering/ce) +"Iy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/northspur) "Iz" = ( /obj/structure/table/reinforced, /obj/item/device/megaphone, @@ -12571,9 +13566,8 @@ /obj/structure/cable{ icon_state = "2-4" }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/eastspur) @@ -12635,6 +13629,11 @@ /obj/machinery/door/firedoor, /obj/structure/grille, /obj/structure/window/reinforced/full, +/obj/machinery/door/blast/gate/thin{ + dir = 4; + id = "PubPrep"; + layer = 3.3 + }, /turf/simulated/floor, /area/groundbase/civilian/gateway) "IJ" = ( @@ -12657,9 +13656,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 }, -/obj/effect/landmark/start{ - name = "Assistant" - }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/centsquare) "IL" = ( @@ -12681,6 +13677,7 @@ dir = 8 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/atmostech, /turf/simulated/floor/tiled, /area/groundbase/engineering/workshop) "IR" = ( @@ -12720,6 +13717,11 @@ /obj/machinery/camera/network/medbay, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lhallway) +"IZ" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/groundbase/command/ai/foyer) "Ja" = ( /obj/machinery/atmospherics/pipe/tank/phoron, /turf/simulated/floor/tiled/techmaint, @@ -12729,16 +13731,13 @@ /turf/simulated/floor/tiled/white, /area/groundbase/civilian/bar) "Jc" = ( -/obj/structure/cable{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/effect/landmark/start{ - name = "Site Manager" - }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/apparel) "Jd" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 @@ -12749,6 +13748,10 @@ /obj/machinery/power/apc{ dir = 1 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/morgue) "Je" = ( @@ -12780,6 +13783,7 @@ dir = 4 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -12842,11 +13846,10 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/security/warden) "Jq" = ( -/obj/effect/landmark/start{ - name = "Paramedic" - }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/apparel) "Jr" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -12856,7 +13859,7 @@ /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos) "Js" = ( -/obj/machinery/power/rtg/d_type_reg, +/obj/machinery/power/rtg/reg/c, /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/cable/yellow, /turf/simulated/floor/reinforced, @@ -12870,6 +13873,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, +/obj/machinery/vending/wallmed2{ + pixel_y = 28 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/equipment) "Jv" = ( @@ -12891,6 +13897,14 @@ }, /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos) +"Jy" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/groundbase/civilian/clown) "Jz" = ( /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/civilian/arrivals) @@ -12923,11 +13937,9 @@ /turf/simulated/floor/lino, /area/groundbase/civilian/bar) "JF" = ( -/obj/effect/landmark/start{ - name = "Research Director" - }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) +/obj/effect/landmark/start/ce, +/turf/simulated/floor/tiled, +/area/groundbase/engineering/workshop) "JG" = ( /obj/structure/cable{ icon_state = "1-8" @@ -12943,6 +13955,7 @@ dir = 9 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/stunnel) @@ -13024,6 +14037,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -13060,6 +14074,25 @@ /obj/item/weapon/shield/riot, /turf/simulated/floor/tiled/dark, /area/groundbase/security/armory) +"JW" = ( +/obj/structure/sign/directions/evac{ + dir = 1; + pixel_y = 37 + }, +/obj/structure/sign/directions/dorms{ + dir = 1; + pixel_y = 25 + }, +/obj/structure/sign/directions/bar{ + dir = 1; + pixel_y = 31 + }, +/obj/structure/sign/directions/stairs_up{ + dir = 1; + pixel_y = 43 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/westspur) "JX" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -13067,6 +14100,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, +/obj/machinery/light/floortube{ + dir = 1; + pixel_y = 5 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) "JY" = ( @@ -13097,11 +14134,11 @@ pixel_y = 30 }, /obj/structure/sign/directions/medical{ - dir = 4; + dir = 5; pixel_y = 42 }, /obj/structure/sign/directions/evac{ - dir = 4; + dir = 10; pixel_y = 24 }, /turf/simulated/floor/outdoors/grass/virgo3c, @@ -13229,6 +14266,7 @@ icon_state = "2-8" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/netunnel) @@ -13446,6 +14484,15 @@ temperature = 80 }, /area/groundbase/command/tcomms) +"KW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "KX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ @@ -13478,9 +14525,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 }, -/obj/effect/landmark/start{ - name = "Chaplain" - }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/centsquare) "La" = ( @@ -13543,8 +14587,18 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, +/obj/random/coin/sometimes, /turf/simulated/floor/tiled, /area/groundbase/civilian/toolstorage) +"Lf" = ( +/obj/machinery/power/apc{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "Lg" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -13597,8 +14651,19 @@ /area/maintenance/groundbase/trashpit) "Lo" = ( /obj/structure/table/bench/padded, +/obj/effect/landmark/start/intern, /turf/simulated/floor/tiled, /area/groundbase/civilian/foodplace) +"Lp" = ( +/obj/structure/table/bench/padded, +/obj/effect/landmark/start/entertainer, +/obj/item/device/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 24 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "Lq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 5 @@ -13606,6 +14671,10 @@ /obj/structure/bed/chair/wheelchair{ dir = 8 }, +/obj/machinery/vending/wallmed2{ + dir = 4; + pixel_x = -28 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/office) "Lr" = ( @@ -13771,9 +14840,7 @@ /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos/monitoring) "LK" = ( -/turf/simulated/floor/outdoors/grass/forest/virgo3c{ - outdoors = 0 - }, +/turf/simulated/floor/outdoors/grass/forest/virgo3c/notrees, /area/groundbase/level1/eastspur) "LL" = ( /obj/machinery/door/firedoor, @@ -13800,6 +14867,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/tiled, /area/groundbase/civilian/foodplace) "LP" = ( @@ -13810,6 +14878,7 @@ dir = 4 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/groundbase/command/ai/foyer) @@ -13914,6 +14983,15 @@ }, /turf/simulated/floor/tiled/techmaint, /area/groundbase/engineering/atmos) +"Me" = ( +/obj/machinery/power/apc{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "Mf" = ( /obj/machinery/door/firedoor, /turf/simulated/floor/tiled/steel_ridged, @@ -13998,6 +15076,10 @@ /obj/structure/bed/chair{ dir = 1 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/office) "Mo" = ( @@ -14011,6 +15093,15 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/groundbase/security/armory) +"Mq" = ( +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/deployable/barrier, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/armory) "Mr" = ( /obj/effect/floor_decal/industrial/danger/corner{ dir = 1 @@ -14080,6 +15171,7 @@ dir = 4 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -14101,11 +15193,11 @@ /turf/simulated/floor/tiled, /area/groundbase/engineering/ce) "MB" = ( -/obj/effect/landmark/start{ - name = "Entertainer" +/obj/machinery/light/small{ + dir = 8 }, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/centsquare) +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level1/northspur) "MC" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ @@ -14131,6 +15223,10 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, +/obj/machinery/vending/wallmed2{ + dir = 8; + pixel_x = 24 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/medical/resleeving) "MG" = ( @@ -14144,6 +15240,8 @@ /obj/structure/cable/yellow{ icon_state = "1-2" }, +/obj/effect/landmark/start/visitor, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled, /area/groundbase/civilian/apparel) "MJ" = ( @@ -14188,11 +15286,14 @@ /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) "MM" = ( -/obj/effect/landmark/start{ - name = "Pathfinder" +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1/centsquare) +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering/storage) "MN" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -14271,6 +15372,9 @@ /area/groundbase/security/lobby) "Nb" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light_switch{ + pixel_y = 30 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/atmos) "Nc" = ( @@ -14330,10 +15434,17 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/storage) "Ni" = ( /obj/structure/closet/secure_closet/medical2, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/or2) "Nj" = ( @@ -14350,11 +15461,12 @@ /turf/simulated/floor/tiled/techmaint, /area/groundbase/engineering/atmos) "Nl" = ( -/obj/effect/landmark/start{ - name = "Mime" +/obj/effect/landmark/start/detective, +/obj/machinery/computer/guestpass{ + pixel_y = 24 }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/lobby) "Nm" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -14445,6 +15557,7 @@ icon_state = "2-8" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -14460,6 +15573,7 @@ icon_state = "1-4" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -14500,7 +15614,9 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/cargo/mining) "NH" = ( -/obj/machinery/gateway/centerstation, +/obj/machinery/gateway{ + dir = 1 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) "NI" = ( @@ -14536,6 +15652,7 @@ dir = 10 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/stunnel) @@ -14580,6 +15697,7 @@ pixel_y = 31; req_access = list(1) }, +/obj/effect/landmark/start/security, /turf/simulated/floor/tiled, /area/groundbase/security/processing) "NR" = ( @@ -14665,6 +15783,7 @@ dir = 9 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -14672,17 +15791,13 @@ /obj/structure/bed/chair/sofa/bench{ dir = 4 }, +/obj/effect/landmark/start/intern, /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, /area/groundbase/level1/centsquare) "Oe" = ( -/obj/machinery/power/port_gen/pacman{ - anchored = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/simulated/floor/reinforced, -/area/groundbase/engineering/engine) +/obj/effect/landmark/start/hos, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/lobby) "Of" = ( /obj/structure/closet/walllocker_double/north{ dir = 8; @@ -14725,11 +15840,19 @@ /obj/item/weapon/computer_hardware/battery_module, /turf/simulated/floor/tiled, /area/groundbase/engineering/techstorage) +"Og" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/lobby) "Oh" = ( /obj/structure/cable{ icon_state = "1-8" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -14749,11 +15872,30 @@ dir = 8; pixel_x = 32 }, +/obj/machinery/newscaster{ + layer = 3.3; + pixel_y = -32 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/apparel) "Ol" = ( /turf/simulated/floor, /area/maintenance/groundbase/substation/secsci) +"Om" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/centsquare) "On" = ( /obj/structure/cable/yellow{ icon_state = "1-8" @@ -14799,6 +15941,10 @@ "Os" = ( /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, /area/groundbase/level1/eastspur) +"Ot" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/morgue) "Ou" = ( /obj/machinery/recharge_station, /turf/simulated/floor/tiled/techfloor/grid, @@ -14932,6 +16078,9 @@ /obj/structure/cable{ icon_state = "1-8" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/eastspur) "OT" = ( @@ -14946,11 +16095,14 @@ /turf/simulated/floor/tiled/techmaint, /area/groundbase/engineering/atmos) "OW" = ( -/obj/effect/landmark/start{ - name = "Janitor" +/obj/structure/cable/yellow{ + icon_state = "2-8" }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/level1/centsquare) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering/engine) "OX" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_security/polarized{ @@ -15052,6 +16204,16 @@ /obj/machinery/drone_fabricator, /turf/simulated/floor/bluegrid, /area/groundbase/command/ai/robot) +"Pn" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/eastspur) +"Po" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "Pp" = ( /turf/simulated/floor/outdoors/grass/forest/virgo3c, /area/groundbase/level1/southeastspur) @@ -15059,6 +16221,7 @@ /obj/structure/bed/chair/sofa/bench{ dir = 1 }, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, /area/groundbase/level1/centsquare) "Ps" = ( @@ -15100,6 +16263,13 @@ }, /turf/simulated/floor/tiled, /area/groundbase/civilian/foodplace) +"Pz" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) "PA" = ( /obj/machinery/camera/network/command{ dir = 1 @@ -15121,6 +16291,7 @@ dir = 4 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) @@ -15160,6 +16331,10 @@ }, /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, /area/groundbase/level1/centsquare) +"PH" = ( +/obj/machinery/light, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "PI" = ( /obj/machinery/telecomms/processor/preset_two, /turf/simulated/floor/tiled/dark{ @@ -15187,6 +16362,12 @@ "PL" = ( /turf/simulated/floor/bluegrid, /area/groundbase/command/ai/robot) +"PM" = ( +/obj/machinery/door/firedoor, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/civilian/gameroom) "PN" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -15213,6 +16394,9 @@ dir = 1 }, /obj/machinery/disposal, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) "PQ" = ( @@ -15228,6 +16412,14 @@ }, /turf/simulated/floor/tiled/techfloor, /area/groundbase/civilian/arrivals) +"PS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/armory) "PT" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/highsecurity{ @@ -15287,6 +16479,7 @@ }, /obj/structure/disposalpipe/segment, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -15325,7 +16518,7 @@ icon_state = "1-2" }, /turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/southeastspur) +/area/groundbase/civilian/foodplace) "Qf" = ( /obj/machinery/atmospherics/pipe/simple/hidden/universal, /turf/simulated/floor, @@ -15361,6 +16554,9 @@ dir = 4; pixel_x = -25 }, +/obj/machinery/atm{ + pixel_y = -30 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/foodplace) "Qm" = ( @@ -15431,6 +16627,15 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/cargo/mining) +"Qz" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/gateway) "QA" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 @@ -15450,11 +16655,17 @@ /turf/simulated/floor/outdoors/grass/forest/virgo3c, /area/groundbase/level1/westspur) "QE" = ( -/obj/effect/landmark/start{ - name = "Chef" +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass{ + name = "Crew Apparel Care" }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) +/obj/machinery/door/blast/shutters{ + dir = 8; + id = "engineaccess"; + name = "Engine Access Shutters" + }, +/turf/simulated/floor/bmarble, +/area/groundbase/engineering/engine) "QG" = ( /obj/machinery/atmospherics/pipe/simple/hidden/black{ dir = 4 @@ -15541,6 +16752,10 @@ /obj/item/weapon/storage/belt/utility, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) +"QP" = ( +/obj/machinery/gateway, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/gateway) "QQ" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -15548,6 +16763,9 @@ }, /turf/simulated/floor/lino, /area/groundbase/civilian/bar) +"QR" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/maintenance/groundbase/level1/nwtunnel) "QS" = ( /obj/item/weapon/stool/baystool/padded{ dir = 4 @@ -15577,6 +16795,7 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start, /turf/simulated/floor/tiled/techfloor, /area/groundbase/civilian/arrivals) "QY" = ( @@ -15593,6 +16812,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/setunnel) @@ -15638,6 +16858,24 @@ /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, /turf/simulated/floor/tiled, /area/groundbase/engineering/storage) +"Rh" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) "Rj" = ( /obj/machinery/atmospherics/pipe/manifold/visible/black, /turf/simulated/floor/tiled/techmaint, @@ -15692,6 +16930,7 @@ icon_state = "4-8" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/netunnel) @@ -15717,6 +16956,14 @@ /obj/machinery/alarm, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/ai/robot) +"Rs" = ( +/obj/machinery/door/window/brigdoor/northleft{ + dir = 8; + name = "Cafe"; + req_access = list(25) + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "Rt" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/techmaint, @@ -15742,6 +16989,14 @@ }, /turf/simulated/floor, /area/maintenance/groundbase/substation/medcargo) +"Rw" = ( +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 24 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering/engine) "Rx" = ( /obj/structure/cable{ icon_state = "2-4" @@ -15780,6 +17035,18 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/white, /area/groundbase/medical/office) +"RA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/civilian/cafe) "RC" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/machinery/light{ @@ -15832,6 +17099,12 @@ }, /turf/simulated/floor/tiled, /area/groundbase/engineering/storage) +"RI" = ( +/obj/item/weapon/stool/baystool/padded{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "RK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 4 @@ -15881,9 +17154,6 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 }, -/obj/effect/landmark/start{ - name = "Warden" - }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/centsquare) "RR" = ( @@ -15973,6 +17243,14 @@ /obj/effect/landmark/vermin, /turf/simulated/floor/lino, /area/groundbase/civilian/bar) +"Sc" = ( +/obj/machinery/camera/network/command{ + dir = 4 + }, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/groundbase/command/ai/foyer) "Se" = ( /obj/effect/floor_decal/industrial/danger{ dir = 8 @@ -16024,6 +17302,19 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/outdoors/sidewalk/virgo3c, /area/groundbase/level1/centsquare) +"Sl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/groundbase/engineering/eva) "Sm" = ( /obj/structure/table/rack/steel, /obj/item/weapon/circuitboard/body_designer{ @@ -16091,6 +17382,7 @@ icon_state = "2-4" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -16133,12 +17425,29 @@ /turf/simulated/floor/bluegrid, /area/groundbase/command/ai/robot) "Sz" = ( -/obj/structure/closet/secure_closet/miner, +/obj/structure/closet/secure_closet/miner{ + anchored = 1 + }, /obj/structure/cable/yellow{ icon_state = "4-8" }, /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) +"SA" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) "SB" = ( /obj/effect/floor_decal/industrial/danger{ dir = 1 @@ -16156,6 +17465,17 @@ }, /turf/simulated/floor/tiled, /area/groundbase/security/processing) +"SD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) "SE" = ( /obj/structure/disposalpipe/segment, /obj/structure/disposalpipe/segment{ @@ -16189,6 +17509,7 @@ dir = 8 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/stunnel) @@ -16236,6 +17557,13 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/security/halls) +"SO" = ( +/obj/structure/table/marble, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "SP" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -16251,6 +17579,13 @@ "SQ" = ( /turf/simulated/floor/tiled, /area/groundbase/civilian/toolstorage) +"SR" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/briefing) "SS" = ( /turf/simulated/wall/r_wall, /area/groundbase/command/tcomms/foyer) @@ -16304,6 +17639,21 @@ }, /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) +"Ta" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/level1/netunnel) "Tb" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -16315,6 +17665,7 @@ dir = 4 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -16457,6 +17808,17 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/or2) +"Tu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) "Tv" = ( /obj/machinery/light, /obj/machinery/atmospherics/unary/vent_scrubber/on{ @@ -16509,11 +17871,10 @@ /turf/simulated/floor/carpet, /area/groundbase/security/detective) "TB" = ( -/obj/effect/landmark/start{ - name = "Librarian" - }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) +/obj/structure/table/bench/padded, +/obj/effect/landmark/start/entertainer, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/foodplace) "TC" = ( /turf/simulated/wall/r_wall, /area/groundbase/security/processing) @@ -16544,14 +17905,17 @@ pixel_x = 3; pixel_y = -3 }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/techstorage) "TE" = ( -/obj/effect/landmark/start{ - name = "Cyborg" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/ai/robot) +/obj/structure/table/bench/padded, +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/foodplace) "TF" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -16686,7 +18050,9 @@ /turf/simulated/floor/tiled/techmaint, /area/groundbase/engineering/atmos) "TY" = ( -/obj/structure/closet/secure_closet/miner, +/obj/structure/closet/secure_closet/miner{ + anchored = 1 + }, /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) "TZ" = ( @@ -16760,6 +18126,16 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/outdoors/sidewalk/virgo3c, /area/groundbase/level1/northspur) +"Um" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/security/halls) "Up" = ( /obj/machinery/atmospherics/pipe/manifold/visible/black{ dir = 1 @@ -16777,8 +18153,8 @@ /obj/item/device/analyzer/plant_analyzer, /obj/item/device/analyzer, /obj/item/device/t_scanner, -/obj/item/weapon/circuitboard/machine/reg, -/obj/item/weapon/circuitboard/machine/reg, +/obj/item/weapon/circuitboard/machine/reg_c, +/obj/item/weapon/circuitboard/machine/reg_c, /obj/machinery/camera/network/engineering{ dir = 4 }, @@ -16851,15 +18227,13 @@ }, /obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lhallway) -"UB" = ( -/obj/effect/landmark/start{ - name = "Medical Doctor" - }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) "UC" = ( +/obj/machinery/light/small{ + dir = 8 + }, /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/civilian/gateway) "UD" = ( @@ -16919,6 +18293,31 @@ /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/bluegrid, /area/groundbase/command/ai/hall) +"UN" = ( +/obj/structure/table/woodentable, +/obj/item/toy/figure/clown, +/obj/item/weapon/pen/crayon/marker/rainbow, +/obj/machinery/firealarm{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/gaycarpet, +/area/groundbase/civilian/clown) +"UO" = ( +/obj/machinery/button/remote/blast_door{ + id = "Cafe"; + name = "Cafe shutters"; + pixel_x = -3; + pixel_y = 26 + }, +/obj/machinery/light_switch{ + pixel_x = 5; + pixel_y = 30 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "UP" = ( /obj/structure/table/rack/steel, /obj/item/clothing/gloves/arm_guard/laserproof, @@ -16937,8 +18336,16 @@ "UQ" = ( /turf/simulated/floor/tiled/white, /area/groundbase/medical/morgue) +"UR" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command/tcomms/computer) "US" = ( /obj/structure/bed/chair/sofa/bench, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, /area/groundbase/level1/centsquare) "UU" = ( @@ -16963,6 +18370,10 @@ icon_state = "2-4" }, /obj/machinery/alarm, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/iaa2) "Va" = ( @@ -16984,6 +18395,9 @@ }, /turf/simulated/floor/tiled, /area/groundbase/civilian/apparel) +"Vc" = ( +/turf/simulated/wall, +/area/groundbase/civilian/clown) "Vd" = ( /obj/machinery/atmospherics/pipe/tank/air{ dir = 1 @@ -17000,9 +18414,6 @@ /obj/structure/bed/chair/office/dark{ dir = 4 }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 }, @@ -17037,6 +18448,11 @@ "Vl" = ( /obj/item/weapon/book/manual/rotary_electric_generator, /obj/structure/table/reinforced, +/obj/item/device/radio/intercom{ + dir = 1; + name = "Station Intercom (General)"; + pixel_y = 24 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/engine) "Vm" = ( @@ -17071,9 +18487,6 @@ /turf/simulated/floor/tiled, /area/groundbase/engineering/storage) "Vs" = ( -/obj/effect/landmark/start{ - name = "Command Secretary" - }, /turf/simulated/floor/outdoors/sidewalk/virgo3c, /area/groundbase/level1/centsquare) "Vt" = ( @@ -17103,12 +18516,6 @@ /obj/structure/cable/yellow, /turf/simulated/floor/tiled, /area/groundbase/civilian/toolstorage) -"Vw" = ( -/obj/effect/landmark/start{ - name = "Quartermaster" - }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) "Vx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -17170,6 +18577,7 @@ /obj/effect/landmark{ name = "JoinLateGateway" }, +/obj/effect/landmark/start, /turf/simulated/floor/tiled/techfloor, /area/groundbase/civilian/arrivals) "VE" = ( @@ -17183,11 +18591,14 @@ icon_state = "1-2" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) "VH" = ( -/mob/living/simple_mob/vore/alienanimals/catslug/gatslug, +/mob/living/simple_mob/vore/alienanimals/catslug/custom/gatslug{ + ghostjoin = 1 + }, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -17223,6 +18634,7 @@ icon_state = "pipe-c" }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/setunnel) @@ -17274,6 +18686,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/segment, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/swtunnel) @@ -17349,6 +18762,13 @@ }, /turf/simulated/floor/bluegrid, /area/groundbase/command/ai/robot) +"Wb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/woodentable, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "Wc" = ( /obj/machinery/vending/tool, /obj/machinery/status_display{ @@ -17361,6 +18781,16 @@ /obj/machinery/deployable/barrier, /turf/simulated/floor/tiled/dark, /area/groundbase/security/armory) +"Wg" = ( +/obj/item/weapon/stool/padded{ + dir = 8 + }, +/obj/machinery/light/floortube{ + dir = 8; + pixel_x = -6 + }, +/turf/simulated/floor/lino, +/area/groundbase/civilian/cafe) "Wh" = ( /obj/machinery/button/remote/blast_door{ id = "GateShut"; @@ -17507,6 +18937,16 @@ outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) +"WC" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/gateway) "WD" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass_medical{ @@ -17529,9 +18969,20 @@ }, /turf/simulated/floor, /area/groundbase/security/warden) +"WG" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command/ai/foyer) "WH" = ( /turf/simulated/wall/r_wall, /area/groundbase/command/tcomms/computer) +"WI" = ( +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/gateway) "WJ" = ( /obj/machinery/computer/security{ dir = 8 @@ -17592,12 +19043,6 @@ }, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) -"WO" = ( -/obj/effect/landmark/start{ - name = "Chief Engineer" - }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) "WP" = ( /turf/simulated/floor/bluegrid, /area/groundbase/command/ai/foyer) @@ -17633,6 +19078,7 @@ dir = 1 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/groundbase/level1/eastspur) @@ -17688,6 +19134,12 @@ /obj/fiftyspawner/steel, /turf/simulated/floor/tiled, /area/groundbase/civilian/gateway) +"Xb" = ( +/obj/machinery/light_switch{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/groundbase/command/ai/upload) "Xc" = ( /obj/item/weapon/stool/baystool/padded{ dir = 4 @@ -17700,6 +19152,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/effect/landmark/start/entertainer, /turf/simulated/floor/tiled, /area/groundbase/civilian/foodplace) "Xe" = ( @@ -17797,6 +19250,7 @@ dir = 8; pixel_x = 32 }, +/obj/effect/landmark/start/ce, /turf/simulated/floor/tiled, /area/groundbase/engineering/lobby) "Xo" = ( @@ -17869,6 +19323,13 @@ }, /turf/simulated/floor/tiled, /area/groundbase/engineering/lobby) +"Xu" = ( +/obj/structure/table/bench/padded, +/obj/item/device/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "Xv" = ( /obj/machinery/light{ dir = 1 @@ -17879,6 +19340,10 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, +/obj/item/device/radio/intercom{ + dir = 8; + pixel_x = -24 + }, /turf/simulated/floor/tiled, /area/groundbase/engineering/lobby) "Xz" = ( @@ -17928,6 +19393,12 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/bmarble, /area/groundbase/engineering/lobby) +"XE" = ( +/obj/machinery/light_switch{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/engineering/engine) "XF" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -17962,6 +19433,7 @@ "XL" = ( /obj/structure/table/reinforced, /obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/random/coin/sometimes, /turf/simulated/floor/tiled, /area/groundbase/civilian/foodplace) "XN" = ( @@ -17979,9 +19451,7 @@ /obj/structure/bed/chair/office/dark{ dir = 1 }, -/obj/effect/landmark/start{ - name = "Security Officer" - }, +/obj/effect/landmark/start/security, /turf/simulated/floor/tiled/dark, /area/groundbase/security/lobby) "XP" = ( @@ -18015,7 +19485,11 @@ /obj/effect/landmark{ name = "maint_pred" }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -18130,12 +19604,15 @@ }, /turf/simulated/floor/tiled/techmaint, /area/groundbase/engineering/atmos) -"Yn" = ( -/obj/effect/landmark/start{ - name = "Psychiatrist" +"Yl" = ( +/turf/simulated/floor/wood, +/area/groundbase/civilian/gameroom) +"Ym" = ( +/obj/structure/railing/grey{ + dir = 1 }, -/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, -/area/groundbase/level1/centsquare) +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level1/northspur) "Yo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -18181,6 +19658,12 @@ }, /turf/simulated/floor, /area/maintenance/groundbase/trashpit) +"Yt" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/civilian/cafe) "Yu" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 @@ -18210,9 +19693,16 @@ dir = 6 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/stunnel) +"Yx" = ( +/obj/item/device/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/cafe) "Yy" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -18382,6 +19872,9 @@ /obj/structure/cable/yellow{ icon_state = "4-8" }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/centsquare) "YX" = ( @@ -18442,6 +19935,7 @@ dir = 5 }, /turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; outdoors = 0 }, /area/maintenance/groundbase/level1/nwtunnel) @@ -18453,6 +19947,16 @@ /obj/item/weapon/tank/jetpack/carbondioxide, /turf/simulated/floor/tiled/dark, /area/groundbase/security/equipment) +"Zc" = ( +/obj/structure/table/woodentable, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/groundbase/civilian/gameroom) "Zd" = ( /obj/machinery/atmospherics/portables_connector{ dir = 4 @@ -18484,6 +19988,14 @@ "Zh" = ( /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, /area/groundbase/level1/centsquare) +"Zi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level1/northspur) "Zj" = ( /obj/machinery/blackbox_recorder, /turf/simulated/floor/tiled, @@ -18520,13 +20032,17 @@ /area/groundbase/engineering/ce) "Zr" = ( /obj/structure/closet/secure_closet/medical2, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/or1) "Zs" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level1/southeastspur) +/area/groundbase/civilian/foodplace) "Zt" = ( /obj/machinery/light, /turf/simulated/floor/bluegrid, @@ -18586,6 +20102,16 @@ /obj/structure/dispenser/oxygen, /turf/simulated/floor/tiled, /area/groundbase/cargo/mining) +"ZD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/groundbase/engineering/lobby) "ZE" = ( /obj/machinery/door/firedoor, /obj/structure/grille, @@ -18605,15 +20131,15 @@ /obj/structure/cable{ icon_state = "1-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 10 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 }, /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level1/northspur) @@ -18643,6 +20169,11 @@ }, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/ai/robot) +"ZK" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/groundbase/civilian/clown) "ZL" = ( /obj/machinery/newscaster{ layer = 3.3; @@ -18681,6 +20212,9 @@ name = "Holodeck Projector Floor" }, /area/holodeck/alphadeck) +"ZR" = ( +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level1/northspur) "ZS" = ( /obj/structure/sign/painting/public{ pixel_y = 30 @@ -18690,6 +20224,9 @@ }, /turf/simulated/floor/tiled, /area/groundbase/civilian/foodplace) +"ZT" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/civilian/foodplace) "ZU" = ( /obj/machinery/power/terminal{ dir = 1 @@ -18704,9 +20241,8 @@ /area/groundbase/engineering/storage) "ZV" = ( /obj/machinery/door/airlock/medical{ - id_tag = "Resleeving"; + id_tag = "Resleeving Shower"; name = "Resleeving Lab"; - req_access = null; req_one_access = null }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -20456,7 +21992,7 @@ WH lp cC lc -Rt +aV Rt uf qD @@ -21024,7 +22560,7 @@ WH KC Sv zz -JC +om hH xx qD @@ -21036,7 +22572,7 @@ IB IB hd Ha -ql +ja qD MO MO @@ -21298,7 +22834,7 @@ fi Nu za Uv -GG +UR RZ GG CN @@ -21450,7 +22986,7 @@ ms PL Ne zt -TE +hN dx PL ms @@ -21600,7 +23136,7 @@ JT NF Zt XY -Nq +Xb Kw lL Kw @@ -21734,7 +23270,7 @@ ms Rr Ui ZJ -cs +ke PN cs rc @@ -21876,7 +23412,7 @@ ms Sy Uu SI -TE +hN RV Zu ms @@ -22098,7 +23634,7 @@ AZ hC HK Ud -CC +gQ hx eF UV @@ -22447,11 +23983,11 @@ LS xd Ef Bf -Tw +uV Tw DY Tw -Tw +uV zU Qi wM @@ -22466,8 +24002,8 @@ MO pj ht ut -ut -ut +iE +vV bo bE pj @@ -22614,10 +24150,10 @@ lP AE Hq tu +vV ut ut -ut -ut +yA pj MO MO @@ -22734,7 +24270,7 @@ WP nv sA Qj -nn +WG WP WP Qi @@ -22749,8 +24285,8 @@ FF MO pj ht -ut -ut +vV +AA ut bo ht @@ -22899,9 +24435,9 @@ mj ht KR ut -ut +AA GF -ut +Xu pj MO MO @@ -23015,11 +24551,11 @@ MO MO MO MO -FF +Sc lH LP lH -FF +IZ MO MO MO @@ -23043,7 +24579,7 @@ QQ ht ut GF -ut +vV pj MO MO @@ -23320,7 +24856,7 @@ Ng qd qd qd -ih +CP Es PO Xg @@ -23385,7 +24921,7 @@ Gk cj Dq rZ -qs +PS qs qs aO @@ -23459,7 +24995,7 @@ MO MO pj vm -ht +qd qd ui ih @@ -23601,7 +25137,7 @@ MO MO pj GA -qd +wF qd mY jG @@ -23743,7 +25279,7 @@ MO MO pj dj -ht +qd qd Wj qd @@ -23803,7 +25339,7 @@ cv px AN fY -AN +SR AN XW tS @@ -23815,7 +25351,7 @@ Dk Ao yP Lm -We +Mq ZI XW Ol @@ -23888,14 +25424,14 @@ GR qd SF Lz -qd +wF us PO Xg ht ht Uc -ht +kR pj MO MO @@ -24037,7 +25573,7 @@ UL ht nK qG -ht +HB pj MO MO @@ -24049,7 +25585,7 @@ MO FF FF Jh -FF +hD co MO AZ @@ -24084,7 +25620,7 @@ os oH PW wl -nx +Nl Kr sp tY @@ -24310,7 +25846,7 @@ MO MO MO pj -ht +GZ ht ht ht @@ -24453,8 +25989,8 @@ MO MO pj ht -ut -ut +vV +AA ut ht ht @@ -24738,8 +26274,8 @@ MO pj ht ut -ut -ut +Lp +vV ht pj pj @@ -24878,7 +26414,7 @@ MO MO MO pj -pj +mr pj pj pj @@ -24954,7 +26490,7 @@ Tk rY gC aR -BY +vZ SP Al aR @@ -25019,8 +26555,8 @@ MO MO MO MO -MO -MO +sf +em MO MO pj @@ -25091,7 +26627,7 @@ lI iV zi jh -on +Um on tf on @@ -25161,9 +26697,9 @@ MO MO MO MO -MO -MO -MO +vN +FF +FF MO pj ON @@ -25232,7 +26768,7 @@ Ic fw vv Hj -Tk +Ga Xj Tk jv @@ -25302,10 +26838,10 @@ MO MO MO MO -MO -MO -MO -MO +FF +vN +FF +FF MO pj ON @@ -25363,8 +26899,8 @@ fm fm wl xr -nx -ah +Oe +Og Yh Ca Ml @@ -25444,9 +26980,9 @@ MO MO MO MO -MO -MO -MO +FF +vN +FF MO MO pj @@ -25587,9 +27123,9 @@ MO MO MO MO -MO -MO -MO +vN +FF +FF MO pj pj @@ -25634,8 +27170,8 @@ AZ AZ AZ AZ -cB -cB +rs +JW mk cB cB @@ -25729,9 +27265,9 @@ FF MO MO MO -MO -MO -MO +vN +FF +FF MO MO MO @@ -25786,7 +27322,7 @@ Yf cB ij bp -fm +wY ZE iz IG @@ -25871,9 +27407,9 @@ FF FF MO FF -MO -MO -MO +vN +FF +FF MO MO MO @@ -26013,7 +27549,7 @@ FF FF FF FF -FF +vN FF FF FF @@ -26155,6 +27691,7 @@ jU jU jU jU +Tu jU jU jU @@ -26164,8 +27701,7 @@ jU jU jU jU -jU -jU +dw jU jU jU @@ -26297,6 +27833,7 @@ FF FF MO FF +vN FF FF FF @@ -26306,8 +27843,7 @@ FF FF FF FF -FF -FF +My FF FF FF @@ -26438,9 +27974,9 @@ MO MO MO MO -MO FF -MO +vN +FF FF FF FF @@ -26449,7 +27985,7 @@ FF FF MO FF -MO +My MO FF MO @@ -26580,9 +28116,9 @@ MO MO MO MO -MO -MO -MO +FF +vN +FF FF MO MO @@ -26591,7 +28127,7 @@ MO MO MO MO -MO +My MO MO MO @@ -26722,22 +28258,22 @@ MO MO MO MO +FF +vN +FF +FF MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +hq +hq +hq +hq +Fv +hq +hq +hq +hq MO MO MO @@ -26863,23 +28399,23 @@ MO MO MO MO +WB +WB +vN +WB MO MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -lE +hq +Yl +Me +Hl +AH +Yl +Yl +cr +hq lE lE lE @@ -26894,7 +28430,7 @@ fC pB pB aG -pB +WC bh AZ AZ @@ -27005,27 +28541,27 @@ MO MO MO MO +FF +WB +vN +WB MO MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +hq +HD +uJ +oI +pO +Fj +wr +mc +hq lE -kr hb uQ -gO +Qz wV XS pT @@ -27148,32 +28684,32 @@ MO MO MO MO +WB +QR +WB MO MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +hq +xk +uJ +oI +kr +kC +Yl +sH +hq lE -dw NH lQ -XS +QP ru XS Mt ao ao -ao +dp ao MC KM @@ -27208,7 +28744,7 @@ TA hj UU Uz -ud +DH yb CS ma @@ -27291,25 +28827,25 @@ tG tG tG WL -WL -MO -MO -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO +ZR +Rn MO +or +gt +oP +hq +Fy +uJ +tb +Fn +kC +Yl +Yl +hq lE -bD vw aJ -nR +qe wV XS Nc @@ -27433,27 +28969,27 @@ tG tG tG WL -WL +ZR tG tG -tG -tG -tG -MO -MO -MO -MO -MO -MO -MO -MO +Ym +oS +vL +hq +Yl +uJ +oI +kr +kC +Yl +cr +hq lE lE lE lE lE -lE -XS +WI XS XS XS @@ -27573,23 +29109,23 @@ tG UX UX UX -UX -dL +tG WL -tG -UX +ZR tG tG +da +da tG -tG -MO -MO -MO -MO -MO -MO -MO -MO +hq +HD +uJ +bD +Zc +kC +Yl +HF +hq MO MO MO @@ -27716,22 +29252,22 @@ UX tG tG UX -dL -dL -UX -UX -UX -UX +WL +ZR tG tG +ZR tG tG -tG -MO -MO -MO -MO -MO +hq +zP +Yl +DR +Po +Pz +Yl +sH +hq MO MO MO @@ -27859,21 +29395,21 @@ tG UX UX WL -dL -UX -UX -UX +ZR tG tG +ZR tG tG -tG -tG -tG -tG -tG -MO -MO +hq +PM +PM +hq +jC +hq +PM +PM +hq MO MO MO @@ -28001,21 +29537,21 @@ tG tG tG WL -WL +ZR tG -UX +tG +ZR tG tG tG tG tG +MB +dh +MB tG tG tG -tG -UX -tG -tG MO Eb MO @@ -28041,12 +29577,12 @@ IK Oz Oz Oz -uV +Oz RQ -Jc -AA -vV -Gd +LA +LA +LA +LA bA LA LA @@ -28143,20 +29679,20 @@ Ul Ul Ul Hn -Hn -Ul +qP Ul Ul +qP Ul Ul Ul Ul ng +Dg +Iy tG tG tG -UX -tG tG Eb Eb @@ -28179,7 +29715,7 @@ Eb Eb Eb US -qP +uB Lk Eb Eb @@ -28189,7 +29725,7 @@ Eb Eb Eb Lk -JF +Zh bf Eb Eb @@ -28285,7 +29821,7 @@ tG tG tG WL -WL +tG tG tG tG @@ -28293,10 +29829,10 @@ UX tG tG GK -NL +hW +tG tG tG -UX UX UX UX @@ -28331,7 +29867,7 @@ Nv Nv Eb Eb -Vw +Zh Pr Eb Eb @@ -28427,7 +29963,7 @@ UX UX UX dL -dL +UX UX UX UX @@ -28435,9 +29971,9 @@ UX tG tG tG -NL +hW +tG tG -UX UX UX UX @@ -28463,7 +29999,7 @@ Eb Eb Eb Eb -cT +uB Eb Eb Eb @@ -28473,7 +30009,7 @@ Nv Nv Nv Eb -Yn +Zh ds Eb Eb @@ -28569,7 +30105,7 @@ UX UX UX WL -dL +UX UX tG tG @@ -28577,12 +30113,12 @@ UX tG tG tG -NL +hW GK tG tG -UX -UX +tG +tG Eb Eb Eb @@ -28605,7 +30141,7 @@ Eb Eb Eb Eb -eb +uB Eb Eb Nv @@ -28615,7 +30151,7 @@ Nv Nv Eb Eb -yA +Zh Eb Eb Eb @@ -28711,7 +30247,7 @@ tG UX tG WL -WL +tG tG tG tG @@ -28720,24 +30256,24 @@ tG gM tG gB -Ul -Ul -Ul -Ul -Ul -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz +Zi +Zi +Zi +Zi +Zi +ay +ay +Om +ay +ay +ay +ay +ay +ay +ay +ay +ay +ay YW Oz Oz @@ -28757,7 +30293,7 @@ Nv Nv Eb Eb -MM +OA Eb Eb Eb @@ -28823,7 +30359,7 @@ qE qE tG tG -Ro +De iG iG qE @@ -28853,7 +30389,7 @@ tG tG tG WL -WL +tG qE qE qE @@ -28867,18 +30403,18 @@ tG tG tG tG -tG -Eb -Eb -Eb -Eb -Eb -Eb +Yt +mG +RA +mG +mG +Yt Eb Eb Eb Eb Eb +jD YC Vh YC @@ -28889,7 +30425,7 @@ Eb Eb Eb Eb -QE +Zh Eb Eb Nv @@ -28899,7 +30435,7 @@ Nv Nv Eb Eb -Jq +Zh Eb Eb Eb @@ -28965,7 +30501,7 @@ qE qE qE iG -Ro +De UE UE UE @@ -29009,12 +30545,12 @@ tG tG tG tG -qE +hr EM -Eb -qE -qE -qE +HI +EM +EM +hr dk uR uR @@ -29031,7 +30567,7 @@ Eb Eb Eb Eb -ke +Zh Eb Eb Nv @@ -29041,7 +30577,7 @@ Nv Eb Eb Eb -Nl +Zh Eb Eb Nv @@ -29107,7 +30643,7 @@ iH iH iH iH -Ro +De UE UE UE @@ -29151,14 +30687,14 @@ tG tG qE qE -qE -qE -qE -qE -qE +hr +qX +xR +xt +SO +hr dk -dk -KI +yO bY KI dk @@ -29173,7 +30709,7 @@ Eb Eb Eb Io -WO +Zh Eb Nv Eb @@ -29183,7 +30719,7 @@ Eb Eb Eb Eb -UB +Zh tB Eb Eb @@ -29249,7 +30785,7 @@ iH iY iY nk -Ro +De UE UE qE @@ -29293,12 +30829,12 @@ iW qE qE qE -qE -qE -qE -qE -qE -dk +hr +Wb +DF +RI +np +hr Oa Pb FR @@ -29315,7 +30851,7 @@ Nv Eb Eb US -bZ +Zh Lk Eb Eb @@ -29325,7 +30861,7 @@ Eb Eb Eb Lk -TB +Zh Pr Eb Eb @@ -29391,7 +30927,7 @@ iH iY iY nk -Ro +De UE UE qE @@ -29435,12 +30971,12 @@ qE qE qE qE -qE -qE -qE -qE -qE -dk +hr +mb +DF +vi +Yx +hr pi Pb vP @@ -29457,17 +30993,17 @@ Nv Eb Eb Hx -Ep +OA Vs -xe -DR -MB -cV -dt -ue -wD -cZ -OW +Vs +Vs +Vs +OA +Vs +Vs +Vs +Vs +OA ds Eb Eb @@ -29533,7 +31069,7 @@ iH iH iH iH -Ro +De UE UE qE @@ -29577,16 +31113,16 @@ nM YQ YQ yu -nb -qE -qE -qE -qE -dk +hr +Lf +KW +pZ +vi +hr jS BL MI -dl +Jc dl ux hl @@ -29675,7 +31211,7 @@ qE qE qE qE -Ro +De UE qE qE @@ -29719,19 +31255,19 @@ Dz Is Ko Mu -nb -qE -qE -qE -qE -dk +hr +qV +cH +vi +mL +hr zT hv -BS +sg BS Pb dk -eR +ii wx Eb Eb @@ -29817,7 +31353,7 @@ qE qE qE qE -Ro +De UE qE qE @@ -29852,21 +31388,21 @@ pP wB wB wB -wB +Ap jn IY Gu -wA +qO nb ZG pK hM -nb -qE -qE -qE -qE -dk +hr +gb +zu +Rs +gb +hr bL Pb BS @@ -29958,8 +31494,8 @@ qE qE qE qE -Fm -pb +AX +Ta qE qE qE @@ -29970,7 +31506,7 @@ eO Yq SB dH -Mo +yz Mo im uk @@ -29992,7 +31528,7 @@ qE jn Lr Wi -Wr +Aa Wr kE JJ @@ -30003,16 +31539,16 @@ ZO Kg XB bl -nb -qE -qE -qE -qE -dk +hr +UO +Wg +gW +gW +hr mV Pb Cr -UG +Jq UG BQ Bg @@ -30100,7 +31636,7 @@ qE qE qE qE -Ro +De qE qE qE @@ -30145,12 +31681,12 @@ nb to EV KA -nb -qE -qE -qE -qE -dk +hr +bV +gW +gW +PH +hr Vb Pb ll @@ -30242,7 +31778,7 @@ qE qE qE pU -Ro +De qE pU qE @@ -30287,12 +31823,12 @@ nb rF Tc Te -nb -qE -qE -qE -qE -dk +hr +vo +hF +cw +fj +hr mw Pb CL @@ -30384,7 +31920,7 @@ qE qE pU pU -Ro +De pU pU qE @@ -30432,13 +31968,13 @@ DQ DQ DQ DQ -qE -qE +bb +bb dk dk -KI +kB Fg -KI +kX dk dk Eb @@ -30526,7 +32062,7 @@ qE qE qE pU -Ro +De pU pU qE @@ -30668,8 +32204,8 @@ qE qE pU pU -Km -ty +SA +rr pU qE qE @@ -30811,7 +32347,7 @@ qE qE pU pU -Ro +De pU qE qE @@ -30953,7 +32489,7 @@ qE qE pU pU -Ro +De pU qE qE @@ -31095,7 +32631,7 @@ qE qE pU pU -Ro +De pU qE qE @@ -31145,7 +32681,7 @@ DQ oi mf RY -is +Ep is bU Jz @@ -31237,7 +32773,7 @@ qE qE qE pU -Ro +De pU qE pU @@ -31284,10 +32820,10 @@ gE QC wO DQ -oi +cZ mf uN -HT +Gd HT Nr Zz @@ -31328,11 +32864,11 @@ Lt Lt Lt Lt -hE -hE -hE -hE -hE +kV +un +un +un +kV hE Lt Lt @@ -31379,7 +32915,7 @@ qE qE qE pU -Ro +De qE qE pU @@ -31422,7 +32958,7 @@ HS DQ Tn QC -QC +Dx QC qA DQ @@ -31472,7 +33008,7 @@ aw aw aw xN -xN +QE xN aw aw @@ -31521,7 +33057,7 @@ qE qE qE qE -Ro +De qE pU pU @@ -31663,11 +33199,11 @@ qE qE qE qE -Km -uO -uO -uO -ty +SA +Dv +Dv +Dv +rr pU qE qE @@ -31809,7 +33345,7 @@ pU pU pU pU -Ro +De pU pU qE @@ -31871,7 +33407,7 @@ JP Am fT Vu -fT +ZD fT Vx Ks @@ -31951,7 +33487,7 @@ qE qE pU pU -Ro +De qE pU qE @@ -31984,7 +33520,7 @@ oT Yp Ni jz -wA +qC ox wA DQ @@ -32093,10 +33629,10 @@ qE qE qE qE -Km -uO -uO -ty +SA +SD +SD +rr pU pU pU @@ -32161,12 +33697,12 @@ Wl Wl Wc IX -IX +JF iv sC kb Ty -YV +ov YV OY kJ @@ -32178,7 +33714,7 @@ rN Fu RH aw -ZF +XE gJ eG Us @@ -32238,7 +33774,7 @@ qE pU pU qE -Km +Rh uO uO uO @@ -32379,10 +33915,10 @@ qE qE qE pU -pU -pU -pU -pU +ZK +BX +Jy +sm qE pU pU @@ -32456,7 +33992,7 @@ WW JM Hi lw -il +MM tz nD PU @@ -32520,11 +34056,11 @@ qE qE qE qE -qE -qE -qE -pU -qE +Vc +Vc +oU +Vc +Vc qE pU qE @@ -32625,7 +34161,7 @@ Hh Hh Qk Uf -ck +FQ TW ck ck @@ -32662,11 +34198,11 @@ qE qE qE qE -qE -qE -qE -qE -qE +Vc +bZ +Hy +oh +Vc qE qE qE @@ -32804,11 +34340,11 @@ qE qE qE qE -qE -qE -qE -qE -qE +Vc +lh +cV +UN +Vc qE qE qE @@ -32877,7 +34413,7 @@ aP gk oR iq -qN +uX iJ qK Sm @@ -32888,7 +34424,7 @@ Uq Of hz aw -wF +jc vb IN ZB @@ -32909,7 +34445,7 @@ ns LO Hh Uf -ck +ZT Ac ck ck @@ -32946,11 +34482,11 @@ qE qE qE qE -qE -qE -qE -qE -qE +Vc +aQ +yN +up +Vc qE qE qE @@ -32981,7 +34517,7 @@ CI eP UQ UQ -UQ +Ot UQ op CI @@ -33030,8 +34566,8 @@ pw ea Xo aw -CP -so +Sg +OW ya pS YH @@ -33046,12 +34582,12 @@ Lt Lt Uf zW -Lo +TB nU Xd Hh ae -ck +ZT Ac ck ck @@ -33088,11 +34624,11 @@ qE qE qE qE -qE -qE -qE -qE -qE +Vc +Vc +Vc +Vc +Vc qE qE qE @@ -33125,7 +34661,7 @@ VE VE VE VE -VE +eB CI qE qE @@ -33172,7 +34708,7 @@ xw xw Wk aw -Oe +ZF Au IN ZB @@ -33188,12 +34724,12 @@ Lt Lt Uf IM -Lo +TE XL vK Hh Uf -ck +ZT Ac ck ck @@ -33293,14 +34829,14 @@ xz YF tx bF -Tm +Dn Qm sd qN qN KB qN -gr +Sl oj qN qN @@ -33314,7 +34850,7 @@ cU TL ej aw -Oe +Rw al UD wa @@ -33477,7 +35013,7 @@ Hh Hh fs Uf -ck +FQ Ac ck ck @@ -34102,7 +35638,7 @@ Ah Ah MK MK -KT +ra dF MK MK @@ -34244,7 +35780,7 @@ Ah Ah MK MK -KT +ra MK MK MK @@ -34386,7 +35922,7 @@ Ah Ah Ah MK -KT +ra MK MK MK @@ -34403,9 +35939,9 @@ Ah MK Ah MK -Ah +LK sF -Ah +LK Ah Ah MK @@ -34528,7 +36064,7 @@ Ah Ah Ah Ah -KT +ra MK MK Ah @@ -34545,9 +36081,9 @@ Ah Ah Ah Ah -Ah LK -Ah +LK +LK Ah Ah Ah @@ -34670,7 +36206,7 @@ Ah Ah Ah MK -KT +ra MK MK Ah @@ -34687,9 +36223,9 @@ Ah Ah Ah Ah -Ah LK -Ah +LK +LK Ah Ah Ah @@ -34812,7 +36348,7 @@ MK MK MK MK -KT +ra MK MK Ah @@ -34829,9 +36365,9 @@ Ah Ah MK MK -Ah LK -Ah +LK +LK Ah Ah Ah @@ -34954,7 +36490,7 @@ qE qE MK MK -KT +ra MK MK Ah @@ -34971,9 +36507,9 @@ MK MK MK Ah -Ah LK -Ah +LK +LK Ah MK MK @@ -35096,7 +36632,7 @@ qE qE MK MK -KT +ra MK Ah MK @@ -35115,7 +36651,7 @@ MK MK MK sF -Ah +LK Ah MK MK @@ -35238,7 +36774,7 @@ qE qE qE MK -KT +ra MK MK MK @@ -35377,7 +36913,7 @@ qE qE qE qE -qE +YG YG td OS @@ -35520,9 +37056,9 @@ qE qE qE YG -YG -MK -Os +lx +Pn +dQ MK MK MK @@ -35663,7 +37199,7 @@ qE qE YG Ie -MK +bJ Os MK MK @@ -35805,9 +37341,9 @@ qE qE YG WU -MK +bJ Os -MK +bJ MK MK MK @@ -35948,7 +37484,7 @@ qE YG YG MK -MK +bJ MK MK dF @@ -36091,7 +37627,7 @@ tW MK RD MK -MK +bJ MK MK MK @@ -37087,7 +38623,7 @@ uH uH uH uH -uH +Gf uH uH uH diff --git a/maps/groundbase/gb-z2.dmm b/maps/groundbase/gb-z2.dmm index ee742b024e..a168e86ced 100644 --- a/maps/groundbase/gb-z2.dmm +++ b/maps/groundbase/gb-z2.dmm @@ -26,6 +26,13 @@ /obj/structure/bed/chair/office/light{ dir = 1 }, +/obj/effect/landmark/start/rd, +/obj/machinery/button/windowtint{ + id = "rd_office"; + layer = 3.3; + pixel_x = 16; + pixel_y = 27 + }, /turf/simulated/floor/tiled, /area/groundbase/science/rd) "af" = ( @@ -54,6 +61,17 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/triage) +"am" = ( +/obj/item/toy/figure/mime, +/obj/item/weapon/pen/crayon/marker/mime, +/obj/item/weapon/pen/crayon/mime, +/obj/structure/table/standard, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/civilian/mime) "an" = ( /turf/simulated/wall/r_wall, /area/groundbase/command/tcomms) @@ -148,13 +166,15 @@ /obj/structure/closet/secure_closet/scientist, /turf/simulated/floor/tiled, /area/groundbase/science/hall) +"aC" = ( +/obj/structure/railing/grey, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/northspur) "aD" = ( -/obj/effect/landmark/start{ - name = "Janitor" - }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/effect/landmark/start/janitor, /turf/simulated/floor/tiled, /area/groundbase/civilian/janitor) "aE" = ( @@ -166,6 +186,12 @@ }, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot) +"aF" = ( +/obj/machinery/atm{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/dorms) "aH" = ( /obj/structure/table/glass, /obj/item/device/antibody_scanner, @@ -208,6 +234,10 @@ /obj/machinery/disposal, /obj/structure/bed/double/padded, /obj/item/weapon/bedsheet/clowndouble, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/wood, /area/groundbase/dorms/room4) "aO" = ( @@ -279,6 +309,10 @@ }, /obj/effect/floor_decal/industrial/outline/blue, /obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/tiled, /area/groundbase/science/server) "aT" = ( @@ -315,6 +349,13 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/wood, /area/groundbase/dorms/room2) +"aX" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) "aY" = ( /obj/machinery/papershredder, /obj/machinery/firealarm, @@ -637,6 +678,7 @@ /area/groundbase/command/captainq) "bQ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/bookcase, /turf/simulated/floor/wood, /area/groundbase/civilian/library) "bS" = ( @@ -652,12 +694,24 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/Chemistry) "bT" = ( -/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/obj/machinery/light/small, +/turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/civilian/hydroponics) +"bU" = ( +/obj/effect/landmark/start/chaplain, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/chapel) "bV" = ( /obj/structure/closet/l3closet/scientist, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot) +"bW" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/level2/nw) "bX" = ( /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, /area/groundbase/level2/nw) @@ -701,9 +755,6 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/dorms) -"ce" = ( -/turf/simulated/open/virgo3c, -/area/groundbase/level2/nw) "cf" = ( /obj/structure/table/woodentable, /obj/item/weapon/paper_bin{ @@ -745,6 +796,13 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) +"ck" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/machinery/status_display/supply_display{ + pixel_x = -32 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo/bay) "cl" = ( /obj/structure/table/bench/padded, /obj/structure/cable/yellow{ @@ -788,7 +846,7 @@ /turf/simulated/floor/tiled, /area/groundbase/cargo/office) "cq" = ( -/mob/living/simple_mob/vore/alienanimals/catslug/scienceslug{ +/mob/living/simple_mob/vore/alienanimals/catslug/custom/scienceslug{ ghostjoin = 1 }, /turf/simulated/floor/tiled, @@ -829,6 +887,10 @@ /obj/structure/cable/yellow{ icon_state = "4-8" }, +/obj/machinery/light_switch{ + pixel_x = 16; + pixel_y = 30 + }, /turf/simulated/floor/wood, /area/groundbase/civilian/kitchen/backroom) "cy" = ( @@ -895,14 +957,6 @@ }, /turf/simulated/floor/wood, /area/groundbase/dorms/room4) -"cJ" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) "cK" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -1056,6 +1110,14 @@ }, /turf/simulated/floor/lino, /area/groundbase/civilian/chapel/office) +"dg" = ( +/obj/structure/table/standard, +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian/kitchen) "dh" = ( /obj/structure/bed/chair/sofa/corp/left, /obj/machinery/atmospherics/unary/vent_scrubber/on, @@ -1194,14 +1256,6 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/science/hall) -"dG" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 5 - }, -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) "dH" = ( /obj/machinery/status_display/supply_display, /turf/simulated/wall, @@ -1218,12 +1272,12 @@ }, /turf/simulated/floor/wood, /area/groundbase/dorms/room7) -"dJ" = ( -/obj/structure/railing/grey{ - dir = 8 +"dK" = ( +/obj/machinery/light/small{ + dir = 1 }, -/turf/simulated/open/virgo3c, -/area/groundbase/level2/sw) +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/command/hop) "dL" = ( /obj/structure/table/woodentable, /obj/item/weapon/melee/chainofcommand, @@ -1256,7 +1310,9 @@ id = "rndshutters"; name = "Privacy Shutters" }, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/science/rnd) "dS" = ( /turf/simulated/wall/r_wall, @@ -1307,9 +1363,13 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/chapel) +"dY" = ( +/obj/structure/fence/door, +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/civilian/hydroponics/out) "ea" = ( /obj/structure/stairs/spawner/west, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/turf/simulated/floor/tiled, /area/groundbase/cargo/office) "ec" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -1358,6 +1418,7 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, +/obj/effect/landmark/start/captain, /turf/simulated/floor/wood, /area/groundbase/command/captainq) "ek" = ( @@ -1379,9 +1440,7 @@ /area/groundbase/dorms/room6) "em" = ( /obj/structure/bed/chair/office/dark, -/obj/effect/landmark/start{ - name = "Site Manager" - }, +/obj/effect/landmark/start/captain, /turf/simulated/floor/carpet/blucarpet, /area/groundbase/command/captain) "en" = ( @@ -1449,16 +1508,23 @@ }, /turf/simulated/floor/tiled, /area/groundbase/science/server) -"ey" = ( -/obj/effect/landmark/start{ - name = "Janitor" +"ex" = ( +/obj/machinery/power/apc{ + dir = 4 }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/civilian/mime) +"ey" = ( /obj/structure/cable/yellow{ icon_state = "1-4" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/effect/landmark/start/janitor, /turf/simulated/floor/tiled, /area/groundbase/civilian/janitor) "eA" = ( @@ -1574,7 +1640,7 @@ /area/groundbase/dorms) "eN" = ( /turf/simulated/open/virgo3c, -/area/groundbase/level2/sw) +/area/groundbase/level2/westspur) "eO" = ( /obj/structure/table/woodentable, /obj/item/weapon/paper_bin{ @@ -1592,6 +1658,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, +/obj/effect/landmark/start/cmo, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lobby) "eR" = ( @@ -1636,12 +1703,6 @@ }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level2/se) -"eZ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/simulated/floor/glass/reinforced/virgo3c, -/area/groundbase/level2/se) "fa" = ( /obj/structure/table/glass, /obj/item/weapon/storage/box/gloves{ @@ -1699,14 +1760,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/groundbase/command/hop) -"fi" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 10 - }, -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) "fj" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -1716,6 +1769,14 @@ "fk" = ( /turf/simulated/mineral/cave/virgo3c, /area/groundbase/level2/se) +"fl" = ( +/obj/structure/closet/l3closet/scientist, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science/xenobot) "fm" = ( /obj/machinery/button/remote/airlock{ dir = 8; @@ -1739,11 +1800,14 @@ /turf/simulated/floor/tiled, /area/groundbase/science/hall) "fo" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/carpet/deco, -/area/groundbase/civilian/kitchen/backroom) +/obj/structure/table/bench/sifwooden/padded, +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/tiled/dark, +/area/groundbase/dorms) "fp" = ( -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/level2/ne) "fq" = ( /obj/machinery/camera/network/cargo{ @@ -1752,15 +1816,16 @@ /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/cargo/bay) "fr" = ( -/obj/machinery/button/windowtint{ - id = "rd_office"; - layer = 3.3; - pixel_x = 16; - pixel_y = -27 - }, /obj/structure/bed/chair, /turf/simulated/floor/tiled, /area/groundbase/science/rd) +"fs" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/hydroponics) "ft" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -1991,6 +2056,10 @@ dir = 1 }, /obj/machinery/disposal, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/wood, /area/groundbase/dorms/room5) "fZ" = ( @@ -2061,6 +2130,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/lino, /area/groundbase/civilian/chapel/office) +"gs" = ( +/turf/simulated/open/virgo3c, +/area/groundbase/level2/southeastspur) "gt" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 1 @@ -2135,6 +2207,7 @@ /obj/structure/bed/chair/sofa/bench{ dir = 1 }, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/outdoors/newdirt/virgo3c, /area/groundbase/level2/se) "gE" = ( @@ -2144,6 +2217,9 @@ /obj/structure/cable/yellow{ icon_state = "4-8" }, +/obj/machinery/light_switch{ + pixel_y = 30 + }, /turf/simulated/floor/carpet/blue, /area/groundbase/medical/psych) "gH" = ( @@ -2187,7 +2263,7 @@ /turf/simulated/floor/tiled, /area/groundbase/science/robotics) "gL" = ( -/mob/living/simple_mob/vore/alienanimals/catslug/cargoslug{ +/mob/living/simple_mob/vore/alienanimals/catslug/custom/cargoslug{ ghostjoin = 1 }, /turf/simulated/floor/tiled, @@ -2246,6 +2322,7 @@ dir = 4; pixel_x = 24 }, +/obj/effect/landmark/start/commandsecretary, /turf/simulated/floor/tiled/dark, /area/groundbase/command/tcomms) "gV" = ( @@ -2278,6 +2355,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/outdoors/sidewalk/virgo3c, /area/groundbase/level2/ne) +"ha" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/open/virgo3c, +/area/groundbase/level2/southeastspur) "hb" = ( /obj/machinery/alarm{ dir = 4 @@ -2360,6 +2443,7 @@ "hm" = ( /obj/structure/bed/chair/sofa/black, /obj/machinery/alarm, +/obj/effect/landmark/start/chef, /turf/simulated/floor/carpet/deco, /area/groundbase/civilian/kitchen/backroom) "hp" = ( @@ -2421,6 +2505,11 @@ pixel_x = 27; pixel_y = 6 }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30; + pixel_y = -3 + }, /turf/simulated/floor/tiled/eris/cafe, /area/groundbase/civilian/kitchen) "hx" = ( @@ -2453,6 +2542,11 @@ icon_state = "0-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30; + pixel_y = 10 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/command/tcomms) "hA" = ( @@ -2612,6 +2706,16 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) +"hY" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_y = -32 + }, +/obj/machinery/atm{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "hZ" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -2687,6 +2791,14 @@ }, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot/storage) +"il" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/area/groundbase/level2/nw) "im" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/wood, @@ -2752,6 +2864,10 @@ "iw" = ( /turf/simulated/floor/outdoors/grass/forest/virgo3c, /area/groundbase/level2/ne) +"ix" = ( +/obj/structure/railing/grey, +/turf/simulated/open/virgo3c, +/area/groundbase/level2/southeastspur) "iy" = ( /obj/structure/table/woodentable, /obj/item/device/flashlight/lamp/green{ @@ -2789,6 +2905,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 }, +/obj/effect/landmark/start/intern, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) "iC" = ( @@ -2817,6 +2934,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/machinery/newscaster{ + pixel_y = 28 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/command/hall) "iG" = ( @@ -2912,8 +3032,16 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30; + pixel_y = 16 + }, /turf/simulated/floor/tiled, /area/groundbase/cargo/office) +"iW" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/civilian/mime) "iX" = ( /obj/structure/bed/chair/comfy/blue{ dir = 8 @@ -2923,6 +3051,18 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/command/tcomms) +"iY" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/civilian/mime) "iZ" = ( /obj/structure/bed/chair/comfy/blue, /turf/simulated/floor/tiled/dark, @@ -2991,10 +3131,21 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/chapel) +"ji" = ( +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/hydroponics) "jk" = ( /obj/effect/landmark/vermin, /turf/simulated/floor/wood, /area/groundbase/civilian/library) +"jl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/lobby) "jm" = ( /obj/structure/table/woodentable, /obj/item/weapon/paper_bin{ @@ -3049,6 +3200,7 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/chapel) "jt" = ( @@ -3071,9 +3223,7 @@ /area/groundbase/civilian/kitchen/freezer) "jx" = ( /obj/structure/bed/chair/wood/wings, -/obj/effect/landmark/start{ - name = "Chaplain" - }, +/obj/effect/landmark/start/chaplain, /turf/simulated/floor/lino, /area/groundbase/civilian/chapel/office) "jy" = ( @@ -3126,6 +3276,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 }, +/obj/effect/landmark/start/psych, /turf/simulated/floor/wood, /area/groundbase/medical/psych) "jJ" = ( @@ -3146,6 +3297,9 @@ /area/groundbase/dorms/room5) "jK" = ( /obj/machinery/medical_kiosk, +/obj/machinery/newscaster{ + pixel_y = 28 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lobby) "jL" = ( @@ -3191,6 +3345,21 @@ }, /turf/simulated/floor/wood, /area/groundbase/dorms/room6) +"jR" = ( +/obj/structure/sign/directions/evac{ + dir = 8; + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/sign/directions/stairs_down{ + dir = 8; + pixel_x = 32; + pixel_y = -26 + }, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/se) "jS" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -3237,6 +3406,23 @@ "jY" = ( /turf/simulated/floor/outdoors/sidewalk/virgo3c, /area/groundbase/cargo/office) +"ka" = ( +/obj/structure/sign/directions/stairs_up{ + dir = 8; + pixel_x = -32; + pixel_y = 6 + }, +/obj/structure/sign/directions/evac{ + dir = 8; + pixel_x = -32 + }, +/obj/structure/sign/directions/science/exploration{ + dir = 8; + pixel_x = -32; + pixel_y = -6 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/nw) "kb" = ( /obj/machinery/disease2/diseaseanalyser, /turf/simulated/floor/tiled/white, @@ -3296,6 +3482,7 @@ "kn" = ( /obj/structure/closet/l3closet/janitor, /obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/firealarm, /turf/simulated/floor/tiled, /area/groundbase/civilian/janitor) "ko" = ( @@ -3387,6 +3574,10 @@ /obj/structure/window/reinforced, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) +"kA" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood, +/area/groundbase/civilian/library) "kC" = ( /turf/simulated/floor/wood, /area/groundbase/dorms/room3) @@ -3400,6 +3591,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/effect/landmark/start/commandsecretary, /turf/simulated/floor/tiled/dark, /area/groundbase/command/bridge) "kG" = ( @@ -3529,7 +3721,9 @@ name = "Circuitry Workshop"; req_access = list(7) }, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/science/circuits) "la" = ( /obj/structure/cable/yellow{ @@ -3621,6 +3815,12 @@ }, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot/storage) +"ln" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/civilian/mime) "lp" = ( /obj/structure/bed/chair/office/dark, /obj/effect/landmark/start/chemist, @@ -3654,6 +3854,7 @@ /obj/machinery/light{ dir = 8 }, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) "lv" = ( @@ -3731,12 +3932,22 @@ }, /turf/simulated/wall/r_wall, /area/maintenance/groundbase/substation/command) +"lG" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/command/hop) "lH" = ( /obj/structure/bed/chair/office/dark{ dir = 8 }, /obj/effect/landmark/start/chemist, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/vending/wallmed2{ + dir = 4; + pixel_x = -28 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/Chemistry) "lI" = ( @@ -3796,6 +4007,7 @@ /obj/machinery/light{ dir = 8 }, +/obj/effect/landmark/start/xenobio, /turf/simulated/floor/tiled, /area/groundbase/science/hall) "lP" = ( @@ -3842,6 +4054,23 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/chapel) +"lY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Temple of Silence"; + req_access = list(26) + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/bmarble, +/area/groundbase/civilian/mime) "lZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, @@ -4070,14 +4299,18 @@ /turf/simulated/floor/tiled, /area/groundbase/science/robotics) "mJ" = ( -/obj/structure/bed/chair/comfy/blue{ - dir = 1 +/obj/effect/landmark/start/chaplain, +/turf/simulated/floor/lino, +/area/groundbase/civilian/chapel/office) +"mK" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32; + pixel_y = 32 }, -/obj/effect/landmark/start{ - name = "Command Secretary" +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1 }, -/turf/simulated/floor/tiled/dark, -/area/groundbase/command/tcomms) +/area/groundbase/level2/se) "mL" = ( /obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/dark, @@ -4087,6 +4320,7 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, +/obj/random/coin/sometimes, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) "mN" = ( @@ -4167,15 +4401,15 @@ name = "Circuitry Workshop"; req_access = list(7) }, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/science/circuits) "nd" = ( -/obj/effect/landmark/start{ - name = "Janitor" - }, /obj/structure/cable/yellow{ icon_state = "1-2" }, +/obj/effect/landmark/start/janitor, /turf/simulated/floor/tiled, /area/groundbase/civilian/janitor) "nf" = ( @@ -4202,14 +4436,6 @@ "ni" = ( /turf/unsimulated/wall/planetary/virgo3c, /area/groundbase/level2/ne) -"nj" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 9 - }, -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) "nk" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -4323,12 +4549,8 @@ /turf/simulated/floor/wood, /area/groundbase/dorms/room8) "nC" = ( -/mob/living/simple_mob/vore/alienanimals/catslug{ - color = "#1b1b5c"; - desc = "More porl than you."; - faction = "neutral"; - ghostjoin = 1; - name = "Captain Crumsh" +/mob/living/simple_mob/vore/alienanimals/catslug/custom/capslug{ + ghostjoin = 1 }, /obj/structure/cable/yellow{ icon_state = "2-8" @@ -4359,18 +4581,6 @@ "nF" = ( /turf/simulated/floor/tiled, /area/groundbase/science/robotics) -"nG" = ( -/obj/effect/shuttle_landmark{ - base_area = /area/groundbase/level2/se; - base_turf = /turf/simulated/floor/reinforced/virgo3c; - docking_controller = "escape_dock"; - landmark_tag = "escape_station"; - name = "Ship Arrivals" - }, -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) "nH" = ( /obj/structure/stairs/spawner/south, /obj/structure/railing/grey{ @@ -4418,6 +4628,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/effect/landmark/start/scientist, /turf/simulated/floor/tiled, /area/groundbase/science/circuits) "nN" = ( @@ -4641,6 +4852,13 @@ outdoors = 0 }, /area/groundbase/level2/nw) +"oC" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = 27 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science/hall) "oD" = ( /obj/machinery/door/firedoor, /obj/structure/table/glass, @@ -4664,11 +4882,8 @@ }, /area/groundbase/level2/se) "oH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/cargo/office) +/turf/simulated/open/virgo3c, +/area/groundbase/level2/eastspur) "oI" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -4686,7 +4901,7 @@ /area/groundbase/level2/nw) "oL" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/groundbase/dorms/room3) "oM" = ( @@ -4724,21 +4939,6 @@ "oO" = ( /turf/simulated/floor/wood, /area/groundbase/command/captain) -"oQ" = ( -/obj/machinery/embedded_controller/radio/docking_port_multi{ - id_tag = "escape_dock"; - pixel_y = 22 - }, -/turf/simulated/floor/tiled/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) -"oR" = ( -/obj/structure/railing/grey{ - dir = 4 - }, -/turf/simulated/open/virgo3c, -/area/groundbase/level2/nw) "oS" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -5103,7 +5303,6 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/science/xenohall) "pW" = ( -/obj/effect/landmark/start/scientist, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, @@ -5116,6 +5315,7 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/chapel) "qa" = ( @@ -5128,6 +5328,13 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/dark, /area/groundbase/dorms) +"qd" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32; + pixel_y = -32 + }, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/level2/se) "qe" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 @@ -5173,6 +5380,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 10 }, +/obj/effect/landmark/start/roboticist, /turf/simulated/floor/tiled, /area/groundbase/science/robotics) "ql" = ( @@ -5182,6 +5390,10 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/wood, /area/groundbase/dorms/room8) "qn" = ( @@ -5288,6 +5500,7 @@ /obj/item/weapon/book/manual/supermatter_engine, /obj/item/weapon/book/manual/tesla_engine, /obj/item/weapon/book/manual/virology, +/obj/item/weapon/book/manual/rotary_electric_generator, /turf/simulated/floor/wood, /area/groundbase/civilian/library) "qy" = ( @@ -5323,6 +5536,12 @@ }, /turf/simulated/wall/r_wall, /area/groundbase/command/hop) +"qD" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/civilian/mime) "qE" = ( /obj/machinery/button/remote/airlock{ dir = 4; @@ -5338,7 +5557,7 @@ /area/groundbase/dorms/room6) "qH" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/groundbase/dorms/room8) "qJ" = ( @@ -5362,6 +5581,12 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/command/hall) +"qM" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/command/hop) "qN" = ( /obj/effect/landmark{ name = "lightsout" @@ -5420,6 +5645,10 @@ /obj/machinery/camera/network/civilian, /turf/simulated/floor/tiled, /area/groundbase/civilian/hydroponics) +"qW" = ( +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/tiled, +/area/groundbase/science/hall) "qX" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -5453,7 +5682,7 @@ /area/groundbase/civilian/library) "rc" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/groundbase/dorms/room1) "re" = ( @@ -5494,6 +5723,10 @@ /obj/machinery/firealarm, /turf/simulated/floor/tiled, /area/groundbase/science/circuits) +"rj" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled, +/area/groundbase/cargo/office) "rk" = ( /turf/simulated/wall, /area/groundbase/civilian/kitchen/backroom) @@ -5507,6 +5740,12 @@ /obj/machinery/light, /turf/simulated/floor/wood, /area/groundbase/dorms/room7) +"rn" = ( +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/turf/simulated/floor/carpet, +/area/groundbase/civilian/library) "ro" = ( /obj/structure/easel, /obj/item/paint_palette, @@ -5517,6 +5756,9 @@ /obj/item/paint_brush{ pixel_x = 4 }, +/obj/machinery/camera/network/civilian{ + dir = 4 + }, /turf/simulated/floor/tiled/virgo3c{ edge_blending_priority = -1; outdoors = 0 @@ -5586,6 +5828,13 @@ }, /turf/simulated/floor/tiled/eris/cafe, /area/groundbase/civilian/kitchen) +"ry" = ( +/obj/machinery/computer/guestpass{ + dir = 1; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/triage) "rA" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -5613,6 +5862,18 @@ /obj/machinery/light/small, /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/science/hall) +"rG" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/nw) "rH" = ( /obj/machinery/requests_console/preset/research{ pixel_y = 30 @@ -5662,6 +5923,10 @@ dir = 1 }, /obj/machinery/disposal, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/wood, /area/groundbase/dorms/room3) "rN" = ( @@ -5670,6 +5935,16 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/groundbase/cargo/office) +"rO" = ( +/obj/structure/barricade/cutout/mime, +/obj/machinery/alarm{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/civilian/mime) "rP" = ( /turf/simulated/wall, /area/groundbase/civilian/library) @@ -5701,6 +5976,15 @@ /obj/machinery/light, /turf/simulated/floor/tiled/white, /area/groundbase/medical/Chemistry) +"sb" = ( +/obj/structure/mopbucket, +/obj/item/weapon/mop, +/obj/item/weapon/reagent_containers/glass/bucket, +/obj/machinery/alarm{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/janitor) "sc" = ( /obj/structure/bed/chair/comfy/blue{ dir = 4 @@ -5715,6 +5999,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, +/obj/effect/landmark/start/intern, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) "se" = ( @@ -5805,6 +6090,10 @@ icon_state = "2-8" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/wood, /area/groundbase/dorms/room1) "sx" = ( @@ -5989,6 +6278,16 @@ }, /turf/simulated/floor/wood, /area/groundbase/civilian/kitchen/backroom) +"sY" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science/xenobot/storage) "sZ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -6052,6 +6351,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/groundbase/science/circuits) +"tj" = ( +/obj/effect/landmark/start/chef, +/turf/simulated/floor/tiled/eris/cafe, +/area/groundbase/civilian/kitchen) "tk" = ( /obj/machinery/disease2/isolator, /obj/machinery/light{ @@ -6064,6 +6367,10 @@ pixel_x = -32; pixel_y = -6 }, +/obj/structure/sign/directions/evac{ + dir = 1; + pixel_x = -32 + }, /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/level2/nw) "to" = ( @@ -6094,6 +6401,10 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/Chemistry) +"tv" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/Chemistry) "tw" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -6189,7 +6500,7 @@ icon_state = "4-8" }, /turf/simulated/floor/glass/reinforced/virgo3c, -/area/groundbase/level2/ne) +/area/groundbase/level2/eastspur) "tL" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -6305,17 +6616,21 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) +"tZ" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = -27 + }, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/level2/nw) "ua" = ( /obj/structure/table/reinforced, /obj/machinery/chemical_dispenser/full, /turf/simulated/floor/tiled/white, /area/groundbase/medical/Chemistry) -"ub" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) "ue" = ( /obj/machinery/button/remote/airlock{ dir = 8; @@ -6396,7 +6711,7 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/turf/simulated/floor/tiled, /area/groundbase/cargo/office) "uq" = ( /obj/effect/floor_decal/industrial/outline/yellow, @@ -6427,6 +6742,10 @@ /obj/structure/cable/yellow{ icon_state = "4-8" }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/wood, /area/groundbase/command/captain) "uw" = ( @@ -6462,6 +6781,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, +/obj/structure/bookcase, /turf/simulated/floor/wood, /area/groundbase/civilian/library) "uC" = ( @@ -6545,6 +6865,10 @@ }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/dorms/room6) +"uM" = ( +/obj/effect/landmark/start/xenobio, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology) "uN" = ( /obj/structure/closet/l3closet/scientist, /obj/item/clothing/suit/bio_suit/scientist, @@ -6564,6 +6888,9 @@ /obj/random/vendorall, /turf/simulated/floor/tiled/dark, /area/groundbase/dorms) +"uP" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/southwestspur) "uQ" = ( /obj/machinery/bookbinder, /obj/machinery/light{ @@ -6577,11 +6904,13 @@ }, /turf/simulated/floor/tiled, /area/groundbase/cargo/office) -"uU" = ( -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 +"uT" = ( +/obj/structure/railing/grey{ + dir = 1 }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/northspur) +"uU" = ( /obj/item/weapon/reagent_containers/food/condiment/flour, /obj/item/weapon/reagent_containers/food/condiment/flour, /obj/item/weapon/reagent_containers/food/condiment/flour, @@ -6599,6 +6928,7 @@ /obj/item/weapon/reagent_containers/food/condiment/small/peppermill, /obj/item/weapon/reagent_containers/food/condiment/small/peppermill, /obj/structure/closet, +/obj/random/donkpocketbox, /turf/simulated/floor/tiled/eris/cafe, /area/groundbase/civilian/kitchen) "uX" = ( @@ -6631,20 +6961,13 @@ /obj/structure/bed/chair/comfy/blue{ dir = 4 }, +/obj/effect/landmark/start/commandsecretary, /turf/simulated/floor/tiled/dark, /area/groundbase/command/tcomms) "vk" = ( /obj/structure/fence, /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/cargo/bay) -"vl" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) "vm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 10 @@ -6704,9 +7027,6 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/dorms) -"vx" = ( -/turf/simulated/floor/glass/reinforced/virgo3c, -/area/groundbase/level2/se) "vy" = ( /obj/structure/railing/grey{ dir = 4 @@ -6779,7 +7099,8 @@ "vL" = ( /obj/machinery/door/firedoor, /obj/machinery/door/window/southright{ - dir = 8 + dir = 8; + req_access = list(5) }, /obj/structure/table/glass, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ @@ -6802,14 +7123,15 @@ /area/groundbase/science/xenobot) "vP" = ( /obj/machinery/door/firedoor, -/obj/machinery/door/window/southright{ - dir = 8 - }, /obj/structure/table/glass, /obj/item/weapon/backup_implanter, /obj/item/weapon/backup_implanter, /obj/item/weapon/backup_implanter, /obj/item/weapon/backup_implanter, +/obj/machinery/door/window/southleft{ + dir = 8; + req_access = list(5) + }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/medical/lobby) "vQ" = ( @@ -6926,6 +7248,13 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) +"wd" = ( +/obj/structure/table/bench/padded, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "we" = ( /obj/structure/cable/yellow{ icon_state = "2-4" @@ -6966,8 +7295,15 @@ /obj/structure/bed/chair/office/light{ dir = 8 }, +/obj/effect/landmark/start/medical, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lobby) +"wk" = ( +/obj/machinery/light_switch{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/chapel) "wm" = ( /obj/machinery/computer/supplycomp/control{ dir = 8 @@ -7029,11 +7365,22 @@ }, /turf/simulated/floor/wood, /area/groundbase/dorms/room3) +"wv" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "ww" = ( /obj/structure/cable/yellow{ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/tiled, /area/groundbase/science/circuits) "wx" = ( @@ -7049,7 +7396,9 @@ req_access = list(47,55); req_one_access = null }, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/science/xenobot) "wy" = ( /obj/structure/sign/department/virology, @@ -7068,6 +7417,11 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/chapel) +"wE" = ( +/obj/structure/table/woodentable, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/carpet, +/area/groundbase/civilian/library) "wF" = ( /obj/machinery/portable_atmospherics/hydroponics, /turf/simulated/floor/tiled, @@ -7104,6 +7458,9 @@ }, /turf/simulated/floor/tiled, /area/groundbase/science/robotics) +"wK" = ( +/turf/simulated/wall, +/area/groundbase/civilian/mime) "wL" = ( /obj/structure/table/glass, /turf/simulated/floor/tiled/white, @@ -7285,10 +7642,22 @@ /obj/machinery/smartfridge/produce/persistent_lossy, /turf/simulated/floor/tiled/eris/cafe, /area/groundbase/civilian/kitchen) +"xt" = ( +/obj/effect/landmark/vermin, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/groundbase/civilian/library) "xu" = ( /obj/structure/bed/chair/office/dark{ dir = 1 }, +/obj/effect/landmark/start/psych, +/obj/machinery/button/windowtint{ + id = "psych_office"; + layer = 3.3; + pixel_x = -17; + pixel_y = 31 + }, /turf/simulated/floor/carpet/blue, /area/groundbase/medical/psych) "xv" = ( @@ -7464,6 +7833,11 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) +"xP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/cargo, +/turf/simulated/floor/tiled, +/area/groundbase/cargo/office) "xS" = ( /obj/structure/table/glass, /obj/machinery/atmospherics/unary/vent_scrubber/on, @@ -7471,8 +7845,10 @@ /area/groundbase/civilian/bar) "xU" = ( /obj/structure/grille, -/obj/structure/window/reinforced/full, /obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized/full{ + id = "chef_office" + }, /turf/simulated/floor, /area/groundbase/civilian/kitchen/backroom) "xV" = ( @@ -7532,13 +7908,15 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/supply, /turf/simulated/floor/tiled, /area/rnd/xenobiology) +"ya" = ( +/obj/machinery/computer/guestpass{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/tiled, +/area/groundbase/science/hall) "yb" = ( /obj/machinery/door/firedoor, -/obj/machinery/door/airlock/multi_tile/glass/polarized{ - dir = 2; - name = "Cargo Office"; - req_one_access = list(31) - }, /turf/simulated/floor/tiled, /area/groundbase/cargo/office) "yc" = ( @@ -7561,6 +7939,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, +/obj/effect/landmark/start/intern, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) "yh" = ( @@ -7762,8 +8141,10 @@ /area/groundbase/medical/lobby) "yL" = ( /obj/structure/grille, -/obj/structure/window/reinforced/full, /obj/machinery/door/firedoor, +/obj/structure/window/reinforced/polarized/full{ + id = "psych_office" + }, /turf/simulated/floor, /area/groundbase/medical/psych) "yM" = ( @@ -7826,12 +8207,28 @@ }, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot) +"yW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/nw) "yX" = ( /obj/structure/janitorialcart, /turf/simulated/floor/tiled, /area/groundbase/civilian/janitor) "yY" = ( /obj/structure/closet/l3closet/virology, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/tiled/white, /area/medical/virology) "za" = ( @@ -7884,15 +8281,10 @@ /turf/simulated/floor/tiled/white, /area/groundbase/dorms/bathroom) "zi" = ( -/obj/effect/landmark/start/chef, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/cafe, -/area/groundbase/civilian/kitchen) +/obj/structure/bed/chair/comfy/brown, +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/wood, +/area/groundbase/civilian/library) "zj" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -7938,7 +8330,7 @@ /area/groundbase/medical/triage) "zx" = ( /turf/simulated/floor/glass/reinforced/virgo3c, -/area/groundbase/level2/ne) +/area/groundbase/level2/eastspur) "zz" = ( /obj/machinery/vending/wardrobe/janidrobe, /turf/simulated/floor/tiled, @@ -7995,6 +8387,7 @@ /obj/effect/landmark{ name = "lightsout" }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/groundbase/medical/triage) "zG" = ( @@ -8065,8 +8458,22 @@ id = "rndshutters"; name = "Privacy Shutters" }, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/science/rnd) +"zL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level2/nw) "zO" = ( /obj/structure/closet/l3closet/janitor, /obj/machinery/light{ @@ -8206,7 +8613,9 @@ /area/rnd/xenobiology) "Am" = ( /obj/structure/railing/grey, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/level2/ne) "An" = ( /obj/structure/cable/yellow{ @@ -8330,6 +8739,13 @@ "AF" = ( /turf/simulated/floor/tiled/freezer/cold, /area/groundbase/civilian/kitchen/freezer) +"AG" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = -27 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/library) "AH" = ( /obj/machinery/vending/wardrobe/genedrobe, /turf/simulated/floor/tiled, @@ -8340,12 +8756,6 @@ }, /turf/simulated/floor/wood, /area/groundbase/medical/psych) -"AJ" = ( -/obj/structure/railing/grey{ - dir = 1 - }, -/turf/simulated/open/virgo3c, -/area/groundbase/level2/se) "AK" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -8464,6 +8874,17 @@ }, /turf/simulated/floor/tiled, /area/groundbase/science/robotics) +"AS" = ( +/obj/structure/table/bench/padded, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "AT" = ( /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/science/xenobot) @@ -8475,11 +8896,22 @@ /turf/simulated/wall, /area/groundbase/cargo/office) "AV" = ( -/turf/simulated/floor/virgo3c, -/area/groundbase/level2/nw) +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/westspur) +"AX" = ( +/obj/structure/table/woodentable, +/obj/random/coin/sometimes, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/groundbase/civilian/library) "AY" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/groundbase/dorms/room2) "AZ" = ( @@ -8553,6 +8985,10 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/wood, /area/groundbase/dorms/room7) "Bl" = ( @@ -8760,7 +9196,7 @@ dir = 4 }, /turf/simulated/open/virgo3c, -/area/groundbase/level2/ne) +/area/groundbase/level2/northspur) "BX" = ( /obj/structure/disposalpipe/segment{ dir = 2; @@ -8783,7 +9219,7 @@ dir = 1 }, /turf/simulated/open/virgo3c, -/area/groundbase/level2/nw) +/area/groundbase/level2/westspur) "Ca" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -8885,6 +9321,9 @@ /area/groundbase/level2/nw) "Ck" = ( /obj/structure/closet/secure_closet/hop2, +/obj/machinery/light_switch{ + pixel_y = 30 + }, /turf/simulated/floor/tiled, /area/groundbase/command/hop) "Cl" = ( @@ -8943,6 +9382,14 @@ }, /turf/simulated/open, /area/groundbase/civilian/bar) +"Cy" = ( +/obj/structure/janitorialcart, +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = -27 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/janitor) "Cz" = ( /turf/simulated/wall, /area/groundbase/cargo/qm) @@ -8993,6 +9440,13 @@ }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level2/se) +"CH" = ( +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = -27 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/dorms) "CJ" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -9037,6 +9491,7 @@ dir = 8 }, /obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/cargo, /turf/simulated/floor/tiled/steel_grid, /area/groundbase/cargo/office) "CS" = ( @@ -9136,6 +9591,13 @@ "Db" = ( /turf/simulated/wall/r_wall, /area/groundbase/science/xenobot/storage) +"Dc" = ( +/obj/machinery/light_switch{ + pixel_x = 16; + pixel_y = 30 + }, +/turf/simulated/floor/tiled/freezer/cold, +/area/groundbase/civilian/kitchen/freezer) "Dd" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/outdoors/sidewalk/virgo3c, @@ -9245,10 +9707,8 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/obj/machinery/embedded_controller/radio/simple_docking_controller{ - frequency = 1380; - id_tag = "cargo_bay"; - pixel_y = 23 +/obj/machinery/computer/guestpass{ + pixel_y = 24 }, /turf/simulated/floor/tiled, /area/groundbase/cargo/office) @@ -9336,7 +9796,9 @@ id = "robshutters"; name = "Privacy Shutters" }, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/science/robotics) "DF" = ( /obj/machinery/atmospherics/pipe/manifold/visible, @@ -9440,6 +9902,7 @@ /obj/item/weapon/stool/padded, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/librarian, /turf/simulated/floor/carpet, /area/groundbase/civilian/library) "DS" = ( @@ -9509,6 +9972,16 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/dorms) +"DZ" = ( +/obj/structure/table/bench/padded, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/landmark/start/entertainer, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "Ea" = ( /obj/structure/table/bench/padded, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -9533,6 +10006,7 @@ /obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov, /obj/item/weapon/book/custom_library/nonfiction/freesirisailightbulbs, /obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/weapon/book/manual/synthetic_life, /turf/simulated/floor/wood, /area/groundbase/civilian/library) "Ee" = ( @@ -9615,6 +10089,8 @@ /area/groundbase/cargo/office) "Eo" = ( /obj/machinery/firealarm, +/obj/item/weapon/tool/wrench, +/obj/structure/table/standard, /turf/simulated/floor/tiled, /area/groundbase/civilian/hydroponics) "Ep" = ( @@ -9632,7 +10108,6 @@ /turf/simulated/floor/tiled, /area/groundbase/cargo/office) "Es" = ( -/obj/effect/landmark/start/chef, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, @@ -9690,6 +10165,9 @@ /obj/machinery/meter, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot/storage) +"EB" = ( +/turf/simulated/open/virgo3c, +/area/groundbase/level2/southwestspur) "EC" = ( /obj/structure/bed/chair/sofa/corp, /obj/machinery/alarm, @@ -9791,6 +10269,10 @@ "EX" = ( /obj/structure/closet/secure_closet/quartermaster, /obj/item/weapon/storage/backpack/dufflebag, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/wood, /area/groundbase/cargo/qm) "EY" = ( @@ -10057,13 +10539,19 @@ dir = 4 }, /turf/simulated/open/virgo3c, -/area/groundbase/level2/sw) +/area/groundbase/level2/westspur) "FT" = ( /obj/effect/landmark{ name = "lightsout" }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) +"FU" = ( +/obj/structure/table/bench/standard, +/obj/effect/landmark/start/rd, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/science/picnic) "FW" = ( /obj/effect/landmark{ name = "lightsout" @@ -10264,6 +10752,7 @@ /obj/structure/cable/green{ icon_state = "4-8" }, +/obj/effect/landmark/start/captain, /turf/simulated/floor/tiled/dark, /area/groundbase/command/bridge) "Gx" = ( @@ -10301,6 +10790,9 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, +/obj/machinery/status_display/supply_display{ + pixel_x = 32 + }, /turf/simulated/floor/wood, /area/groundbase/cargo/qm) "GE" = ( @@ -10404,6 +10896,10 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/chapel) +"GQ" = ( +/obj/machinery/vending/wardrobe/mimedrobe, +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/civilian/mime) "GS" = ( /obj/structure/railing/grey{ dir = 1 @@ -10456,11 +10952,11 @@ /obj/structure/cable/yellow{ icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 }, /obj/structure/cable/yellow{ icon_state = "2-4" @@ -10484,6 +10980,7 @@ /obj/structure/bed/padded, /obj/machinery/alarm, /obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/landmark/start/captain, /turf/simulated/floor/carpet, /area/groundbase/command/captainq) "He" = ( @@ -10497,6 +10994,7 @@ dir = 4; pixel_x = 6 }, +/obj/effect/landmark/start/xenobot, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot) "Hf" = ( @@ -10517,6 +11015,9 @@ }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/science/circuits) +"Hi" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/civilian/hydroponics/out) "Hj" = ( /turf/simulated/floor/tiled/virgo3c{ edge_blending_priority = -1 @@ -10563,9 +11064,6 @@ }, /turf/simulated/floor/bmarble, /area/groundbase/civilian/chapel) -"Hr" = ( -/turf/simulated/floor/glass/reinforced/virgo3c, -/area/groundbase/level2/sw) "Hs" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -10612,6 +11110,10 @@ }, /turf/simulated/floor/bmarble, /area/groundbase/cargo/office) +"Hy" = ( +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/tiled, +/area/groundbase/science/robotics) "Hz" = ( /obj/structure/table/marble, /obj/machinery/camera/network/civilian{ @@ -10650,6 +11152,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/effect/landmark/start/medical, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lobby) "HD" = ( @@ -10862,6 +11365,13 @@ }, /turf/simulated/floor/outdoors/newdirt/virgo3c, /area/groundbase/level2/ne) +"Il" = ( +/obj/item/weapon/bedsheet/mimedouble, +/obj/structure/bed/double/padded, +/obj/structure/curtain/black, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/civilian/mime) "Im" = ( /obj/structure/closet/secure_closet/personal, /obj/item/weapon/towel/random, @@ -10900,10 +11410,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot) -"Is" = ( -/obj/structure/railing/grey, -/turf/simulated/open/virgo3c, -/area/groundbase/level2/se) "It" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -10919,6 +11425,19 @@ /obj/machinery/botany/extractor, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot) +"Iv" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/hydroponics) "Iw" = ( /obj/effect/landmark/vermin, /turf/simulated/floor/tiled, @@ -10954,6 +11473,15 @@ }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level2/nw) +"IB" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/civilian/mime) "IC" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -11054,6 +11582,7 @@ pixel_x = -31; pixel_y = 1 }, +/obj/effect/landmark/start/hop, /turf/simulated/floor/tiled, /area/groundbase/command/hop) "IV" = ( @@ -11231,7 +11760,9 @@ /turf/simulated/floor/outdoors/newdirt/virgo3c, /area/groundbase/science/picnic) "Jr" = ( -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/level2/sw) "Js" = ( /obj/structure/railing/grey{ @@ -11286,6 +11817,10 @@ icon_state = "2-4" }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/wood, /area/groundbase/dorms/room2) "JB" = ( @@ -11452,6 +11987,10 @@ "JZ" = ( /obj/machinery/disposal, /obj/structure/disposalpipe/trunk, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/hydroponics) "Kc" = ( @@ -11550,7 +12089,7 @@ /area/groundbase/cargo/office) "Kj" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/groundbase/dorms/room5) "Kk" = ( @@ -11641,6 +12180,12 @@ }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/command/bridge) +"Kx" = ( +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/chapel) "Ky" = ( /obj/structure/sink{ dir = 8; @@ -11694,9 +12239,7 @@ /turf/simulated/floor/wood, /area/groundbase/command/captain) "KE" = ( -/obj/effect/landmark/start{ - name = "Janitor" - }, +/obj/effect/landmark/start/janitor, /turf/simulated/floor/tiled, /area/groundbase/civilian/janitor) "KF" = ( @@ -11757,6 +12300,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, +/obj/effect/landmark/start/commandsecretary, /turf/simulated/floor/tiled/dark, /area/groundbase/command/bridge) "KR" = ( @@ -11801,8 +12345,21 @@ dir = 8; pixel_x = -6 }, +/obj/effect/landmark/start/xenobot, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot) +"Lb" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/civilian/mime) "Lc" = ( /turf/simulated/floor/tiled, /area/groundbase/cargo/office) @@ -11895,6 +12452,7 @@ /obj/structure/bed/chair/sofa/bench{ dir = 1 }, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/outdoors/newdirt/virgo3c, /area/groundbase/level2/ne) "Ls" = ( @@ -11933,14 +12491,6 @@ }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level2/ne) -"Lx" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) "Ly" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -11960,6 +12510,12 @@ /obj/structure/cable/yellow{ icon_state = "1-8" }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level2/nw) "LB" = ( @@ -12156,7 +12712,7 @@ /area/medical/virology) "LZ" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/groundbase/dorms/room6) "Mb" = ( @@ -12280,6 +12836,16 @@ /obj/machinery/vending/hydronutrients, /turf/simulated/floor/tiled, /area/groundbase/civilian/hydroponics) +"Mp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/computer/guestpass{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/lobby) "Mq" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -12543,7 +13109,7 @@ "Nc" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ - name = "Largbrary" + name = "Library" }, /obj/structure/cable/yellow{ icon_state = "4-8" @@ -12579,6 +13145,11 @@ /obj/machinery/papershredder, /turf/simulated/floor/tiled, /area/groundbase/command/hop) +"Nf" = ( +/turf/simulated/floor/reinforced/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/westspur) "Ni" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -12645,12 +13216,13 @@ /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/medical/triage) "Np" = ( -/mob/living/simple_mob/vore/alienanimals/catslug/medislug{ +/mob/living/simple_mob/vore/alienanimals/catslug/custom/medislug{ ghostjoin = 1 }, /obj/structure/cable/yellow{ icon_state = "1-2" }, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/white, /area/groundbase/medical/lobby) "Nq" = ( @@ -12673,6 +13245,9 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/chapel) "Nw" = ( +/obj/machinery/light/small{ + dir = 8 + }, /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/medical/triage) "Nx" = ( @@ -12920,8 +13495,9 @@ /turf/simulated/floor/tiled, /area/groundbase/civilian/hydroponics) "Of" = ( -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/cargo/office) +/obj/machinery/light/bigfloorlamp, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/medical/virology) "Oh" = ( /obj/structure/bed/chair/sofa/left/black{ dir = 8 @@ -12942,6 +13518,14 @@ }, /turf/simulated/wall, /area/groundbase/cargo/office) +"Oj" = ( +/obj/machinery/button/windowtint{ + id = "chef_office"; + layer = 3.3; + pixel_y = -27 + }, +/turf/simulated/floor/carpet/deco, +/area/groundbase/civilian/kitchen/backroom) "Ok" = ( /obj/machinery/power/apc{ dir = 1 @@ -12958,8 +13542,21 @@ /obj/machinery/alarm{ dir = 4 }, +/obj/machinery/light_switch{ + pixel_y = 30 + }, /turf/simulated/floor/tiled/white, /area/medical/virology) +"On" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/medical, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/triage) "Oo" = ( /obj/machinery/button/remote/blast_door{ dir = 1; @@ -12998,6 +13595,14 @@ "Or" = ( /turf/simulated/floor/carpet, /area/groundbase/command/hop) +"Ou" = ( +/obj/structure/sign/directions/evac{ + dir = 8; + pixel_x = 32; + pixel_y = -32 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/medical/lobby) "Ov" = ( /obj/structure/closet/wardrobe/robotics_black, /turf/simulated/floor/tiled, @@ -13023,7 +13628,7 @@ "Oy" = ( /obj/structure/railing/grey, /turf/simulated/open/virgo3c, -/area/groundbase/level2/ne) +/area/groundbase/level2/eastspur) "Oz" = ( /obj/structure/sink/kitchen{ pixel_y = 20 @@ -13035,6 +13640,10 @@ /area/groundbase/civilian/kitchen) "OA" = ( /obj/structure/closet/secure_closet/hydroponics, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -25 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/hydroponics) "OB" = ( @@ -13092,6 +13701,11 @@ }, /turf/simulated/floor/tiled/white, /area/medical/virology) +"OI" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/nw) "OJ" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -13133,6 +13747,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/tiled, /area/groundbase/science/robotics) "OR" = ( @@ -13178,6 +13796,15 @@ /obj/structure/cable/yellow{ icon_state = "2-4" }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level2/nw) "Pa" = ( @@ -13314,6 +13941,10 @@ dir = 1 }, /obj/machinery/disposal, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/wood, /area/groundbase/dorms/room6) "Pv" = ( @@ -13335,6 +13966,7 @@ /obj/structure/bed/chair/comfy/brown, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/librarian, /turf/simulated/floor/wood, /area/groundbase/civilian/library) "Pz" = ( @@ -13349,7 +13981,7 @@ "PA" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/glass{ - name = "Largbrary" + name = "Library" }, /turf/simulated/floor/bmarble, /area/groundbase/civilian/library) @@ -13442,6 +14074,10 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology) +"PR" = ( +/obj/effect/landmark/start/xenobio, +/turf/simulated/floor/tiled, +/area/groundbase/science/hall) "PS" = ( /obj/structure/table/bench/padded, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -13704,7 +14340,7 @@ /turf/simulated/floor/virgo3c{ edge_blending_priority = -1 }, -/area/groundbase/level2/ne) +/area/groundbase/level2/eastspur) "QE" = ( /obj/machinery/appliance/mixer/cereal, /turf/simulated/floor/tiled/eris/cafe, @@ -13806,6 +14442,13 @@ }, /turf/simulated/floor/tiled, /area/groundbase/science/xenobot) +"QN" = ( +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/level2/nw) "QO" = ( /obj/machinery/button/remote/airlock{ id = "dorm7"; @@ -13828,12 +14471,24 @@ /obj/item/weapon/flame/candle/candelabra, /obj/item/weapon/flame/candle/candelabra, /obj/item/weapon/flame/candle/candelabra, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/lino, /area/groundbase/civilian/chapel/office) +"QR" = ( +/obj/effect/landmark/start/entertainer, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/level2/nw) "QV" = ( /obj/structure/bed/chair/office/dark{ dir = 1 }, +/obj/effect/landmark/start/scientist, /turf/simulated/floor/tiled, /area/groundbase/science/circuits) "QW" = ( @@ -13875,6 +14530,7 @@ dir = 4; icon_state = "pipe-c" }, +/obj/effect/landmark/start/chaplain, /turf/simulated/floor/carpet, /area/groundbase/civilian/chapel) "Ra" = ( @@ -13886,6 +14542,7 @@ /area/groundbase/science/rd) "Rb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/chapel) "Rc" = ( @@ -14139,11 +14796,16 @@ /turf/simulated/floor/carpet/blue, /area/groundbase/medical/psych) "RP" = ( -/obj/machinery/camera/network/civilian{ - dir = 4 +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/simulated/floor/wood, -/area/groundbase/civilian/library) +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/dorms) "RQ" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -14241,15 +14903,6 @@ /obj/machinery/light/small, /turf/simulated/floor/carpet, /area/groundbase/civilian/library) -"Sd" = ( -/obj/structure/sign/directions/evac{ - pixel_x = 32; - pixel_y = 32 - }, -/turf/simulated/floor/tiled/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) "Se" = ( /obj/structure/table/woodentable, /obj/item/clothing/mask/gas/clown_hat{ @@ -14489,7 +15142,9 @@ name = "Library Desk Door"; req_access = list(37) }, -/obj/machinery/camera/network/civilian, +/obj/machinery/light_switch{ + pixel_y = 30 + }, /turf/simulated/floor/carpet, /area/groundbase/civilian/library) "SJ" = ( @@ -14579,6 +15234,11 @@ /obj/structure/disposalpipe/trunk{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 10; + pixel_y = -30 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/Chemistry) "SR" = ( @@ -14660,6 +15320,10 @@ /area/groundbase/civilian/chapel) "Td" = ( /obj/machinery/photocopier, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/tiled/dark, /area/groundbase/command/bridge) "Tf" = ( @@ -14792,6 +15456,7 @@ /area/groundbase/medical/triage) "TD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/bookcase, /turf/simulated/floor/wood, /area/groundbase/civilian/library) "TF" = ( @@ -14801,6 +15466,7 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 }, +/obj/effect/landmark/start/medical, /turf/simulated/floor/tiled/white, /area/groundbase/medical/triage) "TH" = ( @@ -14846,10 +15512,12 @@ dir = 9 }, /obj/machinery/light, +/obj/effect/landmark/start/entertainer, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) "TO" = ( /obj/structure/bed/chair/office/dark, +/obj/effect/landmark/start/cargo, /turf/simulated/floor/tiled, /area/groundbase/cargo/office) "TS" = ( @@ -15028,6 +15696,10 @@ /obj/effect/landmark/start/chef, /turf/simulated/floor/tiled/freezer/cold, /area/groundbase/civilian/kitchen/freezer) +"Ux" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "Uy" = ( /obj/machinery/light{ dir = 4 @@ -15058,6 +15730,11 @@ }, /turf/simulated/floor/tiled, /area/groundbase/civilian/hydroponics) +"UD" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level2/southeastspur) "UE" = ( /turf/simulated/floor/outdoors/grass/forest/virgo3c, /area/groundbase/level2/se) @@ -15146,6 +15823,10 @@ /area/groundbase/civilian/library) "US" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/janitor) "UT" = ( @@ -15188,10 +15869,23 @@ /turf/simulated/floor/tiled, /area/groundbase/science/circuits) "UY" = ( -/obj/machinery/light/bigfloorlamp, -/obj/machinery/light/small, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/medical/Chemistry) +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/computer/guestpass{ + pixel_y = 23 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/dorms) "Vb" = ( /turf/simulated/floor/tiled, /area/groundbase/civilian/janitor) @@ -15311,6 +16005,19 @@ }, /turf/simulated/floor/tiled, /area/groundbase/cargo/office) +"Vv" = ( +/obj/structure/sign/directions/evac{ + dir = 8; + pixel_x = -32; + pixel_y = -32 + }, +/obj/structure/sign/directions/science/exploration{ + dir = 8; + pixel_x = -32; + pixel_y = -38 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level2/nw) "Vw" = ( /obj/machinery/portable_atmospherics/hydroponics, /obj/machinery/atmospherics/portables_connector, @@ -15335,7 +16042,7 @@ /area/medical/virology) "VA" = ( /turf/simulated/floor/glass/reinforced/virgo3c, -/area/groundbase/level2/nw) +/area/groundbase/level2/westspur) "VB" = ( /obj/machinery/door/window/brigdoor/westleft{ dir = 4; @@ -15350,7 +16057,9 @@ id = "robshutters"; name = "Privacy Shutters" }, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/science/robotics) "VC" = ( /turf/simulated/floor/carpet/blue, @@ -15417,7 +16126,7 @@ /area/groundbase/command/hall) "VN" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/groundbase/dorms/room7) "VO" = ( @@ -15425,7 +16134,7 @@ dir = 1 }, /turf/simulated/open/virgo3c, -/area/groundbase/level2/ne) +/area/groundbase/level2/eastspur) "VQ" = ( /obj/structure/cable/yellow{ icon_state = "1-8" @@ -15437,7 +16146,7 @@ /area/groundbase/command/hall) "VR" = ( /turf/simulated/open/virgo3c, -/area/groundbase/level2/ne) +/area/groundbase/level2/northspur) "VS" = ( /obj/structure/table/woodentable, /obj/structure/disposalpipe/segment{ @@ -15555,7 +16264,7 @@ dir = 8 }, /turf/simulated/open/virgo3c, -/area/groundbase/level2/ne) +/area/groundbase/level2/northspur) "We" = ( /obj/machinery/light{ dir = 8 @@ -15599,6 +16308,7 @@ /obj/machinery/light{ dir = 1 }, +/obj/effect/landmark/start/entertainer, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) "Wj" = ( @@ -15682,6 +16392,10 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/tiled, /area/groundbase/science/rd) "Wz" = ( @@ -15703,6 +16417,10 @@ /area/groundbase/civilian/library) "WA" = ( /obj/structure/table/woodentable, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, /turf/simulated/floor/wood, /area/groundbase/civilian/library) "WB" = ( @@ -15712,6 +16430,7 @@ /turf/simulated/floor/tiled, /area/groundbase/science/rnd) "WD" = ( +/obj/machinery/light/small, /turf/simulated/floor/outdoors/grass/virgo3c, /area/medical/virology) "WE" = ( @@ -15813,11 +16532,20 @@ dir = 8 }, /turf/simulated/open/virgo3c, -/area/groundbase/level2/nw) +/area/groundbase/level2/westspur) "WY" = ( -/obj/effect/landmark/start/botanist, -/turf/simulated/floor/tiled, -/area/groundbase/civilian/hydroponics) +/obj/structure/bed/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/wood, +/area/groundbase/civilian/library) "WZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -15862,6 +16590,10 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/newscaster{ + layer = 3.3; + pixel_x = -27 + }, /turf/simulated/floor/tiled, /area/groundbase/cargo/office) "Xh" = ( @@ -15885,6 +16617,11 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/chapel) +"Xj" = ( +/obj/structure/table/bench/padded, +/obj/effect/landmark/start/visitor, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "Xl" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -15962,10 +16699,14 @@ /turf/simulated/floor/tiled, /area/groundbase/science/server) "XA" = ( -/obj/machinery/light/small, -/obj/machinery/light/small, -/turf/simulated/floor/outdoors/grass/virgo3c, -/area/groundbase/medical/Chemistry) +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/computer/guestpass{ + dir = 4; + pixel_x = -25 + }, +/turf/simulated/floor/tiled/dark, +/area/groundbase/civilian/bar) "XB" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ @@ -15975,6 +16716,7 @@ /area/groundbase/medical/triage) "XC" = ( /obj/structure/bed/chair/sofa/bench, +/obj/effect/landmark/start/visitor, /turf/simulated/floor/outdoors/newdirt/virgo3c, /area/groundbase/level2/ne) "XD" = ( @@ -15990,12 +16732,9 @@ /turf/simulated/floor/tiled, /area/rnd/xenobiology) "XG" = ( -/obj/structure/bed/chair/comfy/blue, -/obj/effect/landmark/start{ - name = "Command Secretary" - }, -/turf/simulated/floor/tiled/dark, -/area/groundbase/command/tcomms) +/obj/effect/landmark/start/cargo, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo/bay) "XH" = ( /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/science/rnd) @@ -16010,7 +16749,9 @@ /obj/structure/window/reinforced{ dir = 8 }, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/science/xenobot) "XJ" = ( /turf/simulated/floor/outdoors/newdirt/virgo3c, @@ -16120,6 +16861,10 @@ /obj/machinery/camera/network/research{ dir = 1 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/tiled, /area/groundbase/science/rnd) "Yc" = ( @@ -16176,6 +16921,13 @@ edge_blending_priority = -1 }, /area/groundbase/command/bridge) +"Yj" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, +/turf/simulated/floor/wood, +/area/groundbase/command/captainq) "Yl" = ( /obj/structure/table/bench/padded, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -16203,7 +16955,9 @@ /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/machinery/door/firedoor/glass, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/science/xenobot) "Yp" = ( /turf/simulated/floor/tiled/dark, @@ -16238,6 +16992,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/effect/landmark/start/hop, /turf/simulated/floor/carpet, /area/groundbase/command/hop) "Yx" = ( @@ -16255,7 +17010,6 @@ /turf/simulated/floor/tiled, /area/groundbase/science/robotics) "YA" = ( -/obj/effect/landmark/start/chef, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, @@ -16264,14 +17018,6 @@ }, /turf/simulated/floor/tiled/eris/cafe, /area/groundbase/civilian/kitchen) -"YC" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 6 - }, -/turf/simulated/floor/reinforced/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level2/se) "YF" = ( /obj/machinery/firealarm{ dir = 4 @@ -16394,6 +17140,15 @@ /obj/item/weapon/soap/nanotrasen, /turf/simulated/floor/tiled, /area/groundbase/civilian/janitor) +"YZ" = ( +/obj/machinery/atm{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/cargo/office) "Za" = ( /obj/machinery/light, /turf/simulated/floor/wood, @@ -16465,8 +17220,8 @@ /turf/simulated/floor/wood, /area/groundbase/dorms/room2) "Zl" = ( -/obj/effect/landmark/start/botanist, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/botanist, /turf/simulated/floor/tiled, /area/groundbase/civilian/hydroponics) "Zn" = ( @@ -16519,6 +17274,19 @@ }, /turf/simulated/floor/wood, /area/groundbase/civilian/library) +"Zw" = ( +/obj/effect/landmark/start/mime, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet/bcarpet, +/area/groundbase/civilian/mime) "Zx" = ( /turf/simulated/mineral/cave/virgo3c, /area/groundbase/level2/sw) @@ -16527,6 +17295,7 @@ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/qm, /turf/simulated/floor/tiled, /area/groundbase/cargo/office) "Zz" = ( @@ -16627,12 +17396,15 @@ /obj/structure/grille, /obj/structure/window/reinforced/full, /obj/machinery/door/firedoor/glass, -/turf/simulated/floor/virgo3c, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, /area/groundbase/science/xenobot) "ZO" = ( /obj/structure/bed/chair/comfy/brown{ dir = 4 }, +/obj/effect/landmark/start/captain, /turf/simulated/floor/wood, /area/groundbase/command/captainq) "ZP" = ( @@ -16887,27 +17659,27 @@ xE xE xE xE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -17029,27 +17801,27 @@ xE xE bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -17172,26 +17944,26 @@ xE bY bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -17314,26 +18086,26 @@ bY bY bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -17457,25 +18229,25 @@ bY Jc bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -17600,28 +18372,28 @@ Jc Jc bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -17752,18 +18524,18 @@ bY bY bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -17901,11 +18673,11 @@ bY bY bY bY -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN eN eN eN @@ -18023,31 +18795,31 @@ xE bY bY bY +rG +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +zL bY bY bY bY bY -bY -Jc -Jc -Jc -Jc -Jc -Jc -Jc -bY -bY -bY -bY -bY -bY -bY -bY -bY -ce -ce -ce +eN +eN +eN eN eN eN @@ -18164,9 +18936,9 @@ xE xE xE bY -bY -bY -bY +ln +iY +iW bY xE bY @@ -18181,15 +18953,15 @@ Jc Jc Jc Jc -Jc +sN Jc bY bY bY bY bY -ce -ce +eN +eN eN eN eN @@ -18305,11 +19077,11 @@ xE xE xE xE -xE -bY -bY -xE -xE +wK +wK +lY +wK +wK xE xE xE @@ -18323,7 +19095,7 @@ bY bY Jc Jc -Jc +sN bY bY bY @@ -18332,9 +19104,9 @@ bY bY bY bY -ce -ce -ce +eN +eN +eN eN eN eN @@ -18447,11 +19219,11 @@ xE xE xE xE -xE -xE -xE -xE -xE +wK +rO +Lb +IB +wK xE xE xE @@ -18465,7 +19237,7 @@ bY bY bY bY -bY +sN pw Gp Gp @@ -18474,9 +19246,9 @@ Gp Gp bY bY -ce -ce -ce +eN +eN +eN eN eN eN @@ -18589,11 +19361,11 @@ KW xE xE xE -xE -xE -xE -xE -xE +wK +Il +Zw +am +wK xE xE xE @@ -18607,9 +19379,9 @@ xE xE bY bY -Hn +yW Ja -xA +tZ Pz KC ro @@ -18617,8 +19389,8 @@ QK bY bY bY -ce -ce +eN +eN eN eN eN @@ -18731,11 +19503,11 @@ KW xE xE xE -xE -xE -xE -xE -xE +wK +GQ +ex +qD +wK xE xE xE @@ -18749,7 +19521,7 @@ xE xE bY bY -bX +sN pw OU Gp @@ -18759,8 +19531,8 @@ xA fD TZ bY -ce -ce +eN +eN eN eN eN @@ -18873,11 +19645,11 @@ KW KW KW xE -xE -xE -xE -xE -xE +wK +wK +wK +wK +wK xE xE Do @@ -18891,18 +19663,18 @@ Do xE bY bY -bX +sN bY OU Gp aJ -xA +QR xA fD TZ bY -ce -ce +eN +eN eN eN eN @@ -19025,26 +19797,26 @@ xE Do fZ yX -yX +Cy vS -KO +sb KO Do xE xE bY -bX +sN bY OU Gp aJ xA -xA +QN fD TZ bY -ce -ce +eN +eN eN eN eN @@ -19175,18 +19947,18 @@ Do xE xE bY -bX +sN bY OU Gp aJ JH -xA +bW fD TZ bY -ce -ce +eN +eN eN eN eN @@ -19317,18 +20089,18 @@ Do xE xE bY -bX +sN bY OU Gp aJ xA -xA +QN fD TZ bY -ce -ce +eN +eN eN eN eN @@ -19459,18 +20231,18 @@ Do bY bY bY -bX +sN bY OU Gp aJ -xA +QR xA fD TZ -ce -ce -ce +eN +eN +eN eN eN eN @@ -19601,7 +20373,7 @@ Do bY bY bY -bX +sN pw OU Gp @@ -19610,9 +20382,9 @@ xA xA fD BZ -ce -ce -ce +eN +eN +eN eN eN eN @@ -19648,7 +20420,7 @@ EA Sn qY JM -vs +sY bB vs vs @@ -19751,10 +20523,10 @@ vT SJ GO bY -ce -ce -ce -ce +eN +eN +eN +eN eN eN eN @@ -19885,7 +20657,7 @@ Do bY Jc bY -Ad +sN pw Gp Gp @@ -19893,10 +20665,10 @@ Gp Gp Gp bY -ce -ce -ce -ce +eN +eN +eN +eN eN eN eN @@ -20027,7 +20799,7 @@ bY bY bY bY -Ad +sN bY bY bY @@ -20035,15 +20807,15 @@ bY bY bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -20163,12 +20935,12 @@ bY Zg bY GZ -Cw -Cw -Cw -Cw -Cw -Cw +il +il +il +il +il +il LA bY Jc @@ -20179,13 +20951,13 @@ bY bY bY bY -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -20323,12 +21095,12 @@ bY bY bY bY -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN eN eN eN @@ -20372,7 +21144,7 @@ jF IT zn ls -ls +uM Mz it Zx @@ -20466,11 +21238,11 @@ JJ JJ bY bY -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN eN eN eN @@ -20578,10 +21350,10 @@ YR YR Yl Yl -lu +DZ PU Ea -AK +XA AK cl ib @@ -20608,11 +21380,11 @@ qo JJ bY bY -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN eN eN eN @@ -20645,10 +21417,10 @@ BF lV bV kq -bV +fl lV ur -ls +aX MV ic rW @@ -20750,11 +21522,11 @@ si JJ bY bY -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN eN eN eN @@ -20845,9 +21617,9 @@ rP mo uQ CW -RP -IR MY +IR +AG kt IR rP @@ -20862,7 +21634,7 @@ Ny Ny Ny Ny -Ny +Ux Ny Ny Ny @@ -20892,11 +21664,11 @@ WV JJ bY bY -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN eN eN eN @@ -21034,11 +21806,11 @@ uE JJ bY bY -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN eN eN eN @@ -21169,7 +21941,7 @@ qA Vf uh JJ -AF +Dc AF AF kd @@ -21177,10 +21949,10 @@ JJ bY bY bY -ce -ce -ce -ce +eN +eN +eN +eN eN eN eN @@ -21281,7 +22053,7 @@ xE xE xE FF -PS +AS LS Ny YO @@ -21319,19 +22091,19 @@ JJ bY bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -21410,11 +22182,11 @@ Wz rb CC rP -Ak +wE Ak cX -iE -WA +zi +AX XR MY MY @@ -21446,7 +22218,7 @@ kf WR ZZ GL -Gc +tj Sm FW qA @@ -21462,18 +22234,18 @@ bY bY bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -21512,7 +22284,7 @@ Mf ag ag lW -Jq +FU cP Jq lW @@ -21557,7 +22329,7 @@ nn cX iE fT -XR +WY MY MY rP @@ -21567,7 +22339,7 @@ xE FF Wi mM -Ny +Ux YO Gl Gl @@ -21577,7 +22349,7 @@ Gl Gl Gl Fp -yh +wv xS TN FF @@ -21613,9 +22385,9 @@ bY bY bY bY -ce -ce -ce +eN +eN +eN eN eN eN @@ -21646,7 +22418,7 @@ AZ ff bt IO -Vr +qW PZ fP xX @@ -21731,7 +22503,7 @@ WR ZZ jf CQ -zi +rL Pk QW yE @@ -21739,7 +22511,7 @@ yP BO ca im -fo +im Dv xU bY @@ -21756,8 +22528,8 @@ bY bY bY bY -ce -ce +eN +eN eN eN eN @@ -21788,7 +22560,7 @@ AZ ff bt nw -Vr +qW lw Vr Vr @@ -21841,7 +22613,7 @@ fe cX iE fW -XR +WY MY MY rP @@ -21863,7 +22635,7 @@ Gl Fp yh LS -cU +Xj rl bY sZ @@ -21898,8 +22670,8 @@ bY bY bY bY -ce -ce +eN +eN eN eN eN @@ -21930,7 +22702,7 @@ AZ yw bt ws -Vr +qW lw Vr Vr @@ -21981,7 +22753,7 @@ rP SI Gm cX -iE +zi WA XR MY @@ -22041,10 +22813,10 @@ bY bY bY bY -ce -ce -ce -ce +eN +eN +eN +eN eN eN eN @@ -22072,7 +22844,7 @@ Nb Ys bt aB -Vr +PR lw Vr Vr @@ -22120,11 +22892,11 @@ rP rP rP rP -cX +rn cX cX MY -jk +xt wg MY MY @@ -22161,12 +22933,12 @@ qz VV GL Vf -qQ +dg rk Zi bl bl -bl +Oj rk bY bY @@ -22184,9 +22956,9 @@ bY bY bY bY -ce -ce -ce +eN +eN +eN eN eN eN @@ -22214,7 +22986,7 @@ qU PD bt Ov -Vr +PR lw Vr Vr @@ -22268,13 +23040,13 @@ yp yp yp vA -MY +kA UR rP Nd mk -Hn -FF +ka +rl PS LS Ny @@ -22326,9 +23098,9 @@ bY bY Hw Hw -oR -oR -oR +FS +FS +FS FS FS FS @@ -22416,7 +23188,7 @@ rP bY fI bY -FF +rl Rm LS LS @@ -22468,14 +23240,14 @@ bY bY fD tO -tO +Nf VA VA -Hr -Hr -Hr -Hr -Ru +VA +VA +VA +VA +Nf Ru YM RL @@ -22561,7 +23333,7 @@ bY FF iB LV -Yl +wd YR YR OC @@ -22573,7 +23345,7 @@ yI Ny Ny jt -Ny +hY FF bY sZ @@ -22610,14 +23382,14 @@ Ja Ja Ja Ja -tO +Nf VA VA -Hr -Hr -Hr -Hr -Ru +VA +VA +VA +VA +Nf xD xD xD @@ -22752,14 +23524,14 @@ bY bY fD tO -tO +Nf VA VA -Hr -Hr -Hr -Hr -Ru +VA +VA +VA +VA +Nf Ru YM RL @@ -22841,7 +23613,7 @@ bY bY bY fI -bY +Vv bY bY bY @@ -22897,11 +23669,11 @@ wA WX WX WX -dJ -dJ -dJ -dJ -dJ +WX +WX +WX +WX +WX HQ HQ jG @@ -22916,10 +23688,10 @@ qq qq qa eS -Vr +oC Xl QL -Vr +ya nK OG OE @@ -22953,12 +23725,12 @@ eC Mm Yp Ie -Yp +aF Mm cd uO Bs -Yp +CH ug jW SF @@ -23036,9 +23808,9 @@ bY bY bY bY -ce -ce -ce +eN +eN +eN eN eN eN @@ -23177,10 +23949,10 @@ bY IA mS kl -ce -ce -ce -ce +eN +eN +eN +eN eN eN eN @@ -23197,7 +23969,7 @@ pt RE Wn hU -nF +Hy CA AR ov @@ -23241,7 +24013,7 @@ Dw vu Yp DY -Dw +fo Yp pK Kp @@ -23319,10 +24091,10 @@ sF qv Hn WX -ce -ce -ce -ce +eN +eN +eN +eN eN eN eN @@ -23355,7 +24127,7 @@ mr yu fc zT -eN +EB jG jG jG @@ -23381,7 +24153,7 @@ bE As pA Wu -bE +RP XK As Mq @@ -23460,8 +24232,8 @@ Ja Ja Ja Hn -oR -ce +FS +eN eN eN eN @@ -23497,9 +24269,9 @@ ev Xy bM zT -eN -eN -eN +EB +EB +EB jG Fl Fl @@ -23520,7 +24292,7 @@ BU eC Rk iP -Dw +fo Dw jr iP @@ -23602,8 +24374,8 @@ bY bY bY bY -ce -ce +eN +eN eN eN eN @@ -23639,9 +24411,9 @@ ku lZ kj zT -eN -eN -eN +EB +EB +EB jG jG jG @@ -23719,7 +24491,7 @@ iI iI Wl hQ -Yt +fs Wv pM UC @@ -23732,8 +24504,8 @@ bY bY bY bY -ce -ce +eN +eN bY bY bY @@ -23742,10 +24514,10 @@ bY bY bY bY -ce -ce -ce -ce +eN +eN +eN +eN eN eN eN @@ -23781,10 +24553,10 @@ Xa Bt KM zT -eN -eN -eN -eN +EB +EB +EB +EB jG jG jG @@ -23802,7 +24574,7 @@ EU ZT uy eC -pK +UY hr AO Yp @@ -23873,21 +24645,21 @@ In bY bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -23923,15 +24695,15 @@ zT zT zT zT -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB jG jG -eN -eN +EB +EB jG jG Zx @@ -24015,13 +24787,13 @@ In bY bY bY -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -24063,19 +24835,19 @@ jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB Zx ON "} @@ -24146,24 +24918,24 @@ bT Wl kp Yt -Wv +Iv Yt Iw Yt -Yt +ji Yt Bq Wl bY bY bY -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -24205,19 +24977,19 @@ jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB Zx ON "} @@ -24283,14 +25055,14 @@ iI iI iI iI -iI +Hi tr PM Yt Yt Wv Yt -WY +Yt Yt Yt Yt @@ -24305,7 +25077,7 @@ AV AV AV AV -ce +eN eN eN eN @@ -24340,27 +25112,27 @@ jG jG jG jG -eN -eN +EB +EB jG jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB ON "} (55,1,1) = {" @@ -24403,7 +25175,7 @@ LR WO eD eD -eD +bU Hp YU Sf @@ -24418,15 +25190,15 @@ Jc bY bY bY -bp +dY iI iI iI Rp iI iI -iI -bT +Hi +HH Wl Eo Tp @@ -24447,7 +25219,7 @@ AV AV AV AV -ce +eN eN eN eN @@ -24476,33 +25248,33 @@ jG jG jG jG -eN -eN +EB +EB jG jG jG -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB ON "} (56,1,1) = {" @@ -24532,7 +25304,7 @@ df zG lI ME -eD +wk eD YH VS @@ -24567,14 +25339,14 @@ iI iI iI iI -iI -bT +Hi +HH Wl WP Yt Wv Yt -WY +Yt Yt Yt Yt @@ -24589,7 +25361,7 @@ AV AV AV AV -ce +eN eN eN eN @@ -24617,34 +25389,34 @@ Fl jG jG jG -eN -eN -eN +EB +EB +EB jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB ON "} (57,1,1) = {" @@ -24709,16 +25481,16 @@ iI iI iI iI -iI +Hi tr PM Yt Yt -Wv +Iv Yt mC Yt -Yt +ji Yt Yt In @@ -24731,7 +25503,7 @@ AV AV AV AV -ce +eN eN eN eN @@ -24759,34 +25531,34 @@ jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB ON "} (58,1,1) = {" @@ -24833,7 +25605,7 @@ eD hM bY HX -bY +pw Jc bY bY @@ -24873,7 +25645,7 @@ AV AV AV AV -ce +eN eN eN eN @@ -24900,35 +25672,35 @@ jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB ON "} (59,1,1) = {" @@ -24975,11 +25747,11 @@ eD hM bY HX -bY -bY -Jc -Jc -bY +Ja +Ja +Ja +Ja +Ja bY Jc Jc @@ -25015,7 +25787,7 @@ AV AV AV AV -ce +eN eN eN eN @@ -25041,36 +25813,36 @@ jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB ON "} (60,1,1) = {" @@ -25086,10 +25858,10 @@ xE xE xE xE -ce -ce -ce -ce +VR +VR +VR +VR xE bY bY @@ -25097,10 +25869,10 @@ bY ME DN cA -cA +mJ sU ME -eD +Kx zS eD eD @@ -25117,11 +25889,11 @@ zS zs bY HX +pw bY -bY -bY -bY -bY +pw +Hn +Hn bY Jc bY @@ -25150,14 +25922,14 @@ Yt In bY bY -ce -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -25183,36 +25955,36 @@ jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB ON "} (61,1,1) = {" @@ -25226,15 +25998,15 @@ xE xE xE xE -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR bY ME ME @@ -25260,11 +26032,11 @@ zs bY HX bY +Zg bY -bY -ce -ce -ce +uT +aC +VR bY bY bY @@ -25293,13 +26065,13 @@ Wl bY bY bY -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -25324,37 +26096,37 @@ jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB ON "} (62,1,1) = {" @@ -25364,28 +26136,28 @@ xE xE xE xE -ce -ce +VR +VR xE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR bY bY bY -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR bY bY bY @@ -25395,18 +26167,18 @@ bY bY bY bY -ce -ce +VR +VR bY bY bY HX bY bY -ce -ce -ce -ce +VR +VR +VR +VR bY bY bY @@ -25433,13 +26205,13 @@ In Wl Wl bY -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -25465,37 +26237,37 @@ jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB fk je "} @@ -25506,28 +26278,28 @@ xE xE xE xE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR bY bY bY @@ -25535,21 +26307,21 @@ bY bY bY bY -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR bY bY HX bY bY -ce -ce -ce -ce -ce +VR +VR +VR +VR +OI bY bY bY @@ -25575,13 +26347,13 @@ bY bY bY bY -ce -ce -ce -ce -ce -ce -ce +eN +eN +eN +eN +eN +eN +eN eN eN eN @@ -25606,37 +26378,37 @@ jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB fk fk je @@ -25644,57 +26416,57 @@ je (64,1,1) = {" fX xE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR bY bY bY -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR Zg bY HX bY -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +OI +OI +OI +OI bY bY bY @@ -25715,15 +26487,6 @@ bY bY bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce eN eN eN @@ -25736,6 +26499,15 @@ eN eN eN eN +eN +eN +eN +eN +eN +eN +eN +EB +EB jG jG jG @@ -25746,100 +26518,100 @@ jG jG jG jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB Bo fk je "} (65,1,1) = {" fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR bY HX bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +OI +OI +OI +OI +OI +OI +OI bY bY bY @@ -25850,18 +26622,14 @@ bY bY bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR eN eN eN @@ -25879,47 +26647,51 @@ eN eN eN eN -eN -eN -jG -jG -jG -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +EB +EB +EB +EB +EB +EB +uP +uP +uP +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB Bo -Vs -Vs +EB +EB Bo Bo fk @@ -25927,83 +26699,79 @@ je "} (66,1,1) = {" fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR bY HX bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR bY -ce +VR bY bY bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR eN eN eN @@ -26020,36 +26788,40 @@ eN eN eN eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB Bo Bo Bo @@ -26069,83 +26841,79 @@ je "} (67,1,1) = {" fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR bY yn bY -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR eN eN eN @@ -26162,33 +26930,37 @@ eN eN eN eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -Vs -Vs -Vs -Vs -Vs -Vs -Vs +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB Bo Bo Bo Bo Bo Bo -Vs -Vs +EB +EB Bo Bo Bo @@ -26211,38 +26983,38 @@ je "} (68,1,1) = {" fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR VR VR VR @@ -26260,34 +27032,30 @@ VR VR VR VR -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR eN eN eN @@ -26303,26 +27071,30 @@ eN eN eN eN -eN -eN -eN -eN -eN -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB Bo Bo Bo @@ -26353,38 +27125,38 @@ je "} (69,1,1) = {" fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR VR VR VR @@ -26402,26 +27174,34 @@ VR VR VR VR -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR eN eN eN @@ -26432,31 +27212,23 @@ eN eN eN eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -Vs -Vs -Vs +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB Bo Bo -Vs -Vs -Vs +EB +EB +EB Bo Bo Bo @@ -26495,30 +27267,30 @@ je "} (70,1,1) = {" fX -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR VR VR VR @@ -26544,26 +27316,36 @@ VR VR VR VR -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR +VR eN eN eN @@ -26572,28 +27354,18 @@ eN eN eN eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -eN -Vs -Vs -Vs +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB +EB Bo Bo Bo @@ -26706,34 +27478,34 @@ VR VR VR VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +VR +VR +VR +VR +VR +VR +VR +VR +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -26847,35 +27619,35 @@ VR VR VR VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo UE @@ -26885,7 +27657,7 @@ UE Bo Bo Bo -Vs +gs Bo Bo Bo @@ -26984,40 +27756,40 @@ to to to VR -fp -fp -fp -fp +QD +QD +QD +QD VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo UE @@ -27025,9 +27797,9 @@ UE Bo Bo Bo -Vs -Vs -Vs +gs +gs +gs Bo Bo Bo @@ -27125,56 +27897,56 @@ to to to to -fp -fp -fp -fp -fp -fp -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +QD +QD +QD +QD +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs Bo -Vs -Vs +gs +gs Bo Bo Bo @@ -27267,57 +28039,57 @@ iw iw to to -fp -fp -fp -fp -fp -fp -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +QD +QD +QD +QD +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -27386,7 +28158,7 @@ AU Qi PJ nP -nP +YZ Kl Aw XJ @@ -27411,55 +28183,55 @@ iw to to to -fp -fp -fp -fp -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +QD +QD +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -27533,7 +28305,7 @@ ZE Aw to to -IK +Ou IK IK Ro @@ -27554,55 +28326,55 @@ to to to to -fp -fp -fp -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +QD +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -27658,8 +28430,8 @@ to to to mj -oH -Of +FR +Lc Oi xK uS @@ -27696,58 +28468,58 @@ to to to to -fp -fp -fp -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +QD +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -27839,57 +28611,57 @@ to to to to -fp -fp -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -27981,56 +28753,56 @@ to to to to -fp -fp -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -28105,10 +28877,10 @@ Vm Du jK gt -DO +jl DO qh -mY +Mp mY hs bv @@ -28123,58 +28895,58 @@ to to to to -fp -fp -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -28231,7 +29003,7 @@ za za Vu qN -Lc +rj FR XU wm @@ -28264,60 +29036,60 @@ to to to to -fp -fp -fp -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +QD +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -28404,63 +29176,63 @@ yG yL to to -fp -fp -fp -fp -fp -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +QD +QD +QD +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -28547,32 +29319,32 @@ yL to to to -fp -fp -fp -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -AJ -Is -Vs -Vs -Vs -Vs -Vs +QD +QD +QD +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +ha +ix +gs +gs +gs +gs +gs Bo Bo Bo @@ -28581,31 +29353,31 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo -Vs +gs Bo Bo Bo @@ -28659,7 +29431,7 @@ VG yr za Eq -za +xP HJ Wj to @@ -28689,22 +29461,22 @@ fy to to to -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -28726,28 +29498,28 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -28832,24 +29604,24 @@ cR to to to -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Qc -kU +jR kU kU hP @@ -28861,7 +29633,7 @@ hP hP hP kU -kU +mK Bo Bo Bo @@ -28870,26 +29642,26 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -28975,19 +29747,19 @@ to to to to -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -29015,23 +29787,23 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -29078,7 +29850,7 @@ ks ks ks MH -PI +ck PI PI AM @@ -29087,7 +29859,7 @@ KU fq PI ZI -PI +ck KU MH to @@ -29117,18 +29889,18 @@ to to to to -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -29150,32 +29922,32 @@ Bo Bo Bo Bo -nj -cJ -cJ -cJ -cJ -cJ -cJ -cJ -fi -Vs -Vs Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +Bo +Bo +Bo +Bo +Bo +Bo +Bo +gs +gs +Bo +Bo +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -29259,18 +30031,18 @@ to to to to -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo -Vs -Vs +oH +oH Bo Bo Bo @@ -29292,32 +30064,32 @@ At Bo Bo Bo -Lx -Nq -Nq -Nq -Nq -Nq -Nq -Nq -ub +Bo +UE +UE +UE Bo Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +Bo +Bo +Bo +Bo +Bo +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -29367,11 +30139,11 @@ PI PI KU KU +XG KU -KU -KU -KU -KU +PI +PI +PI KU MH to @@ -29401,13 +30173,13 @@ to to to to -VR -VR -VR -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -29433,33 +30205,33 @@ CK kU kU kU -Sd -Lx -Nq -Nq -Nq -Nq -Nq -Nq -Nq -ub +kU +Bo +Bo +UE +UE +UE Bo Bo Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +Bo +Bo +Bo +Bo +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -29536,21 +30308,21 @@ ol ID ol nR -nR +ry cR to to iw to to -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -29576,15 +30348,14 @@ GM GM GM kU -Lx -Nq -Nq -Nq -Nq -Nq -Nq -Nq -ub +Bo +Bo +UE +UE +UE +UE +UE +UE Bo Bo Bo @@ -29592,18 +30363,19 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +Bo +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -29684,21 +30456,21 @@ to iw to to -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo Bo cV -At +qd Bo Bo Bo @@ -29717,16 +30489,16 @@ KR NR la GM -oQ -Lx -Nq -Nq -Nq -Nq -Nq -Nq -Nq -ub +kU +Bo +Bo +Bo +UE +UE +UE +UE +UE +UE UE UE UE @@ -29735,17 +30507,17 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -29810,7 +30582,7 @@ vc XO Ur lL -Ur +tv uF sW Pn @@ -29826,15 +30598,15 @@ to iw to to -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo UE @@ -29860,15 +30632,15 @@ xF gN mQ kU -Lx -Nq -Nq -Nq -Nq -Nq -Nq -Nq -ub +Bo +Bo +Bo +Bo +UE +UE +UE +UE +UE UE UE UE @@ -29879,15 +30651,15 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -29957,7 +30729,7 @@ rZ sW TU dt -zw +On DM ID rs @@ -29968,15 +30740,15 @@ to iw to to -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo UE @@ -30002,15 +30774,15 @@ jo qC UT kU -Lx -Nq -Nq -Nq -Nq -Nq -Nq -Nq -ub +Bo +Bo +Bo +Bo +Bo +UE +UE +UE +UE UE UE UE @@ -30023,13 +30795,13 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -30110,15 +30882,15 @@ to iw iw to -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo UE UE @@ -30142,17 +30914,17 @@ vn xr GC iC -Bf +dK kU -Lx -Nq -Nq -Nq -Nq -Nq -Nq -Nq -ub +Bo +Bo +Bo +UE +Bo +Bo +UE +UE +UE UE UE UE @@ -30165,13 +30937,13 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -30252,15 +31024,15 @@ to iw iw to -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo UE UE @@ -30286,15 +31058,15 @@ GC Jl Bf kU -Lx -Nq -Nq -Nq -Nq -Nq -Nq -Nq -ub +Bo +Bo +Bo +UE +UE +Bo +Bo +UE +UE UE UE UE @@ -30307,13 +31079,13 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +UD +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -30394,15 +31166,15 @@ to iw to to -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo UE UE @@ -30428,15 +31200,15 @@ GC Jl Bf kU -Lx -Nq -Nq -Nq -Nq -Nq -Nq -Nq -ub +Bo +Bo +Bo +UE +UE +UE +Bo +Bo +UE UE UE UE @@ -30450,12 +31222,12 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs +UD +gs +gs +gs +gs +gs Bo Bo Bo @@ -30514,8 +31286,8 @@ to to NC to -UY -XA +vb +UI sW sW ki @@ -30536,15 +31308,15 @@ to to to to -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo UE Bo @@ -30570,15 +31342,15 @@ GC Jl Bf kU -Lx -Nq -Nq -Nq -nG -Nq -Nq -Nq -ub +Bo +Bo +Bo +Bo +UE +UE +Bo +Bo +UE UE UE UE @@ -30591,13 +31363,13 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +UD +UD +gs +gs +gs +gs +gs Bo Bo Bo @@ -30678,15 +31450,15 @@ to iw iw to -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo UE Bo @@ -30712,15 +31484,15 @@ GC Jl Bf kU -Lx -Nq -Nq -Nq -Nq -Nq -Nq -Nq -ub +Bo +Bo +Bo +Bo +UE +Bo +Bo +Bo +Bo UE UE UE @@ -30734,13 +31506,13 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +UD +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -30820,15 +31592,15 @@ iw iw to to -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -30839,7 +31611,7 @@ Bo ia bP tL -XW +Yj ZO ia qK @@ -30854,15 +31626,15 @@ GC Jl Bf kU -dG -vl -vl -vl -vl -vl -vl -vl -YC +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo +Bo Bo Bo UE @@ -30875,13 +31647,13 @@ UE UE Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +UD +UD +gs +gs +gs +gs +gs Bo Bo Bo @@ -30961,16 +31733,16 @@ iw iw to to -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo UE @@ -31017,13 +31789,13 @@ UE UE Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +UD +UD +gs +gs +gs +gs +gs Bo Bo Bo @@ -31077,10 +31849,10 @@ to to to to -VR -VR -VR -VR +oH +oH +oH +oH to to to @@ -31102,17 +31874,17 @@ iw to to to -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH bh Bo UE @@ -31161,12 +31933,12 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -31213,22 +31985,22 @@ iw iw to to -VR -VR +oH +oH to iw to -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH to -VR +oH fp fp fp @@ -31243,18 +32015,18 @@ to to to to -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH bh Bo Bo @@ -31278,7 +32050,7 @@ DA mE sV iC -ND +qM Bo Bo Bo @@ -31302,13 +32074,13 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +UD +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -31355,27 +32127,27 @@ iw iw to to -VR -VR +oH +oH to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Oy zx tK @@ -31383,20 +32155,20 @@ zx VO to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH bh Bo Bo @@ -31420,7 +32192,7 @@ an iC iC iC -Bf +lG Bo Bo fk @@ -31445,11 +32217,11 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs Bo Bo Bo @@ -31496,49 +32268,49 @@ iw iw iw to -VR -VR -VR +oH +oH +oH to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Oy zx tK zx VO -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH bh Bo Bo @@ -31586,11 +32358,11 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs +UD +gs +gs +gs +gs Bo Bo Bo @@ -31638,49 +32410,49 @@ iw iw iw to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Oy zx tK zx VO -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -31728,12 +32500,12 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -31780,49 +32552,49 @@ iw to to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Oy zx tK zx VO -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -31835,7 +32607,7 @@ Bo an pH gE -XG +iZ be dj pm @@ -31870,12 +32642,12 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -31921,50 +32693,50 @@ iw iw to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Oy zx tK zx VO -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -31981,7 +32753,7 @@ iZ wh pj tJ -mJ +SE gE Et an @@ -32012,12 +32784,12 @@ UE UE Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -32063,49 +32835,49 @@ iw iw to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Oy zx tK zx VO -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -32154,12 +32926,12 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs Bo Bo UE @@ -32206,47 +32978,47 @@ to to to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Oy zx tK zx VO -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -32296,11 +33068,11 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs Bo Bo Bo @@ -32348,47 +33120,47 @@ iw iw to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Oy zx tK zx VO -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -32438,11 +33210,11 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs Bo Bo UE @@ -32490,45 +33262,45 @@ iw iw to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Oy zx tK zx VO -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -32580,11 +33352,11 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs Bo UE UE @@ -32632,43 +33404,43 @@ iw to to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Is -vx -eZ -vx -AJ -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +Oy +zx +tK +zx +VO +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -32722,11 +33494,11 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs Bo Bo UE @@ -32775,37 +33547,37 @@ iw iw to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Is -vx -eZ -vx -AJ -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +Oy +zx +tK +zx +VO +oH +oH +oH +oH +oH Bo Bo Bo @@ -32863,13 +33635,13 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -32920,33 +33692,33 @@ to to to to -VR -VR -VR -VR -VR -VR -Vs +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Is -vx -eZ -vx -AJ -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +Oy +zx +tK +zx +VO +oH +oH +oH +oH Bo UE UE @@ -33005,19 +33777,19 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo Bo @@ -33062,13 +33834,13 @@ to to to to -VR -VR -VR -VR -VR -VR -Vs +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -33076,18 +33848,18 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Is -vx -eZ -vx -AJ -Vs -Vs -Vs +oH +oH +oH +oH +Oy +zx +tK +zx +VO +oH +oH +oH Bo UE UE @@ -33147,20 +33919,20 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo fk @@ -33205,14 +33977,14 @@ to to to to -VR -VR -VR -VR -VR -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo UE @@ -33220,15 +33992,15 @@ Bo Bo Bo Bo -Vs -Vs -Is -vx -eZ -vx -AJ -Vs -Vs +oH +oH +Oy +zx +tK +zx +VO +oH +oH Bo Bo UE @@ -33289,20 +34061,20 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo fk @@ -33347,15 +34119,15 @@ iw to to to -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo UE @@ -33431,21 +34203,21 @@ fk Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo fk @@ -33489,15 +34261,15 @@ to to to to -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -33573,21 +34345,21 @@ fk Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo Bo fk @@ -33631,15 +34403,15 @@ to to to QD -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -33716,21 +34488,21 @@ fk Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs Bo fk je @@ -33773,16 +34545,16 @@ to to to QD -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -33858,22 +34630,22 @@ fk Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs fk je "} @@ -33898,37 +34670,37 @@ to to to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH to -VR -VR -VR +oH +oH +oH to QD QD -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo UE @@ -34000,22 +34772,22 @@ fk Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs fk je "} @@ -34040,37 +34812,37 @@ to iw iw to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -34143,21 +34915,21 @@ fk Bo Bo Bo -Vs +gs Bo Bo -Vs +gs Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs +gs +gs fk je "} @@ -34182,38 +34954,38 @@ iw iw iw to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -34293,13 +35065,13 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs +gs fk je "} @@ -34324,41 +35096,41 @@ to to iw to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Bo +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo +Of Bo zg At @@ -34437,12 +35209,12 @@ Bo Bo Bo Bo -Vs -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs +gs je "} (126,1,1) = {" @@ -34459,46 +35231,46 @@ to to to to -VR -VR -VR -VR +oH +oH +oH +oH to to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -34580,11 +35352,11 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs je "} (127,1,1) = {" @@ -34596,53 +35368,53 @@ to to to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo At @@ -34722,11 +35494,11 @@ UE Bo Bo Bo -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs je "} (128,1,1) = {" @@ -34736,56 +35508,56 @@ ks to to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo At @@ -34864,11 +35636,11 @@ UE UE Bo Bo -Vs -Vs -Vs -Vs -Vs +gs +gs +gs +gs +gs je "} (129,1,1) = {" @@ -34877,57 +35649,57 @@ ks ks to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo At @@ -35007,10 +35779,10 @@ UE UE Bo Bo -Vs -Vs -Vs -Vs +gs +gs +gs +gs je "} (130,1,1) = {" @@ -35018,59 +35790,59 @@ ni ks to to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo At gC @@ -35149,70 +35921,70 @@ UE UE Bo Bo -Vs -Vs -Vs -Vs +gs +gs +gs +gs je "} (131,1,1) = {" ni ks to -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo sr @@ -35293,68 +36065,68 @@ Bo Bo Bo Bo -Vs -Vs +gs +gs je "} (132,1,1) = {" ni ks -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -35435,67 +36207,67 @@ Bo Bo Bo Bo -Vs -Vs +gs +gs je "} (133,1,1) = {" ni -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -35577,67 +36349,67 @@ Bo Bo Bo fk -Vs -Vs +gs +gs je "} (134,1,1) = {" ni -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Bo Bo Bo @@ -35719,67 +36491,67 @@ Bo Bo fk fk -Vs -Vs +gs +gs je "} (135,1,1) = {" ni -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH Vs fk fk @@ -35862,65 +36634,65 @@ fk fk fk fk -Vs +gs je "} (136,1,1) = {" ni -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH fk fk fk @@ -36009,56 +36781,56 @@ je "} (137,1,1) = {" ni -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH fk fk fk @@ -36151,59 +36923,59 @@ je "} (138,1,1) = {" ni -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH fk fk fk @@ -36293,60 +37065,60 @@ je "} (139,1,1) = {" ni -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -VR -Vs -Vs -Vs -Vs -Vs +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH +oH fk fk fk diff --git a/maps/groundbase/gb-z3.dmm b/maps/groundbase/gb-z3.dmm index 37604d01b6..809972ee7f 100644 --- a/maps/groundbase/gb-z3.dmm +++ b/maps/groundbase/gb-z3.dmm @@ -60,13 +60,26 @@ /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/exploration/equipment) "bk" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled, -/area/groundbase/civilian/pilot) +/obj/effect/floor_decal/industrial/outline, +/obj/structure/closet/crate, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo/office) "bm" = ( /obj/structure/closet/secure_closet/pilot, /turf/simulated/floor/tiled, /area/groundbase/civilian/pilot) +"bM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/computer/guestpass{ + dir = 8; + pixel_x = 25 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/uhallway) "bS" = ( /obj/structure/table/rack/shelf, /obj/item/weapon/tank/oxygen, @@ -107,7 +120,17 @@ /area/groundbase/level3/se) "cj" = ( /turf/simulated/open/virgo3c, -/area/groundbase/level3/se) +/area/groundbase/level3/se/open) +"cB" = ( +/obj/effect/shuttle_landmark{ + base_area = /area/groundbase/level3/escapepad; + base_turf = /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c; + docking_controller = "escape_dock"; + landmark_tag = "escape_station"; + name = "Ship Arrivals" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "cE" = ( /obj/structure/bed/chair/shuttle{ dir = 8 @@ -165,6 +188,11 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/bmarble, /area/groundbase/exploration/equipment) +"dI" = ( +/obj/machinery/firealarm, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/pilot) "dN" = ( /obj/structure/table/glass, /obj/machinery/computer/med_data/laptop{ @@ -176,19 +204,26 @@ /obj/structure/cable/yellow{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_x = 16; + pixel_y = 30 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient2) "dQ" = ( /obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -9 + }, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) "dR" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/outdoors/sidewalk/virgo3c, +/turf/simulated/floor/tiled, /area/groundbase/civilian/pilot) "dU" = ( /obj/structure/table/bench/marble, @@ -200,6 +235,7 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/chemist, /turf/simulated/floor/tiled/virgo3c, /area/groundbase/medical/patio) "dW" = ( @@ -226,6 +262,14 @@ }, /turf/simulated/floor/tiled, /area/shuttle/groundbase/exploration) +"eo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/paramedic) "ey" = ( /obj/structure/table/rack, /obj/item/device/suit_cooling_unit{ @@ -239,6 +283,17 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient4) +"eC" = ( +/obj/structure/bed/chair/backed_red{ + dir = 4 + }, +/obj/machinery/camera/network/civilian{ + dir = 1 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) "eE" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -247,11 +302,20 @@ /area/groundbase/medical/uhallway) "fu" = ( /obj/structure/table/bench/marble, +/obj/effect/landmark/start/chemist, /turf/simulated/floor/tiled/virgo3c, /area/groundbase/medical/patio) +"fy" = ( +/obj/structure/bed/chair/backed_red{ + dir = 4 + }, +/obj/machinery/camera/network/civilian, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) "fz" = ( -/obj/machinery/suit_cycler/pilot, -/turf/simulated/floor/tiled, +/turf/simulated/wall, /area/groundbase/civilian/pilot) "fH" = ( /turf/simulated/wall, @@ -275,11 +339,6 @@ }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/medical/paramedic) -"fN" = ( -/turf/simulated/floor/virgo3c{ - edge_blending_priority = -1 - }, -/area/groundbase/level3/nw) "fO" = ( /obj/effect/landmark/start/paramedic, /obj/structure/cable/yellow{ @@ -325,6 +384,7 @@ /obj/machinery/firealarm{ dir = 4 }, +/obj/structure/closet/secure_closet/guncabinet/excursion, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) "gE" = ( @@ -358,12 +418,9 @@ }, /turf/simulated/floor/wood, /area/groundbase/medical/cmo) -"he" = ( -/obj/structure/fence{ - dir = 4 - }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/cargo/office) +"hl" = ( +/turf/simulated/wall, +/area/groundbase/level3/escapepad) "ht" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 @@ -376,13 +433,6 @@ }, /turf/simulated/floor/tiled, /area/shuttle/groundbase/exploration) -"hD" = ( -/obj/structure/railing/grey, -/obj/structure/railing/grey{ - dir = 4 - }, -/turf/simulated/open/virgo3c, -/area/groundbase/cargo/office) "hN" = ( /obj/structure/table/bench/marble, /obj/effect/landmark/start/medical, @@ -420,11 +470,16 @@ }, /turf/simulated/floor, /area/groundbase/medical/patient4) +"it" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/level3/escapepad) "iN" = ( -/obj/effect/landmark/start{ - name = "Pilot" +/obj/machinery/light/small{ + dir = 8 }, -/turf/simulated/floor/tiled, +/turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/civilian/pilot) "iQ" = ( /obj/structure/bed/chair/office/light{ @@ -436,10 +491,9 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient4) "iT" = ( -/obj/structure/fence/corner{ - dir = 5 +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/cargo/office) "iY" = ( /obj/structure/filingcabinet, @@ -574,9 +628,11 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/paramedic) -"lh" = ( -/turf/simulated/open/virgo3c, -/area/groundbase/level3/nw) +"kU" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1 + }, +/area/groundbase/level3/sw/open) "lk" = ( /turf/unsimulated/wall/planetary/virgo3c, /area/groundbase/level3/ne) @@ -628,6 +684,12 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/wood, /area/groundbase/medical/cmo) +"mw" = ( +/obj/structure/sign/directions/evac{ + pixel_y = 4 + }, +/turf/simulated/wall/r_wall, +/area/groundbase/level3/escapepad) "mU" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -636,11 +698,10 @@ dir = 1; icon_state = "pipe-c" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "4-8" }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level3/nw) @@ -701,12 +762,16 @@ /turf/simulated/floor/wood, /area/groundbase/medical/cmo) "nN" = ( -/obj/effect/landmark/start{ - name = "Explorer" - }, /obj/machinery/light, +/obj/effect/landmark/start/explorer, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) +"nU" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "nX" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -714,11 +779,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 5 }, +/obj/effect/landmark/start/cmo, /turf/simulated/floor/wood, /area/groundbase/medical/cmo) -"nZ" = ( -/turf/simulated/open/virgo3c, -/area/groundbase/cargo/office) "og" = ( /obj/machinery/suit_cycler/medical, /turf/simulated/floor/tiled/white, @@ -745,13 +808,20 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/uhallway) +"ow" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) "oF" = ( /obj/effect/overmap/visitable/sector/virgo3c, /turf/unsimulated/wall/planetary/virgo3c, /area/groundbase/level3/sw) "oK" = ( -/obj/structure/fence, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor, +/turf/simulated/floor, /area/groundbase/cargo/office) "oN" = ( /obj/structure/table/glass, @@ -764,6 +834,10 @@ /obj/structure/cable/yellow{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_x = 16; + pixel_y = 30 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient4) "oQ" = ( @@ -797,9 +871,22 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient4) "pd" = ( -/obj/machinery/light/small, -/turf/simulated/floor/outdoors/grass/virgo3c, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/alarm{ + dir = 4 + }, +/turf/simulated/floor/tiled, /area/groundbase/civilian/pilot) +"pe" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/light/floortube{ + pixel_y = 1 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) +"pf" = ( +/turf/simulated/open/virgo3c, +/area/groundbase/level3/sw/open) "pm" = ( /obj/machinery/computer/shuttle_control/explore/gbexplo, /turf/simulated/floor/tiled, @@ -830,6 +917,16 @@ edge_blending_priority = -1 }, /area/groundbase/exploration/shuttlepad) +"pC" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/light/floortube{ + dir = 1; + pixel_y = -1 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "pL" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -841,6 +938,10 @@ edge_blending_priority = -1 }, /area/groundbase/exploration/shuttlepad) +"pY" = ( +/obj/structure/sign/nanotrasen, +/turf/simulated/wall, +/area/groundbase/level3/escapepad) "qf" = ( /obj/structure/closet/secure_closet/personal/patient, /obj/machinery/firealarm{ @@ -850,21 +951,20 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient2) "qg" = ( -/obj/structure/fence/corner{ - dir = 6 +/obj/machinery/door/airlock/multi_tile/glass/polarized{ + name = "Cargo Office"; + req_one_access = list(31) }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/turf/simulated/floor/bmarble, /area/groundbase/cargo/office) "qk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/wood, /area/groundbase/medical/cmo) "qA" = ( -/obj/effect/landmark/start{ - name = "Field Medic" - }, -/turf/simulated/floor/tiled, -/area/groundbase/exploration/equipment) +/obj/effect/landmark/start/cargo, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo/office) "qC" = ( /obj/machinery/station_map{ dir = 8; @@ -902,6 +1002,14 @@ }, /turf/simulated/shuttle/plating/airless, /area/shuttle/groundbase/exploration) +"re" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) "rl" = ( /turf/simulated/floor/outdoors/grass/forest/virgo3c, /area/groundbase/level3/sw) @@ -921,6 +1029,12 @@ }, /turf/simulated/floor/wood, /area/groundbase/medical/cmo) +"rJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 9 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "rV" = ( /obj/item/weapon/paper_bin{ pixel_y = 7 @@ -928,6 +1042,9 @@ /obj/structure/table/steel, /obj/item/weapon/pen, /obj/machinery/light, +/obj/machinery/recharger{ + pixel_y = 4 + }, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) "sb" = ( @@ -978,6 +1095,24 @@ "to" = ( /turf/simulated/floor/tiled/white, /area/groundbase/medical/paramedic) +"tu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/nw) +"tM" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level3/escapepad) "tU" = ( /obj/structure/table/rack/shelf, /obj/item/weapon/tank/oxygen, @@ -1046,23 +1181,35 @@ /turf/simulated/floor/tiled, /area/shuttle/groundbase/exploration) "uP" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, +/obj/machinery/suit_cycler/pilot, /turf/simulated/floor/tiled, /area/groundbase/civilian/pilot) "uU" = ( -/obj/effect/landmark/start{ - name = "Pathfinder" - }, +/obj/effect/landmark/start/pf, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) "vp" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/effect/landmark/start/explorer, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) +"vu" = ( +/obj/structure/bed/chair/backed_red{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) +"vw" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "vA" = ( /obj/effect/floor_decal/industrial/warning/corner{ dir = 1 @@ -1095,6 +1242,7 @@ /obj/structure/bed/chair/comfy/brown{ dir = 1 }, +/obj/effect/landmark/start/cmo, /turf/simulated/floor/wood, /area/groundbase/medical/cmo) "wm" = ( @@ -1113,6 +1261,16 @@ }, /turf/simulated/floor/tiled, /area/shuttle/groundbase/exploration) +"ws" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/light/floortube{ + dir = 8; + pixel_x = 1 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "wu" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -1136,7 +1294,7 @@ name = "Observer-Start" }, /turf/simulated/open/virgo3c, -/area/groundbase/level3/sw) +/area/groundbase/level3/sw/open) "wU" = ( /obj/structure/table/glass, /obj/machinery/computer/med_data/laptop{ @@ -1148,6 +1306,10 @@ /obj/structure/cable/yellow{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_x = -16; + pixel_y = 30 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient1) "xp" = ( @@ -1162,6 +1324,14 @@ }, /turf/simulated/floor/tiled/virgo3c, /area/groundbase/medical/patio) +"xs" = ( +/obj/structure/railing/grey, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/open, +/area/groundbase/cargo/office) "xD" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -1175,6 +1345,9 @@ /area/groundbase/medical/uhallway) "xH" = ( /obj/structure/closet/secure_closet/explorer, +/obj/machinery/camera/network/exploration{ + dir = 1 + }, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) "xI" = ( @@ -1185,17 +1358,16 @@ /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level3/nw) "xO" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock{ - name = "Pilots Office"; - req_access = list(67) +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 }, /obj/structure/cable/yellow{ - icon_state = "1-2" + icon_state = "2-4" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/bmarble, +/turf/simulated/floor/tiled, /area/groundbase/civilian/pilot) "xX" = ( /turf/simulated/floor/tiled/virgo3c, @@ -1224,7 +1396,7 @@ /turf/simulated/floor/virgo3c{ edge_blending_priority = -1 }, -/area/groundbase/level3/se) +/area/groundbase/level3/se/open) "yQ" = ( /turf/simulated/floor/tiled/white, /area/groundbase/medical/uhallway) @@ -1285,10 +1457,15 @@ /turf/simulated/floor/tiled/virgo3c, /area/groundbase/medical/patio) "zK" = ( -/obj/structure/closet/secure_closet/pilot, -/obj/machinery/light{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/pilot) "zL" = ( @@ -1315,6 +1492,10 @@ /obj/machinery/alarm{ pixel_y = 28 }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -30 + }, /turf/simulated/floor/tiled, /area/shuttle/groundbase/exploration) "As" = ( @@ -1325,9 +1506,6 @@ }, /turf/simulated/floor, /area/groundbase/medical/patient2) -"Bb" = ( -/turf/simulated/open/virgo3c, -/area/groundbase/cargo/bay/above) "Bd" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -1376,8 +1554,13 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 1 }, +/obj/effect/landmark/start/cmo, /turf/simulated/floor/tiled/virgo3c, /area/groundbase/medical/patio) +"BE" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "BH" = ( /turf/simulated/wall, /area/groundbase/medical/patient3) @@ -1389,6 +1572,14 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient4) +"CS" = ( +/obj/item/device/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) "CU" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -1416,6 +1607,9 @@ edge_blending_priority = -1 }, /area/groundbase/exploration/shuttlepad) +"DB" = ( +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "DE" = ( /obj/machinery/shipsensors{ dir = 1 @@ -1473,9 +1667,6 @@ /turf/simulated/floor/tiled, /area/shuttle/groundbase/exploration) "Ef" = ( -/obj/effect/landmark/start{ - name = "Field Medic" - }, /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" @@ -1486,19 +1677,14 @@ /obj/structure/closet/secure_closet/pathfinder{ req_access = list(62,43,67) }, -/obj/item/device/bluespaceradio/tether_prelinked, +/obj/item/device/bluespaceradio/groundbase_prelinked, +/obj/machinery/camera/network/exploration, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) "Ev" = ( -/obj/machinery/hologram/holopad, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/groundbase/medical/cmo) +/obj/machinery/camera/network/cargo, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/cargo/office) "EA" = ( /obj/machinery/button/remote/airlock{ dir = 4; @@ -1542,6 +1728,10 @@ /obj/structure/cable/yellow{ icon_state = "0-2" }, +/obj/machinery/light_switch{ + pixel_x = -16; + pixel_y = 30 + }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient3) "ER" = ( @@ -1604,11 +1794,21 @@ /turf/simulated/floor/outdoors/sidewalk/side/virgo3c, /area/groundbase/level3/nw) "FO" = ( -/obj/structure/closet/secure_closet/pilot, -/obj/machinery/light{ +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/tiled, +/obj/machinery/door/airlock{ + name = "Pilots Office"; + req_access = list(67) + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/bmarble, /area/groundbase/civilian/pilot) "FV" = ( /obj/item/weapon/storage/backpack/parachute{ @@ -1644,6 +1844,10 @@ pixel_x = -4; pixel_y = -6 }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -30 + }, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) "Gb" = ( @@ -1652,6 +1856,10 @@ }, /turf/simulated/open, /area/groundbase/medical/uhallway) +"Gf" = ( +/obj/machinery/light/bigfloorlamp, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/level3/escapepad) "Gn" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -1668,16 +1876,20 @@ /turf/simulated/floor/wood, /area/groundbase/medical/cmo) "GU" = ( -/turf/simulated/wall, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, /area/groundbase/civilian/pilot) "GW" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/outdoors/sidewalk/virgo3c, -/area/groundbase/level3/nw) +/area/groundbase/level3/escapepad) "Hm" = ( /turf/simulated/floor/reinforced/virgo3c{ edge_blending_priority = -1 @@ -1702,6 +1914,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/fieldmedic, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) "HI" = ( @@ -1737,6 +1950,14 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/uhallway) +"Ii" = ( +/obj/structure/bed/chair/backed_red{ + dir = 4 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) "Io" = ( /obj/structure/table/rack, /obj/item/weapon/rig/medical/equipped, @@ -1801,9 +2022,6 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient1) "IG" = ( -/obj/effect/landmark/start{ - name = "Explorer" - }, /obj/structure/disposalpipe/segment{ dir = 4 }, @@ -1814,10 +2032,10 @@ /turf/simulated/floor/virgo3c{ edge_blending_priority = -1 }, -/area/groundbase/level3/nw) +/area/groundbase/level3/nw/open) "IS" = ( /turf/simulated/open/virgo3c, -/area/groundbase/level3/ne) +/area/groundbase/level3/ne/open) "IV" = ( /obj/effect/floor_decal/industrial/warning{ dir = 1 @@ -1825,12 +2043,35 @@ /obj/machinery/vending/fitness, /turf/simulated/floor/tiled/virgo3c, /area/groundbase/medical/patio) +"Jf" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/virgo3c, +/area/groundbase/medical/patio) "Jh" = ( /obj/structure/cable/yellow{ icon_state = "4-8" }, /turf/simulated/floor/tiled, /area/shuttle/groundbase/exploration) +"Jk" = ( +/obj/structure/table/rack/shelf, +/obj/item/weapon/tank/oxygen, +/obj/item/device/suit_cooling_unit, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/pilot, +/obj/item/clothing/head/helmet/space/void/pilot, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 30 + }, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/pilot) +"Jl" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "Jy" = ( /obj/structure/bed/chair{ dir = 4 @@ -1882,7 +2123,7 @@ /area/groundbase/medical/cmo) "Kr" = ( /turf/simulated/open/virgo3c, -/area/groundbase/level3/sw) +/area/groundbase/level3/nw/open) "KG" = ( /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) @@ -1920,6 +2161,10 @@ /obj/machinery/door/firedoor, /turf/simulated/floor, /area/groundbase/medical/uhallway) +"LY" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/tiled/white, +/area/groundbase/medical/uhallway) "Mc" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -1930,14 +2175,17 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient3) "MF" = ( -/obj/machinery/firealarm{ +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, -/turf/simulated/floor/tiled, -/area/groundbase/civilian/pilot) +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/outdoors/sidewalk/side/virgo3c, +/area/groundbase/level3/nw) "ML" = ( /obj/machinery/camera/network/medbay{ dir = 4 @@ -1956,6 +2204,11 @@ /obj/machinery/atmospherics/unary/vent_pump/on, /turf/simulated/floor/tiled/white, /area/groundbase/medical/uhallway) +"MV" = ( +/obj/structure/closet/secure_closet/pilot, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/pilot) "Nb" = ( /obj/structure/bed/chair/shuttle{ dir = 8 @@ -1967,11 +2220,10 @@ /turf/simulated/floor/tiled, /area/shuttle/groundbase/exploration) "Nf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/groundbase/civilian/pilot) "No" = ( @@ -2060,6 +2312,12 @@ }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level3/nw) +"Pd" = ( +/obj/item/device/radio/intercom{ + pixel_y = -24 + }, +/turf/simulated/floor/tiled/virgo3c, +/area/groundbase/medical/patio) "Pf" = ( /obj/machinery/mineral/equipment_vendor/survey, /turf/simulated/floor/tiled, @@ -2093,10 +2351,7 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient1) "Px" = ( -/obj/structure/railing/grey{ - dir = 4 - }, -/turf/simulated/open/virgo3c, +/turf/simulated/open, /area/groundbase/cargo/office) "PH" = ( /turf/simulated/wall/rshull, @@ -2141,10 +2396,7 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/paramedic) "Qf" = ( -/obj/structure/fence/corner{ - dir = 10 - }, -/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/turf/simulated/floor/bmarble, /area/groundbase/cargo/office) "Qk" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -2155,6 +2407,16 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/paramedic) +"Qn" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/groundbase/level3/escapepad) +"Qr" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) "QC" = ( /obj/machinery/door/airlock/multi_tile/glass/polarized{ id_tag = null; @@ -2173,7 +2435,7 @@ /turf/simulated/floor/virgo3c{ edge_blending_priority = -1 }, -/area/groundbase/level3/sw) +/area/groundbase/level3/nw/open) "Rg" = ( /obj/machinery/firealarm{ dir = 4 @@ -2196,6 +2458,17 @@ }, /turf/simulated/floor/wood, /area/groundbase/medical/cmo) +"Rk" = ( +/obj/machinery/power/apc{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) "RM" = ( /obj/machinery/photocopier/faxmachine{ department = "Exploration" @@ -2205,7 +2478,7 @@ /area/groundbase/exploration/equipment) "RY" = ( /obj/structure/railing/grey, -/turf/simulated/open/virgo3c, +/turf/simulated/open, /area/groundbase/cargo/office) "Sa" = ( /obj/structure/closet/secure_closet/personal/patient, @@ -2234,11 +2507,14 @@ /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/medical/patient1) "Sg" = ( -/obj/structure/fence/corner{ - dir = 8 +/turf/simulated/wall, +/area/groundbase/cargo/office) +"Sp" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/groundbase/cargo/office) +/area/groundbase/level3/escapepad) "Ss" = ( /turf/simulated/mineral/cave/virgo3c, /area/groundbase/level3/ne) @@ -2260,6 +2536,14 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /turf/simulated/floor/tiled/white, /area/groundbase/medical/uhallway) +"SF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) "SG" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -2286,22 +2570,15 @@ /obj/structure/bed/chair/office/light{ dir = 4 }, -/obj/effect/landmark/start{ - name = "Chief Medical Officer" - }, /obj/machinery/button/windowtint{ id = "cmo_office"; pixel_y = -28 }, +/obj/effect/landmark/start/cmo, /turf/simulated/floor/carpet, /area/groundbase/medical/cmo) "Tk" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, +/obj/effect/landmark/start/pilot, /turf/simulated/floor/tiled, /area/groundbase/civilian/pilot) "Ts" = ( @@ -2324,6 +2601,14 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on, /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient3) +"TH" = ( +/obj/machinery/power/apc, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/tiled, +/area/groundbase/civilian/pilot) "TT" = ( /obj/machinery/atmospheric_field_generator/perma/underdoors, /obj/machinery/door/firedoor/glass/talon, @@ -2335,6 +2620,20 @@ /obj/effect/map_helper/airlock/door/simple, /turf/simulated/floor/tiled/steel_ridged, /area/shuttle/groundbase/exploration) +"TV" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/bed/chair/backed_red{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c{ + outdoors = 0 + }, +/area/groundbase/level3/escapepad) "Ue" = ( /obj/effect/landmark{ name = "droppod_landing" @@ -2435,6 +2734,12 @@ }, /turf/simulated/open, /area/groundbase/medical/uhallway) +"VR" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "VU" = ( /obj/structure/bed/chair/office/light{ dir = 4 @@ -2454,36 +2759,29 @@ /turf/simulated/floor/tiled/white, /area/groundbase/medical/patient1) "Wm" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/tank/oxygen, -/obj/item/device/suit_cooling_unit, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/void/pilot, -/obj/item/clothing/head/helmet/space/void/pilot, +/obj/structure/closet/secure_closet/pilot, +/obj/machinery/light{ + dir = 1 + }, /turf/simulated/floor/tiled, /area/groundbase/civilian/pilot) "Wr" = ( /obj/structure/cable/yellow{ icon_state = "4-8" }, +/obj/effect/landmark/start/explorer, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) -"WA" = ( -/obj/machinery/power/apc{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/groundbase/civilian/pilot) "WF" = ( /obj/structure/flora/pottedplant/minitree, /turf/simulated/floor/wood, /area/groundbase/medical/cmo) +"WO" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 5 + }, +/turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, +/area/groundbase/level3/escapepad) "Xl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -2534,6 +2832,7 @@ /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/fieldmedic, /turf/simulated/floor/tiled, /area/groundbase/exploration/equipment) "YK" = ( @@ -2573,6 +2872,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 }, +/obj/effect/landmark/start/paramedic, /turf/simulated/floor/tiled/virgo3c, /area/groundbase/medical/patio) "Zn" = ( @@ -2586,15 +2886,12 @@ /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/level3/se) "Zp" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, +/obj/structure/table/rack/shelf, +/obj/item/weapon/tank/oxygen, +/obj/item/device/suit_cooling_unit, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/suit/space/void/pilot, +/obj/item/clothing/head/helmet/space/void/pilot, /turf/simulated/floor/tiled, /area/groundbase/civilian/pilot) "Zv" = ( @@ -2619,20 +2916,17 @@ /obj/structure/cable/yellow{ icon_state = "4-8" }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, /obj/structure/cable/yellow{ icon_state = "1-4" }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 }, /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, /area/groundbase/level3/nw) @@ -2837,27 +3131,6 @@ jv jv jv jv -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -2869,6 +3142,27 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf Lt Lt Lt @@ -2977,29 +3271,6 @@ jv jv jv qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -3012,6 +3283,29 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Lt @@ -3119,29 +3413,6 @@ jv qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -3154,6 +3425,29 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf gE gE Lt @@ -3260,30 +3554,6 @@ jv jv qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -3297,6 +3567,30 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE Lt @@ -3402,30 +3696,6 @@ qO qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -3439,6 +3709,30 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -3544,30 +3838,6 @@ qO qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -3582,6 +3852,30 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -3681,35 +3975,11 @@ jv jv qO qO +Qa +Qa qO qO qO -qO -qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -3725,6 +3995,30 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -3822,36 +4116,12 @@ jv jv qO qO +Qa +Qa +Qa qO qO qO -qO -qO -qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -3868,6 +4138,30 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -3963,37 +4257,13 @@ qO qO qO qO +Qa +Qa +Qa +Qa +Qa qO qO -qO -qO -qO -qO -qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -4011,6 +4281,30 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -4104,38 +4398,21 @@ qO qO qO qO -qO -qO -qO +Qa +Qa +Qa Qa Qa qO qO qO qO -lh -lh -lh -lh -lh +Kr +Kr +Kr +Kr +Kr qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -4154,6 +4431,23 @@ Kr Kr Kr Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -4243,42 +4537,27 @@ qO qO qO qO -qO -qO -qO -qO -qO -qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa Qa Qa qO qO qO qO -qO -lh -lh +Kr +Kr qO qO qO qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -Kr Kr Kr Kr @@ -4297,8 +4576,23 @@ Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE -Kr +pf gE gE gE @@ -4384,11 +4678,14 @@ qO qO qO qO -qO -qO -qO -qO -qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa +Qa Qa Qa Qa @@ -4407,42 +4704,39 @@ qO qO qO qO -qO -qO -qO -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD QD QD Kr Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -4524,7 +4818,10 @@ qO qO qO qO -qO +Qa +Qa +Qa +Qa qO qO qO @@ -4552,44 +4849,41 @@ qO qO qO qO -qO -qO -qO -lh -lh -lh -lh -fN -fN -fN +Kr +Kr +Kr +Kr +QD +QD +QD QD QD Kr Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -4662,6 +4956,13 @@ jv jv qO qO +Qa +Qa +Qa +Qa +Qa +Qa +qO qO qO qO @@ -4672,6 +4973,7 @@ qO qO Qa Qa +kI Qa Qa Qa @@ -4679,14 +4981,6 @@ Qa Qa Qa Qa -Qa -Qa -Qa -Qa -qO -qO -qO -qO qO qO qO @@ -4697,42 +4991,42 @@ qO qO qO qO -lh -lh -lh -lh -fN -fN -fN +Kr +Kr +Kr +Kr +QD +QD +QD QD QD QD Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -4804,21 +5098,21 @@ jv jv qO qO +Qa +Qa +Qa +Qa +Qa +Qa qO +fz +fz +fz +fz +fz +fz +fz qO -qO -qO -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa Qa Qa Qa @@ -4839,43 +5133,43 @@ qO qO qO qO -lh -lh -lh -lh -fN -fN -fN +Kr +Kr +Kr +Kr +QD +QD +QD QD QD QD Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -4945,8 +5239,21 @@ jv jv qO qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa qO -qO +fz +bm +Tk +pd +Tk +bm +fz qO qO Qa @@ -4959,16 +5266,7 @@ Qa Qa Qa Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa +Ue Qa Qa Qa @@ -4978,46 +5276,42 @@ Qa qO qO qO -qO -qO -qO -qO -lh -lh -lh -fN -fN -fN +Kr +Kr +Kr +QD +QD +QD QD QD QD Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -5087,28 +5381,30 @@ jv jv qO qO +Qa +Qa +Qa +Qa +Qa +Qa +qO +qO +fz +Wm +Tk +uP +Tk +MV +fz qO qO Qa Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa +qO +qO +qO +qO +qO Qa Qa Qa @@ -5122,45 +5418,43 @@ qO qO qO qO -qO -qO -lh -lh -lh -fN -fN -fN +Kr +Kr +Kr +QD +QD +QD QD QD QD Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -5228,32 +5522,22 @@ jv jv jv qO +Qa +Qa +Qa +Qa +Qa +Qa +Qa qO qO -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Ue -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa +fz +dI +dR +xO +Nf +TH +fz qO qO qO @@ -5266,44 +5550,54 @@ qO qO qO qO -lh -lh -lh -fN -fN -fN +Qa +Qa +Qa +Qa +qO +qO +qO +qO +qO +qO +Kr +Kr +Kr +QD +QD +QD QD QD QD Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -5321,12 +5615,12 @@ gE gE gE gE -QD -QD -QD -QD -QD -QD +kU +kU +kU +kU +kU +kU gE gE gE @@ -5370,8 +5664,6 @@ jv jv qO qO -qO -qO Qa Qa Qa @@ -5379,74 +5671,76 @@ Qa Qa Qa Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -kI -Qa -Qa -Qa qO qO +fz +Zp +Jk +zK +Zp +Zp +fz +qO +hl +Qn +it +it +it +it +it +Qn +hl qO qO qO +Qa +Qa qO qO qO -qO -qO -fN -fN -lh -lh -lh -lh -lh -fN -fN -fN +QD +QD +Kr +Kr +Kr +Kr +Kr +QD +QD +QD QD QD QD Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf gE gE gE @@ -5462,14 +5756,14 @@ gE gE gE gE -QD -QD -QD -QD -QD -QD -QD -QD +kU +kU +kU +kU +kU +kU +kU +kU gE gE gE @@ -5511,22 +5805,6 @@ qO jv jv qO -qO -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa Qa Qa Qa @@ -5537,6 +5815,23 @@ Qa Qa qO qO +fz +fz +fz +FO +fz +fz +fz +qO +pY +Ii +Ii +Ii +ow +Ii +Ii +Ii +pY qO qO qO @@ -5544,18 +5839,6 @@ qO qO qO qO -qO -fN -fN -fN -lh -lh -lh -lh -lh -fN -fN -fN QD QD QD @@ -5564,55 +5847,66 @@ Kr Kr Kr Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -gE -gE -gE -gE -gE -gE -gE -gE -gE -gE -gE -gE -gE -gE -QD -QD -QD -QD QD QD QD QD QD QD +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +gE +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU gE gE gE @@ -5660,44 +5954,34 @@ Qa Qa Qa Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa qO qO qO qO qO -fN -fN -fN +iN +GU +iN qO qO -fN -fN -fN -lh -lh -lh -lh -lh -fN -fN -fN +qO +hl +fy +Ii +Ii +ow +Ii +Ii +eC +hl +qO +qO +QD +QD +QD +qO +qO +QD QD QD Kr @@ -5705,32 +5989,42 @@ Kr Kr Kr Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr QD QD +QD +QD +QD +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU gE gE gE @@ -5743,18 +6037,18 @@ gE gE gE gE -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU gE gE gE @@ -5801,71 +6095,37 @@ Qa Qa Qa qO -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa qO qO qO qO -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +qO +qO +qO +MF +qO +Qa +Qa +qO +hl +Rk +ow +ow +ow +ow +ow +CS +hl Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -5873,9 +6133,43 @@ Kr Kr QD QD +QD +QD +QD +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU gE -QD -QD +kU +kU gE gE gE @@ -5885,19 +6179,19 @@ gE gE gE gE -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU gE gE gE @@ -5944,52 +6238,26 @@ qO qO qO qO -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh +qO +qO +qO +qO +MF +qO +qO +qO +qO +hl +TV +Ii +Ii +ow +Ii +Ii +vu +hl Kr Kr Kr @@ -6013,33 +6281,59 @@ Kr Kr Kr Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU gE gE gE @@ -6090,48 +6384,22 @@ aa aa aa aa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh +tu +SG +SG +SG +SG +SF +re +ow +ow +ow +Ii +Ii +Ii +hl Kr Kr Kr @@ -6155,33 +6423,59 @@ Kr Kr Kr Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU gE gE ji @@ -6232,48 +6526,22 @@ Kj wm xH aa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa qO qO -qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh +MF +Gf +tM +tM +tM +Qn +Ii +Ii +Ii +Qr +ow +ow +ow +Qn Kr Kr Kr @@ -6297,33 +6565,59 @@ Kr Kr Kr Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU gE gE gE @@ -6374,98 +6668,98 @@ vp Wr nN aa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa -Qa qO qO -qO -fN -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh +MF +tM +rJ +vw +vw +ws +vw +vw +vw +vw +vw +vw +vw +ws +vw +vw +vw +vw +nU Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU gE gE gE @@ -6517,97 +6811,97 @@ ma Ka aa bi -Qa -Qa -Qa -Qa -Qa -Qa -Qa qO -Qa -Qa -Qa -Qa -Qa -qO -qO -fN -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh +MF +tM +pC +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +pe Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU gE gE gE @@ -6661,96 +6955,96 @@ dE Ts uF mU -Qa -Qa -Qa -Qa -Qa -qO -qO -qO -Qa -Qa -Qa -Qa -qO -fN -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh +tM +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU gE gE gE @@ -6795,73 +7089,32 @@ qO qO aa NX -qA +KG IC Pf FV aa bi -Qa +qO Fx -Qa -Qa -Qa -Qa -Qa -qO -qO -qO -Qa -Qa -Qa -qO -qO -qO -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +tM +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -6881,22 +7134,63 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf gE gE gE @@ -6943,67 +7237,26 @@ KG rV aa qO -Qa +qO Fx -Qa -Qa -Qa -Qa -qO -qO -qO -qO -qO -Qa -Qa -Qa -qO -qO -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +tM +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -7023,23 +7276,64 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf gE gE Lt @@ -7087,65 +7381,24 @@ aa qO qO Fx -Qa -Qa -GU -GU -GU -GU -GU -GU -qO -qO -Qa -Qa -qO -qO -qO -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +tM +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -7165,25 +7418,66 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Lt @@ -7229,65 +7523,24 @@ aa qO qO Fx -qO -qO -GU -Wm -MF -zK -bm -GU -qO -qO -Qa -Qa -qO -qO -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +tM +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -7307,26 +7560,67 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -7371,65 +7665,24 @@ gt qO qO Fx -qO -pd -GU -Wm -uP -iN -iN -GU -qO -qO -Qa -qO -qO -qO -qO -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +mw +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -7449,26 +7702,67 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -7514,64 +7808,23 @@ XC SG ZH GW -dR -xO -Nf -Zp -fz -bk -GU -qO -qO -Qa -Qa -qO -qO -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -7591,26 +7844,67 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -7655,65 +7949,24 @@ PH Bd qO cf -qO -pd -GU -Wm -Tk -iN -iN -GU -qO -qO -Qa -qO -qO -qO -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +tM +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -7733,26 +7986,67 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -7797,65 +8091,24 @@ rb Bd ER Uf -qO -qO -GU -Wm -WA -FO -bm -GU -qO -qO -qO -qO -qO -qO -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +Gf +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -7875,26 +8128,67 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -7939,73 +8233,24 @@ PH Bd OI xM -qO -qO -GU -GU -GU -GU -GU -GU -qO -qO -qO -qO -qO -fN -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -QD -Kr -Kr -Kr -Kr +tM +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -8025,18 +8270,67 @@ QD QD QD QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -8080,74 +8374,25 @@ um PH Bd cY -lh -qO -qO -qO -qO -qO -qO -qO -qO -qO -qO -qO -qO -qO -fN -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -QD -Kr -Kr -Kr Kr +tM +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -8167,18 +8412,67 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf Lt Lt Bg @@ -8221,78 +8515,26 @@ cE PH PH Bd -lh -lh -lh -fN -qO -qO -qO -qO -qO -qO -qO -qO -qO -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr Kr +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -8312,15 +8554,67 @@ QD QD QD QD -QD -QD -QD -QD -QD -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf Lt Lt Bg @@ -8350,8 +8644,8 @@ qO qO qO qO -lh -lh +Kr +Kr qO uG PH @@ -8363,78 +8657,26 @@ vV PH rb Bd -lh -lh -lh -fN -fN -fN -fN -fN -fN -qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr Kr +Sp +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +DB +BE Kr Kr Kr @@ -8454,15 +8696,67 @@ QD QD QD QD -QD -QD -QD -QD -QD -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf Lt Lt Bg @@ -8492,8 +8786,8 @@ qO qO qO qO -lh -lh +Kr +Kr qO uG PH @@ -8505,78 +8799,26 @@ PH PH PH Bd -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr Kr +pC +DB +DB +DB +DB +DB +DB +DB +cB +DB +DB +DB +DB +DB +DB +DB +pe Kr Kr Kr @@ -8596,15 +8838,67 @@ QD QD QD QD -QD -QD -QD -QD -QD -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf Lt Lt Bg @@ -8632,11 +8926,11 @@ Qa qO qO qO -lh -lh -lh -lh -lh +Kr +Kr +Kr +Kr +Kr YK VH VH @@ -8647,78 +8941,26 @@ VH VH VH vA -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr Kr +WO +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +Jl +VR Kr Kr Kr @@ -8738,15 +8980,67 @@ QD QD QD QD -QD -QD -QD -QD -QD -Kr -Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf Lt Lt Bg @@ -8774,62 +9068,6 @@ Qa qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -8864,31 +9102,87 @@ Kr Kr Kr Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf Lt Lt Bg @@ -8916,62 +9210,6 @@ qO qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -8995,7 +9233,6 @@ Kr Kr Kr Kr -QD Kr Kr Kr @@ -9003,34 +9240,91 @@ Kr Kr Kr Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf Lt Lt Bg @@ -9058,62 +9352,6 @@ Qa qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -9137,32 +9375,6 @@ Kr Kr Kr Kr -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD Kr Kr Kr @@ -9173,6 +9385,88 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -9201,61 +9495,6 @@ qO qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -9279,32 +9518,6 @@ Kr Kr Kr Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD Kr Kr Kr @@ -9315,6 +9528,87 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -9345,59 +9639,6 @@ qO qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -9421,32 +9662,6 @@ Kr Kr Kr Kr -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD Kr Kr Kr @@ -9457,6 +9672,85 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -9476,7 +9770,7 @@ qO qO qO Qa -qO +Qa Qa Qa Qa @@ -9488,58 +9782,20 @@ qO qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr Kr Kr Kr @@ -9574,31 +9830,69 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -9630,59 +9924,21 @@ qO qO qO qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -9716,32 +9972,70 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Bg "} @@ -9772,59 +10066,21 @@ qO qO qO qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -9858,32 +10114,70 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Bg "} @@ -9913,60 +10207,22 @@ qO qO qO qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -10000,32 +10256,70 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Bg "} @@ -10055,60 +10349,22 @@ qO qO qO qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -10142,32 +10398,70 @@ QD QD QD QD -QD -QD -QD -QD -QD -QD -QD -QD -QD -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +kU +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Bg "} @@ -10196,95 +10490,23 @@ qO qO qO qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD IH -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +QD +QD +QD +QD +QD Kr Kr Kr @@ -10307,10 +10529,82 @@ Kr Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Bg "} (55,1,1) = {" @@ -10338,95 +10632,23 @@ qO qO qO qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -10449,10 +10671,82 @@ Kr Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Bg "} (56,1,1) = {" @@ -10480,95 +10774,23 @@ qO qO qO qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -10591,10 +10813,82 @@ Kr Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Bg "} (57,1,1) = {" @@ -10622,95 +10916,23 @@ qO qO qO qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -10733,10 +10955,82 @@ Kr Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Bg "} (58,1,1) = {" @@ -10763,96 +11057,24 @@ qO qO qO qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -10875,10 +11097,82 @@ Kr Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Bg "} (59,1,1) = {" @@ -10902,99 +11196,27 @@ qO qO qO qO -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -11017,10 +11239,82 @@ Kr Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Bg "} (60,1,1) = {" @@ -11036,107 +11330,35 @@ qO qO qO qO -lh -lh -lh -lh +Kr +Kr +Kr +Kr qO -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -11159,10 +11381,82 @@ Kr Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Bg "} (61,1,1) = {" @@ -11176,109 +11470,37 @@ qO qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr @@ -11301,10 +11523,82 @@ Kr Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Bg "} (62,1,1) = {" @@ -11314,80 +11608,9 @@ qO qO qO qO -lh -lh +Kr +Kr qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -fN -lh -lh -lh -lh -Kr -Kr Kr Kr Kr @@ -11442,10 +11665,81 @@ Kr Kr Kr Kr +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD +QD Kr Kr Kr Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Bg "} @@ -11456,78 +11750,6 @@ qO qO qO qO -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -11587,6 +11809,78 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Lt Bg @@ -11594,82 +11888,6 @@ Bg (64,1,1) = {" mr jv -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -11730,88 +11948,87 @@ Kr Kr Kr Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf Lt Bg "} (65,1,1) = {" mr -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -11844,24 +12061,101 @@ Kr Kr Kr Kr -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf cj cj cj @@ -11877,75 +12171,6 @@ JL "} (66,1,1) = {" mr -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -11986,24 +12211,93 @@ Kr Kr Kr Kr -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf cj cj cj @@ -12019,75 +12313,6 @@ JL "} (67,1,1) = {" mr -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh Kr Kr Kr @@ -12128,24 +12353,93 @@ Kr Kr Kr Kr -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +Kr +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf cj cj cj @@ -12161,133 +12455,133 @@ JL "} (68,1,1) = {" mr -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf cj cj cj @@ -12303,133 +12597,133 @@ JL "} (69,1,1) = {" mr -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf cj cj cj @@ -12445,133 +12739,133 @@ JL "} (70,1,1) = {" mr -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh -lh +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS wP -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -Kr -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj -cj +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf +pf cj cj cj @@ -13040,15 +13334,15 @@ IS IS IS IS -IS -IS -IS -IS -IS -IS -IS -IS -IS +sP +sP +sP +sP +sP +sP +sP +sP +sP IS IS IS @@ -13184,17 +13478,17 @@ IS Sg oK oK -oK -oK -oK -oK -oK -oK -oK -oK -oK -oK -Qf +Sg +Lf +Lf +Lf +Lf +Lf +Lf +Lf +Lf +Lf +Lf IS IS IS @@ -13323,7 +13617,10 @@ IS IS IS IS -he +oK +iT +iT +qg Lf Lf Lf @@ -13334,9 +13631,6 @@ Lf Lf Lf Lf -Lf -Lf -he IS IS IS @@ -13465,7 +13759,10 @@ IS IS IS IS -he +oK +iT +iT +Qf Lf Lf Lf @@ -13476,9 +13773,6 @@ Lf Lf Lf Lf -Lf -Lf -he IS IS IS @@ -13607,10 +13901,10 @@ IS IS IS IS -he -nZ -RY -Lf +oK +Px +xs +Sg gc Lf Lf @@ -13620,7 +13914,7 @@ Lf Lf Lf Lf -he +Lf IS IS IS @@ -13749,9 +14043,10 @@ sP sP kB sP -he +oK Px -hD +RY +oK Lf Lf Lf @@ -13762,7 +14057,6 @@ Lf Lf Lf Lf -he IS IS IS @@ -13874,8 +14168,8 @@ Ss kB kB kB -kB -kB +ga +ga kB kB kB @@ -13891,7 +14185,11 @@ sP sP kB kB -he +Sg +oK +oK +Sg +Ev Lf Lf Lf @@ -13901,10 +14199,6 @@ Lf Lf Lf Lf -Lf -Lf -Lf -he IS IS IS @@ -14014,11 +14308,11 @@ Ss Ss Ss kB -kB -kB -kB -kB -kB +ga +ga +ga +ga +ga ga kB kB @@ -14033,20 +14327,20 @@ kB kB kB kB -he +Lf yU yU yU Lf Lf Lf +qA Lf Lf Lf Lf Lf Lf -he IS IS IS @@ -14156,11 +14450,11 @@ Ss Ss Ss kB -kB -kB -kB -kB -kB +ga +ga +ga +ga +ga ga kB kB @@ -14175,7 +14469,6 @@ kB kB kB kB -he Lf Lf Lf @@ -14188,7 +14481,8 @@ Lf Lf Lf Lf -he +Lf +Lf IS IS IS @@ -14206,7 +14500,7 @@ HP WF aG Kl -Ev +Xl Kl wc nb @@ -14299,10 +14593,10 @@ Ss Ss kB kB -kB -kB -kB -kB +ga +ga +ga +ga ga ga ga @@ -14317,10 +14611,11 @@ kB kB kB kB -he -yU +Lf yU yU +bk +Lf Lf Lf Lf @@ -14330,7 +14625,6 @@ Lf Lf Lf Lf -he IS IS IS @@ -14441,10 +14735,10 @@ Ss Ss kB kB -kB -kB -kB -kB +ga +ga +ga +ga ga ga ga @@ -14459,7 +14753,7 @@ kB kB kB kB -he +Lf Lf Lf Lf @@ -14472,7 +14766,7 @@ Lf Lf Lf Lf -he +Lf IS IS IS @@ -14583,27 +14877,27 @@ Ss Ss kB kB -kB -kB -kB -kB ga ga ga ga ga +ga +ga +ga +ga +kB +ga +ga +ga +ga kB kB kB kB -kB -kB -kB -kB -kB -he -yU -yU +Lf +bk +bk yU Lf Lf @@ -14614,7 +14908,7 @@ Lf Lf Lf Lf -he +Lf IS IS IS @@ -14726,8 +15020,13 @@ Ss kB kB kB -kB -kB +ga +ga +ga +ga +ga +ga +ga ga ga ga @@ -14738,12 +15037,6 @@ kB kB kB kB -kB -kB -kB -kB -kB -he Lf Lf Lf @@ -14756,7 +15049,8 @@ Lf Lf Lf Lf -he +Lf +Lf IS IS IS @@ -14869,7 +15163,12 @@ kB kB kB kB -kB +ga +ga +ga +ga +ga +ga ga ga ga @@ -14880,25 +15179,20 @@ kB kB kB kB -kB -kB -kB -kB -kB -iT -oK -oK -oK -oK -oK -oK -oK -oK -oK -oK -oK -oK -qg +Lf +Lf +Lf +Lf +Lf +Lf +Lf +Lf +Lf +Lf +Lf +Lf +Lf +Lf IS IS IS @@ -15019,10 +15313,10 @@ ga ga ga ga -kB -kB -kB -kB +ga +ga +ga +ga kB kB kB @@ -15051,7 +15345,7 @@ qT me Rh hN -xX +Jf OD xX Vl @@ -15062,7 +15356,7 @@ DR VJ VJ eE -yQ +LY yQ LG IS @@ -15161,10 +15455,10 @@ ga ga ga ga -kB -kB -kB -kB +ga +ga +ga +ga kB kB kB @@ -15201,7 +15495,7 @@ SJ VG EJ wB -Ph +bM HU DI qC @@ -15297,16 +15591,16 @@ Ss kB kB kB -kB ga ga ga ga ga -kB -kB -kB -kB +ga +ga +ga +ga +ga kB kB kB @@ -15337,7 +15631,7 @@ xX xX xX OD -xX +Pd Vm Vm Vm @@ -15445,9 +15739,9 @@ ga ga ga ga -kB -kB -kB +ga +ga +ga kB kB kB @@ -15483,7 +15777,7 @@ xX Vm kQ sJ -lF +eo ym Zn No @@ -15587,9 +15881,9 @@ ga ga ga ga -kB -kB -kB +ga +ga +ga kB kB kB @@ -15724,31 +16018,31 @@ Ss kB kB kB -kB ga ga ga ga -kB -kB -kB +ga +ga +ga +ga kB kB kB IS IS IS -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS IS IS IS @@ -15866,13 +16160,13 @@ Ss kB kB kB -kB -kB ga ga ga ga -kB +ga +ga +ga kB kB kB @@ -15880,17 +16174,17 @@ kB IS IS IS -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS IS IS IS @@ -16009,12 +16303,12 @@ Ss kB kB kB -kB ga ga ga ga -kB +ga +ga kB kB kB @@ -16022,17 +16316,17 @@ kB IS IS IS -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS IS IS IS @@ -16151,7 +16445,7 @@ Ss Ss kB kB -kB +ga ga ga ga @@ -16164,17 +16458,17 @@ IS IS IS IS -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS IS IS IS @@ -16293,8 +16587,8 @@ Ss kB kB kB -kB -kB +ga +ga ga ga ga @@ -16306,17 +16600,17 @@ IS IS IS IS -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS IS IS IS @@ -16435,30 +16729,30 @@ Ss kB kB kB -kB -kB +ga +ga +ga ga ga kB kB kB kB -kB IS IS IS IS -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS IS IS IS @@ -16577,8 +16871,8 @@ Ss kB kB kB -kB -kB +ga +ga ga ga kB @@ -16590,17 +16884,17 @@ IS IS IS IS -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS IS IS IS @@ -16719,8 +17013,8 @@ Ss Ss kB kB -kB -kB +ga +ga ga ga kB @@ -16732,17 +17026,17 @@ IS IS IS IS -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb -Bb +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS +IS IS IS IS @@ -16862,8 +17156,8 @@ Ss kB kB kB -kB -kB +ga +ga ga kB kB @@ -17004,9 +17298,9 @@ Ss kB kB kB -kB -kB -kB +ga +ga +ga kB kB kB @@ -17146,9 +17440,9 @@ Ss kB kB kB -kB -kB -kB +ga +ga +ga kB kB IS @@ -17288,8 +17582,8 @@ Ss kB kB kB -kB -kB +ga +ga kB kB kB @@ -17430,8 +17724,8 @@ Ss Ss kB kB -kB -kB +ga +ga kB kB kB @@ -17571,9 +17865,9 @@ Ss Ss Ss kB -kB -kB -kB +ga +ga +ga kB kB IS @@ -17713,9 +18007,9 @@ Ss Ss Ss kB -kB -kB -kB +ga +ga +ga kB kB IS @@ -18424,7 +18718,7 @@ Ss kB kB kB -kB +ga kB kB kB @@ -18849,7 +19143,7 @@ kB kB ga ga -kB +ga ga kB kB @@ -18993,7 +19287,7 @@ ga ga ga ga -kB +ga kB kB kB @@ -19274,8 +19568,8 @@ ga ga ga ga -kB -kB +ga +ga ga kB kB @@ -19416,7 +19710,7 @@ ga ga ga ga -kB +ga kB kB kB @@ -19556,7 +19850,7 @@ ga ga ga ga -kB +ga ga kB kB @@ -19692,9 +19986,9 @@ Ss kB kB ga -kB -kB -kB +ga +ga +ga ga kB kB diff --git a/maps/groundbase/groundbase.dm b/maps/groundbase/groundbase.dm index 54bf910678..d11ee1fdfe 100644 --- a/maps/groundbase/groundbase.dm +++ b/maps/groundbase/groundbase.dm @@ -2,13 +2,11 @@ #include "groundbase_areas.dm" #include "groundbase_defines.dm" -// #include "stellar_delight_shuttle_defs.dm" + #include "groundbase_shuttles.dm" #include "groundbase_telecomms.dm" -// #include "stellar_delight_things.dm" + #include "groundbase_things.dm" #include "..\offmap_vr\common_offmaps.dm" #include "..\tether\tether_jobs.dm" -// #include "..\stellardelight\stellar_delight_areas.dm" -// #include "..\tether\tether_areas.dm" #if !AWAY_MISSION_TEST //Don't include these for just testing away missions #include "gb-z1.dmm" diff --git a/maps/groundbase/groundbase_areas.dm b/maps/groundbase/groundbase_areas.dm index 23584544fb..98a56b65ad 100644 --- a/maps/groundbase/groundbase_areas.dm +++ b/maps/groundbase/groundbase_areas.dm @@ -19,6 +19,7 @@ /area/groundbase/level1 name = "Rascal's Pass Level 1" flags = AREA_FLAG_IS_NOT_PERSISTENT + sound_env = SOUND_ENVIRONMENT_MOUNTAINS /area/groundbase/level1/ne name = "Northeast Rascal's Pass Level 1" @@ -47,6 +48,7 @@ /area/groundbase/level2 name = "Rascal's Pass Level 2" flags = AREA_FLAG_IS_NOT_PERSISTENT + sound_env = SOUND_ENVIRONMENT_MOUNTAINS /area/groundbase/level2/ne name = "Northeast Rascal's Pass Level 2" @@ -57,27 +59,56 @@ /area/groundbase/level2/sw name = "Southwest Rascal's Pass Level 2" +/area/groundbase/level2/northspur + name = "\improper North Spur" + base_turf = /turf/simulated/open/virgo3c +/area/groundbase/level2/eastspur + name = "\improper East Spur" + base_turf = /turf/simulated/open/virgo3c +/area/groundbase/level2/westspur + name = "\improper West Spur" + base_turf = /turf/simulated/open/virgo3c +/area/groundbase/level2/southeastspur + name = "\improper Southeast Spur" + base_turf = /turf/simulated/open/virgo3c +/area/groundbase/level2/southwestspur + name = "\improper Southwest Spur" + base_turf = /turf/simulated/open/virgo3c + /area/groundbase/level3 name = "Rascal's Pass Level 3" flags = AREA_FLAG_IS_NOT_PERSISTENT + sound_env = SOUND_ENVIRONMENT_MOUNTAINS /area/groundbase/level3/ne name = "Northeast Rascal's Pass Level 3" +/area/groundbase/level3/ne/open + base_turf = /turf/simulated/open/virgo3c /area/groundbase/level3/nw name = "Northwest Rascal's Pass Level 3" +/area/groundbase/level3/nw/open + base_turf = /turf/simulated/open/virgo3c /area/groundbase/level3/se name = "Southeast Rascal's Pass Level 3" +/area/groundbase/level3/se/open + base_turf = /turf/simulated/open/virgo3c /area/groundbase/level3/sw name = "Southwest Rascal's Pass Level 3" +/area/groundbase/level3/sw/open + base_turf = /turf/simulated/open/virgo3c +/area/groundbase/level3/escapepad + name = "Escape Shuttle Landing Pad" /area/groundbase/science name = "Science" holomap_color = HOLOMAP_AREACOLOR_SCIENCE icon_state = "purwhisqu" ambience = AMBIENCE_GENERIC + lightswitch = 0 /area/groundbase/science/hall name = "Science Hallway" + lightswitch = 1 /area/groundbase/science/rnd name = "Research and Development" /area/groundbase/science/robotics @@ -90,12 +121,14 @@ name = "Circuits Workshop" /area/groundbase/science/xenohall name = "Xeno Studies Hallway" + lightswitch = 1 /area/groundbase/science/xenobot name = "Xenobotany" /area/groundbase/science/xenobot/storage name = "Xenobotany Storage" /area/groundbase/science/picnic name = "Science Break Room" + lightswitch = 1 /area/groundbase/command name = "Command" @@ -106,14 +139,18 @@ name = "Bridge" /area/groundbase/command/captain name = "Captain's Office" + lightswitch = 0 /area/groundbase/command/captainq name = "Captain's Quarters" + lightswitch = 0 /area/groundbase/command/hop name = "Head of Personnel" + lightswitch = 0 /area/groundbase/command/hall name = "Command Hallway" /area/groundbase/command/meeting name = "Command Meeting Room" + lightswitch = 0 /area/groundbase/command/ai name = "AI Core" ambience = AMBIENCE_AI @@ -135,18 +172,23 @@ holomap_color = HOLOMAP_AREACOLOR_SECURITY icon_state = "redwhisqu" ambience = AMBIENCE_GENERIC + lightswitch = 0 /area/groundbase/security/lobby name = "Security Lobby" + lightswitch = 1 /area/groundbase/security/processing name = "Security Processing" /area/groundbase/security/halls name = "Security South Hallway" + lightswitch = 1 /area/groundbase/security/halle name = "Security East Hallway" + lightswitch = 1 /area/groundbase/security/warden name = "Warden's Office" /area/groundbase/security/armory name = "Security Armory" + lightswitch = 1 ambience = AMBIENCE_HIGHSEC /area/groundbase/security/briefing name = "Security Briefing Room" @@ -164,25 +206,30 @@ /area/prison/cell_block/gb name = "Brig" - /area/groundbase/medical name = "Medical" holomap_color = HOLOMAP_AREACOLOR_MEDICAL icon_state = "cyawhisqu" + lightswitch = 0 /area/groundbase/medical/lobby name = "Medical Lobby" + lightswitch = 1 /area/groundbase/medical/psych name = "Psychiatrist's Office" /area/groundbase/medical/Chemistry name = "Chemistry" + lightswitch = 1 /area/groundbase/medical/triage name = "Medical Triage" + lightswitch = 1 /area/groundbase/medical/lhallway name = "Medical Lower Hallway" + lightswitch = 1 /area/groundbase/medical/resleeving name = "Resleeving" /area/groundbase/medical/autoresleeving name = "Auto-Resleeving" + lightswitch = 1 /area/groundbase/medical/or1 name = "Medical Operating Room 1" /area/groundbase/medical/or2 @@ -193,12 +240,14 @@ name = "Medical Office" /area/groundbase/medical/uhallway name = "Medical Upper Hallway" + lightswitch = 1 /area/groundbase/medical/cmo name = "Chief Medical Officer's Office" /area/groundbase/medical/paramedic name = "Paramedic Equipment Room" /area/groundbase/medical/patio name = "Medical Break Room" + lightswitch = 1 /area/groundbase/medical/patient1 name = "Medical Patient Room 1" /area/groundbase/medical/patient2 @@ -215,16 +264,20 @@ holomap_color = HOLOMAP_AREACOLOR_ENGINEERING icon_state = "yelwhisqu" ambience = AMBIENCE_ENGINEERING + lightswitch = 0 /area/groundbase/engineering/lobby name = "Engineering Lobby" + lightswitch = 1 /area/groundbase/engineering/ce name = "Chief Engineer's Office" /area/groundbase/engineering/workshop name = "Engineering Workshop" + lightswitch = 1 /area/groundbase/engineering/eva name = "Engineering EVA" /area/groundbase/engineering/storage name = "Engineering Storage" + lightswitch = 1 /area/groundbase/engineering/techstorage name = "Engineering Tech Storage" /area/groundbase/engineering/engine @@ -234,16 +287,20 @@ ambience = AMBIENCE_ATMOS /area/groundbase/engineering/atmos/monitoring name = "Atmospherics Monitoring" + lightswitch = 1 /area/groundbase/cargo name = "Cargo" holomap_color = HOLOMAP_AREACOLOR_CARGO icon_state = "orawhisqu" ambience = AMBIENCE_HANGAR + lightswitch = 0 /area/groundbase/cargo/office name = "Cargo Office" + lightswitch = 1 /area/groundbase/cargo/bay name = "Cargo Bay" + lightswitch = 1 /area/groundbase/cargo/bay/above base_turf = /turf/simulated/open/virgo3c /area/groundbase/cargo/qm @@ -252,24 +309,36 @@ name = "Mining" /area/maintenance/groundbase/trashpit name = "Trash Pit" + lightswitch = 1 /area/groundbase/civilian name = "Civilian" holomap_color = HOLOMAP_AREACOLOR_CIV icon_state = "grewhisqu" ambience = AMBIENCE_FOREBODING + lightswitch = 0 /area/groundbase/civilian/arrivals name = "Arrivals" + lightswitch = 1 /area/groundbase/civilian/toolstorage name = "Tool Storage" + lightswitch = 1 /area/groundbase/civilian/bar name = "Bar" + sound_env = LARGE_ENCLOSED + lightswitch = 1 +/area/groundbase/civilian/cafe + name = "Cafe" + sound_env = SMALL_SOFTFLOOR + lightswitch = 1 /area/groundbase/civilian/hydroponics name = "Hydroponics" + lightswitch = 1 /area/groundbase/civilian/hydroponics/out name = "Hydroponics Animal Pen" /area/groundbase/civilian/kitchen name = "Kitchen" + lightswitch = 1 /area/groundbase/civilian/kitchen/freezer name = "Kitchen Freezer" /area/groundbase/civilian/kitchen/backroom @@ -277,6 +346,7 @@ /area/groundbase/civilian/chapel name = "Chapel" ambience = AMBIENCE_CHAPEL + lightswitch = 1 /area/groundbase/civilian/chapel/office name = "Chaplain's Office" /area/groundbase/civilian/library @@ -289,8 +359,17 @@ name = "Janitor's Closet" /area/groundbase/civilian/foodplace name = "Uncle Grumslex's Snack Emporium" + lightswitch = 1 /area/groundbase/civilian/apparel name = "Crew Apparel Care" + lightswitch = 1 +/area/groundbase/civilian/clown + name = "Giggledome" +/area/groundbase/civilian/mime + name = "Temple of Silence" +/area/groundbase/civilian/gameroom + name = "Gamatorium" + sound_env = SMALL_SOFTFLOOR /area/groundbase/exploration name = "Exploration" @@ -299,6 +378,7 @@ ambience = AMBIENCE_GENERIC /area/groundbase/exploration/equipment name = "Exploration Equipment Room" + lightswitch = 0 /area/groundbase/exploration/shuttlepad name = "Exploration Shuttlepad" @@ -306,26 +386,39 @@ name = "Dormitories" holomap_color = HOLOMAP_AREACOLOR_DORMS icon_state = "grawhisqu" - flags = RAD_SHIELDED | BLUE_SHIELDED ambience = AMBIENCE_GENERIC + flags = RAD_SHIELDED| BLUE_SHIELDED |AREA_FLAG_IS_NOT_PERSISTENT + soundproofed = TRUE + limit_mob_size = FALSE + block_suit_sensors = TRUE + forbid_events = TRUE /area/groundbase/dorms/bathroom name = "Dormitory Bathroom" + sound_env = SOUND_ENVIRONMENT_BATHROOM /area/groundbase/dorms/room1 name = "Dorm Room 1" + lightswitch = 0 /area/groundbase/dorms/room2 name = "Dorm Room 2" + lightswitch = 0 /area/groundbase/dorms/room3 name = "Dorm Room 3" + lightswitch = 0 /area/groundbase/dorms/room4 name = "Dorm Room 4" + lightswitch = 0 /area/groundbase/dorms/room5 name = "Dorm Room 5" + lightswitch = 0 /area/groundbase/dorms/room6 name = "Dorm Room 6" + lightswitch = 0 /area/groundbase/dorms/room7 name = "Dorm Room 7" + lightswitch = 0 /area/groundbase/dorms/room8 name = "Dorm Room 8" + lightswitch = 0 /area/maintenance/groundbase/substation name = "Substation" @@ -381,4 +474,14 @@ excluded |= /area/groundbase/level3/nw excluded |= /area/groundbase/level3/se excluded |= /area/groundbase/level3/sw + excluded |= /area/groundbase/level2/northspur + excluded |= /area/groundbase/level2/eastspur + excluded |= /area/groundbase/level2/westspur + excluded |= /area/groundbase/level2/southeastspur + excluded |= /area/groundbase/level2/southwestspur + excluded |= /area/groundbase/level3/ne/open + excluded |= /area/groundbase/level3/nw/open + excluded |= /area/groundbase/level3/se/open + excluded |= /area/groundbase/level3/sw/open + excluded |= /area/groundbase/level3/escapepad ..() diff --git a/maps/groundbase/groundbase_defines.dm b/maps/groundbase/groundbase_defines.dm index 4715bbd255..1a29a25eea 100644 --- a/maps/groundbase/groundbase_defines.dm +++ b/maps/groundbase/groundbase_defines.dm @@ -21,7 +21,10 @@ /datum/map/groundbase/New() ..() var/choice = pickweight(list( - "endo" + "virgo3C" = 200, + "logo1" = 20, + "logo2" = 20, + "gateway" = 5 )) if(choice) lobby_screens = list(choice) @@ -40,7 +43,7 @@ zlevel_datum_type = /datum/map_z_level/groundbase lobby_icon = 'icons/misc/title_vr.dmi' - lobby_screens = list("endo") + lobby_screens = list("logo1") id_hud_icons = 'icons/mob/hud_jobs_vr.dmi' @@ -145,7 +148,8 @@ /area/maintenance/groundbase/level1/swtunnel, /area/groundbase/science/picnic, /area/groundbase/medical/patio, - /area/groundbase/civilian/hydroponics/out + /area/groundbase/civilian/hydroponics/out, + /area/groundbase/level3/escapepad ) unit_test_exempt_from_atmos = list() @@ -212,9 +216,12 @@ expected_z_levels = list( Z_LEVEL_GB_BOTTOM, Z_LEVEL_GB_MIDDLE, - Z_LEVEL_GB_TOP, - Z_LEVEL_CENTCOM + Z_LEVEL_GB_TOP ) +/datum/planet/virgo3b + expected_z_levels = list( + Z_LEVEL_CENTCOM + ) /datum/planet/virgo4 expected_z_levels = list( Z_LEVEL_BEACH @@ -244,7 +251,7 @@ initial_generic_waypoints = list() initial_restricted_waypoints = list() - extra_z_levels = list() + extra_z_levels = list(Z_LEVEL_MINING) /obj/effect/overmap/visitable/sector/virgo3c name = "Virgo 3C" @@ -373,190 +380,3 @@ desc = "The Virgo 2 Aerostat away mission." mappath = 'maps/expedition_vr/aerostat/aerostat.dmm' associated_map_datum = /datum/map_z_level/common_lateload/away_aerostat - -/////EXPLOSHUTTL///// -// The shuttle's 'shuttle' computer -/obj/machinery/computer/shuttle_control/explore/gbexplo - name = "short jump console" - shuttle_tag = "Exploration Shuttle" - req_one_access = list(access_pilot) - -/obj/effect/overmap/visitable/ship/landable/gbexplo - name = "Exploration Shuttle" - desc = "A small shuttle from Rascal's Pass." - vessel_mass = 2500 - vessel_size = SHIP_SIZE_TINY - shuttle = "Exploration Shuttle" - known = TRUE - -// A shuttle lateloader landmark - -/datum/shuttle/autodock/overmap/gbexplo - name = "Exploration Shuttle" - current_location = "gb_excursion_pad" - docking_controller_tag = "expshuttle_docker" - shuttle_area = list(/area/shuttle/groundbase/exploration) - fuel_consumption = 1 - move_direction = NORTH - -/area/shuttle/groundbase/exploration - icon = 'icons/turf/areas_vr.dmi' - icon_state = "yelwhitri" - name = "Exploration Shuttle" - requires_power = 1 - -////////////////////////////////////////////// - -// Supply shuttle -/datum/shuttle/autodock/ferry/supply/cargo - name = "Supply" - location = FERRY_LOCATION_OFFSITE - shuttle_area = /area/shuttle/supply - warmup_time = 10 - landmark_offsite = "supply_cc" - landmark_station = "supply_station" - docking_controller_tag = "supply_shuttle" - flags = SHUTTLE_FLAGS_PROCESS|SHUTTLE_FLAGS_SUPPLY - move_direction = WEST - ceiling_type = /turf/simulated/floor/reinforced/virgo3c - -//////////////////////////////////////////////// - -/datum/shuttle/autodock/ferry/emergency/escape - name = "Escape" - location = FERRY_LOCATION_OFFSITE - shuttle_area = /area/shuttle/escape - warmup_time = 10 - landmark_offsite = "escape_cc" - landmark_station = "escape_station" - landmark_transition = "escape_transit" - move_time = SHUTTLE_TRANSIT_DURATION_RETURN - move_direction = SOUTH - docking_controller_tag = "escape_shuttle" - ceiling_type = /turf/simulated/floor/reinforced/virgo3c - -/obj/effect/shuttle_landmark/premade/groundbase - name = "Rascal's Pass" - landmark_tag = "groundbase" - -/obj/effect/step_trigger/teleporter/to_mining - icon = 'icons/obj/structures/stairs_64x64.dmi' - icon_state = "" - invisibility = 0 - plane = TURF_PLANE - layer = ABOVE_TURF_LAYER -/obj/effect/step_trigger/teleporter/to_mining/Initialize() - . = ..() - teleport_x = x - teleport_y = y ++ - teleport_z = Z_LEVEL_MINING - -/obj/effect/step_trigger/teleporter/from_mining - icon = 'icons/obj/structures/stairs_64x64.dmi' - icon_state = "" - invisibility = 0 - plane = TURF_PLANE - layer = ABOVE_TURF_LAYER - -/obj/effect/step_trigger/teleporter/from_mining/Initialize() - . = ..() - teleport_x = x - teleport_y = y -- - teleport_z = Z_LEVEL_GB_BOTTOM - -/obj/item/weapon/book/manual/rotary_electric_generator - name = "Rotary Electric Generator Manual" - icon_state ="bookParticleAccelerator" - item_state = "book15" - author = "Engineering Encyclopedia" - title = "Rotary Electric Generator Manual" - -/obj/item/weapon/book/manual/rotary_electric_generator/New() - ..() - dat = {" - - - - - - Technical Order (TO) 1-33-34-2
-

Operator's Manual - Rotary Electric Generator, D-Type



- - Supporting Data:
- - TO 1-33-34-4-1 Illustrated Parts Breakdown - Rotary Electric Generator, D-Type
- - TO 1-33-34-6 Inspection Work Cards - Rotary Electric Generator, D-Type

- - Support Equipment:
- - Torque Wrench, 100-80,000 inch-pounds
- - Composite Tool Kit, Standard
- - Multitool with Lead Kit, Wire Kit

- - Required Supplies:
- - stainless steel, 10,000cm3
- - lubrication, petrolatum, 6000ml
- - electrical wiring, 5m
- - component set, capacitors (any grade)
- - circuitry board, REG

- - -

SETUP AND OPERATING PROCEDURES



- - Setup:

- - CAUTION: Do not remove too much air from the work space or personnel may be exposed to hypoxia or similar effects.

- - 1. Prepare setup area. Remove machinery, debris, foreign objects, people, and extra air.

- - 2. Lay out preliminary electrical wiring.
- 2a. Connect electrical wiring to existing facility power grid.
- 2b. Work wiring into shape as defined in TO 1-33-34-4-1 Figure 32 Index 6.
- - 3. Prepare gathered steel supplies as defined in TO 1-33-34-4-1 Figure 2 Index 3.
- - 4. Assemble prepared steel supplies into equipment framework by inserting rod A into slot B. Refer to TO 1-33-34-4-1 Figure 1 Index 1 for technical drawings.
- 4a. Secure assembled equipment framework to flooring by tightening lower frame bolts.

- - 5. Install and secure circuitry board, REG-D into marked receptacle.

- - 6. Install electrical wiring. Refer to TO 1-33-34-4-1 Figure 666 Index 6 thru Index 90 for routing.

- - 7. Install capacitors into marked circuitry board slots. Do not force components into place, use even pressure. Do not use a hammer.

- - WARNING: Assembly will rapidly inflate when finalization is triggered. Ensure personnel and equipment are clear before initiating.

- - 8. Finalize construction by turning the Initialize Finalization screw on the outer housing.

- - 9. Wait for assembly to finish inflating, and the unit is ready for service.

- - - Operating Procedures:

- - NOTE: Operation of REG-D type generators requires significant physical effort. Ensure users are provided adequare nutrition and hydration throughout the working period.

- - 1. Designate the individual who will be operating the REG-D.

- - 2. Provide a safety briefing regarding nutritional preparedness and physical ability.

- - NOTE: Stretching is highly recommended before and after any operation session.

- - 3. Operator shall board the REG-D track body and ensure there are no unsecured objects on the path.

- - 4. Once ready, Operator may begin running at own pace. Do not sprint. Maintain an even pace and proper running form for optimal energy generation.

- - 5. Continue to run on the REG-D track body until sufficient energy is stored in systems or Operator is no longer able or willing to continue.

- - 6. To end a session, carefully lower forward running speed until the track body comes to a complete stop, then disembark the REG-D.

- - - REFER TO TO 1-33-34-6 FOR MAINTENANCE AND INSPECTION PROCEDURES - - - "} diff --git a/maps/groundbase/groundbase_shuttles.dm b/maps/groundbase/groundbase_shuttles.dm new file mode 100644 index 0000000000..66e856e828 --- /dev/null +++ b/maps/groundbase/groundbase_shuttles.dm @@ -0,0 +1,145 @@ +/////EXPLOSHUTTL///// +// The shuttle's 'shuttle' computer +/obj/machinery/computer/shuttle_control/explore/gbexplo + name = "short jump console" + shuttle_tag = "Exploration Shuttle" + req_one_access = list(access_pilot) + +/obj/effect/overmap/visitable/ship/landable/gbexplo + name = "Exploration Shuttle" + desc = "A small shuttle from Rascal's Pass." + vessel_mass = 2500 + vessel_size = SHIP_SIZE_TINY + shuttle = "Exploration Shuttle" + known = TRUE + +// A shuttle lateloader landmark + +/datum/shuttle/autodock/overmap/gbexplo + name = "Exploration Shuttle" + current_location = "gb_excursion_pad" + docking_controller_tag = "expshuttle_docker" + shuttle_area = list(/area/shuttle/groundbase/exploration) + fuel_consumption = 1 + move_direction = NORTH + +/area/shuttle/groundbase/exploration + icon = 'icons/turf/areas_vr.dmi' + icon_state = "yelwhitri" + name = "Exploration Shuttle" + requires_power = 1 + +////////////////////////////////////////////// + +// Supply shuttle +/datum/shuttle/autodock/ferry/supply/cargo + name = "Supply" + location = FERRY_LOCATION_OFFSITE + shuttle_area = /area/shuttle/supply + warmup_time = 10 + landmark_offsite = "supply_cc" + landmark_station = "supply_station" + docking_controller_tag = "supply_shuttle" + flags = SHUTTLE_FLAGS_PROCESS|SHUTTLE_FLAGS_SUPPLY + move_direction = WEST + ceiling_type = /turf/simulated/floor/reinforced/virgo3c + +//////////////////////////////////////////////// + +/obj/effect/shuttle_landmark/premade/groundbase + name = "Rascal's Pass" + landmark_tag = "groundbase" + +/////////////////////////////////////////////// + +// Escape shuttle +/datum/shuttle/autodock/ferry/emergency/escape + name = "Escape" + location = FERRY_LOCATION_OFFSITE + shuttle_area = /area/shuttle/escape + warmup_time = 10 + landmark_offsite = "escape_cc" + landmark_station = "escape_station" + landmark_transition = "escape_transit" + move_time = SHUTTLE_TRANSIT_DURATION_RETURN + move_direction = EAST + +/datum/shuttle/autodock/ferry/emergency + var/frequency = 1380 // Why this frequency? BECAUSE! Thats what someone decided once. + var/datum/radio_frequency/radio_connection + move_direction = EAST + +/datum/shuttle/autodock/ferry/emergency/New() + radio_connection = radio_controller.add_object(src, frequency, null) + ..() + +/datum/shuttle/autodock/ferry/emergency/dock() + ..() + // Open Doorsunes + var/datum/signal/signal = new + signal.data["tag"] = "escape_shuttle_hatch" + signal.data["command"] = "secure_open" + post_signal(signal) + +/datum/shuttle/autodock/ferry/emergency/undock() + ..() + // Close Doorsunes + var/datum/signal/signal = new + signal.data["tag"] = "escape_shuttle_hatch" + signal.data["command"] = "secure_close" + post_signal(signal) + +/datum/shuttle/autodock/ferry/emergency/proc/post_signal(datum/signal/signal, var/filter = null) + signal.transmission_method = TRANSMISSION_RADIO + if(radio_connection) + return radio_connection.post_signal(src, signal, filter) + else + qdel(signal) + +////////////////////////////////////////////// + +/////Virgo Flyer///// +// The shuttle's 'shuttle' computer +/obj/machinery/computer/shuttle_control/explore/ccboat + name = "Virgo Flyer control console" + shuttle_tag = "Virgo Flyer" + req_one_access = list(access_pilot) + +/obj/effect/overmap/visitable/ship/landable/ccboat + name = "NTV Virgo Flyer" + desc = "A small shuttle from Central Command." + vessel_mass = 1000 + vessel_size = SHIP_SIZE_TINY + shuttle = "Virgo Flyer" + known = TRUE + +// A shuttle lateloader landmark +/obj/effect/shuttle_landmark/shuttle_initializer/ccboat + name = "Central Command Shuttlepad" + base_area = /area/shuttle/centcom/ccbay + base_turf = /turf/simulated/floor/reinforced + landmark_tag = "cc_shuttlepad" + docking_controller = "cc_landing_pad" + shuttle_type = /datum/shuttle/autodock/overmap/ccboat + +/datum/shuttle/autodock/overmap/ccboat + name = "Virgo Flyer" + current_location = "cc_shuttlepad" + docking_controller_tag = "ccboat" + shuttle_area = /area/shuttle/ccboat + fuel_consumption = 0 + defer_initialisation = TRUE + +/area/shuttle/ccboat + icon = 'icons/turf/areas_vr.dmi' + icon_state = "yelwhitri" + name = "Virgo Flyer" + requires_power = 0 + +/area/shuttle/centcom/ccbay + icon = 'icons/turf/areas_vr.dmi' + icon_state = "bluwhisqu" + name = "Central Command Shuttle Bay" + requires_power = 0 + dynamic_lighting = 0 + diff --git a/maps/groundbase/groundbase_telecomms.dm b/maps/groundbase/groundbase_telecomms.dm index 6e509b0262..2021964eb7 100644 --- a/maps/groundbase/groundbase_telecomms.dm +++ b/maps/groundbase/groundbase_telecomms.dm @@ -86,7 +86,7 @@ buffer = locate(/obj/machinery/telecomms/hub/preset/groundbase) /obj/item/device/bluespaceradio/groundbase_prelinked - name = "bluespace radio (Stellar Delight)" + name = "bluespace radio (Groundbase)" handset = /obj/item/device/radio/bluespacehandset/linked/groundbase_prelinked /obj/item/device/radio/bluespacehandset/linked/groundbase_prelinked diff --git a/maps/groundbase/groundbase_things.dm b/maps/groundbase/groundbase_things.dm new file mode 100644 index 0000000000..5ff10617c9 --- /dev/null +++ b/maps/groundbase/groundbase_things.dm @@ -0,0 +1,98 @@ +/obj/effect/step_trigger/teleporter/to_mining + icon = 'icons/obj/structures/stairs_64x64.dmi' + icon_state = "" + invisibility = 0 + plane = TURF_PLANE + layer = ABOVE_TURF_LAYER +/obj/effect/step_trigger/teleporter/to_mining/Initialize() + . = ..() + teleport_x = x + teleport_y = y ++ + teleport_z = Z_LEVEL_MINING + +/obj/effect/step_trigger/teleporter/from_mining + icon = 'icons/obj/structures/stairs_64x64.dmi' + icon_state = "" + invisibility = 0 + plane = TURF_PLANE + layer = ABOVE_TURF_LAYER + +/obj/effect/step_trigger/teleporter/from_mining/Initialize() + . = ..() + teleport_x = x + teleport_y = y -- + teleport_z = Z_LEVEL_GB_BOTTOM + +/turf/unsimulated/mineral/virgo3b + blocks_air = TRUE + +/turf/unsimulated/floor/steel + icon = 'icons/turf/flooring/tiles_vr.dmi' + icon_state = "steel" + +// Some turfs to make floors look better in centcom tram station. + +/turf/unsimulated/floor/techfloor_grid + name = "floor" + icon = 'icons/turf/flooring/techfloor.dmi' + icon_state = "techfloor_grid" + +/turf/unsimulated/floor/maglev + name = "maglev track" + desc = "Magnetic levitation tram tracks. Caution! Electrified!" + icon = 'icons/turf/flooring/maglevs.dmi' + icon_state = "maglevup" + +/turf/unsimulated/wall/transit + icon = 'icons/turf/transit_vr.dmi' + +/turf/unsimulated/floor/transit + icon = 'icons/turf/transit_vr.dmi' + +/obj/effect/floor_decal/transit/orange + icon = 'icons/turf/transit_vr.dmi' + icon_state = "transit_techfloororange_edges" + +/obj/effect/transit/light + icon = 'icons/turf/transit_128.dmi' + icon_state = "tube1-2" + +VIRGO3B_TURF_CREATE(/turf/simulated/floor/outdoors/grass/sif) +/turf/simulated/floor/outdoors/grass/sif + turf_layers = list( + /turf/simulated/floor/outdoors/rocks/virgo3b, + /turf/simulated/floor/outdoors/dirt/virgo3b + ) + +VIRGO3B_TURF_CREATE(/turf/simulated/floor/outdoors/dirt) +/turf/simulated/floor/outdoors/dirt/virgo3b + icon = 'icons/turf/flooring/asteroid.dmi' + icon_state = "asteroid" + +VIRGO3B_TURF_CREATE(/turf/simulated/floor/outdoors/rocks) + +/turf/simulated/floor/maglev + name = "maglev track" + desc = "Magnetic levitation tram tracks. Caution! Electrified!" + icon = 'icons/turf/flooring/maglevs.dmi' + icon_state = "maglevup" + + var/area/shock_area = /area/centcom/terminal/tramfluff + +/turf/simulated/floor/maglev/Initialize() + . = ..() + shock_area = locate(shock_area) + +// Walking on maglev tracks will shock you! Horray! +/turf/simulated/floor/maglev/Entered(var/atom/movable/AM, var/atom/old_loc) + if(isliving(AM) && !(AM.is_incorporeal()) && prob(50)) + track_zap(AM) +/turf/simulated/floor/maglev/attack_hand(var/mob/user) + if(prob(75)) + track_zap(user) +/turf/simulated/floor/maglev/proc/track_zap(var/mob/living/user) + if (!istype(user)) return + if (electrocute_mob(user, shock_area, src)) + var/datum/effect/effect/system/spark_spread/s = new /datum/effect/effect/system/spark_spread + s.set_up(5, 1, src) + s.start() diff --git a/maps/offmap_vr/talon/talon_v2.dm b/maps/offmap_vr/talon/talon_v2.dm index 8f8efc0879..d4eee52aa2 100644 --- a/maps/offmap_vr/talon/talon_v2.dm +++ b/maps/offmap_vr/talon/talon_v2.dm @@ -815,6 +815,14 @@ personally I recommend using the ship's boat if you need to evacuate, but if you /obj/random/snack, /obj/structure/closet/crate/freezer/centauri //CENTAURI SNACKS ), + prob(10);list( + /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/structure/closet/crate/freezer/centauri //CENTAURI DONK-POCKETS + ), prob(10);list( /obj/random/powercell, /obj/random/powercell, diff --git a/maps/stellardelight/ship_centcom.dmm b/maps/stellardelight/ship_centcom.dmm index 37f0375e71..d4a17d3218 100644 --- a/maps/stellardelight/ship_centcom.dmm +++ b/maps/stellardelight/ship_centcom.dmm @@ -728,6 +728,12 @@ /obj/item/weapon/storage/firstaid/regular, /turf/simulated/floor/tiled/dark, /area/centcom/specops) +"ci" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) "cn" = ( /obj/effect/floor_decal/corner/yellow{ dir = 5 @@ -1088,6 +1094,9 @@ icon_state = "dark" }, /area/centcom/specops) +"dm" = ( +/turf/simulated/shuttle/wall, +/area/centcom/terminal) "dn" = ( /obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ pixel_x = 2; @@ -1623,6 +1632,15 @@ icon_state = "dark" }, /area/centcom/specops) +"fx" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = -31 + }, +/turf/simulated/shuttle/floor/black, +/area/centcom/terminal) "fz" = ( /obj/machinery/door/airlock/centcom{ name = "General Access"; @@ -1904,6 +1922,15 @@ }, /turf/simulated/floor/wood, /area/centcom/specops) +"gk" = ( +/obj/machinery/door/airlock/angled_bay/external/glass{ + door_color = "#822a1e"; + frequency = null; + id_tag = null; + locked = 1 + }, +/turf/simulated/shuttle/floor/yellow, +/area/centcom/terminal) "gl" = ( /obj/effect/floor_decal/borderfloorblack, /obj/effect/floor_decal/corner/blue/border, @@ -2851,6 +2878,13 @@ /obj/structure/table/standard, /turf/unsimulated/floor/steel, /area/tdome/tdomeobserve) +"jA" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/obj/machinery/alarm, +/turf/simulated/shuttle/floor/black, +/area/centcom/terminal) "jD" = ( /obj/structure/reagent_dispensers/beerkeg, /turf/unsimulated/floor/steel, @@ -4935,6 +4969,12 @@ /obj/structure/closet/athletic_mixed, /turf/simulated/floor/tiled, /area/centcom/bathroom) +"tv" = ( +/obj/machinery/light/floortube{ + pixel_y = -6 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) "tw" = ( /obj/structure/closet/crate/freezer, /turf/simulated/floor/tiled/white, @@ -5107,6 +5147,16 @@ /obj/machinery/door/blast/regular, /turf/unsimulated/floor/techfloor_grid, /area/centcom/evac) +"uC" = ( +/obj/machinery/computer/shuttle_control/emergency{ + dir = 8 + }, +/obj/machinery/light/floortube{ + dir = 4; + pixel_x = 6 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) "uD" = ( /obj/machinery/door/window{ dir = 2; @@ -5158,6 +5208,12 @@ /obj/structure/AIcore/deactivated, /turf/simulated/shuttle/floor, /area/shuttle/escape) +"uT" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/centcom/terminal) "uV" = ( /obj/effect/floor_decal/fancy_shuttle{ fancy_shuttle_tag = "tram" @@ -5426,6 +5482,11 @@ }, /turf/simulated/floor/airless, /area/shuttle/ccboat) +"wb" = ( +/obj/structure/shuttle/window, +/obj/structure/grille, +/turf/simulated/floor, +/area/centcom/terminal) "wf" = ( /obj/item/clothing/glasses/sunglasses/sechud/tactical, /obj/item/clothing/gloves/tactical, @@ -7263,6 +7324,9 @@ /obj/structure/toilet, /turf/simulated/floor/tiled/dark, /area/centcom/security) +"EI" = ( +/turf/simulated/shuttle/floor, +/area/centcom/terminal) "EJ" = ( /obj/structure/grille, /obj/structure/window/reinforced/full, @@ -7290,6 +7354,9 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/dark, /area/centcom/security) +"EN" = ( +/turf/simulated/floor/reinforced, +/area/centcom/terminal) "EO" = ( /obj/effect/floor_decal/corner_steel_grid/diagonal, /turf/simulated/floor/tiled, @@ -10219,6 +10286,13 @@ }, /turf/simulated/floor/tiled/freezer, /area/centcom/bathroom) +"Mm" = ( +/obj/machinery/light/floortube{ + dir = 1; + pixel_y = 6 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) "Mn" = ( /obj/machinery/vending/cola, /obj/effect/floor_decal/borderfloor{ @@ -11888,6 +11962,12 @@ }, /turf/simulated/floor/tiled/dark, /area/centcom/security) +"Qv" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor/black, +/area/centcom/terminal) "Qw" = ( /obj/structure/bed/chair{ dir = 1 @@ -12614,6 +12694,17 @@ /area/centcom/security{ name = "\improper CentCom Security Arrivals" }) +"St" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full{ + maxhealth = 1e+007 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/shuttle/plating, +/area/centcom/terminal) "Su" = ( /obj/effect/floor_decal/borderfloorblack, /obj/effect/floor_decal/corner/blue/border, @@ -14234,6 +14325,15 @@ /obj/effect/floor_decal/corner/blue/border, /turf/simulated/floor/tiled/dark, /area/centcom/security) +"Wi" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full{ + maxhealth = 1e+007 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/shuttle/plating, +/area/centcom/terminal) "Wj" = ( /obj/effect/floor_decal/steeldecal/steel_decals9{ dir = 4 @@ -15612,15 +15712,6 @@ /area/centcom/bar) "ZT" = ( /obj/structure/table/rack, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, /obj/effect/floor_decal/industrial/outline/yellow, /obj/machinery/camera/network/crescent, /turf/simulated/floor/tiled/dark, @@ -19820,27 +19911,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq -Vq -Vq +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +St +St +bw +bw Vq Vq Vq @@ -19962,27 +20053,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq -Vq +bw +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +bw Vq Vq Vq @@ -20104,27 +20195,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq -Vq +bw +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +Wi Vq Vq Vq @@ -20246,27 +20337,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq -Vq +bw +EN +EN +EN +dm +uT +dm +dm +wb +wb +dm +wb +wb +dm +dm +uT +dm +EN +EN +EN +Wi Vq Vq Vq @@ -20388,27 +20479,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq +bw +EN +EN +dm +dm +dm +dm +Qv +Qv +Qv +Qv +Qv +Qv +Qv +dm +dm +dm +dm +EN +EN +Wi Vq Vq Vq @@ -20530,27 +20621,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq +bw +EN +EN +wb +Qv +fx +Qv +EI +EI +EI +EI +EI +EI +EI +Qv +fx +Qv +wb +EN +EN +bw Vq Vq Vq @@ -20672,27 +20763,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +dm +Qv +Qv +Qv +tv +Qv +Qv +Qv +Qv +Qv +Mm +Qv +Qv +Qv +dm +EN +EN +bw aH GA GA @@ -20814,27 +20905,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +gk +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +gk +EN +EN +bw Bf Bf Bf @@ -20956,27 +21047,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +dm +ci +ci +ci +EI +Qv +Qv +Qv +Qv +Qv +EI +Qv +Qv +Qv +dm +EN +EN +bw Bf GL WG @@ -21098,27 +21189,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +dm +dm +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +dm +dm +EN +EN +bw Bf zZ Bf @@ -21240,27 +21331,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +EN +dm +dm +Qv +Qv +Qv +EI +Qv +EI +Qv +Qv +Qv +dm +dm +EN +EN +EN +bw Bf zZ Bf @@ -21382,27 +21473,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +EN +EN +dm +dm +Mm +EI +EI +EI +EI +EI +tv +dm +dm +EN +EN +EN +EN +bw Bf zZ Bf @@ -21524,27 +21615,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +EN +EN +EN +dm +dm +Qv +Qv +EI +Qv +Qv +dm +dm +EN +EN +EN +EN +EN +bw Bf zZ Bf @@ -21666,27 +21757,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +EN +EN +EN +EN +wb +Qv +Qv +EI +Qv +Qv +wb +EN +EN +EN +EN +EN +EN +bw Bf zZ Bf @@ -21808,27 +21899,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +EN +EN +EN +EN +wb +Qv +Qv +EI +Qv +Qv +wb +EN +EN +EN +EN +EN +EN +bw Bf zZ Bf @@ -21950,27 +22041,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +EN +EN +EN +EN +dm +jA +Qv +uC +Qv +Qv +dm +EN +EN +EN +EN +EN +EN +bw Bf GM GW @@ -22092,27 +22183,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +EN +EN +EN +EN +EN +EN +dm +dm +wb +wb +wb +dm +dm +EN +EN +EN +EN +EN +EN +bw Bf Bf Bf @@ -22234,42 +22325,42 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH +bw +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +bw +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah ah vu vu @@ -22376,42 +22467,42 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ +ah +ah +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu ah kQ vu @@ -22519,47 +22610,47 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ ah vu vu vu vu vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu QC Rx RZ @@ -22661,41 +22752,41 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ +ah +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu ah vu vu @@ -22803,42 +22894,42 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aM -aM -aM -aM -aM -aM -aM -aM -aM +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah kQ vu vu diff --git a/maps/stellardelight/ship_misc.dmm b/maps/stellardelight/ship_misc.dmm index fcdabbf9a1..c4d31e03d1 100644 --- a/maps/stellardelight/ship_misc.dmm +++ b/maps/stellardelight/ship_misc.dmm @@ -2916,6 +2916,9 @@ icon_state = "white" }, /area/holodeck/source_patient_ward) +"Ly" = ( +/turf/simulated/floor/flesh, +/area/holodeck/the_uwu_zone) "Me" = ( /turf/simulated/floor/smole/desert, /area/holodeck/source_smoleworld) @@ -2968,9 +2971,9 @@ }, /area/holodeck/source_gym) "PL" = ( -/turf/space, /turf/simulated/floor/holofloor/reinforced, -/area/space) +/turf/simulated/floor/flesh, +/area/holodeck/the_uwu_zone) "PM" = ( /turf/simulated/floor/smole/megablocks, /area/holodeck/source_smoleworld) @@ -16812,16 +16815,16 @@ fz fz fS dB -fZ -fZ -fZ -fZ +Ly +Ly +Ly +Ly PL -fZ -fZ -fZ +Ly +Ly +Ly PL -fZ +Ly xp ap ap @@ -16954,16 +16957,16 @@ ei ei fJ dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly xp ap ap @@ -17096,16 +17099,16 @@ fJ fz fS dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly xp ap ap @@ -17238,16 +17241,16 @@ fJ ei fT dB -fZ -fZ -fZ -fZ +Ly +Ly +Ly +Ly PL -fZ -fZ -fZ +Ly +Ly +Ly PL -fZ +Ly xp ap ap @@ -17380,16 +17383,16 @@ fJ fA fU dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly xp ap ap @@ -17522,16 +17525,16 @@ ei ei fJ dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly xp ap ap @@ -17664,16 +17667,16 @@ fA fA fU dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly xp ap ap @@ -17806,16 +17809,16 @@ bh aG aG dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly xp ap ap @@ -17948,16 +17951,16 @@ dJ dK dK dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly xp ap ap @@ -18090,16 +18093,16 @@ dJ dJ dJ dB -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ -fZ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly xp ap ap diff --git a/maps/stellardelight/stellar_delight1.dmm b/maps/stellardelight/stellar_delight1.dmm index 8de74aeb86..d8c8e607f1 100644 --- a/maps/stellardelight/stellar_delight1.dmm +++ b/maps/stellardelight/stellar_delight1.dmm @@ -12570,6 +12570,7 @@ /obj/item/weapon/book/bundle/custom_library/nonfiction/skrelliancastesystem, /obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov, /obj/item/weapon/book/custom_library/nonfiction/freesirisailightbulbs, +/obj/item/weapon/book/manual/synthetic_life, /turf/simulated/floor/wood, /area/library) "AI" = ( diff --git a/maps/stellardelight/stellar_delight2.dmm b/maps/stellardelight/stellar_delight2.dmm index 620aa603d6..885fec6121 100644 --- a/maps/stellardelight/stellar_delight2.dmm +++ b/maps/stellardelight/stellar_delight2.dmm @@ -7883,10 +7883,6 @@ color = "#8da4a6"; pixel_x = -5 }, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, /obj/structure/table/standard, /obj/machinery/button/remote/blast_door{ dir = 1; @@ -7923,6 +7919,7 @@ pixel_x = 9; pixel_y = -36 }, +/obj/random/donkpocketbox, /turf/simulated/floor/tiled/eris/cafe, /area/crew_quarters/kitchen) "rs" = ( @@ -12730,6 +12727,10 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, +/obj/item/weapon/toy/desk/stellardelight{ + pixel_x = -11; + pixel_y = -8 + }, /turf/simulated/floor/carpet/sblucarpet, /area/stellardelight/deck2/briefingroom) "CL" = ( diff --git a/maps/stellardelight/stellar_delight3.dmm b/maps/stellardelight/stellar_delight3.dmm index f81e75775d..067cf7585b 100644 --- a/maps/stellardelight/stellar_delight3.dmm +++ b/maps/stellardelight/stellar_delight3.dmm @@ -8891,6 +8891,7 @@ /obj/item/weapon/reagent_containers/food/drinks/shaker, /obj/item/weapon/reagent_containers/glass/rag, /obj/structure/table/rack, +/obj/random/donkpocketbox, /turf/simulated/floor/tiled/techfloor/grid, /area/maintenance/stellardelight/deck3/forestarroomb) "GD" = ( @@ -11259,7 +11260,7 @@ /obj/machinery/door/airlock/angled_bay/secure{ dir = 4; name = "Telecoms Access"; - req_one_access = list(10,12,16,17,61) + req_one_access = list(16,17,61) }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 diff --git a/maps/tether/submaps/tether_centcom.dmm b/maps/tether/submaps/tether_centcom.dmm index ae96dcf680..dc44a86f1a 100644 --- a/maps/tether/submaps/tether_centcom.dmm +++ b/maps/tether/submaps/tether_centcom.dmm @@ -1461,6 +1461,9 @@ }, /turf/simulated/shuttle/floor/white, /area/centcom/terminal/shuttlefluff) +"eM" = ( +/turf/simulated/shuttle/floor, +/area/centcom/terminal) "eP" = ( /obj/machinery/gibber, /turf/simulated/floor/tiled{ @@ -4363,6 +4366,12 @@ }, /turf/simulated/floor/tiled/eris/dark/techfloor_grid, /area/shuttle/ccboat) +"ps" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor/black, +/area/centcom/terminal) "pw" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 4 @@ -4556,6 +4565,15 @@ }, /turf/simulated/floor/tiled/white, /area/centcom/medical) +"qG" = ( +/obj/machinery/door/airlock/angled_bay/external/glass{ + door_color = "#822a1e"; + frequency = null; + id_tag = null; + locked = 1 + }, +/turf/simulated/shuttle/floor/yellow, +/area/centcom/terminal) "qI" = ( /obj/effect/floor_decal/rust/part_rusted3, /turf/simulated/floor/tiled, @@ -4633,6 +4651,12 @@ /obj/machinery/door/airlock/glass, /turf/simulated/floor/tiled, /area/centcom/main_hall) +"qV" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/shuttle/plating, +/area/centcom/terminal) "qW" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -4719,6 +4743,12 @@ }, /turf/simulated/floor/tiled/white, /area/centcom/control) +"rt" = ( +/obj/machinery/light/floortube{ + pixel_y = -6 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) "ru" = ( /obj/effect/floor_decal/industrial/warning{ dir = 4 @@ -5262,6 +5292,13 @@ /area/shuttle/escape{ base_turf = /turf/simulated/floor/tiled/techfloor/grid }) +"va" = ( +/obj/machinery/light/floortube{ + dir = 1; + pixel_y = 6 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) "vb" = ( /obj/structure/table/rack, /obj/effect/floor_decal/industrial/outline/yellow, @@ -5731,12 +5768,29 @@ }, /turf/simulated/floor/tiled/white, /area/centcom/bathroom) +"xj" = ( +/obj/machinery/computer/shuttle_control/emergency{ + dir = 8 + }, +/obj/machinery/light/floortube{ + dir = 4; + pixel_x = 6 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) "xk" = ( /obj/effect/floor_decal/steeldecal/steel_decals10{ dir = 8 }, /turf/simulated/floor/tiled/white, /area/centcom/medical) +"xr" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/obj/machinery/alarm, +/turf/simulated/shuttle/floor/black, +/area/centcom/terminal) "xt" = ( /obj/structure/table/rack, /obj/effect/floor_decal/industrial/outline/yellow, @@ -5951,6 +6005,15 @@ icon_state = "floor_red" }, /area/centcom/terminal/shuttlefluff) +"yz" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = -31 + }, +/turf/simulated/shuttle/floor/black, +/area/centcom/terminal) "yB" = ( /obj/structure/table/woodentable, /obj/item/weapon/reagent_containers/food/snacks/fries, @@ -6470,6 +6533,9 @@ }, /turf/simulated/floor/tiled, /area/shuttle/centcom/ccbay) +"Bs" = ( +/turf/simulated/floor/reinforced, +/area/centcom/terminal) "Bu" = ( /obj/machinery/door/airlock/freezer{ name = "Kitchen cold room"; @@ -6541,6 +6607,11 @@ }, /turf/simulated/floor/tiled/dark, /area/centcom/command) +"Cg" = ( +/obj/structure/shuttle/window, +/obj/structure/grille, +/turf/simulated/floor, +/area/centcom/terminal) "Cj" = ( /turf/simulated/shuttle/floor, /area/shuttle/supply) @@ -7702,6 +7773,12 @@ /obj/machinery/atmospherics/pipe/manifold/hidden, /turf/simulated/floor/tiled/white, /area/centcom/medical) +"Ga" = ( +/obj/structure/bed/chair/shuttle{ + dir = 4 + }, +/turf/simulated/shuttle/floor, +/area/centcom/terminal) "Gb" = ( /obj/effect/landmark{ name = "tdome2" @@ -9135,6 +9212,17 @@ }, /turf/simulated/floor/tiled, /area/centcom/security) +"JK" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full{ + maxhealth = 1e+007 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/shuttle/plating, +/area/centcom/terminal) "JL" = ( /obj/machinery/door_timer/cell_3{ id = "CellC2"; @@ -12706,6 +12794,15 @@ /area/centcom/security{ name = "\improper CentCom Security Arrivals" }) +"Sv" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full{ + maxhealth = 1e+007 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor/glass, +/turf/unsimulated/shuttle/plating, +/area/centcom/terminal) "Sw" = ( /obj/structure/table/glass, /obj/effect/floor_decal/borderfloorwhite{ @@ -14871,6 +14968,9 @@ }, /turf/simulated/floor/tiled, /area/centcom/security) +"XL" = ( +/turf/simulated/shuttle/wall, +/area/centcom/terminal) "XM" = ( /obj/effect/floor_decal/borderfloorblack{ dir = 1 @@ -15628,15 +15728,6 @@ /area/centcom/bar) "ZT" = ( /obj/structure/table/rack, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, -/obj/item/weapon/storage/box/empshells/large, /obj/effect/floor_decal/industrial/outline/yellow, /obj/machinery/camera/network/crescent, /turf/simulated/floor/tiled/dark, @@ -19842,27 +19933,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq -Vq -Vq +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +bw +JK +JK +bw +bw Vq Vq Vq @@ -19984,27 +20075,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq -Vq +bw +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +bw Vq Vq Vq @@ -20126,27 +20217,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq -Vq +bw +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Sv Vq Vq Vq @@ -20268,27 +20359,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq -Vq +bw +Bs +Bs +Bs +XL +qV +XL +XL +Cg +Cg +XL +Cg +Cg +XL +XL +qV +XL +Bs +Bs +Bs +Sv Vq Vq Vq @@ -20410,27 +20501,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq +bw +Bs +Bs +XL +XL +XL +XL +ps +ps +ps +ps +ps +ps +ps +XL +XL +XL +XL +Bs +Bs +Sv Vq Vq Vq @@ -20552,27 +20643,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -Vq -Vq +bw +Bs +Bs +Cg +ps +yz +ps +eM +eM +eM +eM +eM +eM +eM +ps +yz +ps +Cg +Bs +Bs +bw Vq Vq Vq @@ -20694,27 +20785,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +XL +ps +ps +ps +rt +ps +ps +ps +ps +ps +va +ps +ps +ps +XL +Bs +Bs +bw aH GA GA @@ -20836,27 +20927,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +qG +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +qG +Bs +Bs +bw Bf Bf Bf @@ -20978,27 +21069,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +XL +Ga +Ga +Ga +eM +ps +ps +ps +ps +ps +eM +ps +ps +ps +XL +Bs +Bs +bw Bf GL WG @@ -21120,27 +21211,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +XL +XL +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +eM +XL +XL +Bs +Bs +bw Bf zZ Bf @@ -21262,27 +21353,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +Bs +XL +XL +ps +ps +ps +eM +ps +eM +ps +ps +ps +XL +XL +Bs +Bs +Bs +bw Bf zZ Bf @@ -21404,27 +21495,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +Bs +Bs +XL +XL +va +eM +eM +eM +eM +eM +rt +XL +XL +Bs +Bs +Bs +Bs +bw Bf zZ Bf @@ -21546,27 +21637,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +Bs +Bs +Bs +XL +XL +ps +ps +eM +ps +ps +XL +XL +Bs +Bs +Bs +Bs +Bs +bw Bf zZ Bf @@ -21688,27 +21779,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +Bs +Bs +Bs +Bs +Cg +ps +ps +eM +ps +ps +Cg +Bs +Bs +Bs +Bs +Bs +Bs +bw Bf zZ Bf @@ -21830,27 +21921,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +Bs +Bs +Bs +Bs +Cg +ps +ps +eM +ps +ps +Cg +Bs +Bs +Bs +Bs +Bs +Bs +bw Bf zZ Bf @@ -21972,27 +22063,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +Bs +Bs +Bs +Bs +XL +xr +ps +xj +ps +ps +XL +Bs +Bs +Bs +Bs +Bs +Bs +bw Bf GM GW @@ -22114,27 +22205,27 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH +bw +Bs +Bs +Bs +Bs +Bs +Bs +XL +XL +Cg +Cg +Cg +XL +XL +Bs +Bs +Bs +Bs +Bs +Bs +bw Bf Bf Bf @@ -22256,42 +22347,42 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH -aH +bw +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +Bs +bw +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah ah vu vu @@ -22398,42 +22489,42 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ +ah +ah +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu ah dY vu @@ -22541,47 +22632,47 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ ah vu vu vu vu vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu QC Rx RZ @@ -22683,41 +22774,41 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ +ah +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu +vu ah vu vu @@ -22825,42 +22916,42 @@ ZQ ZQ ZQ ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -ZQ -aM -aM -aM -aM -aM -aM -aM -aM -aM +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah dY vu vu diff --git a/maps/tether/submaps/tether_misc.dmm b/maps/tether/submaps/tether_misc.dmm index 60ca592b50..1815fed268 100644 --- a/maps/tether/submaps/tether_misc.dmm +++ b/maps/tether/submaps/tether_misc.dmm @@ -572,9 +572,8 @@ /turf/simulated/floor/holofloor/wood, /area/holodeck/source_courtroom) "bN" = ( -/obj/effect/landmark/ai_multicam_room, -/turf/unsimulated/ai_visible, -/area/ai_multicam_room) +/turf/simulated/floor/flesh, +/area/holodeck/the_uwu_zone) "bQ" = ( /turf/space/internal_edge/left, /area/space) @@ -1678,6 +1677,14 @@ }, /turf/simulated/floor/holofloor/tiled, /area/holodeck/source_thunderdomecourt) +"fw" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "monotile" + }, +/area/holodeck/source_gym) "fz" = ( /obj/effect/floor_decal/corner/green{ dir = 9 @@ -1885,6 +1892,11 @@ /obj/structure/flora/tree/pine, /turf/simulated/floor/holofloor/snow, /area/holodeck/holodorm/source_snow) +"gp" = ( +/obj/structure/fitness/weightlifter, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_gym) "gq" = ( /obj/structure/bed/holobed, /turf/simulated/floor/holofloor/wood, @@ -1906,6 +1918,9 @@ }, /turf/simulated/floor/tiled/techfloor/grid/transit, /area/space) +"gD" = ( +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_gym) "gN" = ( /obj/structure/flora/ausbushes/fullgrass, /turf/simulated/floor/holofloor/desert, @@ -1937,6 +1952,18 @@ /obj/effect/floor_decal/industrial/danger, /turf/simulated/floor/tiled/steel, /area/centcom/simulated/main_hall) +"gZ" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 9 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_game_room) "hg" = ( /obj/structure/flora/ausbushes/ywflowers, /obj/effect/landmark{ @@ -1944,6 +1971,19 @@ }, /turf/simulated/floor/holofloor/grass, /area/holodeck/holodorm/source_garden) +"ho" = ( +/obj/structure/table/holotable, +/obj/item/device/flashlight/lamp/green, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "hx" = ( /turf/simulated/floor/holofloor/wood, /area/holodeck/holodorm/source_seating) @@ -2115,9 +2155,29 @@ }, /turf/space/transit/west, /area/space) +"iZ" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "monotile" + }, +/area/holodeck/source_gym) "jf" = ( /turf/space/transit/north, /area/space) +"jA" = ( +/obj/effect/landmark/ai_multicam_room, +/turf/unsimulated/ai_visible, +/area/ai_multicam_room) +"jI" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "monotile" + }, +/area/holodeck/source_gym) "jQ" = ( /obj/effect/shuttle_landmark/transit{ base_area = /area/space; @@ -2131,6 +2191,14 @@ /obj/effect/floor_decal/sign/small_5, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_chess) +"kW" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "lf" = ( /obj/effect/floor_decal/transit/orange{ dir = 8 @@ -2147,6 +2215,12 @@ }, /turf/simulated/floor/tiled/techfloor/grid/transit, /area/space) +"lh" = ( +/obj/structure/table/woodentable/holotable, +/obj/item/weapon/dice/d12, +/obj/item/weapon/dice/d10, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "lu" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2163,6 +2237,11 @@ }, /turf/simulated/floor/tiled/techfloor/grid/transit, /area/space) +"lA" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/landmark/costume/gladiator, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "lW" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2176,6 +2255,11 @@ }, /turf/simulated/floor/tiled/techfloor/grid/transit, /area/space) +"lX" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/landmark/costume/fakewizard, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "mb" = ( /obj/effect/shuttle_landmark{ landmark_tag = "escape_transit"; @@ -2199,10 +2283,43 @@ }, /turf/simulated/floor/tiled/techfloor/grid/transit, /area/space) +"mG" = ( +/obj/structure/table/holotable, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "nj" = ( /obj/item/toy/chess/rook_white, /turf/simulated/floor/holofloor/wmarble, /area/holodeck/source_chess) +"no" = ( +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) +"nu" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "monotile" + }, +/area/holodeck/source_gym) +"nI" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_gym) "nV" = ( /obj/item/toy/chess/rook_black, /turf/simulated/floor/holofloor/wmarble, @@ -2288,18 +2405,55 @@ /obj/effect/floor_decal/sign/small_h, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_chess) +"qS" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "monotile" + }, +/area/holodeck/source_gym) "qV" = ( /obj/effect/floor_decal/sign/small_6, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_chess) +"rc" = ( +/obj/item/weapon/bedsheet/medical, +/obj/structure/bed/padded, +/obj/structure/curtain/open/privacy, +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "ru" = ( /obj/item/toy/chess/pawn_black, /turf/simulated/floor/holofloor/bmarble, /area/holodeck/source_chess) +"rV" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 9 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "sb" = ( /obj/item/toy/chess/knight_white, /turf/simulated/floor/holofloor/wmarble, /area/holodeck/source_chess) +"sf" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/landmark/costume/chicken, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) +"sk" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/landmark/costume/pirate, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "sp" = ( /obj/effect/step_trigger/lost_in_space/tram, /obj/effect/floor_decal/transit/orange{ @@ -2318,6 +2472,14 @@ /obj/effect/overmap/bluespace_rift, /turf/unsimulated/map, /area/overmap) +"ty" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "tD" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2351,10 +2513,20 @@ /obj/effect/floor_decal/sign/small_a, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_chess) +"vY" = ( +/obj/structure/table/woodentable/holotable, +/obj/item/weapon/dice, +/obj/item/weapon/dice/d4, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "wa" = ( /obj/effect/floor_decal/sign/small_3, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_chess) +"wc" = ( +/obj/machinery/fitness/punching_bag/clown, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_gym) "wh" = ( /obj/item/toy/chess/knight_black, /turf/simulated/floor/holofloor/bmarble, @@ -2364,6 +2536,10 @@ icon_state = "sandwater" }, /area/beach) +"xc" = ( +/obj/machinery/scale, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_gym) "ya" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2379,6 +2555,32 @@ icon = 'icons/turf/transit_vr.dmi' }, /area/space) +"yr" = ( +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 10 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_game_room) +"yJ" = ( +/obj/item/weapon/bedsheet/medical, +/obj/structure/bed/padded, +/obj/structure/curtain/open/privacy, +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) +"yW" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/landmark/costume/cutewitch, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "zb" = ( /obj/effect/step_trigger/thrower{ direction = 1; @@ -2387,6 +2589,18 @@ }, /turf/space/transit/east, /area/space) +"zn" = ( +/obj/structure/table/holotable, +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "Av" = ( /obj/effect/transit/light{ dir = 8 @@ -2405,6 +2619,14 @@ "Az" = ( /turf/unsimulated/beach/coastline, /area/beach) +"Ba" = ( +/turf/simulated/floor/holofloor/reinforced, +/area/holodeck/the_uwu_zone) +"Bi" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/landmark/costume/madscientist, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "Bm" = ( /obj/item/toy/chess/bishop_black, /turf/simulated/floor/holofloor/bmarble, @@ -2439,10 +2661,23 @@ /obj/item/weapon/reagent_containers/food/snacks/chips, /turf/unsimulated/beach/sand, /area/beach) +"DJ" = ( +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "DL" = ( /obj/effect/floor_decal/sign/small_b, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_chess) +"Ej" = ( +/obj/structure/table/woodentable/holotable, +/turf/space, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "El" = ( /turf/space/transit/west, /area/space) @@ -2458,6 +2693,11 @@ /obj/structure/table/standard, /turf/unsimulated/beach/sand, /area/beach) +"Fk" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_gym) "Fp" = ( /obj/effect/transit/light{ dir = 4 @@ -2478,6 +2718,10 @@ }, /turf/unsimulated/beach/sand, /area/beach) +"FQ" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_game_room) "FT" = ( /turf/simulated/floor/tiled/techfloor/grid/transit, /area/space) @@ -2492,6 +2736,24 @@ /obj/effect/overlay/palmtree_l, /turf/unsimulated/beach/sand, /area/beach) +"Gx" = ( +/obj/structure/bed/chair/holochair{ + dir = 1 + }, +/obj/effect/floor_decal/carpet, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_game_room) +"Gy" = ( +/obj/item/weapon/bedsheet/medical, +/obj/structure/bed/padded, +/obj/structure/curtain/open/privacy, +/obj/effect/floor_decal/corner/paleblue{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "GW" = ( /obj/item/toy/chess/king_white, /turf/simulated/floor/holofloor/bmarble, @@ -2523,6 +2785,16 @@ /obj/effect/floor_decal/sign/small_1, /turf/simulated/floor/holofloor/wood, /area/holodeck/source_chess) +"HU" = ( +/obj/structure/table/woodentable/holotable, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) +"HX" = ( +/obj/structure/table/woodentable/holotable, +/obj/effect/landmark/costume/elpresidente, +/turf/space, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "Ik" = ( /obj/structure/table/standard, /obj/item/weapon/reagent_containers/food/drinks/cans/cola, @@ -2542,6 +2814,20 @@ }, /turf/space/transit/north, /area/space) +"IF" = ( +/obj/item/weapon/bedsheet/medical, +/obj/structure/bed/padded, +/obj/structure/curtain/open/privacy, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) +"IM" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "monotile" + }, +/area/holodeck/source_gym) "IR" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2555,6 +2841,13 @@ /obj/item/toy/chess/bishop_white, /turf/simulated/floor/holofloor/bmarble, /area/holodeck/source_chess) +"Jw" = ( +/obj/structure/bed/chair/holochair, +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_game_room) "Jz" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -2588,6 +2881,17 @@ opacity = 1 }, /area/beach) +"Ka" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/paleblue{ + dir = 10 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "Kj" = ( /obj/effect/shuttle_landmark/transit{ base_area = /area/space; @@ -2637,6 +2941,34 @@ opacity = 1 }, /area/beach) +"NF" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) +"NH" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "monotile" + }, +/area/holodeck/source_gym) +"NO" = ( +/obj/effect/floor_decal/corner/paleblue/full, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) +"NZ" = ( +/obj/structure/table/woodentable/holotable, +/obj/item/weapon/dice/d100, +/obj/item/weapon/dice/d20, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "Oj" = ( /obj/effect/step_trigger/thrower{ affect_ghosts = 1; @@ -2650,6 +2982,18 @@ /obj/item/toy/chess/knight_white, /turf/simulated/floor/holofloor/bmarble, /area/holodeck/source_chess) +"OL" = ( +/obj/structure/bed/chair/holochair{ + dir = 4 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) +"OS" = ( +/obj/structure/fitness/punchingbag, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_gym) "OY" = ( /turf/unsimulated/map, /area/overmap) @@ -2663,6 +3007,13 @@ }, /turf/space/transit/west, /area/space) +"Pr" = ( +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) +"Px" = ( +/turf/space, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "PM" = ( /turf/simulated/floor/smole/megablocks, /area/holodeck/source_smoleworld) @@ -2670,6 +3021,31 @@ /obj/item/toy/chess/queen_black, /turf/simulated/floor/holofloor/bmarble, /area/holodeck/source_chess) +"QU" = ( +/obj/structure/bed/chair/holochair{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_game_room) +"RL" = ( +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) +"RT" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "monotile" + }, +/area/holodeck/source_gym) "RV" = ( /obj/effect/step_trigger/teleporter/random{ affect_ghosts = 1; @@ -2824,6 +3200,17 @@ /obj/structure/prop/alien/power, /turf/simulated/shuttle/floor/alienplating, /area/unknown/dorm4) +"SX" = ( +/obj/item/weapon/bedsheet/medical, +/obj/structure/bed/padded, +/obj/structure/curtain/open/privacy, +/obj/effect/floor_decal/corner/paleblue/full{ + dir = 1 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "SZ" = ( /obj/machinery/recharge_station, /turf/simulated/shuttle/floor/alienplating, @@ -2906,6 +3293,11 @@ /obj/effect/overlay/coconut, /turf/unsimulated/beach/sand, /area/beach) +"Tv" = ( +/obj/machinery/fitness/heavy/lifter, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/holofloor/tiled/dark, +/area/holodeck/source_gym) "Tx" = ( /obj/structure/prop/alien/dispenser, /turf/simulated/shuttle/floor/alien, @@ -3218,6 +3610,17 @@ /obj/structure/prop/alien/power, /turf/simulated/shuttle/floor/alienplating, /area/unknown/dorm1) +"Vf" = ( +/obj/item/weapon/bedsheet/medical, +/obj/structure/bed/padded, +/obj/structure/curtain/open/privacy, +/obj/effect/floor_decal/corner/paleblue{ + dir = 5 + }, +/turf/simulated/floor/holofloor/tiled{ + icon_state = "white" + }, +/area/holodeck/source_patient_ward) "Vy" = ( /turf/simulated/floor/tiled/steel, /area/centcom/simulated/main_hall) @@ -3240,13 +3643,37 @@ /obj/effect/overlay/coconut, /turf/unsimulated/beach/sand, /area/beach) +"Xc" = ( +/obj/structure/bed/chair/holochair{ + dir = 8 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_game_room) "Xl" = ( /turf/unsimulated/map/edge, /area/overmap) +"Xn" = ( +/obj/effect/floor_decal/carpet, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 6 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_game_room) "Xp" = ( /obj/machinery/light, /turf/simulated/floor/tiled/steel, /area/centcom/simulated/main_hall) +"Xs" = ( +/obj/structure/table/woodentable/holotable, +/obj/item/weapon/dice/d8, +/turf/simulated/floor/holofloor/wood, +/area/holodeck/source_game_room) "XO" = ( /obj/structure/signpost, /turf/unsimulated/beach/sand, @@ -3255,6 +3682,33 @@ /obj/structure/closet, /turf/unsimulated/beach/sand, /area/beach) +"Yi" = ( +/obj/structure/bed/chair/holochair{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 8 + }, +/turf/space, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_game_room) +"YI" = ( +/obj/effect/floor_decal/carpet{ + dir = 1 + }, +/obj/effect/floor_decal/carpet{ + dir = 4 + }, +/obj/effect/floor_decal/carpet{ + dir = 5 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_game_room) +"YT" = ( +/turf/simulated/floor/holofloor/tiled{ + icon_state = "monotile" + }, +/area/holodeck/source_gym) "YX" = ( /obj/effect/floor_decal/sign/small_e, /turf/simulated/floor/holofloor/wood, @@ -10530,25 +10984,25 @@ aI aI aI ar -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd ap ap ap @@ -10672,25 +11126,25 @@ Me Me Me fZ -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +cd +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +cd ap ap ap @@ -10814,25 +11268,25 @@ Me Me Me fZ -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +cd +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +cd ap ap ap @@ -10956,25 +11410,25 @@ PM Me Me fZ -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +cd +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +cd ap ap ap @@ -11098,25 +11552,25 @@ PM Me Me fZ -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +cd +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +cd ap ap ap @@ -11241,23 +11695,23 @@ Me Me fZ cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci +ci cd ap ap @@ -11817,7 +12271,7 @@ ci ci ci ci -ci +jA ci ci ci @@ -12527,7 +12981,7 @@ ci ci ci ci -bN +ci ci ci ci @@ -13087,23 +13541,23 @@ ec dF fZ cd -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd +cd cd ap ap @@ -13228,25 +13682,25 @@ dF dF dF fZ -cd -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -cd +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ap ap ap @@ -13370,25 +13824,25 @@ dF dF dF fZ -cd -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -cd +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ap ap ap @@ -13512,25 +13966,25 @@ dF dF dF fZ -cd -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -cd +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap ap ap ap @@ -13654,25 +14108,25 @@ aL aL aL ar -cd -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -ci -cd +aL +aL +aL +aL +aL +aL +aL +aL +aL +aL +ar +ap +ap +ap +ap +ap +ap +ap +ap ap ap ap @@ -13795,26 +14249,26 @@ dG fG dG dG +dB +bN +bN +bN +bN +Ba +bN +bN +bN +Ba +bN fZ -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd -cd +ap +ap +ap +ap +ap +ap +ap +ap ap ap ap @@ -13937,6 +14391,17 @@ dG dG eT dG +dB +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN fZ ap ap @@ -13984,17 +14449,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -14079,6 +14533,17 @@ dG dG dG dG +dB +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN fZ ap ap @@ -14126,17 +14591,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -14221,6 +14675,17 @@ dG dG eJ dG +dB +bN +bN +bN +bN +Ba +bN +bN +bN +Ba +bN fZ ap ap @@ -14268,17 +14733,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -14363,6 +14817,17 @@ ed dG dG fG +dB +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN fZ ap ap @@ -14410,17 +14875,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -14505,6 +14959,17 @@ dG fG dG dG +dB +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN fZ ap ap @@ -14552,17 +15017,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -14647,6 +15101,17 @@ eJ dG eT dG +dB +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN fZ ap ap @@ -14694,17 +15159,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -14789,6 +15243,17 @@ dG dG dG dG +dB +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN fZ ap ap @@ -14836,17 +15301,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -14931,6 +15385,17 @@ dG dG eJ dG +dB +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN fZ ap ap @@ -14978,17 +15443,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -15073,6 +15527,17 @@ ed dG dG fG +dB +bN +bN +bN +bN +bN +bN +bN +bN +bN +bN fZ ap ap @@ -15120,17 +15585,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -15216,17 +15670,17 @@ aL aL aL ar -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +aL +aL +aL +aL +aL +aL +aL +aL +aL +aL +ar ap ap ap @@ -15357,6 +15811,17 @@ eL eL eL eL +dB +yJ +rV +rc +rV +rc +rV +rV +rV +rV +NO fZ ap ap @@ -15404,17 +15869,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -15499,6 +15953,17 @@ eK eK eK eK +dB +RL +no +no +no +no +no +no +no +no +kW fZ ap ap @@ -15546,17 +16011,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap Jz jf jf @@ -15641,6 +16095,17 @@ fn fn fO eK +dB +Vf +no +IF +no +IF +no +no +mG +no +kW fZ ap ap @@ -15688,17 +16153,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap dD dD dD @@ -15783,6 +16237,17 @@ fo fo fP eK +dB +RL +no +no +no +no +no +no +mG +OL +kW fZ ap ap @@ -15854,17 +16319,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap iO El El @@ -15925,6 +16379,17 @@ fo fo fP eK +dB +Ka +no +no +no +zn +no +no +ho +mG +zn fZ ap ap @@ -15972,17 +16437,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce ce ce @@ -16067,6 +16521,17 @@ fo fo fP eK +dB +mG +no +no +no +zn +no +no +no +NF +kW fZ ap ap @@ -16114,17 +16579,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -16209,6 +16663,17 @@ fo fo fP eK +dB +RL +no +no +no +no +no +no +no +no +kW fZ ap ap @@ -16256,17 +16721,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -16351,6 +16805,17 @@ fo fo fP eK +dB +Vf +no +IF +no +IF +no +no +no +no +kW fZ ap ap @@ -16398,17 +16863,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -16493,6 +16947,17 @@ fp fH fQ eK +dB +RL +no +no +no +no +no +no +no +no +kW fZ ap ap @@ -16540,17 +17005,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -16635,6 +17089,17 @@ eK eK eK eK +dB +SX +ty +Gy +ty +Gy +ty +ty +ty +ty +DJ fZ ap ap @@ -16682,17 +17147,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -16778,17 +17232,17 @@ aL aL aL ar -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +aL +aL +aL +aL +aL +aL +aL +aL +aL +aL +ar ap ap ap @@ -16919,22 +17373,22 @@ fz fz fz fS +dB +Xs +vY +HU +Pr +Ej +HU +Pr +lX +HX +yW fZ ap ap ap ap -VW -ap -ap -ap -VW -ap -ap -ap -ap -ap -ap ap ap ap @@ -17061,6 +17515,17 @@ ei ei ei fJ +dB +lh +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr +sf fZ ap ap @@ -17108,17 +17573,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -17203,6 +17657,17 @@ ei fJ fz fS +dB +NZ +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Bi fZ ap ap @@ -17250,17 +17715,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -17345,22 +17799,22 @@ ei fJ ei fT +dB +Pr +Pr +gZ +QU +Yi +QU +QU +yr +Px +lA fZ ap ap ap ap -VW -ap -ap -ap -VW -ap -ap -ap -ap -ap -ap ap ap ap @@ -17487,6 +17941,17 @@ ei fJ fA fU +dB +Pr +Pr +Jw +FQ +FQ +FQ +FQ +Gx +Pr +sk fZ ap ap @@ -17534,17 +17999,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -17629,6 +18083,17 @@ ei ei ei fJ +dB +Pr +Pr +Jw +FQ +FQ +FQ +FQ +Gx +Pr +Pr fZ ap ap @@ -17676,17 +18141,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -17771,6 +18225,17 @@ fA fA fA fU +dB +Pr +Pr +YI +Xc +Xc +Xc +Xc +Xn +Pr +Pr fZ ap ap @@ -17818,17 +18283,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -17913,6 +18367,17 @@ aG bh aG aG +dB +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr fZ ap ap @@ -17960,17 +18425,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -18055,6 +18509,17 @@ dK dJ dK dK +dB +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr fZ ap ap @@ -18102,17 +18567,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -18197,6 +18651,17 @@ dJ dJ dJ dJ +dB +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr +Pr fZ ap ap @@ -18244,17 +18709,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -18340,17 +18794,17 @@ aL aL aL ar -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +aL +aL +aL +aL +aL +aL +aL +aL +aL +aL +ar ap ap ap @@ -18481,6 +18935,17 @@ dQ fK fR fR +dB +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD fZ ap ap @@ -18528,17 +18993,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -18623,6 +19077,17 @@ dQ fK fR fR +dB +gD +Tv +gD +gp +gD +iZ +qS +qS +nu +gD fZ ap ap @@ -18670,17 +19135,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -18765,6 +19219,17 @@ dQ fK fR fR +dB +gD +gD +gD +gD +gD +fw +YT +YT +IM +gD fZ ap ap @@ -18812,17 +19277,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -18907,6 +19361,17 @@ dQ fK fR fR +dB +gD +Tv +gD +gp +gD +fw +YT +YT +IM +gD fZ ap ap @@ -18954,17 +19419,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap ce cf cf @@ -19049,19 +19503,19 @@ dQ fK fR fR +dB +gD +gD +gD +gD +gD +NH +jI +jI +RT +gD fZ ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap VW ap ap @@ -19191,19 +19645,19 @@ dQ fK fR fR +dB +gD +gD +gD +gD +gD +gD +gD +gD +gD +gD fZ ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap VW ap ap @@ -19333,19 +19787,19 @@ dQ fK fR fR +dB +gD +OS +gD +wc +gD +gD +gD +gD +gD +gD fZ ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap VW ap ap @@ -19475,19 +19929,19 @@ dQ fK fR fR +dB +gD +gD +gD +gD +gD +gD +gD +gD +gD +xc fZ ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap VW ap ap @@ -19617,19 +20071,19 @@ dQ fK fR fR +dB +gD +wc +gD +OS +gD +gD +gD +gD +gD +Fk fZ ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap VW ap ap @@ -19759,6 +20213,17 @@ dQ fK fR fR +dB +gD +gD +gD +gD +gD +gD +gD +gD +gD +nI fZ ap ap @@ -19806,17 +20271,6 @@ ap ap ap ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap oI qn qn @@ -19902,17 +20356,17 @@ aL aL aL ar -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap -ap +aL +aL +aL +aL +aL +aL +aL +aL +aL +aL +ar ap ap ap diff --git a/maps/tether/tether-01-surface1.dmm b/maps/tether/tether-01-surface1.dmm index 2973009839..841506ae97 100644 --- a/maps/tether/tether-01-surface1.dmm +++ b/maps/tether/tether-01-surface1.dmm @@ -22835,8 +22835,8 @@ /area/crew_quarters/sleep/Dorm_8) "aLU" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, /obj/machinery/atmospherics/unary/vent_pump/on, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/crew_quarters/sleep/Dorm_8) "aLV" = ( @@ -24134,8 +24134,8 @@ /area/crew_quarters/sleep/Dorm_6) "aOs" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, /obj/machinery/atmospherics/unary/vent_pump/on, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/crew_quarters/sleep/Dorm_6) "aOt" = ( @@ -25253,12 +25253,12 @@ /area/crew_quarters/sleep/Dorm_4) "aQk" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, /obj/machinery/atmospherics/unary/vent_pump/on, /obj/machinery/light_switch{ name = "light switch "; pixel_y = 26 }, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/crew_quarters/sleep/Dorm_4) "aQl" = ( @@ -26391,12 +26391,12 @@ /area/crew_quarters/sleep/Dorm_2) "aSs" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, /obj/machinery/atmospherics/unary/vent_pump/on, /obj/machinery/light_switch{ name = "light switch "; pixel_y = 26 }, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/crew_quarters/sleep/Dorm_2) "aSt" = ( @@ -32185,7 +32185,6 @@ /area/tether/surfacebase/security/brig) "dlB" = ( /obj/structure/table/steel, -/obj/item/weapon/storage/box/donkpockets, /obj/effect/floor_decal/corner/lightorange{ dir = 6 }, @@ -32195,6 +32194,7 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 8 }, +/obj/random/donkpocketbox, /turf/simulated/floor/tiled, /area/tether/surfacebase/security/brig) "doa" = ( diff --git a/maps/tether/tether-02-surface2.dmm b/maps/tether/tether-02-surface2.dmm index 9e8714fc30..35d25f9501 100644 --- a/maps/tether/tether-02-surface2.dmm +++ b/maps/tether/tether-02-surface2.dmm @@ -8823,7 +8823,9 @@ pixel_x = 8; pixel_y = 8 }, -/obj/item/weapon/storage/box/donkpockets, +/obj/random/donkpocketbox{ + pixel_x = 6 + }, /turf/simulated/floor/tiled/white, /area/tether/surfacebase/medical/breakroom) "anK" = ( @@ -25545,10 +25547,10 @@ /area/rnd/breakroom) "aTy" = ( /obj/structure/table/glass, -/obj/item/weapon/storage/box/donkpockets, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/rnd/breakroom) "aTz" = ( @@ -29307,7 +29309,7 @@ "bcD" = ( /obj/structure/table/steel, /obj/machinery/microwave, -/obj/item/weapon/storage/box/donkpockets, +/obj/random/donkpocketbox, /turf/simulated/floor/wood, /area/maintenance/lower/atmos) "bcG" = ( diff --git a/maps/tether/tether-03-surface3.dmm b/maps/tether/tether-03-surface3.dmm index 8d47397b50..d8479775f4 100644 --- a/maps/tether/tether-03-surface3.dmm +++ b/maps/tether/tether-03-surface3.dmm @@ -18809,6 +18809,7 @@ /obj/item/weapon/book/codex/lore/robutt, /obj/item/weapon/book/codex, /obj/item/weapon/book/custom_library/nonfiction/freesirisailightbulbs, +/obj/item/weapon/book/manual/synthetic_life, /turf/simulated/floor/wood, /area/library) "aEJ" = ( @@ -25096,7 +25097,14 @@ /area/crew_quarters/bar) "aQg" = ( /obj/structure/table/woodentable, -/obj/item/weapon/storage/box/donkpockets, +/obj/random/donkpocketbox{ + pixel_x = 1; + pixel_y = -4 + }, +/obj/random/donkpocketbox{ + pixel_x = -2; + pixel_y = 2 + }, /turf/simulated/floor/tiled, /area/rnd/outpost/xenobiology/outpost_breakroom) "aQh" = ( @@ -32293,15 +32301,15 @@ "bda" = ( /obj/effect/floor_decal/corner/grey/diagonal, /obj/structure/table/standard, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/random/donkpocketbox{ + pixel_x = 1; + pixel_y = 4 }, /obj/item/weapon/reagent_containers/food/snacks/mint, /obj/item/weapon/reagent_containers/glass/beaker{ pixel_x = 5 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/white, /area/crew_quarters/kitchen) "bdb" = ( @@ -50491,7 +50499,7 @@ aOf aOf aPB aQg -aQg +aQP aQt azr aQN diff --git a/maps/tether/tether-05-station1.dmm b/maps/tether/tether-05-station1.dmm index fdb370ee8b..91ffee3d58 100644 --- a/maps/tether/tether-05-station1.dmm +++ b/maps/tether/tether-05-station1.dmm @@ -2836,10 +2836,6 @@ icon_state = "1-2" }, /obj/structure/table/reinforced, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 2 - }, /obj/effect/floor_decal/borderfloor{ dir = 4 }, @@ -2852,6 +2848,10 @@ /obj/effect/floor_decal/corner/yellow/bordercorner2{ dir = 6 }, +/obj/random/donkpocketbox{ + pixel_x = 4; + pixel_y = -2 + }, /turf/simulated/floor/tiled, /area/engineering/engine_monitoring) "aeU" = ( @@ -9396,16 +9396,16 @@ /area/maintenance/station/eng_lower) "awT" = ( /obj/structure/table/reinforced, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 2 - }, /obj/item/weapon/storage/box/glasses/square, /obj/effect/floor_decal/corner/white/diagonal, /obj/machinery/alarm{ dir = 8; pixel_x = 25 }, +/obj/random/donkpocketbox{ + pixel_x = 3; + pixel_y = -3 + }, /turf/simulated/floor/tiled, /area/engineering/break_room) "awU" = ( diff --git a/vorestation.dme b/vorestation.dme index a9ce1ef78e..1407e57ab3 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2434,6 +2434,7 @@ #include "code\modules\ghosttrap\trap.dm" #include "code\modules\holodeck\HolodeckControl.dm" #include "code\modules\holodeck\HolodeckObjects.dm" +#include "code\modules\holodeck\HolodeckObjects_vr.dm" #include "code\modules\holodeck\HolodeckPrograms.dm" #include "code\modules\holomap\generate_holomap.dm" #include "code\modules\holomap\holomap_area.dm"